/* ---------- Shared styles: keep this CSS once on the page ---------- */
  .vtp3-hero,
  .vtp3-stats-wrap,
  .vtp3-map,
  .vtp3-about {
    --vtp3-ink: #101516;
    --vtp3-paper: #f3f0e9;
    --vtp3-white: #ffffff;
    --vtp3-orange: #c75d22;
    --vtp3-orange-bright: #e87531;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
  }

  .vtp3-hero *,
  .vtp3-stats-wrap *,
  .vtp3-map *,
  .vtp3-about * {
    box-sizing: border-box;
  }

  .vtp3-hero h1,
  .vtp3-map h2,
  .vtp3-about h2,
  .vtp3-hero p,
  .vtp3-map p,
  .vtp3-about p {
    margin: 0;
    padding: 0;
  }

  .vtp3-shell {
    position: relative;
    z-index: 3;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
  }

  .vtp3-kicker {
    color: var(--vtp3-orange-bright);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .vtp3-button {
    display: inline-flex;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 13px 23px;
    background: var(--vtp3-orange);
    color: var(--vtp3-white) !important;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 180ms ease, transform 180ms ease;
  }

  .vtp3-button:hover {
    background: var(--vtp3-orange-bright);
    transform: translateY(-2px);
  }

  .vtp3-button--outline {
    border-color: rgba(255, 255, 255, 0.72);
    background: transparent;
  }

  .vtp3-button--outline:hover {
    border-color: var(--vtp3-white);
    background: rgba(255, 255, 255, 0.1);
  }

  .vtp3-button:focus-visible,
  .vtp3-map-frame iframe:focus-visible {
    outline: 3px solid #ffad70;
    outline-offset: 4px;
  }

  /* -------------------- Section 1: Hero -------------------- */
  .vtp3-hero {
    position: relative;
    display: flex;
    min-height: 790px;
    align-items: center;
    padding: 100px 0;
    background-color: #263436;
    background-image:
      linear-gradient(90deg, rgba(5, 9, 10, 0.9) 0%, rgba(5, 9, 10, 0.62) 40%, rgba(5, 9, 10, 0.06) 73%),
      linear-gradient(0deg, rgba(5, 9, 10, 0.58) 0%, rgba(5, 9, 10, 0) 48%),
      url("https://venturetheplanet.com/wp-content/uploads/2021/10/32148458598_b7b35419dd_o.jpg");
    background-position: center, center, center 38%;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--vtp3-white);
  }

  .vtp3-hero-content {
    width: min(650px, 62%);
  }

  .vtp3-hero h1 {
    max-width: 620px;
    margin-top: 18px;
    color: var(--vtp3-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.7rem, 6.8vw, 6.6rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.93;
    text-wrap: balance;
  }

  .vtp3-hero-copy {
    max-width: 540px;
    margin-top: 28px !important;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.65;
  }

  .vtp3-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 33px;
  }

  /* ---------------- Journey counters below hero ---------------- */
  .vtp3-stats-wrap {
    position: relative;
    z-index: 10;
    min-height: 74px;
    overflow: visible;
    background: var(--vtp3-ink);
  }

  .vtp3-stats-shell {
    position: relative;
    top: -74px;
    margin-bottom: -74px;
  }

  .vtp3-stats {
    display: grid;
    min-height: 148px;
    grid-template-columns: repeat(4, 1fr);
    background: var(--vtp3-white);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  }

  .vtp3-stat {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 18px;
    color: var(--vtp3-ink);
    text-align: center;
  }

  .vtp3-stat + .vtp3-stat::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 0;
    width: 1px;
    background: #ddd8ce;
    content: "";
  }

  .vtp3-stat-number {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 1;
  }

  .vtp3-stat-label {
    margin-top: 11px;
    color: #5f6663;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  /* ---------------- Section 2: Blended two-column map ---------------- */
  .vtp3-map {
    position: relative;
    background: var(--vtp3-ink);
    color: var(--vtp3-white);
  }

  .vtp3-map-layout {
    display: grid;
    min-height: 710px;
    grid-template-columns: minmax(340px, 35%) minmax(0, 65%);
    align-items: stretch;
  }

  .vtp3-map-text-panel {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 80px clamp(26px, 5vw, 84px) 80px max(24px, calc((100vw - 1180px) / 2));
    background: var(--vtp3-ink);
  }

  .vtp3-map-text-panel::after {
    position: absolute;
    top: 0;
    right: -95px;
    bottom: 0;
    z-index: 4;
    width: 96px;
    background: linear-gradient(90deg, var(--vtp3-ink), rgba(16, 21, 22, 0));
    content: "";
    pointer-events: none;
  }

  .vtp3-map-content {
    width: 100%;
    max-width: 430px;
  }

  .vtp3-map h2 {
    max-width: 430px;
    margin-top: 12px;
    color: var(--vtp3-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    text-wrap: balance;
  }

  .vtp3-map-copy {
    max-width: 385px;
    margin-top: 24px !important;
    color: #c1c7c4;
    font-size: 1.03rem;
    line-height: 1.7;
  }

  .vtp3-map .vtp3-button {
    margin-top: 30px;
  }

  .vtp3-map-frame {
    position: relative;
    min-width: 0;
    min-height: 710px;
    overflow: hidden;
    background: var(--vtp3-ink);
  }

  .vtp3-map-frame iframe {
    position: absolute;
    top: -36px;
    right: -2%;
    bottom: 0;
    width: 106%;
    height: calc(100% + 36px);
    border: 0;
    /* The map's normal countries remain copper; hover becomes light silver. */
    filter: invert(1) hue-rotate(180deg) saturate(0.9) contrast(1.1) brightness(0.9);
  }

  /* -------------------- Section 3: About -------------------- */
  .vtp3-about {
    padding: 105px 0;
    background: var(--vtp3-white);
    color: var(--vtp3-ink);
  }

  .vtp3-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(46px, 8vw, 110px);
  }

  .vtp3-about-image {
    position: relative;
  }

  .vtp3-about-image::before {
    position: absolute;
    top: -18px;
    right: 18px;
    bottom: 18px;
    left: -18px;
    border: 1px solid #d1c6b5;
    content: "";
  }

  .vtp3-about-image img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: center;
  }

  .vtp3-about h2 {
    max-width: 650px;
    margin-top: 10px;
    color: var(--vtp3-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
    text-wrap: balance;
  }

  .vtp3-about-copy {
    max-width: 650px;
    margin-top: 25px !important;
    color: #515957;
    font-size: 1.03rem;
    line-height: 1.75;
  }

  .vtp3-about .vtp3-button {
    margin-top: 31px;
  }

  /* -------------------- Tablet -------------------- */
  @media (max-width: 980px) {
    .vtp3-shell {
      width: min(calc(100% - 36px), 760px);
    }

    .vtp3-hero {
      min-height: 720px;
      padding: 80px 0;
      background-image:
        linear-gradient(0deg, rgba(5, 9, 10, 0.95) 0%, rgba(5, 9, 10, 0.46) 72%, rgba(5, 9, 10, 0.22) 100%),
        url("https://venturetheplanet.com/wp-content/uploads/2021/10/32148458598_b7b35419dd_o.jpg");
      background-position: center, 58% center;
    }

    .vtp3-hero-content {
      align-self: flex-end;
      width: 100%;
    }

    .vtp3-map-layout {
      min-height: 640px;
      grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
    }

    .vtp3-map-text-panel {
      padding-right: 36px;
      padding-left: 24px;
    }

    .vtp3-map-frame {
      min-height: 640px;
    }

    .vtp3-about-layout {
      grid-template-columns: 1fr;
      gap: 55px;
    }

    .vtp3-about-image {
      width: min(620px, 94%);
    }
  }

  /* -------------------- Phone -------------------- */
  @media (max-width: 680px) {
    .vtp3-shell {
      width: min(calc(100% - 28px), 560px);
    }

    .vtp3-hero {
      min-height: 690px;
      padding: 60px 0;
      background-position: center, 59% top;
    }

    .vtp3-hero h1 {
      font-size: clamp(3rem, 15vw, 4.7rem);
    }

    .vtp3-hero-copy {
      font-size: 0.98rem;
    }

    .vtp3-hero-actions,
    .vtp3-hero-actions .vtp3-button {
      width: 100%;
    }

    .vtp3-stats-wrap {
      min-height: 58px;
    }

    .vtp3-stats-shell {
      top: -58px;
      margin-bottom: -58px;
    }

    .vtp3-stats {
      min-height: 0;
      grid-template-columns: repeat(2, 1fr);
    }

    .vtp3-stat {
      min-height: 116px;
      padding: 19px 10px;
    }

    .vtp3-stat + .vtp3-stat::before {
      top: 18px;
      bottom: 18px;
    }

    .vtp3-stat:nth-child(3)::before {
      display: none;
    }

    .vtp3-stat:nth-child(n + 3) {
      border-top: 1px solid #ddd8ce;
    }

    .vtp3-map-layout {
      min-height: 0;
      grid-template-columns: 1fr;
    }

    .vtp3-map-text-panel {
      min-height: 0;
      padding: 70px 22px 30px;
    }

    .vtp3-map-text-panel::after {
      top: auto;
      right: 0;
      bottom: -34px;
      left: 0;
      width: auto;
      height: 35px;
      background: linear-gradient(180deg, var(--vtp3-ink), rgba(16, 21, 22, 0));
    }

    .vtp3-map h2 {
      font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .vtp3-map-frame {
      min-height: 320px;
    }


			
    .vtp3-map-frame iframe {
      top: -64px;
      right: 0;
      bottom: auto;
      width: 100%;
      height: calc(100% + 64px);
    }

    .vtp3-about {
      padding: 78px 0;
    }

    .vtp3-about-layout {
      gap: 44px;
    }

    .vtp3-about-image {
      width: calc(100% - 10px);
      margin-left: 10px;
    }

    .vtp3-about-image::before {
      top: -10px;
      right: 10px;
      bottom: 10px;
      left: -10px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .vtp3-button {
      transition: none;
    }
  }




/* Smoother Divi shrinking header — homepage only */
body.home #main-header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: height, transform, background-color, box-shadow;
  transition: height 260ms cubic-bezier(.22,.61,.36,1),
              background-color 260ms cubic-bezier(.22,.61,.36,1),
              box-shadow 260ms cubic-bezier(.22,.61,.36,1) !important;
}

body.home #main-header #logo,
body.home #main-header #et-top-navigation,
body.home #main-header .mobile_menu_bar {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: max-height, padding, transform;
  transition: max-height 260ms cubic-bezier(.22,.61,.36,1),
              padding 260ms cubic-bezier(.22,.61,.36,1),
              transform 260ms cubic-bezier(.22,.61,.36,1) !important;
}

/* Keeps the large interactive map from repainting with the header */
body.home .vtp3-map-frame {
  contain: paint;
}

@media (prefers-reduced-motion: reduce) {
  body.home #main-header,
  body.home #main-header * {
    transition-duration: 0.01ms !important;
  }
}