/* MPV Holiday — Bandung Tour Package, custom landing (same brand system as Home) */

body.mpv-tour-landing {
  --mpv-teal: #0F4C45;
  --mpv-teal-mid: #16645C;
  --mpv-teal-deep: #0A342F;
  --mpv-gold: #C9A227;
  --mpv-gold-soft: #E7CD6E;
  --mpv-cream: #FAF6EC;
  --mpv-ink: #22291F;
  --mpv-muted: #5C5746;
  --mpv-line: #D9D2C0;
  --mpv-font-display: 'Fraunces', Georgia, serif;
  --mpv-font-sans: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: var(--mpv-cream);
  color: var(--mpv-ink);
}

body.mpv-tour-landing .site-content,
body.mpv-tour-landing #primary,
body.mpv-tour-landing .ast-container,
body.mpv-tour-landing .entry-content {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mpv-tour-landing .entry-header,
body.mpv-tour-landing .ast-single-entry-banner {
  display: none !important;
}

.mpv-tour {
  font-family: var(--mpv-font-sans);
  color: var(--mpv-ink);
  overflow-x: hidden;
}

/* -------- Hero video -------- */
.mpv-tour-hero {
  position: relative;
  line-height: 0;
  background: var(--mpv-teal-deep);
}

.mpv-tour-hero video {
  /* Poster image is 1280px wide natively. Full-bleed width:100% on a wide
     desktop screen stretched it well past that, which is what showed up as
     a soft/pixelated hero. Capping the width keeps it at or below native
     resolution; the section background fills in past that width. */
  width: 100%;
  max-width: 1600px;
  max-height: min(70vh, 640px);
  margin: 0 auto;
  object-fit: cover;
  display: block;
}

@media (min-width: 900px) {
  .mpv-tour-hero {
    padding: 32px 24px 0;
  }

  .mpv-tour-hero video {
    border-radius: 20px;
    box-shadow: 0 20px 44px -20px rgba(15, 76, 69, 0.45);
  }
}

/* -------- Intro -------- */
.mpv-tour-intro {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 56px) 0;
  text-align: center;
}

.mpv-tour-intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--mpv-muted);
  margin: 0;
}

.mpv-tour-intro a { color: var(--mpv-teal); font-weight: 600; }

.mpv-tour-intro h1 {
  font-family: var(--mpv-font-display);
  font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.2;
  color: var(--mpv-teal);
  margin: 0 0 16px;
}

/* -------- Editorial prose sections (SEO content) -------- */
.mpv-tour-prose {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(32px, 5vw, 52px);
}

.mpv-tour-prose h2 {
  font-family: var(--mpv-font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  color: var(--mpv-teal);
  margin: clamp(20px, 4vw, 36px) 0 12px;
  line-height: 1.25;
}

.mpv-tour-prose h3 {
  font-family: var(--mpv-font-sans);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--mpv-ink);
  margin: 26px 0 8px;
}

.mpv-tour-prose p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--mpv-muted);
  margin: 0 0 14px;
}

.mpv-tour-prose a { color: var(--mpv-teal); font-weight: 600; }

.mpv-tour-list {
  margin: 0 0 16px;
  padding-left: 22px;
  color: var(--mpv-muted);
  line-height: 1.7;
}

.mpv-tour-list li { margin-bottom: 6px; }

.mpv-tour-list strong { color: var(--mpv-ink); }

/* -------- FAQ accordion -------- */
.mpv-tour-faq {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(32px, 5vw, 52px);
}

.mpv-tour-faq h2 {
  font-family: var(--mpv-font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  color: var(--mpv-teal);
  margin: 0 0 18px;
  text-align: center;
}

.mpv-tour-faq-item {
  border: 1px solid var(--mpv-line);
  border-radius: 12px;
  margin: 0 0 10px;
  background: #fff;
  overflow: hidden;
}

.mpv-tour-faq-item summary {
  cursor: pointer;
  padding: 15px 44px 15px 18px;
  font-weight: 600;
  font-size: .97rem;
  color: var(--mpv-ink);
  list-style: none;
  position: relative;
}

.mpv-tour-faq-item summary::-webkit-details-marker { display: none; }

.mpv-tour-faq-item summary:after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  line-height: 1;
  color: var(--mpv-teal);
}

.mpv-tour-faq-item[open] summary:after { content: '–'; }

.mpv-tour-faq-a {
  padding: 0 18px 16px;
  color: var(--mpv-muted);
  line-height: 1.65;
  font-size: .94rem;
}

.mpv-tour-faq-a p { margin: 0; }

.mpv-tour-faq-a a { color: var(--mpv-teal); font-weight: 600; }

/* -------- Destination photo strip -------- */
.mpv-tour-gallery {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(36px, 6vw, 56px);
}

.mpv-tour-gallery__scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.mpv-tour-gallery__scroll picture,
.mpv-tour-gallery__scroll img {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: block;
  width: 220px;
  height: 150px;
}

.mpv-tour-gallery__scroll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px -12px rgba(15, 76, 69, 0.3);
}

@media (max-width: 560px) {
  .mpv-tour-gallery__scroll picture,
  .mpv-tour-gallery__scroll img { width: 160px; height: 110px; }
}

/* -------- Reviews -------- */
.mpv-tour-reviews {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(36px, 6vw, 64px);
}

.mpv-tour-reviews__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.mpv-tour-reviews__head h2 {
  font-family: var(--mpv-font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--mpv-teal);
  margin: 0;
}

.mpv-tour-review-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.mpv-tour-review {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: min(320px, 82vw);
  background: #fff;
  border: 1px solid var(--mpv-line);
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  display: block;
}

.mpv-tour-review__stars { color: var(--mpv-gold); letter-spacing: 2px; margin-bottom: 8px; }

.mpv-tour-review p {
  font-size: .92rem;
  line-height: 1.55;
  color: var(--mpv-muted);
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mpv-tour-review__name { font-weight: 700; font-size: .88rem; color: var(--mpv-ink); margin-bottom: 6px; }

/* -------- Closing CTA -------- */
.mpv-tour-close {
  background: var(--mpv-teal);
  color: var(--mpv-cream);
  text-align: center;
  padding: clamp(48px, 8vw, 80px) 20px;
}

.mpv-tour-close h2 {
  font-family: var(--mpv-font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: 0 0 24px;
  color: var(--mpv-cream);
}

.mpv-tour-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 32px;
  border-radius: 12px;
  background: var(--mpv-gold);
  color: var(--mpv-teal-deep);
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}

.mpv-tour-btn:hover { background: var(--mpv-gold-soft); transform: translateY(-2px); }

.mpv-tour-btn svg { width: 20px; height: 20px; }
