/* SECTIONS */
section { padding: 5rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 0.75rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: var(--navy); line-height: 1.15; margin-bottom: 1rem; }
.section-desc { font-size: 1.05rem; color: var(--gray); max-width: 560px; line-height: 1.7; }

/* INCLUDED */
.included { background: var(--white); }
.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) { .included-grid { grid-template-columns: 1fr 1fr; } }

.included-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.5rem 1.4rem;
  border: 1.5px solid transparent;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.included-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--navy);
  border-radius: 14px 0 0 14px;
}
.included-card:hover {
  border-color: rgba(33,49,128,0.18);
  box-shadow: 0 6px 24px rgba(33,49,128,0.08);
}
.inc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.inc-emoji {
  font-size: 1.6rem;
  line-height: 1;
}
.inc-check-badge {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem;
  color: var(--white);
  font-weight: 700;
  flex-shrink: 0;
}
.included-card h3 {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--navy);
  margin: 0 0 0.2rem;
  line-height: 1.3;
}
.included-card p {
  font-size: 0.78rem;
  color: var(--gray);
  margin: 0;
  line-height: 1.5;
}

/* EVENT INFO */
.event-info { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.event-info-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 90% 10%, rgba(200,16,46,0.2) 0%, transparent 50%); }
.event-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 2; }
.event-details-list { list-style: none; margin-top: 2rem; }
.event-details-list li { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.event-details-list li:last-child { border-bottom: none; }
.detail-icon { width: 40px; height: 40px; background: rgba(200,16,46,0.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; border: 1px solid rgba(200,16,46,0.3); }
.detail-content .label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.45); font-weight: 600; }
.detail-content .value { font-size: 1rem; color: var(--white); font-weight: 500; margin-top: 2px; }
.detail-content .value a { color: var(--gold); text-decoration: none; }
.price-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 2.5rem; }
.price-box h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--white); margin-bottom: 1.5rem; }
.price-tier { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.price-tier:last-of-type { border-bottom: none; }
.price-tier-name { font-weight: 500; color: rgba(255,255,255,0.8); }
.price-tier-badge { background: rgba(200,16,46,0.2); border: 1px solid rgba(200,16,46,0.4); color: #FF6B82; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 2px 8px; border-radius: 100px; margin-left: 8px; }
.price-amount { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--white); }
.price-amount span { font-size: 0.875rem; font-family: 'DM Sans', sans-serif; color: rgba(255,255,255,0.5); font-weight: 400; }
.price-cta { margin-top: 2rem; display: block; text-align: center; background: var(--red); color: var(--white); text-decoration: none; font-weight: 600; font-size: 1.05rem; padding: 1rem; border-radius: 10px; transition: background 0.2s, transform 0.15s; }
.price-cta:hover { background: var(--red-dark); transform: translateY(-2px); }
.price-cta-note { text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-top: 0.75rem; }

/* ITINERARY */
.itinerary { background: var(--cream); }
.itinerary-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; flex-wrap: wrap; }

/* PATH ROW — numbered circles + connecting line */
.stops-path-row {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
.path-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.path-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--red);
  box-shadow: 0 0 0 5px var(--cream);
}
.path-node:last-child .path-circle {
  background: var(--red);
  color: var(--white);
  border-color: var(--red-dark);
}
.path-connector {
  flex: 1;
  height: 3px;
  background: linear-gradient(to right, var(--red), rgba(200,16,46,0.4));
  position: relative;
  top: 0;
}

/* STOPS GRID — seamless 4-col block */
.stops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  /* On mobile: path goes vertical on left, stops stack on right */
  .itinerary-mobile-wrap {
    display: flex;
    gap: 0;
    align-items: stretch;
  }
  .stops-path-row {
    flex-direction: column;
    align-items: center;
    width: 52px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .path-connector {
    width: 3px;
    height: auto;
    flex: 1;
    min-height: 24px;
    background: linear-gradient(to bottom, var(--red), rgba(200,16,46,0.4));
  }
  .stops-grid {
    grid-template-columns: 1fr;
    flex: 1;
    border-radius: 0 12px 12px 0;
    margin-top: 0;
  }
  .stop-col {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  .stop-col:last-child { border-bottom: none; }
}
@media (max-width: 480px) {
  .stops-grid { grid-template-columns: 1fr; }
}

.stop-col {
  background: var(--white);
  padding: 1.75rem 1.5rem;
  border-right: 1px solid rgba(0,0,0,0.08);
  transition: background 0.2s;
}
.stop-col:last-child { border-right: none; }
.stop-col:hover { background: #F6F6FF; }

.stop-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; margin-bottom: 0.75rem; }
.stop-badge.start { background: #EEF2FF; color: #4338CA; }
.stop-badge.bar { background: #FEF3C7; color: #92400E; }
.stop-badge.club { background: rgba(200,16,46,0.1); color: var(--red-dark); }
.stop-col h3 { font-weight: 600; font-size: 0.95rem; color: var(--navy); margin-bottom: 0.5rem; }
.stop-col p { font-size: 0.8rem; color: var(--gray); line-height: 1.6; }

/* GALLERY */
.gallery-strip { background: var(--navy); padding: 5rem 2rem; }
.gallery-strip .section-label { color: rgba(255,255,255,0.5); }
.gallery-strip .section-title { color: var(--white); }
.gallery-strip .section-desc  { color: rgba(255,255,255,0.55); }

.gallery-strip-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
}

.g-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255,255,255,0.05);
}
.featured-image {
  grid-row: span 2;
}
.g-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  min-height: 160px;
}
.g-item:hover img { transform: scale(1.06); }
.g-item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(33,49,128,0.6) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s;
}
.g-item:hover .g-item-overlay { opacity: 1; }

.g-item.g-viewall {
  background: rgba(200,16,46,0.12);
  border: 2px solid rgba(200,16,46,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: background 0.2s;
  min-height: 160px;
}
.g-item.g-viewall:hover { background: rgba(200,16,46,0.22); }
.g-viewall-icon { font-size: 1.8rem; }
.g-viewall-label { font-size: 0.85rem; font-weight: 700; color: var(--white); text-align: center; line-height: 1.4; letter-spacing: 0.02em; }
.g-viewall-sub { font-size: 0.72rem; color: rgba(255,255,255,0.5); }

/* REVIEWS */
.reviews { background: var(--cream); }
.reviews-header { text-align: center; margin-bottom: 3rem; }
.star-row { display: flex; gap: 4px; color: var(--gold); font-size: 1.1rem; justify-content: center; margin-bottom: 0.5rem; }
.reviews-avg { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--gray); }
.reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .reviews-grid { grid-template-columns: 1fr; gap: 1rem; } .reviews-grid .review-card:nth-child(n+3) { display: none; } }
.reviews-carousel-wrap { display: none; }
.review-card { background: var(--white); border-radius: 14px; padding: 1.75rem; border: 1px solid rgba(0,0,0,0.06); transition: transform 0.2s; }
.review-card:hover { transform: translateY(-3px); }
.review-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 0.75rem; }
.review-text { font-size: 0.95rem; color: #374151; line-height: 1.65; margin-bottom: 1rem; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; color: var(--white); flex-shrink: 0; }
.review-author-name { font-weight: 600; font-size: 0.9rem; color: var(--navy); }
.review-author-meta { font-size: 0.78rem; color: var(--gray); }

/* FINAL CTA */
.final-cta {
  background: var(--cream);
  border-top: 4px solid var(--navy);
  overflow: hidden;
}
.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}
.final-cta-text {
  padding: 5rem 3rem 5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.final-cta h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--navy); margin-bottom: 1rem; line-height: 1.15; }
.final-cta p { color: var(--gray); font-size: 1.05rem; margin-bottom: 2rem; line-height: 1.7; }
.final-cta-video {
  position: relative;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
}

.final-cta-video video {
  height: 100%;
  width: auto;
  max-height: 600px;
  display: block;
  object-fit: cover;
}
.btn-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: var(--white); text-decoration: none; font-weight: 700; font-size: 1.05rem; padding: 1rem 2.5rem; border-radius: 10px; transition: transform 0.15s, box-shadow 0.2s, background 0.2s; box-shadow: 0 8px 32px rgba(200,16,46,0.3); align-self: flex-start; }
.btn-cta:hover { background: var(--red-dark); transform: translateY(-3px); }
.final-cta-note { color: var(--gray); font-size: 0.85rem; margin-top: 1rem; }
@media (max-width: 768px) {
  .final-cta-text > div { display: none; }
  .final-cta-contact-mobile { display: block !important; }
  .final-cta-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "video";
  }
  .final-cta-text {
    grid-area: text;
    padding: 2rem 1.25rem 1rem;
    text-align: center;
  }
  .final-cta-video {
    grid-area: video;
    min-height: 300px;
  }
  .final-cta-video video { width: 100%; height: auto; max-height: 420px; object-fit: cover; }
  /* Contact below video on mobile */
  .private-contact {
    padding: 1.5rem 1.25rem 2rem;
    background: var(--white);
    margin-top: 0;
    border-top: none;
  }
}
/* PRIVATE TOUR */
.private-tour {
  background: var(--navy);
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.private-tour::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(200,16,46,0.1);
  pointer-events: none;
}
.private-tour .section-label { color: rgba(255,255,255,0.5); }
.private-tour .section-title { color: var(--white); margin: 0 auto 1rem; }
.private-tour-desc {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.private-tour-tags {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.private-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
}
.btn-private {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 2.25rem;
  border-radius: 8px;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}
.btn-private:hover {
  background: var(--cream);
  transform: translateY(-2px);
}
.private-contact {
  margin-top: 3rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.private-contact-title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.25rem;
}
.private-contact-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.private-contact-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  text-align: left;
  flex: 1;
  min-width: 200px;
}
@media (max-width: 600px) {
  .private-contact-links { flex-direction: column; align-items: stretch; }
  .private-contact-item { min-width: 0; width: 100%; }
  .private-contact-value { font-size: 0.85rem; word-break: break-all; }
}
.private-contact-item:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(200,16,46,0.4);
}
.private-contact-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}
.private-contact-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  margin-bottom: 2px;
}
.private-contact-value {
  font-size: 0.88rem;
  color: var(--white);
  font-weight: 500;
}

/* CONTACT BLOCK */
.private-contact {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.private-contact-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 1rem;
}
.private-contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.private-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}
.private-contact-item:hover { color: var(--red); }
.private-contact-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
}
.private-contact-value { color: var(--navy); }

/* FOOTER */
footer { background: var(--navy); color: rgba(255,255,255,0.6); text-align: center; padding: 2rem; font-size: 0.85rem; border-top: 1px solid rgba(255,255,255,0.08); }
footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
footer a:hover { color: var(--white); }
footer .footer-links { display: flex; gap: 1.5rem; justify-content: center; margin: 0 0 1.25rem; flex-wrap: wrap; }

/* Social icons */
.social-icons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.social-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.social-icon:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}
.social-icon svg { width: 16px; height: 16px; fill: currentColor; }

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .event-layout { grid-template-columns: 1fr; gap: 2rem; }
  section { padding: 3.5rem 1.25rem; }
  .itinerary-header { flex-direction: column; align-items: flex-start; }
}
.final-cta-contact-mobile { display: none; }
@media (max-width: 768px) {
  .final-cta-contact-mobile {
    display: block;
    padding: 1.5rem 1.25rem 2rem;
    background: var(--white);
    text-align: left;
  }
}
@media (max-width: 768px) { .itin-book-desktop { display: none; } }
.itin-book-mobile { display: none; }
@media (max-width: 768px) { .itin-book-mobile { display: block; } }
.inc-line-mobile { display: none; }
@media (max-width: 768px) { .inc-line-desktop { display: none; } .inc-line-mobile { display: inline; } }