{"id":1739,"date":"2024-11-08T02:32:52","date_gmt":"2024-11-08T02:32:52","guid":{"rendered":"https:\/\/bespoke.eu.applyflow.com\/?page_id=1739"},"modified":"2026-08-24T21:35:23","modified_gmt":"2026-08-24T21:35:23","slug":"podcasts","status":"publish","type":"page","link":"https:\/\/www.bespokecareers.com\/podcasts\/","title":{"rendered":"Podcasts"},"content":{"rendered":"\n\n\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Bespoke Careers Podcast<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;0,9..40,900;1,9..40,400&#038;display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    \/* \u2500\u2500 ALL STYLES SCOPED TO .bcp TO AVOID CONFLICTS WITH SITE CSS \u2500\u2500 *\/\n    .bcp {\n      --green: #97D422;\n      --dark:  #1c1c1c;\n      --font:  'F37 Ginger', 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      font-family: var(--font) !important;\n      background: var(--dark) !important;\n      color: #fff !important;\n      width: 100% !important;\n      max-width: 100% !important;\n      box-sizing: border-box;\n    }\n    .bcp *, .bcp *::before, .bcp *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .bcp .hero {\n      position: relative !important;\n      min-height: 100vh !important;\n      display: flex !important;\n      align-items: center !important;\n      overflow: hidden !important;\n      padding: 80px 48px 80px !important;\n      background: var(--dark) !important;\n      width: 100% !important;\n    }\n    \/* Animated grid *\/\n    .bcp .hero::before {\n      content: '' !important;\n      position: absolute !important;\n      inset: 0 !important;\n      background-image:\n        linear-gradient(rgba(151,212,34,0.04) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(151,212,34,0.04) 1px, transparent 1px) !important;\n      background-size: 60px 60px !important;\n      animation: bcpGridSlide 24s linear infinite !important;\n      pointer-events: none;\n    }\n    @keyframes bcpGridSlide {\n      0%   { transform: translateY(0); }\n      100% { transform: translateY(60px); }\n    }\n    \/* Glow *\/\n    .bcp .hero-glow {\n      position: absolute !important;\n      width: 640px !important;\n      height: 640px !important;\n      border-radius: 50% !important;\n      background: radial-gradient(circle, rgba(151,212,34,0.14) 0%, transparent 68%) !important;\n      top: 50% !important;\n      left: 58% !important;\n      transform: translate(-50%, -50%) !important;\n      pointer-events: none !important;\n      animation: bcpGlowPulse 5s ease-in-out infinite !important;\n    }\n    @keyframes bcpGlowPulse {\n      0%, 100% { transform: translate(-50%,-50%) scale(1);    opacity: 0.6; }\n      50%       { transform: translate(-50%,-50%) scale(1.12); opacity: 1;   }\n    }\n    \/* Inner grid *\/\n    .bcp .hero-inner {\n      position: relative !important;\n      z-index: 2 !important;\n      max-width: 1200px !important;\n      width: 100% !important;\n      margin: 0 auto !important;\n      display: grid !important;\n      grid-template-columns: 1fr 1fr !important;\n      gap: 72px !important;\n      align-items: center !important;\n    }\n    \/* \u2500\u2500 BADGE \u2500\u2500 *\/\n    .bcp .badge {\n      display: inline-flex !important;\n      align-items: center !important;\n      gap: 8px !important;\n      background: rgba(151,212,34,0.10) !important;\n      border: 1px solid rgba(151,212,34,0.32) !important;\n      color: var(--green) !important;\n      padding: 8px 16px !important;\n      border-radius: 50px !important;\n      font-size: 0.72rem !important;\n      font-weight: 700 !important;\n      letter-spacing: 0.1em !important;\n      text-transform: uppercase !important;\n      margin-bottom: 28px !important;\n      animation: bcpFadeUp 0.6s ease both !important;\n      font-family: var(--font) !important;\n    }\n    .bcp .badge-dot {\n      width: 6px !important;\n      height: 6px !important;\n      border-radius: 50% !important;\n      background: var(--green) !important;\n      flex-shrink: 0 !important;\n      animation: bcpBlink 1.6s ease-in-out infinite !important;\n      display: inline-block !important;\n    }\n    @keyframes bcpBlink {\n      0%, 100% { opacity: 1; }\n      50%       { opacity: 0.15; }\n    }\n    \/* \u2500\u2500 H1 \u2500\u2500 *\/\n    .bcp h1.hero-title {\n      font-size: clamp(2.6rem, 4.8vw, 4.2rem) !important;\n      font-weight: 900 !important;\n      line-height: 1.06 !important;\n      letter-spacing: -0.04em !important;\n      margin-bottom: 24px !important;\n      color: #fff !important;\n      animation: bcpFadeUp 0.6s 0.1s ease both !important;\n      font-family: var(--font) !important;\n      text-transform: none !important;\n    }\n    .bcp h1.hero-title .line-green  { color: var(--green) !important; }\n    .bcp h1.hero-title .line-italic {\n      font-style: italic !important;\n      color: rgba(255,255,255,0.45) !important;\n      font-weight: 300 !important;\n    }\n    \/* \u2500\u2500 DESCRIPTION \u2500\u2500 *\/\n    .bcp p.hero-desc {\n      font-size: 1rem !important;\n      line-height: 1.75 !important;\n      color: rgba(255,255,255,0.6) !important;\n      max-width: 460px !important;\n      margin-bottom: 40px !important;\n      animation: bcpFadeUp 0.6s 0.2s ease both !important;\n      font-family: var(--font) !important;\n    }\n    \/* \u2500\u2500 BUTTONS \u2500\u2500 *\/\n    .bcp .hero-actions {\n      display: flex !important;\n      align-items: center !important;\n      gap: 14px !important;\n      flex-wrap: wrap !important;\n      margin-bottom: 48px !important;\n      animation: bcpFadeUp 0.6s 0.3s ease both !important;\n    }\n    .bcp a.btn-primary {\n      display: inline-flex !important;\n      align-items: center !important;\n      gap: 10px !important;\n      background: var(--green) !important;\n      color: var(--dark) !important;\n      padding: 15px 30px !important;\n      border-radius: 50px !important;\n      font-weight: 800 !important;\n      font-size: 0.92rem !important;\n      text-decoration: none !important;\n      font-family: var(--font) !important;\n      transition: transform 0.2s, box-shadow 0.2s !important;\n      border: none !important;\n    }\n    .bcp a.btn-primary:hover {\n      transform: translateY(-2px) !important;\n      box-shadow: 0 12px 40px rgba(151,212,34,0.42) !important;\n      color: var(--dark) !important;\n    }\n    .bcp a.btn-ghost {\n      display: inline-flex !important;\n      align-items: center !important;\n      gap: 10px !important;\n      background: transparent !important;\n      color: #fff !important;\n      padding: 14px 26px !important;\n      border-radius: 50px !important;\n      font-weight: 600 !important;\n      font-size: 0.92rem !important;\n      text-decoration: none !important;\n      border: 1.5px solid rgba(255,255,255,0.2) !important;\n      font-family: var(--font) !important;\n      transition: border-color 0.2s, background 0.2s !important;\n    }\n    .bcp a.btn-ghost:hover {\n      border-color: rgba(151,212,34,0.45) !important;\n      background: rgba(151,212,34,0.06) !important;\n      color: #fff !important;\n    }\n    \/* \u2500\u2500 PLATFORMS \u2500\u2500 *\/\n    .bcp .platforms {\n      display: flex !important;\n      align-items: center !important;\n      gap: 10px !important;\n      flex-wrap: wrap !important;\n      animation: bcpFadeUp 0.6s 0.4s ease both !important;\n    }\n    .bcp .platforms-label {\n      font-size: 0.7rem !important;\n      font-weight: 600 !important;\n      color: rgba(255,255,255,0.3) !important;\n      text-transform: uppercase !important;\n      letter-spacing: 0.09em !important;\n      font-family: var(--font) !important;\n    }\n    .bcp a.platform-pill {\n      display: inline-flex !important;\n      align-items: center !important;\n      gap: 6px !important;\n      background: rgba(255,255,255,0.06) !important;\n      border: 1px solid rgba(255,255,255,0.12) !important;\n      padding: 7px 14px !important;\n      border-radius: 50px !important;\n      font-size: 0.73rem !important;\n      font-weight: 600 !important;\n      color: rgba(255,255,255,0.65) !important;\n      text-decoration: none !important;\n      transition: background 0.2s, color 0.2s, border-color 0.2s !important;\n      font-family: var(--font) !important;\n    }\n    .bcp a.platform-pill:hover {\n      background: rgba(151,212,34,0.12) !important;\n      color: var(--green) !important;\n      border-color: rgba(151,212,34,0.3) !important;\n    }\n    .bcp .platform-pill svg { flex-shrink: 0 !important; }\n    \/* \u2500\u2500 HERO RIGHT - Image \u2500\u2500 *\/\n    .bcp .hero-right {\n      position: relative !important;\n      display: flex !important;\n      justify-content: center !important;\n      animation: bcpFadeUp 0.7s 0.15s ease both !important;\n    }\n    .bcp .podcast-art-wrap {\n      position: relative !important;\n      width: 400px !important;\n      height: 400px !important;\n    }\n    \/* Spinning rings *\/\n    .bcp .ring-spin {\n      position: absolute !important;\n      inset: -26px !important;\n      border-radius: 50% !important;\n      border: 2px solid transparent !important;\n      border-top-color: var(--green) !important;\n      border-right-color: rgba(151,212,34,0.25) !important;\n      animation: bcpSpin 9s linear infinite !important;\n      pointer-events: none !important;\n    }\n    .bcp .ring-spin-2 {\n      position: absolute !important;\n      inset: -44px !important;\n      border-radius: 50% !important;\n      border: 1px solid transparent !important;\n      border-bottom-color: rgba(151,212,34,0.18) !important;\n      border-left-color: rgba(151,212,34,0.08) !important;\n      animation: bcpSpin 15s linear infinite reverse !important;\n      pointer-events: none !important;\n    }\n    @keyframes bcpSpin { to { transform: rotate(360deg); } }\n    \/* Art card *\/\n    .bcp .podcast-art {\n      width: 100% !important;\n      height: 100% !important;\n      border-radius: 28px !important;\n      position: relative !important;\n      overflow: hidden !important;\n      box-shadow: 0 36px 90px rgba(0,0,0,0.65), 0 0 0 1px rgba(151,212,34,0.18) !important;\n    }\n    .bcp .podcast-art img {\n      width: 100% !important;\n      height: 100% !important;\n      object-fit: cover !important;\n      display: block !important;\n    }\n    .bcp .podcast-art::after {\n      content: '' !important;\n      position: absolute !important;\n      inset: 0 !important;\n      background: linear-gradient(135deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.16) 100%) !important;\n      pointer-events: none !important;\n    }\n    \/* Play button *\/\n    .bcp a.play-btn-overlay {\n      position: absolute !important;\n      bottom: 22px !important;\n      right: 22px !important;\n      z-index: 5 !important;\n      width: 56px !important;\n      height: 56px !important;\n      background: rgba(28,28,28,0.72) !important;\n      backdrop-filter: blur(10px) !important;\n      border-radius: 50% !important;\n      display: flex !important;\n      align-items: center !important;\n      justify-content: center !important;\n      cursor: pointer !important;\n      border: 1.5px solid rgba(151,212,34,0.5) !important;\n      transition: background 0.2s, transform 0.2s, box-shadow 0.2s !important;\n      text-decoration: none !important;\n    }\n    .bcp a.play-btn-overlay:hover {\n      background: var(--green) !important;\n      transform: scale(1.1) !important;\n      box-shadow: 0 8px 28px rgba(151,212,34,0.4) !important;\n    }\n    .bcp a.play-btn-overlay svg { fill: white !important; }\n    .bcp a.play-btn-overlay:hover svg { fill: var(--dark) !important; }\n    \/* Floating stat cards *\/\n    .bcp .stat-card {\n      position: absolute !important;\n      background: rgba(22,22,22,0.94) !important;\n      backdrop-filter: blur(14px) !important;\n      -webkit-backdrop-filter: blur(14px) !important;\n      border: 1px solid rgba(151,212,34,0.22) !important;\n      border-radius: 16px !important;\n      padding: 14px 20px !important;\n      z-index: 10 !important;\n      min-width: 110px !important;\n    }\n    .bcp .stat-card-1 {\n      top: -18px !important;\n      left: -58px !important;\n      animation: bcpFloatA 5.5s ease-in-out infinite !important;\n    }\n    .bcp .stat-card-2 {\n      bottom: -14px !important;\n      right: -50px !important;\n      animation: bcpFloatB 6.5s ease-in-out infinite !important;\n    }\n    @keyframes bcpFloatA {\n      0%, 100% { transform: translateY(0); }\n      50%       { transform: translateY(-10px); }\n    }\n    @keyframes bcpFloatB {\n      0%, 100% { transform: translateY(0); }\n      50%       { transform: translateY(9px); }\n    }\n    .bcp .stat-value {\n      font-size: 1.5rem !important;\n      font-weight: 900 !important;\n      color: var(--green) !important;\n      letter-spacing: -0.04em !important;\n      line-height: 1 !important;\n      font-family: var(--font) !important;\n    }\n    .bcp .stat-value sup {\n      font-size: 0.8rem !important;\n      color: rgba(255,255,255,0.35) !important;\n      font-weight: 600 !important;\n    }\n    .bcp .stat-label {\n      font-size: 0.66rem !important;\n      color: rgba(255,255,255,0.42) !important;\n      font-weight: 500 !important;\n      margin-top: 5px !important;\n      text-transform: uppercase !important;\n      letter-spacing: 0.07em !important;\n      font-family: var(--font) !important;\n    }\n    \/* \u2500\u2500 SOUND WAVE \u2500\u2500 *\/\n    .bcp .soundwave-section {\n      position: relative !important;\n      z-index: 2 !important;\n      width: 100% !important;\n      background: var(--dark) !important;\n      padding: 0 48px 72px !important;\n      overflow: hidden !important;\n    }\n    .bcp .soundwave-inner {\n      max-width: 1200px !important;\n      margin: 0 auto !important;\n      overflow: hidden !important;\n    }\n    .bcp .soundwave-wrap {\n      display: flex !important;\n      align-items: center !important;\n      gap: 4px !important;\n      height: 52px !important;\n      width: 100% !important;\n      overflow: hidden !important;\n    }\n    .bcp .wave-bar {\n      width: 3px !important;\n      min-width: 3px !important;\n      border-radius: 3px !important;\n      background: var(--green) !important;\n      animation: bcpWaveAnim var(--dur) ease-in-out var(--delay) infinite !important;\n      flex-shrink: 0 !important;\n    }\n    @keyframes bcpWaveAnim {\n      0%, 100% { height: 6px;      opacity: 0.25; }\n      50%       { height: var(--h); opacity: 1;    }\n    }\n    @keyframes bcpFadeUp {\n      from { opacity: 0; transform: translateY(22px); }\n      to   { opacity: 1; transform: translateY(0);    }\n    }\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 900px) {\n      .bcp .hero              { padding: 60px 24px 60px !important; }\n      .bcp .hero-inner        { grid-template-columns: 1fr !important; gap: 48px !important; }\n      .bcp .hero-right        { display: none !important; }\n      .bcp .soundwave-section { padding: 0 24px 48px !important; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <!-- \u2500\u2500 HERO \u2500\u2500 -->\n  <section>\n      <!-- LEFT -->\n          New Episodes Every Two Weeks\n        <h1>\n          Bespoke Careers<br \/>\n          Podcast\n        <\/h1>\n        \n          Real conversations with the industry&#8217;s brightest minds. From institute presidents to studio founders and recent graduates, these are the stories from the people shaping our industry.\n        \n          <a href=\"https:\/\/open.spotify.com\/show\/0dcXPwZcCtoybT6ZgxzWOr\" target=\"_blank\">\n            Listen Now\n          <\/a>\n          <a href=\"#all-episodes\">\n            All Episodes\n          <\/a>\n          Listen on\n          <a href=\"https:\/\/open.spotify.com\/show\/0dcXPwZcCtoybT6ZgxzWOr\" target=\"_blank\">\n            Spotify\n          <\/a>\n          <a href=\"https:\/\/podcasts.apple.com\/us\/podcast\/bespoke-careers-podcast\/id1760778070\" target=\"_blank\">\n            Apple Podcasts\n          <\/a>\n          <a href=\"https:\/\/www.youtube.com\/playlist?list=PLiK-zarBEOSq1Yw2SRvocMMzz9PmTUP2K\" target=\"_blank\">\n            YouTube\n          <\/a>\n      <!-- RIGHT - Podcast cover art -->\n            <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/SPOTTY-SQUARE.jpg\"\n              alt=\"Bespoke Careers Podcast cover art\"\n            \/>\n            <a href=\"https:\/\/open.spotify.com\/show\/0dcXPwZcCtoybT6ZgxzWOr\" target=\"_blank\" aria-label=\"Listen on Spotify\">\n            <\/a>\n            24<sup>+<\/sup>\n            Episodes\n            60K<sup>+<\/sup>\n            Downloads\n  <\/section>\n  <!-- \u2500\u2500 SOUND WAVE \u2500\u2500 -->\n<!-- \/.bcp -->\n<\/body>\n<\/html>\n<section>\n                    <h2>Latest Episode<\/h2>\n                                    <a href=\"https:\/\/www.bespokecareers.com\/articles\/what-the-aia-president-wants-every-architect-to-know-illya-azaroff\/\">\n                                        <img width=\"1900\" height=\"1069\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3-1536x864.jpg 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>                                    <\/a>\n                                    <h3><a href=\"https:\/\/www.bespokecareers.com\/articles\/what-the-aia-president-wants-every-architect-to-know-illya-azaroff\/\">What the AIA President Wants Every Architect to Know | Illya Azaroff<\/a><\/h3>\n                                <p>For over 30 years his work has focused on disaster mitigation, resilience planning and regenerative design: helping communities prepare for, respond to and recover from crisis.<\/p>\n                                <a href=\"https:\/\/www.bespokecareers.com\/articles\/what-the-aia-president-wants-every-architect-to-know-illya-azaroff\/\">Read More<\/a>\n<\/section>\n<section id=\"afc-filter-\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>\n\t\t\t\t\t\t\t\tAll episodes\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t<form data-sf-form-id='1234' data-is-rtl='0' data-maintain-state='' data-results-url='https:\/\/www.bespokecareers.com\/podcasts\/' data-ajax-form-url='https:\/\/www.bespokecareers.com\/?sfid=1234&amp;sf_action=get_data&amp;sf_data=form' data-display-result-method='bb_posts_module' data-use-history-api='1' data-template-loaded='0' data-lang-code='en' data-ajax='0' data-init-paged='1' data-auto-update='1' action='https:\/\/www.bespokecareers.com\/podcasts\/' method='post' class='searchandfilter' id='search-filter-form-1234' autocomplete='off' data-instance-count='1' data-ajax-target='.search-filter-results-1234' data-ajax-links-selector='.page-numbers a'><ul><li data-sf-field-name=\"search\" data-sf-field-type=\"search\" data-sf-field-input-type=\"\"><h4>Search<\/h4>\t\t<label><input placeholder=\"Search\" name=\"_sf_search[]\" type=\"text\" value=\"\" title=\"\"\/><\/label>\t\t<\/li><li data-sf-field-name=\"_sf_sort_order\" data-sf-field-type=\"sort_order\" data-sf-field-input-type=\"select\"><h4>Sort by<\/h4>\t\t<label>\n\t\t\t\t<select name=\"_sf_sort_order[]\" title=\"\">\n\t\t\t\t\t\t<option selected=\"selected\" data-sf-depth=\"0\" value=\"\">Sort Results By<\/option>\n\t\t\t\t\t\t<option data-sf-depth=\"0\" value=\"id+asc\">Latest &#8211; Oldest<\/option>\n\t\t\t\t\t\t<option data-sf-depth=\"0\" value=\"id+desc\">Oldest to latest<\/option>\n\t\t\t\t\t<\/select>\n\t\t<\/label>\t\t<\/li><\/ul><\/form>\t\t\t\t\n\t\t\t\t\t\t\t\t<meta itemscope itemprop=\"mainEntityOfPage\" itemtype=\"https:\/\/schema.org\/WebPage\" itemid=\"https:\/\/www.bespokecareers.com\/articles\/what-the-aia-president-wants-every-architect-to-know-illya-azaroff\/\" content=\"What the AIA President Wants Every Architect to Know | Illya Azaroff\" \/><meta itemprop=\"datePublished\" content=\"2026-08-23\" \/><meta itemprop=\"dateModified\" content=\"2026-08-23\" \/><meta itemprop=\"name\" content=\"Bespoke Careers\"\/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/tp-custom\/wp-content\/uploads\/2022\/07\/agency-AF-black.svg\"\/><meta itemprop=\"url\" content=\"https:\/\/www.bespokecareers.com\/author\/callum-dbespokecareers-com\/\" \/><meta itemprop=\"name\" content=\"callum.d@bespokecareers.com\" \/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3.jpg\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-the-aia-president-wants-every-architect-to-know-illya-azaroff\/\" rel=\"bookmark\" title=\"What the AIA President Wants Every Architect to Know | Illya Azaroff\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"1900\" height=\"1069\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-3-1536x864.jpg 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-the-aia-president-wants-every-architect-to-know-illya-azaroff\/\" rel=\"bookmark\" title=\"What the AIA President Wants Every Architect to Know | Illya Azaroff\">What the AIA President Wants Every Architect to Know | Illya Azaroff<\/a>\n\t\t\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t<!-- This is Tags working -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>For over 30 years his work has focused on disaster mitigation, resilience planning and regenerative &#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-the-aia-president-wants-every-architect-to-know-illya-azaroff\/\" title=\"What the AIA President Wants Every Architect to Know | Illya Azaroff\">Listen now<\/a>\n\t\t\t\t\t\t\t\t<meta itemscope itemprop=\"mainEntityOfPage\" itemtype=\"https:\/\/schema.org\/WebPage\" itemid=\"https:\/\/www.bespokecareers.com\/articles\/inside-the-mind-of-zha-architects-ai-pioneer-shajay-bhooshan\/\" content=\"Inside the Mind of ZHA Architects&#8217; AI Pioneer |  Shajay Bhooshan\" \/><meta itemprop=\"datePublished\" content=\"2026-08-11\" \/><meta itemprop=\"dateModified\" content=\"2026-08-11\" \/><meta itemprop=\"name\" content=\"Bespoke Careers\"\/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/tp-custom\/wp-content\/uploads\/2022\/07\/agency-AF-black.svg\"\/><meta itemprop=\"url\" content=\"https:\/\/www.bespokecareers.com\/author\/callum-dbespokecareers-com\/\" \/><meta itemprop=\"name\" content=\"callum.d@bespokecareers.com\" \/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-2.jpg\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/inside-the-mind-of-zha-architects-ai-pioneer-shajay-bhooshan\/\" rel=\"bookmark\" title=\"Inside the Mind of ZHA Architects&#8217; AI Pioneer |  Shajay Bhooshan\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"1900\" height=\"1069\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-2.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-2.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-2-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-2-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-2-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/08\/GREEN-THUMBNAIL-2-1536x864.jpg 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/inside-the-mind-of-zha-architects-ai-pioneer-shajay-bhooshan\/\" rel=\"bookmark\" title=\"Inside the Mind of ZHA Architects&#8217; AI Pioneer |  Shajay Bhooshan\">Inside the Mind of ZHA Architects&#8217; AI Pioneer |  Shajay Bhooshan<\/a>\n\t\t\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t<!-- This is Tags working -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Shajay Bhooshan co-founded ZHA Code with a three-week crash course in writing code. That was 20 year&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/inside-the-mind-of-zha-architects-ai-pioneer-shajay-bhooshan\/\" title=\"Inside the Mind of ZHA Architects&#8217; AI Pioneer |  Shajay Bhooshan\">Listen now<\/a>\n\t\t\t\t\t\t\t\t<meta itemscope itemprop=\"mainEntityOfPage\" itemtype=\"https:\/\/schema.org\/WebPage\" itemid=\"https:\/\/www.bespokecareers.com\/articles\/what-clients-actually-hire-you-for-its-not-the-design-revel-ceo-scott-clement\/\" content=\"What clients actually hire you for&#8230; It&#8217;s not the design | REVEL CEO Scott Clement\" \/><meta itemprop=\"datePublished\" content=\"2026-07-27\" \/><meta itemprop=\"dateModified\" content=\"2026-08-05\" \/><meta itemprop=\"name\" content=\"Bespoke Careers\"\/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/tp-custom\/wp-content\/uploads\/2022\/07\/agency-AF-black.svg\"\/><meta itemprop=\"url\" content=\"https:\/\/www.bespokecareers.com\/author\/callum-dbespokecareers-com\/\" \/><meta itemprop=\"name\" content=\"callum.d@bespokecareers.com\" \/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL.jpg\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-clients-actually-hire-you-for-its-not-the-design-revel-ceo-scott-clement\/\" rel=\"bookmark\" title=\"What clients actually hire you for&#8230; It&#8217;s not the design | REVEL CEO Scott Clement\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"1900\" height=\"1069\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL-1536x864.jpg 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-clients-actually-hire-you-for-its-not-the-design-revel-ceo-scott-clement\/\" rel=\"bookmark\" title=\"What clients actually hire you for&#8230; It&#8217;s not the design | REVEL CEO Scott Clement\">What clients actually hire you for&#8230; It&#8217;s not the design | REVEL CEO Scott Clement<\/a>\n\t\t\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t<!-- This is Tags working -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Scott Clement has been in architecture for nearly 30 years. He&#8217;s now CEO of Revel, a San Francisco s&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-clients-actually-hire-you-for-its-not-the-design-revel-ceo-scott-clement\/\" title=\"What clients actually hire you for&#8230; It&#8217;s not the design | REVEL CEO Scott Clement\">Listen now<\/a>\n\t\t\t\t\t\t\t\t<meta itemscope itemprop=\"mainEntityOfPage\" itemtype=\"https:\/\/schema.org\/WebPage\" itemid=\"https:\/\/www.bespokecareers.com\/articles\/starting-a-design-studio-whats-it-really-like-wildflower-founders-cara-robyn\/\" content=\"Starting a Design Studio &#8211; What&#8217;s it Really Like? | WILDFLOWER Founders Cara &#038; Robyn\" \/><meta itemprop=\"datePublished\" content=\"2026-07-14\" \/><meta itemprop=\"dateModified\" content=\"2026-07-14\" \/><meta itemprop=\"name\" content=\"Bespoke Careers\"\/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/tp-custom\/wp-content\/uploads\/2022\/07\/agency-AF-black.svg\"\/><meta itemprop=\"url\" content=\"https:\/\/www.bespokecareers.com\/author\/callum-dbespokecareers-com\/\" \/><meta itemprop=\"name\" content=\"callum.d@bespokecareers.com\" \/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL.png\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/starting-a-design-studio-whats-it-really-like-wildflower-founders-cara-robyn\/\" rel=\"bookmark\" title=\"Starting a Design Studio &#8211; What&#8217;s it Really Like? | WILDFLOWER Founders Cara &#038; Robyn\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"1900\" height=\"1069\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL.png\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL.png 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL-300x169.png 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL-1024x576.png 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL-768x432.png 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/GREEN-THUMBNAIL-1536x864.png 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/starting-a-design-studio-whats-it-really-like-wildflower-founders-cara-robyn\/\" rel=\"bookmark\" title=\"Starting a Design Studio &#8211; What&#8217;s it Really Like? | WILDFLOWER Founders Cara &#038; Robyn\">Starting a Design Studio &#8211; What&#8217;s it Really Like? | WILDFLOWER Founders Cara &#038; Robyn<\/a>\n\t\t\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t<!-- This is Tags working -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>You&#8217;ve probably seen their work before. You just didn&#8217;t know it was them. Cara Stizza and Robyn &#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/starting-a-design-studio-whats-it-really-like-wildflower-founders-cara-robyn\/\" title=\"Starting a Design Studio &#8211; What&#8217;s it Really Like? | WILDFLOWER Founders Cara &#038; Robyn\">Listen now<\/a>\n\t\t\t\t\t\t\t\t<meta itemscope itemprop=\"mainEntityOfPage\" itemtype=\"https:\/\/schema.org\/WebPage\" itemid=\"https:\/\/www.bespokecareers.com\/articles\/what-i-learned-starting-a-design-studio-without-a-degree-mitch-jones\/\" content=\"What I Learned Starting A Design Studio (Without a Degree) &#8211; Mitch Jones\" \/><meta itemprop=\"datePublished\" content=\"2026-06-30\" \/><meta itemprop=\"dateModified\" content=\"2026-07-14\" \/><meta itemprop=\"name\" content=\"Bespoke Careers\"\/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/tp-custom\/wp-content\/uploads\/2022\/07\/agency-AF-black.svg\"\/><meta itemprop=\"url\" content=\"https:\/\/www.bespokecareers.com\/author\/micah-drbespokecareers-com\/\" \/><meta itemprop=\"name\" content=\"Micah.dr@bespokecareers.com\" \/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/MITCH-JONES.jpg\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-i-learned-starting-a-design-studio-without-a-degree-mitch-jones\/\" rel=\"bookmark\" title=\"What I Learned Starting A Design Studio (Without a Degree) &#8211; Mitch Jones\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"1900\" height=\"1069\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/MITCH-JONES.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/MITCH-JONES.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/MITCH-JONES-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/MITCH-JONES-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/MITCH-JONES-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/MITCH-JONES-1536x864.jpg 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-i-learned-starting-a-design-studio-without-a-degree-mitch-jones\/\" rel=\"bookmark\" title=\"What I Learned Starting A Design Studio (Without a Degree) &#8211; Mitch Jones\">What I Learned Starting A Design Studio (Without a Degree) &#8211; Mitch Jones<\/a>\n\t\t\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t<!-- This is Tags working -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Mitch Jones sits down with Bespoke Careers to talk about selling the dream, a strategy you can expla&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-i-learned-starting-a-design-studio-without-a-degree-mitch-jones\/\" title=\"What I Learned Starting A Design Studio (Without a Degree) &#8211; Mitch Jones\">Listen now<\/a>\n\t\t\t\t\t\t\t\t<meta itemscope itemprop=\"mainEntityOfPage\" itemtype=\"https:\/\/schema.org\/WebPage\" itemid=\"https:\/\/www.bespokecareers.com\/articles\/how-to-plot-your-own-path-in-architecture-selasi-setufe-mbe\/\" content=\"How to Plot Your Own Path In Architecture &#8211; Selasi Setufe MBE\" \/><meta itemprop=\"datePublished\" content=\"2026-06-15\" \/><meta itemprop=\"dateModified\" content=\"2026-06-16\" \/><meta itemprop=\"name\" content=\"Bespoke Careers\"\/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/tp-custom\/wp-content\/uploads\/2022\/07\/agency-AF-black.svg\"\/><meta itemprop=\"url\" content=\"https:\/\/www.bespokecareers.com\/author\/micah-drbespokecareers-com\/\" \/><meta itemprop=\"name\" content=\"Micah.dr@bespokecareers.com\" \/><meta itemprop=\"url\" content=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/Selasi.jpg\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/how-to-plot-your-own-path-in-architecture-selasi-setufe-mbe\/\" rel=\"bookmark\" title=\"How to Plot Your Own Path In Architecture &#8211; Selasi Setufe MBE\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"1900\" height=\"1069\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/Selasi.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/Selasi.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/Selasi-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/Selasi-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/Selasi-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/06\/Selasi-1536x864.jpg 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/how-to-plot-your-own-path-in-architecture-selasi-setufe-mbe\/\" rel=\"bookmark\" title=\"How to Plot Your Own Path In Architecture &#8211; Selasi Setufe MBE\">How to Plot Your Own Path In Architecture &#8211; Selasi Setufe MBE<\/a>\n\t\t\t\t\t\t\t\t\t<\/h5>\n\t\t\t\t\t\t\t\t<!-- This is Tags working -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Selasi Setufe sits down with us to talk about the route into architecture that didn&#8217;t follow the s&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/how-to-plot-your-own-path-in-architecture-selasi-setufe-mbe\/\" title=\"How to Plot Your Own Path In Architecture &#8211; Selasi Setufe MBE\">Listen now<\/a>\n\t\t\t\t\t<a>Load more<\/a>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Bespoke Careers Podcast New Episodes Every Two Weeks Bespoke Careers Podcast Real conversations with the industry&#8217;s brightest minds. From institute presidents to studio founders and recent graduates, these are the stories from the people shaping our industry. Listen Now All Episodes Listen on Spotify Apple Podcasts YouTube 24+ Episodes 60K+ Downloads Latest Episode What the&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":29,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","footnotes":""},"class_list":["post-1739","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/1739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/comments?post=1739"}],"version-history":[{"count":30,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/1739\/revisions"}],"predecessor-version":[{"id":16520,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/1739\/revisions\/16520"}],"wp:attachment":[{"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/media?parent=1739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}