{"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-04-07T10:24:32","modified_gmt":"2026-04-07T10:24:32","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\/from-practice-to-property-the-caswell-and-dainow-journey\/\">\n                                        <img width=\"1900\" height=\"1069\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3-1536x864.jpg 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>                                    <\/a>\n                                    <h3><a href=\"https:\/\/www.bespokecareers.com\/articles\/from-practice-to-property-the-caswell-and-dainow-journey\/\">Why We QUIT Architecture (and Never Looked Back!) &#8211; Caswell &#038; Dainow<\/a><\/h3>\n                                <p>Former architects Charlie Caswell and Adam Dainow discuss transitioning into property development, the necessity of relinquishing design control, and the five-year grind of building a business from the ground up.<\/p>\n                                <a href=\"https:\/\/www.bespokecareers.com\/articles\/from-practice-to-property-the-caswell-and-dainow-journey\/\">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\/from-practice-to-property-the-caswell-and-dainow-journey\/\" content=\"Why We QUIT Architecture (and Never Looked Back!) &#8211; Caswell &#038; Dainow\" \/><meta itemprop=\"datePublished\" content=\"2026-04-07\" \/><meta itemprop=\"dateModified\" content=\"2026-04-07\" \/><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\/04\/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\/from-practice-to-property-the-caswell-and-dainow-journey\/\" rel=\"bookmark\" title=\"Why We QUIT Architecture (and Never Looked Back!) &#8211; Caswell &#038; Dainow\">\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\/04\/GREEN-THUMBNAIL-3.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/GREEN-THUMBNAIL-3-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/04\/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\/from-practice-to-property-the-caswell-and-dainow-journey\/\" rel=\"bookmark\" title=\"Why We QUIT Architecture (and Never Looked Back!) &#8211; Caswell &#038; Dainow\">Why We QUIT Architecture (and Never Looked Back!) &#8211; Caswell &#038; Dainow<\/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>Former architects Charlie Caswell and Adam Dainow discuss transitioning into property development, t&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/from-practice-to-property-the-caswell-and-dainow-journey\/\" title=\"Why We QUIT Architecture (and Never Looked Back!) &#8211; Caswell &#038; Dainow\">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-as-president-of-the-american-institute-of-architects-evelyn-lee\/\" content=\"What I learned as President of the American Institute of Architects &#8211; Evelyn Lee\" \/><meta itemprop=\"datePublished\" content=\"2026-03-23\" \/><meta itemprop=\"dateModified\" content=\"2026-03-25\" \/><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\/03\/GREEN-THUMBNAIL-1.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-as-president-of-the-american-institute-of-architects-evelyn-lee\/\" rel=\"bookmark\" title=\"What I learned as President of the American Institute of Architects &#8211; Evelyn Lee\">\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\/03\/GREEN-THUMBNAIL-1.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL-1.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL-1-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL-1-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL-1-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL-1-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-as-president-of-the-american-institute-of-architects-evelyn-lee\/\" rel=\"bookmark\" title=\"What I learned as President of the American Institute of Architects &#8211; Evelyn Lee\">What I learned as President of the American Institute of Architects &#8211; Evelyn Lee<\/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>Evelyn Lee is an architect, entrepreneur, and tech strategist who served as the 2025 President of th&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/what-i-learned-as-president-of-the-american-institute-of-architects-evelyn-lee\/\" title=\"What I learned as President of the American Institute of Architects &#8211; Evelyn Lee\">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\/the-honest-truth-about-the-future-of-architecture-raia-president-adam-haddow\/\" content=\"The Honest Truth About the Future of Architecture &#8211; AIA President, Adam Haddow\" \/><meta itemprop=\"datePublished\" content=\"2026-03-09\" \/><meta itemprop=\"dateModified\" content=\"2026-03-12\" \/><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\/03\/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\/the-honest-truth-about-the-future-of-architecture-raia-president-adam-haddow\/\" rel=\"bookmark\" title=\"The Honest Truth About the Future of Architecture &#8211; AIA President, Adam Haddow\">\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\/03\/GREEN-THUMBNAIL.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/GREEN-THUMBNAIL-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/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\/the-honest-truth-about-the-future-of-architecture-raia-president-adam-haddow\/\" rel=\"bookmark\" title=\"The Honest Truth About the Future of Architecture &#8211; AIA President, Adam Haddow\">The Honest Truth About the Future of Architecture &#8211; AIA President, Adam Haddow<\/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>&#8220;We&#8217;re at a really important junction.&#8221; RAIA President Adam Haddow explores what the profession must&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/the-honest-truth-about-the-future-of-architecture-raia-president-adam-haddow\/\" title=\"The Honest Truth About the Future of Architecture &#8211; AIA President, Adam Haddow\">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\/why-most-architects-dont-make-much-money-phin-harper\/\" content=\"Why (Most) Architects Don&#8217;t Make Much Money &#8211; Phin Harper\" \/><meta itemprop=\"datePublished\" content=\"2026-02-17\" \/><meta itemprop=\"dateModified\" content=\"2026-03-10\" \/><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\/02\/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\/why-most-architects-dont-make-much-money-phin-harper\/\" rel=\"bookmark\" title=\"Why (Most) Architects Don&#8217;t Make Much Money &#8211; Phin Harper\">\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\/02\/GREEN-THUMBNAIL.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/GREEN-THUMBNAIL.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/GREEN-THUMBNAIL-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/GREEN-THUMBNAIL-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/GREEN-THUMBNAIL-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/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\/why-most-architects-dont-make-much-money-phin-harper\/\" rel=\"bookmark\" title=\"Why (Most) Architects Don&#8217;t Make Much Money &#8211; Phin Harper\">Why (Most) Architects Don&#8217;t Make Much Money &#8211; Phin Harper<\/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>Writer, critic and curator Phineas Harper discusses their career journey and the importance of colle&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/why-most-architects-dont-make-much-money-phin-harper\/\" title=\"Why (Most) Architects Don&#8217;t Make Much Money &#8211; Phin Harper\">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\/an-honest-conversation-about-architecture-school-lucy-carmichael\/\" content=\"An Honest Conversation About Architecture School &#8211; Lucy Carmichael\" \/><meta itemprop=\"datePublished\" content=\"2026-02-08\" \/><meta itemprop=\"dateModified\" content=\"2026-02-10\" \/><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\/02\/LUCY-CARMICHAEL.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\/an-honest-conversation-about-architecture-school-lucy-carmichael\/\" rel=\"bookmark\" title=\"An Honest Conversation About Architecture School &#8211; Lucy Carmichael\">\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\/02\/LUCY-CARMICHAEL.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/LUCY-CARMICHAEL.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/LUCY-CARMICHAEL-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/LUCY-CARMICHAEL-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/LUCY-CARMICHAEL-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/LUCY-CARMICHAEL-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\/an-honest-conversation-about-architecture-school-lucy-carmichael\/\" rel=\"bookmark\" title=\"An Honest Conversation About Architecture School &#8211; Lucy Carmichael\">An Honest Conversation About Architecture School &#8211; Lucy Carmichael<\/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>Lucy Carmichael explains why the traditional, linear path into the industry is failing most students&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/an-honest-conversation-about-architecture-school-lucy-carmichael\/\" title=\"An Honest Conversation About Architecture School &#8211; Lucy Carmichael\">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-a-fashion-designer-became-a-world-famous-architect-kathryn-gustafson\/\" content=\"How a Fashion Designer Became a World Famous Architect &#8211; Kathryn Gustafson\" \/><meta itemprop=\"datePublished\" content=\"2026-01-24\" \/><meta itemprop=\"dateModified\" content=\"2026-03-10\" \/><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\/01\/KATHRYN-SPOTTY.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-a-fashion-designer-became-a-world-famous-architect-kathryn-gustafson\/\" rel=\"bookmark\" title=\"How a Fashion Designer Became a World Famous Architect &#8211; Kathryn Gustafson\">\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\/01\/KATHRYN-SPOTTY.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/01\/KATHRYN-SPOTTY.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/01\/KATHRYN-SPOTTY-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/01\/KATHRYN-SPOTTY-1024x576.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/01\/KATHRYN-SPOTTY-768x432.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/01\/KATHRYN-SPOTTY-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-a-fashion-designer-became-a-world-famous-architect-kathryn-gustafson\/\" rel=\"bookmark\" title=\"How a Fashion Designer Became a World Famous Architect &#8211; Kathryn Gustafson\">How a Fashion Designer Became a World Famous Architect &#8211; Kathryn Gustafson<\/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>Founder of Gustafson Porter + Bowman, Kathryn Gustafson reflects starting a studio in a second langu&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/how-a-fashion-designer-became-a-world-famous-architect-kathryn-gustafson\/\" title=\"How a Fashion Designer Became a World Famous Architect &#8211; Kathryn Gustafson\">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 Why We&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":11319,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/1739\/revisions\/11319"}],"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}]}}