/* ═══════════════════════════════════════════════════════════════
   VIBESCAPE — DRAFT REBUILD STYLES
   Loaded ONLY on the draft rebuild page (page ID 93) so the live
   site is unaffected until go-live. At go-live, merge into
   vibescape.css, drop the is_page(93) gate, and delete the old
   pillars/community/cta rules this design replaces.
   ═══════════════════════════════════════════════════════════════ */

:root {
  --cream:      #FBF0E4;
  --plum:       #2D1B33;
  --plum-2:     #340054;
  --muted-plum: #5D4B63;
  --gray-text:  #525050;
  --pale:       #E5E1D8;
  --magenta:    #F837FF;
  --accent-orange: #F2913C;
  --violet:     #8E2EFD;
  --violet-2:   #6F0FDA;
  --font-satoshi:      'Satoshi', system-ui, -apple-system, sans-serif;
  --font-averia-serif: 'Averia Serif Libre', serif;
  --font-averia-sans:  'Averia Sans Libre', sans-serif;
  --font-averia:       'Averia Libre', sans-serif;
  --font-averta-black: 'AvertaStd Black', var(--font-satoshi);
  --font-averta-thin:  'AvertaStd Thin', var(--font-satoshi);
}

body.page-id-93 { background: var(--cream) !important; }
body.page-id-93 .elementor-widget-heading .elementor-heading-title { 
  /* color: inherit !important;  */
}

/* ═══════════════════════════════════════════════════════════════
   UTILITY
   ═══════════════════════════════════════════════════════════════ */
.clr-magenta { color: var(--magenta) !important; }
.eyebrow-plain p, .eyebrow-plain {
  font-family: var(--font-satoshi) !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 40px !important;
  color: var(--accent-orange) !important;
  margin: 0 !important;
}
.eyebrow-tracked p, .eyebrow-tracked {
  letter-spacing: 0.1579em !important;
  line-height: 20px !important;
}
.section-title-serif .elementor-heading-title {
  font-family: var(--font-averia-serif) !important;
  font-size: clamp(32px, 4vw, 55px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  color: var(--plum) !important;
}

/* ═══════════════════════════════════════════════════════════════
   BUTTONS (new pill styles used by the rebuild)
   ═══════════════════════════════════════════════════════════════ */
.btn-magenta .elementor-button, .elementor-button.btn-magenta {
  background: var(--magenta) !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.025em !important;
  padding: 20px 40px !important;
  border-radius: 9999px !important;
  text-transform: uppercase !important;
}
.btn-magenta .elementor-button-icon {
  margin-left: 8px !important;
}
.btn-magenta .elementor-button-icon i,
.btn-magenta .elementor-button-icon svg {
  display: inline-block;
  transform: rotate(-45deg);
}
.btn-outline-white-new .elementor-button, .elementor-button.btn-outline-white-new {
  background: transparent !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.1em !important;
  padding: 18px 37px !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  border-radius: 9999px !important;
  text-transform: uppercase !important;
}
.btn-white-pill .elementor-button, .elementor-button.btn-white-pill {
  background: #fff !important;
  color: var(--plum) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
  padding: 20px 40px !important;
  border-radius: 9999px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* ═══════════════════════════════════════════════════════════════
   HEADER RESKIN (applies to global #vs-header only while browsing
   the draft page — old page keeps the old look until go-live)
   ═══════════════════════════════════════════════════════════════ */
body.page-id-93 #vs-header.e-con {
  background: rgba(1, 1, 1, 0.33) !important;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-bottom: none !important;
  height: 106px !important;
  min-height: 106px !important;
  padding: 24px 64px !important;
  font-family: var(--font-satoshi) !important;
}
body.page-id-93 #vs-header.e-con.scrolled {
  background: rgba(45, 27, 51, 0.92) !important;
}
body.page-id-93 #vs-header .elementor-widget-image img { height: 44px !important; }
body.page-id-93 .vs-xh-left.e-con { gap: 48px !important; }
body.page-id-93 #vs-header .xpro-nav-menu { gap: 40px !important; }
body.page-id-93 #vs-header .xpro-nav-menu > li > a {
  font-family: var(--font-satoshi) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.025em !important;
  text-transform: none !important;
}
body.page-id-93 .btn-outline-pill.elementor-button, body.page-id-93 .elementor-button.btn-outline-pill {
  background: transparent !important;
  color: #fff !important;
  font-family: var(--font-satoshi) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.05em !important;
  padding: 12px 24px !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  border-radius: 9999px !important;
}
@media (max-width: 1024px) { body.page-id-93 #vs-header.e-con { padding: 20px 40px !important; } }
@media (max-width: 768px)  {
  body.page-id-93 #vs-header.e-con { height: 84px !important; min-height: 84px !important; padding: 16px 24px !important; }
  body.page-id-93 .vs-xh-right .hide-mobile { display: none !important; }
}

/* ═══════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════ */
.vs-hero.e-con {
  height: 100svh !important;
  min-height: 760px !important;
  padding: 0 96px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
}
.vs-hero.e-con::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(67deg, rgba(0,0,0,0.55) 20%, rgba(0,0,0,0.15) 78%);
  z-index: 1; pointer-events: none;
}
.vs-hero.e-con::after { content: none; }
.vs-hero-content.e-con {
  position: relative !important;
  z-index: 2;
  align-items: flex-start !important;
  text-align: left;
  gap: 24px !important;
  max-width: 900px !important;
}
.hero-eyebrow p, .hero-eyebrow {
  font-family: var(--font-satoshi) !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  letter-spacing: 0.116em !important;
  color: rgba(255,255,255,0.71) !important;
  text-transform: none !important;
}
.hero-title .elementor-heading-title {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(40px, 6vw, 78px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;
  text-align: left !important;
}
.hero-desc p, .hero-desc {
  max-width: 560px;
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  color: #fff !important;
  text-align: left !important;
}
.vs-hero-actions.e-con { justify-content: flex-start !important; padding-top: 8px !important; }
.vs-scroll-cue.e-con {
  position: absolute !important;
  z-index: 2;
  left: 50%; bottom: 56px;
  transform: translateX(-50%);
  flex-direction: column !important;
  align-items: center !important;
  gap: 16px !important;
  background: transparent !important;
  padding: 0 !important;
}
.scroll-cue-label p, .scroll-cue-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.82) !important;
  margin: 0 !important;
}
.vs-scroll-cue img {
  width: 16px !important;
  height: 16px !important;
  animation: vs-scroll-bounce 1.6s ease-in-out infinite;
}
@keyframes vs-scroll-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
@media (prefers-reduced-motion: reduce) {
  .vs-scroll-cue img { animation: none; }
}

/* ═══════════════════════════════════════════════════════════════
   WHAT IS VIBESCAPE
   ═══════════════════════════════════════════════════════════════ */
.vs-what-section.e-con {
  position: relative !important;
  padding: 120px 104px !important;
  background: var(--cream) !important;
  overflow: hidden !important;
}
.vs-what-decor { position: absolute !important; z-index: 0; pointer-events: none; }
.vs-what-inner.e-con {
  position: relative; z-index: 1;
  flex-direction: row !important;
  align-items: center !important;
  gap: 80px !important;
  max-width: 1280px !important;
  min-width: 0;
}
.vs-what-text.e-con {
  flex: 1 1 0 !important;
  gap: 24px !important;
}
.vs-what-text.e-con::before { content: none !important; }
.what-heading, .what-heading .elementor-heading-title {
  font-family: var(--font-averia-serif) !important;
  font-size: clamp(32px, 4vw, 55px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
  color: var(--plum) !important;
  text-align: left !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
}
.vs-what-decor-1 { left: -230px; top: -674px; width: 949px; height: 1198.29px; }
.vs-what-decor-2 { left: 704.76px; top: -293.85px; width: 1527.49px; height: 1499.99px; }
.what-body p, .what-body {
  font-family: var(--font-satoshi) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: var(--gray-text) !important;
  text-align: left !important;
  margin-bottom: 15px !important;
}
.read-link, .read-link p {
  display: inline-block;
  font-family: var(--font-satoshi) !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  color: var(--gray-text) !important;
  border-bottom: 1px solid var(--gray-text);
  padding-bottom: 6px;
  text-decoration: none !important;
}
.vs-what-image.e-con {
  width: 500px !important;
  height: 560px !important;
  flex: 0 0 auto !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.vs-what-image.e-con::after { content: none !important; }
.vs-what-image.e-con .elementor-widget-image img { object-position: center !important; }

/* ═══════════════════════════════════════════════════════════════
   THE COLLECTIVE INTENT
   ═══════════════════════════════════════════════════════════════ */
.vs-intent-section.e-con {
  min-height: 700px !important;
  background: var(--plum-2) !important;
  flex-direction: row !important;
  align-items: stretch !important;
  max-width: 100% !important;
}
.vs-intent-media.e-con {
  flex: 1 1 50% !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}
.vs-intent-media.e-con .elementor-widget-image,
.vs-intent-media.e-con .elementor-widget-image img { height: 100% !important; }
.vs-intent-media.e-con img { object-fit: cover !important; width: 100%; height: 100%; }
.vs-intent-content.e-con {
  position: relative;
  overflow: hidden !important;
  flex: 1 1 50% !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 24px !important;
  padding: 80px 96px !important;
  background: transparent !important;
}
.vs-intent-content .eyebrow-tracked p, .vs-intent-content .eyebrow-tracked { color: var(--accent-orange) !important; }
.vs-intent-decor { position: absolute !important; z-index: 0; pointer-events: none; left: -44px; top: -309px; width: 949px; height: 1198.29px; }
.vs-intent-content.e-con { position: relative !important; }
.vs-intent-content > *:not(.vs-intent-decor) { position: relative; z-index: 1; }
.intent-heading .elementor-heading-title {
  font-family: var(--font-averia-serif) !important;
  font-size: clamp(28px, 3.5vw, 45px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;
  max-width: 480px;
  text-align: left !important;
}
.intent-desc p, .intent-desc {
  max-width: 480px;
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 32.5px !important;
  color: rgba(229,225,216,0.8) !important;
  text-align: left !important;
}

/* ═══════════════════════════════════════════════════════════════
   WHAT YOU'LL DISCOVER
   ═══════════════════════════════════════════════════════════════ */
.vs-discover-section.e-con { padding: 96px 104px !important; background: var(--cream) !important; max-width: 100% !important; }
.vs-discover-inner.e-con { flex-direction: row !important; align-items: flex-start !important; gap: 78px !important; max-width: 1280px !important; }
.vs-discover-label.e-con { flex: 0 0 335px !important; flex-direction: column !important; gap: 8px !important; padding: 0 !important; background: transparent !important; }
.vs-discover-grid.e-con {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 61px 97px !important;
  max-width: 830px !important;
  background: transparent !important; padding: 0 !important;
}
.vs-discover-card.e-con { flex-direction: column !important; width: 212px !important; flex: 0 0 212px !important; background: transparent !important; padding: 0 !important; }
.discover-divider { display: block; width: 100%; height: 1px; background: #000; margin-bottom: 20px; }
.vs-discover-card .elementor-widget-image { margin-bottom: 12px !important; }
.vs-discover-card .elementor-widget-image img { width: 100%; height: 104px; object-fit: cover; }
.discover-name .elementor-heading-title {
  font-family: var(--font-averia-sans) !important;
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 29.25px !important;
  color: var(--violet-2) !important;
  margin-bottom: 12px !important;
  text-align: left !important;
}
.discover-desc p, .discover-desc {
  font-family: var(--font-satoshi) !important;
  font-size: 17px !important;
  line-height: 26px !important;
  color: var(--gray-text) !important;
  text-align: left !important;
}
.discover-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 17px; font-family: var(--font-satoshi); font-weight: 700; font-size: 14px; letter-spacing: 0.0276em; text-decoration: none; color: var(--plum-2); }
.discover-link img { width: 8px; height: 8px; }

/* ═══════════════════════════════════════════════════════════════
   A DAY AT VIBESCAPE — ITINERARY + TABS
   ═══════════════════════════════════════════════════════════════ */
.vs-itinerary-section.e-con { padding: 96px 104px !important; background: #fff !important; max-width: 100% !important; }
.vs-itinerary-block.e-con { max-width: 1280px !important; flex-direction: column !important; background: transparent !important; padding: 0 !important; }
.vs-itinerary-header.e-con { flex-direction: row !important; justify-content: space-between !important; align-items: flex-end !important; gap: 32px !important; margin-bottom: 48px !important; background: transparent !important; padding: 0 !important; }
.vs-itinerary-heading-block.e-con { flex-direction: column !important; gap: 4px !important; background: transparent !important; padding: 0 !important; }
.vs-itinerary-heading-block .section-title-serif .elementor-heading-title { max-width: 377px; }

/* Elementor native Tabs widget, restyled as day-tabs */
.vs-day-tabs .elementor-tabs-wrapper {
  display: flex !important;
  gap: 32px !important;
  border: none !important;
}
.vs-day-tabs .elementor-tab-title {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  padding: 0 0 10px !important;
  font-family: var(--font-satoshi) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
  color: rgba(93,75,99,0.5) !important;
  text-transform: uppercase;
}
.vs-day-tabs .elementor-tab-title:hover { color: var(--plum) !important; }
.vs-day-tabs .elementor-tab-title.elementor-active {
  color: var(--plum) !important;
  border-bottom-color: var(--plum) !important;
}
.vs-day-tabs .elementor-tabs-content-wrapper { border: none !important; padding: 0 !important; margin-top: 48px; }
.vs-day-tabs .elementor-tab-content { border: none !important; padding: 0 !important; }

.vs-itinerary-body { display: flex; align-items: center; gap: 78px; }
.vs-itinerary-image { position: relative; flex: 0 0 auto; width: 617px; max-width: 100%; aspect-ratio: 617/600; border-radius: 24px; overflow: hidden; }
.vs-itinerary-image img { position: absolute; left: -27.23%; top: -93.5%; width: 154.62%; height: 201.67%; max-width: none; }
.vs-timeline { flex: 1 1 0; min-width: 0; list-style: none; display: flex; flex-direction: column; gap: 40px; margin: 0; padding: 0; }
.vs-timeline li { display: flex; align-items: baseline; gap: 32px; }
.vs-timeline-time { flex: 0 0 auto; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 32px; letter-spacing: 0.02em; color: var(--pale); }
.vs-timeline-copy h3 { font-family: var(--font-satoshi); font-weight: 700; font-size: 20px; letter-spacing: -0.01em; color: var(--plum); margin: 0 0 6px; }
.vs-timeline-copy p { font-size: 15px; line-height: 1.6; color: var(--muted-plum); max-width: 360px; margin: 0; }

/* ═══════════════════════════════════════════════════════════════
   FIND YOUR TRIBE
   ═══════════════════════════════════════════════════════════════ */
.vs-tribe-section.e-con { position: relative !important; padding: 120px 64px !important; background: var(--plum-2) !important; overflow: hidden !important; max-width: 100% !important; }
.vs-tribe-decor { position: absolute !important; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; z-index: 0; }
/* Elementor gives every widget wrapper `.elementor-widget { position: relative }`, which would
   otherwise become the containing block for these absolutely-positioned watermark bands (collapsing
   their top/width percentages against a 0-height box). Force it back to static so .vs-tribe-section
   (the intended containing block, matching the static design reference) applies instead. */
.elementor-element-vstr003, .elementor-element-vstr004 { position: static !important; }
.vs-tribe-watermark { position: absolute; z-index: 1; left: 50%; width: 260%; height: 265px; pointer-events: none; overflow: hidden; }
.vs-tribe-watermark-1 { top: -6%; animation: vs-wm-scroll-right 50s ease-in-out infinite alternate; }
.vs-tribe-watermark-2 { top: 68%; animation: vs-wm-scroll-left 50s ease-in-out infinite alternate; }
@keyframes vs-wm-scroll-right { from { transform: translateX(-64%); } to { transform: translateX(-52%); } }
@keyframes vs-wm-scroll-left  { from { transform: translateX(-37%); } to { transform: translateX(-49%); } }
@media (prefers-reduced-motion: reduce) {
  .vs-tribe-watermark-1, .vs-tribe-watermark-2 { animation: none; transform: translateX(-58%); }
}
.vs-tribe-watermark span { position: absolute; top: 0; font-size: clamp(120px, 17vw, 250px); line-height: 1.06; letter-spacing: 0.03em; text-transform: uppercase; color: var(--magenta); white-space: nowrap; }
.vs-wm-thin  { left: 0;   font-family: var(--font-averta-thin); }
.vs-wm-black { left: 38%; font-family: var(--font-averta-black); }
.vs-tribe-inner.e-con { position: relative; z-index: 1; max-width: 1280px !important; flex-direction: column !important; align-items: center !important; gap: 64px !important; background: transparent !important; padding: 0 !important; }
.tribe-heading .elementor-heading-title { font-family: var(--font-averia-sans) !important; font-weight: 400 !important; font-size: 48px !important; line-height: 48px !important; letter-spacing: 0.02em !important; color: #fff !important; text-align: center !important; }
.vs-tribe-grid.e-con { flex-direction: row !important; flex-wrap: wrap !important; justify-content: center !important; gap: 32px !important; background: transparent !important; padding: 0 !important; }
.vs-tribe-card.e-con { flex-direction: column !important; align-items: center !important; text-align: center; gap: 23px !important; width: 288px !important; flex: 0 0 288px !important; padding: 48px !important; background: var(--plum-2) !important; border: 1px solid var(--pale) !important; border-radius: 40px !important; }
.vs-tribe-icon-bg.e-con { width: 80px !important; height: 80px !important; border-radius: 9999px !important; background: var(--violet) !important; align-items: center !important; justify-content: center !important; flex: 0 0 80px !important; padding: 0 !important; }
.vs-tribe-icon-bg img { width: 30px !important; height: 24px !important; }
.tribe-name .elementor-heading-title { font-family: 'Inter', sans-serif !important; font-weight: 700 !important; font-size: 20px !important; line-height: 28px !important; letter-spacing: 0.02em !important; color: #fff !important; text-align: center !important; }
.tribe-desc p, .tribe-desc { font-family: 'Inter', sans-serif !important; font-size: 14px !important; line-height: 22.75px !important; color: #DDDDDD !important; text-align: center !important; }

/* ═══════════════════════════════════════════════════════════════
   LOCATION
   ═══════════════════════════════════════════════════════════════ */
.vs-location-section.e-con { position: relative !important; min-height: 640px !important; padding: 96px 104px !important; background: var(--plum) !important; overflow: hidden !important; align-items: center !important; max-width: 100% !important; }
.vs-location-section.e-con .elementor-widget-image { position: absolute !important; inset: 0 !important; margin: 0 !important; z-index: 0; }
.vs-location-section.e-con .elementor-widget-image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }
.vs-location-content.e-con { position: relative; z-index: 1; flex-direction: column !important; gap: 32px !important; max-width: 560px !important; background: transparent !important; padding: 0 !important; }
.location-heading, .location-heading .elementor-heading-title { font-family: 'Inter', sans-serif !important; font-weight: 400 !important; font-size: clamp(36px, 5vw, 72px) !important; line-height: 1 !important; letter-spacing: 0.02em !important; color: #fff !important; text-align: left !important; margin: 0 !important; }
.location-desc p, .location-desc { font-family: 'Inter', sans-serif !important; font-size: 20px !important; font-weight: 300 !important; line-height: 32.5px !important; color: rgba(229,225,216,0.8) !important; text-align: left !important; }

/* ═══════════════════════════════════════════════════════════════
   SCROLL-IN FADE (new section targets)
   ═══════════════════════════════════════════════════════════════ */
.vs-what-text.fade-up, .vs-what-image.fade-up,
.vs-intent-content.fade-up, .vs-intent-media.fade-up,
.vs-discover-card.fade-up, .vs-tribe-card.fade-up,
.vs-location-content.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.vs-what-text.visible, .vs-what-image.visible,
.vs-intent-content.visible, .vs-intent-media.visible,
.vs-discover-card.visible, .vs-tribe-card.visible,
.vs-location-content.visible { opacity: 1; transform: translateY(0); }
.vs-tribe-card.fade-up:nth-child(2), .vs-discover-card.fade-up:nth-child(2) { transition-delay: 0.06s; }
.vs-tribe-card.fade-up:nth-child(3), .vs-discover-card.fade-up:nth-child(3) { transition-delay: 0.12s; }
.vs-tribe-card.fade-up:nth-child(4), .vs-discover-card.fade-up:nth-child(4) { transition-delay: 0.18s; }
.vs-discover-card.fade-up:nth-child(5) { transition-delay: 0.24s; }
.vs-discover-card.fade-up:nth-child(6) { transition-delay: 0.3s; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .vs-what-section.e-con, .vs-discover-section.e-con, .vs-itinerary-section.e-con { padding-left: 60px !important; padding-right: 60px !important; }
  .vs-intent-content.e-con { padding: 64px 60px !important; }
  .vs-tribe-section.e-con { padding: 96px 60px !important; }
  .vs-location-section.e-con { padding: 80px 60px !important; }
  .vs-what-image.e-con { width: 420px !important; }
  .vs-itinerary-body { gap: 48px; }
  .vs-itinerary-image { width: 340px; }
  .vs-discover-inner.e-con { gap: 48px !important; }
}
@media (max-width: 1024px) {
  .vs-what-section.e-con, .vs-discover-section.e-con, .vs-itinerary-section.e-con { padding-left: 40px !important; padding-right: 40px !important; }
  .vs-what-inner.e-con { flex-direction: column !important; gap: 48px !important; }
  .vs-what-image.e-con { width: 100% !important; height: 380px !important; }
  .vs-what-decor { display: none !important; }
  .vs-intent-section.e-con { flex-direction: column !important; }
  .vs-intent-media.e-con { min-height: 360px !important; }
  .vs-intent-content.e-con { padding: 56px 40px !important; }
  .vs-intent-decor { display: none !important; }
  .vs-itinerary-body { flex-direction: column; }
  .vs-itinerary-image { width: 100%; }
  .vs-discover-inner.e-con { flex-direction: column !important; gap: 40px !important; }
  .vs-discover-label.e-con { flex: 0 0 auto !important; }
  .vs-discover-grid.e-con { max-width: none !important; }
  .vs-location-section.e-con { padding: 72px 40px !important; }
}
@media (max-width: 768px) {
  .vs-hero.e-con { padding: 0 24px !important; text-align: center; align-items: center !important; }
  .vs-hero-content.e-con { align-items: center !important; text-align: center; }
  .hero-title .elementor-heading-title, .hero-desc p { text-align: center !important; }
  .hero-desc p, .hero-desc { font-size: 17px !important; }
  .vs-hero-actions.e-con { flex-direction: column !important; width: 100% !important; justify-content: center !important; }
  .vs-hero-actions.e-con .elementor-widget-button { width: 100%; }
  .vs-scroll-cue { display: none !important; }
  .vs-intent-content.e-con { padding: 48px 24px !important; }
  .intent-heading .elementor-heading-title, .intent-desc p { max-width: none !important; }
  .vs-tribe-section.e-con { padding: 72px 24px !important; }
  .vs-tribe-card.e-con { width: 100% !important; max-width: 360px !important; flex: 0 0 auto !important; }
  .vs-what-section.e-con { padding: 64px 24px !important; }
  .vs-discover-section.e-con, .vs-itinerary-section.e-con { padding: 64px 24px !important; }
  .vs-itinerary-header.e-con { flex-direction: column !important; align-items: flex-start !important; gap: 24px !important; }
  .vs-day-tabs .elementor-tabs-wrapper { gap: 20px !important; }
  .vs-day-tabs .elementor-tab-mobile-title { display: none !important; }
  .vs-itinerary-body { flex-direction: column !important; gap: 32px !important; }
  .vs-itinerary-image { width: 100% !important; }
  .vs-timeline { width: 100% !important; }
  .vs-timeline li { flex-direction: column !important; gap: 8px !important; }
  .vs-discover-grid.e-con { max-width: 360px !important; margin: 0 auto !important; justify-content: center !important; }
  .vs-discover-label.e-con { align-items: center !important; text-align: center !important; }
  .vs-discover-card.e-con { align-items: center !important; text-align: center !important; margin: 0 auto !important; }
  .discover-name, .discover-name .elementor-heading-title { text-align: center !important; }
  .discover-desc, .discover-desc p { text-align: center !important; }
  .vs-location-section.e-con { padding: 64px 24px !important; min-height: auto !important; }
  .location-desc p, .location-desc { font-size: 16px !important; line-height: 26px !important; }
}
@media (max-width: 480px) {
  .hero-title .elementor-heading-title { letter-spacing: 0 !important; }
  .vs-hero-actions.e-con .elementor-button { font-size: 13px !important; padding: 16px 24px !important; }
}
