{"id":26495,"date":"2026-04-16T11:03:07","date_gmt":"2026-04-16T09:03:07","guid":{"rendered":"https:\/\/evolute-institute.com\/?page_id=26495"},"modified":"2026-04-16T11:03:07","modified_gmt":"2026-04-16T09:03:07","slug":"inner-pioneers-podcast","status":"publish","type":"page","link":"https:\/\/evolute-institute.com\/nb\/inner-pioneers-podcast\/","title":{"rendered":"Inner Pioneers Podcast"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"26495\" class=\"elementor elementor-26495\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3279822 e-flex e-con-boxed e-con e-parent\" data-id=\"3279822\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-030404e elementor-widget elementor-widget-html\" data-id=\"030404e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\/* 1. Global & Font Setup *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');\n\n:root {\n  \/* Brand Guidelines Colors *\/\n  --teal:       #114B4D;\n  --teal-deep:  #0d3a3c;\n  --teal-light: #1a5e61;\n  --gold:       #EBBF71;\n  --text-white: #FFFFFF;\n  --transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n}\n\n.inner-shift-hero {\n  position: relative;\n  width: 100vw;\n  height: 100vh;\n  min-height: 700px;\n  background: radial-gradient(circle at 30% 50%, var(--teal-light) 0%, var(--teal) 55%, var(--teal-deep) 100%);\n  font-family: 'Montserrat', sans-serif;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  left: 50%;\n  right: 50%;\n  margin-left: -50vw;\n  margin-right: -50vw;\n}\n\n\/* 2. Background Layer - Subtle Texture *\/\n.hero-texture {\n  position: absolute;\n  inset: 0;\n  background-image: url('https:\/\/evolute-institute.com\/wp-content\/uploads\/2026\/04\/Background-Inner-Shift.jpg');\n  background-size: cover;\n  background-position: center;\n  opacity: 0.12; \n  mix-blend-mode: overlay;\n  pointer-events: none;\n}\n\n\/* 3. Host Image *\/\n.host-wrapper {\n  position: absolute;\n  top: -90px;  \n  right: 0;\n  width: 46%;  \n  height: 85%; \n  z-index: 1;\n}\n\n.host-image {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center top;\n  -webkit-mask-image: \n    linear-gradient(to left, black 85%, transparent 100%),\n    linear-gradient(to top, transparent 0%, black 25%, black 100%);\n  -webkit-mask-composite: source-in;\n  mask-image: \n    linear-gradient(to left, black 85%, transparent 100%),\n    linear-gradient(to top, transparent 0%, black 25%, black 100%);\n  mask-composite: intersect;\n}\n\n\/* 4. Content Area - Flex layout to align left\/right sections *\/\n.hero-content {\n  position: relative;\n  z-index: 10;\n  width: 100%;\n  max-width: 1400px;\n  margin: 0 auto;\n  padding: 0 5%;\n  transform: translateY(-40px); \n  display: flex;\n  justify-content: space-between;\n  align-items: flex-end; \/* This perfectly snaps the host meta to the bottom baseline of the buttons *\/\n}\n\n.text-container {\n  max-width: 550px;\n  width: 100%;\n}\n\n.hero-title {\n  margin: 0;\n  padding: 0;\n  line-height: 1.05;\n}\n\n.title-top {\n  display: block;\n  font-size: clamp(3rem, 5vw, 4.5rem);\n  font-weight: 200;\n  color: var(--text-white);\n  letter-spacing: -1px;\n}\n\n.title-main {\n  display: block;\n  font-size: clamp(4rem, 7vw, 5.6rem);\n  font-weight: 600;\n  font-style: normal;\n  color: var(--gold);\n}\n\n.brand-tagline {\n  display: block;\n  margin-top: 15px;\n  font-size: 12px;\n  font-weight: 400;\n  letter-spacing: 5px;\n  color: rgba(255, 255, 255, 0.65);\n  text-transform: uppercase;\n}\n\n.gold-divider {\n  width: 80px;\n  height: 2px;\n  background: linear-gradient(90deg, var(--gold), transparent);\n  margin: 32px 0;\n}\n\n.hero-description {\n  font-size: 16px; \n  line-height: 1.85;\n  color: rgba(255, 255, 255, 0.8);\n  font-weight: 300;\n  margin-bottom: 40px;\n}\n\n\/* 5. Listen On Block (Left Side) *\/\n.action-row {\n  display: flex;\n  padding-top: 30px;\n  border-top: 1px solid rgba(235, 191, 113, 0.15); \n}\n\n.listen-block {\n  display: flex;\n  flex-direction: column;\n}\n\n.label-eyebrow {\n  display: block;\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 4px;\n  color: var(--gold);\n  text-transform: uppercase;\n  margin-bottom: 12px;\n}\n\n.button-group {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n\n.podcast-link {\n  padding: 12px 24px;\n  border: 1.5px solid var(--gold);\n  background: transparent;\n  color: var(--gold);\n  text-decoration: none;\n  font-size: 0.8rem;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  border-radius: 2px;\n  transition: var(--transition);\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.podcast-link svg {\n  width: 16px;\n  height: 16px;\n  fill: currentColor;\n  transition: var(--transition);\n}\n\n.podcast-link:hover {\n  background: var(--gold);\n  color: var(--teal-deep);\n}\n\n.podcast-link:hover svg {\n  transform: scale(1.1);\n}\n\n\/* 6. Host Credit - Inline Alignment (Right Side) *\/\n.host-meta {\n  text-align: right;\n  \/* Added slight padding to optically balance the baseline with the borders of the buttons *\/\n  padding-bottom: 4px; \n}\n\n.meta-label {\n  display: block;\n  font-size: 9px;\n  font-weight: 800;\n  letter-spacing: 5px;\n  color: rgba(235, 191, 113, 0.8); \n  text-transform: uppercase;\n  margin-bottom: 12px; \/* Matched exactly to the Listen On eyebrow *\/\n}\n\n.meta-names {\n  display: block;\n  font-size: 1rem;\n  font-weight: 300;\n  color: var(--text-white);\n  letter-spacing: 1px;\n  line-height: 1;\n}\n\n\/* 7. Mobile Adjustments *\/\n@media (max-width: 1024px) {\n  .inner-shift-hero { height: auto; min-height: 100vh; padding: 100px 0; }\n  .hero-content { transform: translateY(0); flex-direction: column; align-items: center; } \n  .host-wrapper { width: 100%; top: 0; height: 100%; opacity: 0.3; }\n  .host-image {\n    -webkit-mask-image: linear-gradient(to left, black 0%, transparent 100%);\n    mask-image: linear-gradient(to left, black 0%, transparent 100%);\n  }\n  .text-container { margin: 0 auto; text-align: center; }\n  .gold-divider { margin: 30px auto; background: var(--gold); }\n  .action-row { justify-content: center; border-top: none; padding-top: 0; }\n  .listen-block { align-items: center; }\n  .button-group { justify-content: center; }\n  \n  .host-meta { \n    text-align: center;\n    margin-top: 50px;\n    padding-bottom: 0;\n  }\n}\n<\/style>\n\n<div class=\"inner-shift-hero\">\n  <div class=\"hero-texture\"><\/div>\n  \n  <div class=\"host-wrapper\">\n    <img decoding=\"async\" src=\"https:\/\/evolute-institute.com\/wp-content\/uploads\/2026\/04\/Untitled-design.png\" alt=\"Dmitry and Alberto\" class=\"host-image\">\n  <\/div>\n\n  <div class=\"hero-content\">\n    <div class=\"text-container\">\n      <h1 class=\"hero-title\">\n        <span class=\"title-top\">Inner Pioneers<\/span>\n        <span class=\"title-main\">Podcast<\/span>\n      <\/h1>\n      <span class=\"brand-tagline\">By Evolute Institute<\/span>\n      \n      <div class=\"gold-divider\"><\/div>\n      \n      <p class=\"hero-description\">\n        Explore the depths of transformational leadership, altered states of consciousness, and personal growth. Join us as we bridge ancient wisdom with modern science to navigate the inner shifts that redefine how we live and lead.\n      <\/p>\n      \n      <div class=\"action-row\">\n        <div class=\"listen-block\">\n          <span class=\"label-eyebrow\">Listen On<\/span>\n          <div class=\"button-group\">\n            \n            <a href=\"#\" class=\"podcast-link\">\n              <svg viewBox=\"0 0 24 24\"><path d=\"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.54.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1-.12-1.14-.6-.12-.48.12-1 .6-1.141 4.2-1.38 9.6-1.2 13.38 1.14.48.3.66.84.36 1.26zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.18-1.2-.18-1.38-.721-.18-.6.18-1.2.72-1.38 4.2-1.26 11.28-1.02 15.721 1.62.539.3.72 1.02.42 1.56-.24.54-.96.72-1.56.3z\"\/><\/svg>\n              Spotify\n            <\/a>\n            \n            <a href=\"#\" class=\"podcast-link\">\n              <svg viewBox=\"0 0 384 512\"><path d=\"M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.1-44.6-35.9-2.8-74.3 22.7-93.6 22.7-19 0-46.6-20.9-75-19.6-40 1.9-76.9 23.2-97.8 59.5-42.8 74.8-12.1 185.2 28.8 245.5 20.3 29.8 44.8 62.4 77.2 61.2 30.6-1.2 43-19.6 80.4-19.6 37.1 0 48.7 19.6 80.4 19.1 33.1-.6 54.3-30.8 73.8-60.6 22.7-34.9 31.9-68.8 32.5-70.5-2.8-1-42.5-16.1-42.5-58zM236.4 121.2c16.9-20.4 28.3-48.8 25.2-77.1-23.8 1-54.8 16.1-72.2 36.5-14.3 16.6-27.1 45.4-23.5 73 26 2 53.6-12.6 70.5-32.4z\"\/><\/svg>\n              Apple\n            <\/a>\n            \n            <a href=\"#\" class=\"podcast-link\">\n              <svg viewBox=\"0 0 576 512\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"\/><\/svg>\n              YouTube\n            <\/a>\n            \n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"host-meta\">\n      <span class=\"meta-label\">Hosted By<\/span>\n      <span class=\"meta-names\">Dr. Dmitrij Acherlord &amp; Cristopher Kabakis<\/span>\n    <\/div>\n\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37ab6cd e-flex e-con-boxed e-con e-parent\" data-id=\"37ab6cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da6aaae elementor-widget elementor-widget-html\" data-id=\"da6aaae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\n\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557\n\u2551  FEATURED EPISODE \u2014 AUTO LOADS NEWEST PODCAST                    \u2551\n\u2551  Paste this into: Elementor \u2192 HTML Widget                        \u2551\n\u2551                                                                  \u2551\n\u2551  NO MANUAL UPDATES NEEDED                                        \u2551\n\u2551  Every time you publish a new podcast post with category         \u2551\n\u2551  \"Inner Shift Podcast\" (ID 65), this section updates automatically.\n\u2551                                                                  \u2551\n\u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d\n-->\n\n<div class=\"evo-featured\" id=\"evo-featured-wrap\">\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@200;300;400;600;700;800&display=swap');\n\n  .evo-featured {\n    --teal:       #114B4D;\n    --teal-deep:  #0d3a3c;\n    --teal-light: #1a5e61;\n    --gold:       #EBBF71;\n    --text-gray:  #546e7a;\n    --white:      #FFFFFF;\n    font-family: 'Montserrat', sans-serif;\n    background: transparent;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 48px 0 48px;\n    box-sizing: border-box;\n  }\n\n  .evo-featured .evo-section-label {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 32px;\n  }\n\n  .evo-featured .evo-section-eyebrow {\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    white-space: nowrap;\n  }\n\n  .evo-featured .evo-section-rule {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, rgba(17,75,77,0.2), transparent);\n  }\n\n  .evo-featured .evo-section-title {\n    font-size: clamp(1.8rem, 3vw, 2.4rem);\n    font-weight: 200;\n    color: var(--teal);\n    line-height: 1.15;\n    letter-spacing: -0.5px;\n    margin: 0 0 32px;\n  }\n\n  .evo-featured .evo-section-title strong { font-weight: 700; }\n\n  .evo-featured .evo-loading {\n    padding: 60px;\n    text-align: center;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--text-gray);\n  }\n\n  .evo-featured .evo-card {\n    display: flex;\n    flex-direction: column;\n    background: var(--white);\n    border-radius: 4px;\n    overflow: hidden;\n    box-shadow: 0 2px 20px rgba(17,75,77,0.06);\n    text-decoration: none;\n    transition: transform 0.4s cubic-bezier(0.19,1,0.22,1),\n                box-shadow 0.4s cubic-bezier(0.19,1,0.22,1);\n    position: relative;\n  }\n\n  .evo-featured .evo-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 20px 48px rgba(17,75,77,0.12);\n  }\n\n  .evo-featured .evo-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 4px; height: 100%;\n    background: linear-gradient(to bottom, var(--gold), rgba(235,191,113,0.2));\n    z-index: 2;\n    opacity: 0;\n    transition: opacity 0.4s ease;\n  }\n\n  .evo-featured .evo-card:hover::before { opacity: 1; }\n\n  .evo-featured .evo-card-img {\n    position: relative;\n    overflow: hidden;\n    background: var(--teal);\n    flex-shrink: 0;\n    height: 280px;\n  }\n\n  .evo-featured .evo-card-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: grayscale(20%);\n    transition: transform 0.8s cubic-bezier(0.19,1,0.22,1), filter 0.8s ease;\n  }\n\n  .evo-featured .evo-card:hover .evo-card-img img {\n    transform: scale(1.04);\n    filter: grayscale(0%);\n  }\n\n  .evo-featured .evo-card-img::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to right, rgba(13,58,60,0.85) 0%, rgba(13,58,60,0.3) 60%, transparent 100%);\n    pointer-events: none;\n  }\n\n  .evo-featured .evo-play {\n    position: absolute;\n    bottom: 24px; left: 24px;\n    z-index: 2;\n    width: 52px; height: 52px;\n    background: rgba(255,255,255,0.12);\n    backdrop-filter: blur(8px);\n    border-radius: 50%;\n    border: 1px solid rgba(255,255,255,0.3);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: all 0.4s cubic-bezier(0.19,1,0.22,1);\n  }\n\n  .evo-featured .evo-play::after {\n    content: '';\n    border-top: 8px solid transparent;\n    border-bottom: 8px solid transparent;\n    border-left: 12px solid #FFFFFF;\n    margin-left: 4px;\n  }\n\n  .evo-featured .evo-card:hover .evo-play {\n    background: var(--gold);\n    border-color: var(--gold);\n  }\n\n  .evo-featured .evo-card:hover .evo-play::after { border-left-color: var(--teal); }\n\n  .evo-featured .evo-card-content {\n    background: var(--teal);\n    padding: 40px 36px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    flex: 1;\n    border-bottom: 3px solid transparent;\n    transition: all 0.4s cubic-bezier(0.19,1,0.22,1);\n  }\n\n  .evo-featured .evo-card:hover .evo-card-content {\n    background: var(--teal-deep);\n    border-bottom-color: var(--gold);\n  }\n\n  .evo-featured .evo-tag {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n  }\n\n  .evo-featured .evo-tag::before {\n    content: '';\n    display: block;\n    width: 28px; height: 1px;\n    background: var(--gold);\n    flex-shrink: 0;\n  }\n\n  .evo-featured .evo-ep-title {\n    font-size: clamp(1.1rem, 2vw, 1.5rem);\n    font-weight: 600;\n    color: var(--white);\n    line-height: 1.35;\n    margin: 0 0 16px;\n    letter-spacing: -0.2px;\n  }\n\n  .evo-featured .evo-desc {\n    font-size: 14px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.8);\n    line-height: 1.8;\n    margin: 0 0 32px;\n    max-width: 480px;\n  }\n\n  .evo-featured .evo-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--white);\n    margin-top: auto;\n    padding-bottom: 4px;\n    border-bottom: 1px solid rgba(255,255,255,0.3);\n    transition: all 0.4s cubic-bezier(0.19,1,0.22,1);\n    align-self: flex-start;\n  }\n\n  .evo-featured .evo-cta-arrow {\n    font-size: 14px;\n    transition: transform 0.3s ease;\n    color: var(--gold);\n  }\n\n  .evo-featured .evo-card:hover .evo-cta {\n    color: var(--gold);\n    border-bottom-color: var(--gold);\n  }\n\n  .evo-featured .evo-card:hover .evo-cta-arrow { transform: translateX(5px); }\n\n  @media (min-width: 768px) {\n    .evo-featured .evo-card { flex-direction: row; height: 360px; }\n    .evo-featured .evo-card-img { flex: 0 0 55%; height: 360px; }\n    .evo-featured .evo-card-content { padding: 56px 48px; }\n  }\n\n  @media (max-width: 767px) {\n    .evo-featured { padding: 40px 20px 0; }\n  }\n<\/style>\n\n<div class=\"evo-section-label\">\n  <span class=\"evo-section-eyebrow\">Featured Episode<\/span>\n  <div class=\"evo-section-rule\"><\/div>\n<\/div>\n\n<h2 class=\"evo-section-title\">Latest <strong>Conversation<\/strong><\/h2>\n\n<div id=\"evo-featured-card\">\n  <div class=\"evo-loading\">Loading latest episode...<\/div>\n<\/div>\n\n<script>\n(function() {\n  const SITE_URL   = 'https:\/\/evolute-institute.com';\n  const PODCAST_ID = 65;\n\n  fetch(`${SITE_URL}\/wp-json\/wp\/v2\/posts?categories=${PODCAST_ID}&per_page=1&orderby=date&order=desc`)\n    .then(res => res.json())\n    .then(posts => {\n      if (!posts.length) return;\n\n      const post    = posts[0];\n      const title   = post.title.rendered;\n      const link    = post.link;\n      const excerpt = post.excerpt?.rendered\n        ? post.excerpt.rendered.replace(\/<[^>]+>\/g, '').replace(\/\\[&hellip;\\]|\\[\u2026\\]\/g, '\u2026').trim()\n        : '';\n\n      \/\/ \u2705 Image from Yoast OG \u2014 always public, no media API needed\n      const img = post.yoast_head_json?.og_image?.[0]?.url || '';\n\n      document.getElementById('evo-featured-card').innerHTML = `\n        <a href=\"${link}\" class=\"evo-card\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"evo-card-img\">\n            ${img ? `<img decoding=\"async\" src=\"${img}\" alt=\"${title}\">` : ''}\n            <div class=\"evo-play\"><\/div>\n          <\/div>\n          <div class=\"evo-card-content\">\n            <span class=\"evo-tag\">Latest Episode<\/span>\n            <h3 class=\"evo-ep-title\">${title}<\/h3>\n            <p class=\"evo-desc\">${excerpt}<\/p>\n            <div class=\"evo-cta\">\n              Listen to Episode\n              <span class=\"evo-cta-arrow\">\u2192<\/span>\n            <\/div>\n          <\/div>\n        <\/a>\n      `;\n    })\n    .catch(() => {\n      document.getElementById('evo-featured-card').innerHTML =\n        '<div class=\"evo-loading\">Could not load episode. Please refresh.<\/div>';\n    });\n})();\n<\/script>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-529d7e2 e-flex e-con-boxed e-con e-parent\" data-id=\"529d7e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-704346b elementor-widget elementor-widget-html\" data-id=\"704346b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\n\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557\n\u2551  PODCAST COLLECTION \u2014 FULL WIDTH GOLD TITLE BLOCK                \u2551\n\u2551  Paste this into: Elementor \u2192 HTML Widget                        \u2551\n\u2551                                                                  \u2551\n\u2551  IMPORTANT \u2014 TO MAKE IT FULL WIDTH IN ELEMENTOR:                 \u2551\n\u2551  1. Click the Section containing this widget                     \u2551\n\u2551  2. Layout \u2192 Content Width \u2192 Full Width                          \u2551\n\u2551  3. Layout \u2192 Column Gap \u2192 No Gap                                 \u2551\n\u2551  4. Padding \u2192 0 all sides                                        \u2551\n\u2551                                                                  \u2551\n\u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d\n-->\n\n<div class=\"evo-gold-header\">\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@200;300;400;600;700;800&display=swap');\n\n  .evo-gold-header {\n    --teal:      #114B4D;\n    --teal-deep: #0d3a3c;\n    --gold:      #EBBF71;\n    font-family: 'Montserrat', sans-serif;\n\n    \/* Full width bleed *\/\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    margin-left: -50vw;\n\n    background: var(--gold);\n    padding: 64px 5%;\n    box-sizing: border-box;\n    overflow: hidden;\n  }\n\n  \/* Subtle teal decorative circles *\/\n  .evo-gold-header::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(17,75,77,0.1) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .evo-gold-header::after {\n    content: '';\n    position: absolute;\n    bottom: -40px; left: 8%;\n    width: 180px; height: 180px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(17,75,77,0.07) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .evo-gold-header .evo-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* Eyebrow *\/\n  .evo-gold-header .evo-eyebrow {\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    color: var(--teal);\n    opacity: 0.5;\n    margin: 0 0 16px;\n    display: block;\n  }\n\n  \/* Title *\/\n  .evo-gold-header .evo-title {\n    font-size: clamp(1.8rem, 3vw, 2.4rem);\n    font-weight: 200;\n    color: var(--teal);\n    line-height: 1.15;\n    letter-spacing: -0.5px;\n    margin: 0;\n  }\n\n  .evo-gold-header .evo-title strong {\n    font-weight: 700;\n  }\n\n  @media (max-width: 767px) {\n    .evo-gold-header { padding: 48px 6%; }\n  }\n<\/style>\n\n<div class=\"evo-inner\">\n  <span class=\"evo-eyebrow\"><\/span>\n  <h2 class=\"evo-title\"><strong>Inner Pioneers <\/strong> Podcast Collection<\/h2>\n<\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ca8fe3 e-flex e-con-boxed e-con e-parent\" data-id=\"0ca8fe3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1efe3a4 elementor-widget elementor-widget-html\" data-id=\"1efe3a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\n\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557\n\u2551  PODCAST LANDING PAGE \u2014 INNER SHIFT PODCAST                      \u2551\n\u2551  Category ID: 65                                                 \u2551\n\u2551  Layout: single row per episode, image left + excerpt right      \u2551\n\u2551  Images: pulled from yoast_head_json.og_image (always public)   \u2551\n\u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d\n-->\n\n<div class=\"evo-podcast-page\">\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@200;300;400;600;700;800&display=swap');\n\n  .evo-podcast-page {\n    --teal:      #114B4D;\n    --teal-deep: #0d3a3c;\n    --teal-light:#1a5e61;\n    --gold:      #EBBF71;\n    --text-gray: #546e7a;\n    --text-muted:#6b7c7c;\n    --white:     #FFFFFF;\n    font-family: 'Montserrat', sans-serif;\n    background: transparent !important;\n    width: 100%;\n    box-sizing: border-box;\n  }\n\n  \/* \u2500\u2500 HEADER \u2500\u2500 *\/\n  .evo-filter-bar {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 10px;\n    padding: 40px 0 32px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .evo-filter-label {\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n  }\n\n  \/* \u2500\u2500 EPISODE LIST \u2500\u2500 *\/\n  .evo-episodes-list {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding-top: 50px;    \/* \u270f\ufe0f TOP MARGIN \u2014 change this value to adjust space above the list *\/\n    padding-bottom: 80px;\n  }\n\n  \/* \u2500\u2500 ROW \u2500\u2500 *\/\n  .evo-ep-row {\n    background: var(--white);\n    border-radius: 4px;\n    overflow: hidden;\n    box-shadow: 0 2px 20px rgba(17,75,77,0.06);\n    display: grid;\n    grid-template-columns: 280px 1fr;\n    position: relative;\n    transition: transform 0.4s cubic-bezier(0.19,1,0.22,1),\n                box-shadow 0.4s cubic-bezier(0.19,1,0.22,1);\n  }\n\n  .evo-ep-row::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 3px; height: 100%;\n    background: linear-gradient(to bottom, #EBBF71, rgba(235,191,113,0.2));\n    z-index: 2;\n    opacity: 0;\n    transition: opacity 0.4s ease;\n  }\n\n  .evo-ep-row:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 16px 48px rgba(17,75,77,0.12);\n  }\n\n  .evo-ep-row:hover::before {\n    opacity: 1;\n  }\n\n  \/* \u2500\u2500 IMAGE \u2500\u2500 *\/\n  .evo-row-img {\n    position: relative;\n    overflow: hidden;\n    background: var(--teal);\n    min-height: 220px;\n  }\n\n  .evo-row-img img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: grayscale(20%);\n    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1),\n                filter 0.7s ease;\n  }\n\n  .evo-ep-row:hover .evo-row-img img {\n    transform: scale(1.06);\n    filter: grayscale(0%);\n  }\n\n  .evo-row-img::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to right, rgba(13,58,60,0.3) 0%, transparent 80%);\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  \/* \u2500\u2500 BODY \u2500\u2500 *\/\n  .evo-row-body {\n    padding: 32px 40px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    gap: 14px;\n  }\n\n  .evo-row-title {\n    font-size: 1.05rem;\n    font-weight: 600;\n    color: var(--teal);\n    line-height: 1.45;\n    margin: 0;\n  }\n\n  .evo-row-excerpt {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--text-gray);\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  .evo-row-divider {\n    height: 1px;\n    background: linear-gradient(90deg, #EBBF71, transparent);\n    opacity: 0.4;\n    transition: opacity 0.4s ease;\n  }\n\n  .evo-ep-row:hover .evo-row-divider {\n    opacity: 1;\n  }\n\n  .evo-row-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--teal);\n    text-decoration: none;\n    align-self: flex-start;\n    transition: all 0.4s cubic-bezier(0.19,1,0.22,1);\n  }\n\n  .evo-row-cta:hover {\n    color: var(--gold);\n    padding-left: 4px;\n  }\n\n  \/* \u2500\u2500 STATES \u2500\u2500 *\/\n  .evo-loading,\n  .evo-no-results {\n    text-align: center;\n    padding: 60px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n  }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 700px) {\n    .evo-ep-row {\n      grid-template-columns: 1fr;\n    }\n    .evo-row-img {\n      height: 200px;\n      min-height: unset;\n    }\n    .evo-row-body {\n      padding: 24px 20px;\n    }\n    .evo-filter-bar {\n      padding: 32px 20px 24px;\n    }\n  }\n<\/style>\n\n<!-- \u2500\u2500 EPISODE LIST \u2500\u2500 -->\n<div class=\"evo-episodes-list\" id=\"evo-grid\">\n  <div class=\"evo-loading\">Loading episodes...<\/div>\n<\/div>\n\n<script>\n(function() {\n\n  const SITE_URL = 'https:\/\/evolute-institute.com';\n  const CATEGORY_ID = 65;\n\n  const grid = document.getElementById('evo-grid');\n\n  async function fetchPosts() {\n    try {\n      \/\/ No _embed needed \u2014 we use yoast_head_json for images\n      const url = `${SITE_URL}\/wp-json\/wp\/v2\/posts?categories=${CATEGORY_ID}&per_page=100`;\n      const res = await fetch(url);\n      const posts = await res.json();\n      renderRows(posts);\n    } catch(e) {\n      grid.innerHTML = '<div class=\"evo-no-results\">Could not load episodes. Please refresh.<\/div>';\n    }\n  }\n\n  function renderRows(posts) {\n    if (!posts.length) {\n      grid.innerHTML = '<div class=\"evo-no-results\">No episodes found.<\/div>';\n      return;\n    }\n\n    grid.innerHTML = posts.map(post => {\n      const title   = post.title.rendered;\n      const link    = post.link;\n\n      \/\/ \u2705 Image from Yoast OG \u2014 always public, no media API needed\n      const img = post.yoast_head_json?.og_image?.[0]?.url || '';\n\n      const excerpt = post.excerpt?.rendered\n        ? post.excerpt.rendered.replace(\/<[^>]+>\/g, '').replace(\/\\[&hellip;\\]|\\[\u2026\\]\/g, '\u2026').trim()\n        : '';\n\n      return `\n        <div class=\"evo-ep-row\">\n          <div class=\"evo-row-img\">\n            ${img ? `<img decoding=\"async\" src=\"${img}\" alt=\"${title}\" loading=\"lazy\">` : ''}\n          <\/div>\n          <div class=\"evo-row-body\">\n            <h3 class=\"evo-row-title\">${title}<\/h3>\n            ${excerpt ? `<p class=\"evo-row-excerpt\">${excerpt}<\/p>` : ''}\n            <div class=\"evo-row-divider\"><\/div>\n            <a href=\"${link}\" class=\"evo-row-cta\">See Episode \u2192<\/a>\n          <\/div>\n        <\/div>\n      `;\n    }).join('');\n  }\n\n  fetchPosts();\n\n})();\n<\/script>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca94815 elementor-widget elementor-widget-taxonomy-filter\" data-id=\"ca94815\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;selected_element&quot;:&quot;28a096c&quot;,&quot;taxonomy&quot;:&quot;category&quot;,&quot;multiple_selection&quot;:&quot;yes&quot;,&quot;logical_combination&quot;:&quot;AND&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"taxonomy-filter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<search class=\"e-filter\" role=\"search\" data-base-url=\"https:\/\/evolute-institute.com\/nb\/\" data-page-num=\"1\">\n\t\t\t\n\t\t\t\t\t\t\t\t<\/search>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12cddd5 e-flex e-con-boxed e-con e-parent\" data-id=\"12cddd5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28a096c elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"28a096c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;26505&quot;,&quot;pagination_type&quot;:&quot;prev_next&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;pagination_load_type&quot;:&quot;page_reload&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-loop-nothing-found-message\">\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Inner Pioneers Podcast By Evolute Institute Explore the depths of transformational leadership, altered states of consciousness, and personal growth. Join us as we bridge ancient wisdom with modern science to navigate the inner shifts that redefine how we live and lead. Listen On Spotify Apple YouTube Hosted By Dr. Dmitrij Acherlord &amp; Cristopher Kabakis Featured [&hellip;]<\/p>\n","protected":false},"author":1492,"featured_media":12391,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-26495","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inner Pioneers Podcast | Evolute Institute<\/title>\n<meta name=\"description\" content=\"Listen to Inner Pioneers Podcast - conversations with pioneering minds on consciousness, transformation, and the science of human potential.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evolute-institute.com\/nb\/inner-pioneers-podcast\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inner Pioneers Podcast | Evolute Institute\" \/>\n<meta property=\"og:description\" content=\"Listen to Inner Pioneers Podcast - conversations with pioneering minds on consciousness, transformation, and the science of human potential.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolute-institute.com\/nb\/inner-pioneers-podcast\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolute Institute\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evolute-institute.com\/wp-content\/uploads\/2023\/10\/EVOLUTE-INSTITUTE-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"870\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Ansl. lesetid\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minutt\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/inner-pioneers-podcast\\\/\",\"url\":\"https:\\\/\\\/evolute-institute.com\\\/inner-pioneers-podcast\\\/\",\"name\":\"Inner Pioneers Podcast | Evolute Institute\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/inner-pioneers-podcast\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/inner-pioneers-podcast\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolute-institute.com\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/EVOLUTE-INSTITUTE-1.jpg\",\"datePublished\":\"2026-04-16T09:03:07+00:00\",\"description\":\"Listen to Inner Pioneers Podcast - conversations with pioneering minds on consciousness, transformation, and the science of human potential.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/inner-pioneers-podcast\\\/#breadcrumb\"},\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolute-institute.com\\\/inner-pioneers-podcast\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/inner-pioneers-podcast\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evolute-institute.com\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/EVOLUTE-INSTITUTE-1.jpg\",\"contentUrl\":\"https:\\\/\\\/evolute-institute.com\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/EVOLUTE-INSTITUTE-1.jpg\",\"width\":1200,\"height\":870,\"caption\":\"psilocybin retreat\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/inner-pioneers-podcast\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolute-institute.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inner Pioneers Podcast\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/#website\",\"url\":\"https:\\\/\\\/evolute-institute.com\\\/\",\"name\":\"Evolute Institute\",\"description\":\"Psychedelic Psilocybin Retreats for Pioneering Minds\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolute-institute.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nb-NO\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/#organization\",\"name\":\"Evolute Institute\",\"url\":\"https:\\\/\\\/evolute-institute.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolute-institute.com\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/evolute-e1694101618265.png\",\"contentUrl\":\"https:\\\/\\\/evolute-institute.com\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/evolute-e1694101618265.png\",\"width\":645,\"height\":570,\"caption\":\"Evolute Institute\"},\"image\":{\"@id\":\"https:\\\/\\\/evolute-institute.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inner Pioneers Podcast | Evolute Institute","description":"Listen to Inner Pioneers Podcast - conversations with pioneering minds on consciousness, transformation, and the science of human potential.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/evolute-institute.com\/nb\/inner-pioneers-podcast\/","og_locale":"nb_NO","og_type":"article","og_title":"Inner Pioneers Podcast | Evolute Institute","og_description":"Listen to Inner Pioneers Podcast - conversations with pioneering minds on consciousness, transformation, and the science of human potential.","og_url":"https:\/\/evolute-institute.com\/nb\/inner-pioneers-podcast\/","og_site_name":"Evolute Institute","og_image":[{"width":1200,"height":870,"url":"https:\/\/evolute-institute.com\/wp-content\/uploads\/2023\/10\/EVOLUTE-INSTITUTE-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Ansl. lesetid":"1 minutt"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/evolute-institute.com\/inner-pioneers-podcast\/","url":"https:\/\/evolute-institute.com\/inner-pioneers-podcast\/","name":"Inner Pioneers Podcast | Evolute Institute","isPartOf":{"@id":"https:\/\/evolute-institute.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolute-institute.com\/inner-pioneers-podcast\/#primaryimage"},"image":{"@id":"https:\/\/evolute-institute.com\/inner-pioneers-podcast\/#primaryimage"},"thumbnailUrl":"https:\/\/evolute-institute.com\/wp-content\/uploads\/2023\/10\/EVOLUTE-INSTITUTE-1.jpg","datePublished":"2026-04-16T09:03:07+00:00","description":"Listen to Inner Pioneers Podcast - conversations with pioneering minds on consciousness, transformation, and the science of human potential.","breadcrumb":{"@id":"https:\/\/evolute-institute.com\/inner-pioneers-podcast\/#breadcrumb"},"inLanguage":"nb-NO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolute-institute.com\/inner-pioneers-podcast\/"]}]},{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/evolute-institute.com\/inner-pioneers-podcast\/#primaryimage","url":"https:\/\/evolute-institute.com\/wp-content\/uploads\/2023\/10\/EVOLUTE-INSTITUTE-1.jpg","contentUrl":"https:\/\/evolute-institute.com\/wp-content\/uploads\/2023\/10\/EVOLUTE-INSTITUTE-1.jpg","width":1200,"height":870,"caption":"psilocybin retreat"},{"@type":"BreadcrumbList","@id":"https:\/\/evolute-institute.com\/inner-pioneers-podcast\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolute-institute.com\/"},{"@type":"ListItem","position":2,"name":"Inner Pioneers Podcast"}]},{"@type":"WebSite","@id":"https:\/\/evolute-institute.com\/#website","url":"https:\/\/evolute-institute.com\/","name":"Evolute Institute","description":"Psykedeliske psilocybin-retreater for banebrytende sjeler","publisher":{"@id":"https:\/\/evolute-institute.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolute-institute.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nb-NO"},{"@type":"Organization","@id":"https:\/\/evolute-institute.com\/#organization","name":"Evolute Institute","url":"https:\/\/evolute-institute.com\/","logo":{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/evolute-institute.com\/#\/schema\/logo\/image\/","url":"https:\/\/evolute-institute.com\/wp-content\/uploads\/2021\/12\/evolute-e1694101618265.png","contentUrl":"https:\/\/evolute-institute.com\/wp-content\/uploads\/2021\/12\/evolute-e1694101618265.png","width":645,"height":570,"caption":"Evolute Institute"},"image":{"@id":"https:\/\/evolute-institute.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/pages\/26495","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/users\/1492"}],"replies":[{"embeddable":true,"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/comments?post=26495"}],"version-history":[{"count":25,"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/pages\/26495\/revisions"}],"predecessor-version":[{"id":26671,"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/pages\/26495\/revisions\/26671"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/media\/12391"}],"wp:attachment":[{"href":"https:\/\/evolute-institute.com\/nb\/wp-json\/wp\/v2\/media?parent=26495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}