{"id":13825,"date":"2026-07-24T02:41:28","date_gmt":"2026-07-24T02:41:28","guid":{"rendered":"https:\/\/www.bespokecareers.com\/?page_id=13825"},"modified":"2026-08-02T22:33:34","modified_gmt":"2026-08-02T22:33:34","slug":"who-shaped-your-career","status":"publish","type":"page","link":"https:\/\/www.bespokecareers.com\/global-panel\/who-shaped-your-career\/","title":{"rendered":"Who Shaped Your Career?"},"content":{"rendered":"\n\n\t<!-- GLOBAL PANEL MODULE - paste into a Beaver Builder HTML module. All styles scoped under #gp. -->\n<style>\n\/* Hide the site footer + powered-by strip on this page only (this CSS ships with the module, so it can't affect other pages). *\/\nfooter[data-type=\"footer\"]{display:none !important;}\n.power-by-af{display:none !important;}\n#gp{font-family:'F37 Ginger','Helvetica Neue',sans-serif;background:#f4f4ef;color:#3a3a3a;line-height:1.5;font-size:16px;-webkit-font-smoothing:antialiased;}\n#gp{\n    --lime:#97D422;\n    --lime-dark:#6fa318;\n    --ink:#0F0F0F;\n    --body:#3a3a3a;\n    --muted:#888;\n    --paper:#f4f4ef;\n    --card:#ffffff;\n    --line:#e6e6df;\n    --serif:'F37 Ginger','Helvetica Neue',sans-serif;\n    --sans:'F37 Ginger','Helvetica Neue',sans-serif;\n  }\n#gp *{margin:0;padding:0;box-sizing:border-box;}\n#gp ::selection{background:var(--lime);color:var(--ink);}\n#gp .app{\n    display:flex;\n    height:calc(100vh - 180px);min-height:560px;\n  }\n#gp .directory{\n    width:48%;\n    min-width:400px;\n    max-width:760px;\n    overflow-y:auto;\n    padding:26px 26px 60px;\n    border-right:1px solid var(--line);\n    scrollbar-width:thin;\n    scrollbar-color:#c9c9c0 transparent;\n  }\n#gp .directory-intro{margin:0 2px 22px;}\n#gp .directory-intro h1{\n    font-family:var(--serif);\n    font-weight:700;\n    letter-spacing:-0.01em;\n    font-size:clamp(30px,3.2vw,42px);\n    line-height:1.12;\n    color:var(--ink);\n    margin-bottom:12px;\n  }\n#gp .directory-intro h1 em{\n    font-style:italic;\n    background:linear-gradient(transparent 62%, var(--lime) 62%, var(--lime) 94%, transparent 94%);\n  }\n#gp .directory-intro p{font-size:15px;line-height:1.55;max-width:none;}\n#gp .cta{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:14px;\n    background:var(--ink);\n    border-radius:10px;\n    padding:14px 16px 14px 22px;\n    margin-bottom:14px;\n  }\n#gp .cta-label{\n    font-family:var(--serif);\n    font-weight:700;\n    font-size:17px;\n    color:#fff;\n  }\n#gp .cta-btn{\n    display:inline-block;\n    border:none;\n    cursor:pointer;\n    font-family:inherit;\n    background:var(--lime);\n    color:var(--ink);\n    font-weight:700;\n    font-size:14.5px;\n    text-decoration:none;\n    padding:11px 26px;\n    border-radius:999px;\n    white-space:nowrap;\n    transition:transform .15s ease, box-shadow .2s ease;\n  }\n#gp .cta-btn:hover{\n    transform:translateY(-1px);\n    box-shadow:0 6px 18px rgba(151,212,34,.35);\n  }\n#gp #welcome .cta-btn{margin-top:10px;}\n#gp .grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:14px;\n  }\n#gp .tile{\n    position:relative;\n    aspect-ratio:1\/1.12;\n    border-radius:10px;\n    overflow:hidden;\n    cursor:pointer;\n    border:none;\n    padding:0;\n    background:var(--ink);\n    text-align:left;\n    font-family:var(--sans);\n    opacity:0;\n    transform:translateY(14px);\n    animation:rise .55s cubic-bezier(.2,.7,.2,1) forwards;\n    animation-delay:calc(var(--i) * 40ms);\n    outline-offset:3px;\n  }\n#gp .tile:focus{outline:none;}\n#gp .tile:focus-visible{outline:3px solid var(--lime);}\n@keyframes rise{to{opacity:1;transform:none;}}\n#gp .tile img{\n    position:absolute;inset:0;width:100%;height:100%;\n    object-fit:cover;\n    filter:grayscale(100%);\n    transform:scale(1.01);\n    transition:filter .45s ease, transform .6s cubic-bezier(.2,.7,.2,1);\n  }\n#gp .tile .initials{\n    position:absolute;inset:0;\n    display:flex;align-items:center;justify-content:center;\n    font-family:var(--serif);\n    font-weight:700;\n    font-size:clamp(30px,3.4vw,44px);\n    color:var(--lime);\n    letter-spacing:.02em;\n  }\n#gp .tile .veil{\n    position:absolute;inset:0;\n    background:linear-gradient(to top, rgba(15,15,15,.88) 0%, rgba(15,15,15,.25) 42%, rgba(15,15,15,0) 65%);\n    opacity:0;\n    transition:opacity .35s ease;\n  }\n#gp .tile .plate{\n    position:absolute;left:0;right:0;bottom:0;\n    padding:10px 12px 11px;\n    transform:translateY(8px);\n    opacity:0;\n    transition:transform .35s ease, opacity .35s ease;\n  }\n#gp .tile .plate .n{\n    display:block;color:#fff;font-weight:600;font-size:13px;line-height:1.25;\n  }\n#gp .tile .plate .r{\n    display:block;color:rgba(255,255,255,.72);font-size:11px;line-height:1.35;margin-top:2px;\n    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;\n  }\n#gp .tile:hover img, #gp .tile:focus-visible img, #gp .tile.active img{filter:grayscale(0%);transform:scale(1.06);}\n#gp .tile:hover .veil, #gp .tile:focus-visible .veil, #gp .tile.active .veil{opacity:1;}\n#gp .tile:hover .plate, #gp .tile:focus-visible .plate, #gp .tile.active .plate{opacity:1;transform:none;}\n#gp .tile.active{box-shadow:0 0 0 3px var(--paper), 0 0 0 6px var(--lime);}\n#gp .tile .mark{\n    position:absolute;top:10px;right:10px;\n    width:22px;height:22px;border-radius:50%;\n    background:var(--lime);color:var(--ink);\n    display:flex;align-items:center;justify-content:center;\n    font-size:12px;font-weight:700;\n    opacity:0;transform:scale(.5);\n    transition:opacity .25s ease, transform .25s cubic-bezier(.3,1.6,.5,1);\n  }\n#gp .tile.active .mark{opacity:1;transform:scale(1);}\n#gp .shelf{\n    flex:1;\n    position:relative;\n    overflow:hidden;\n    background:var(--paper);\n  }\n#gp .pane{\n    position:absolute;inset:0;\n    overflow-y:auto;\n    padding:48px clamp(28px,5vw,84px) 90px;\n    scrollbar-width:thin;\n    scrollbar-color:#c9c9c0 transparent;\n  }\n#gp #welcome{\n    display:flex;flex-direction:column;justify-content:center;\n    transition:opacity .3s ease;\n  }\n#gp #welcome{align-items:center;}\n#gp #welcome .welcome-inner{max-width:640px;}\n#gp #welcome .lindsay{\n    display:flex;gap:18px;align-items:center;flex-wrap:wrap;\n    margin:22px 0 6px;\n  }\n#gp #welcome .lindsay .face{\n    flex-shrink:0;width:72px;height:72px;border-radius:50%;\n    background-size:cover;background-position:center;\n    outline:3px solid var(--lime);outline-offset:3px;\n  }\n#gp #welcome .big{\n    font-family:var(--serif);\n    font-weight:700;\n    letter-spacing:-0.01em;\n    font-size:clamp(34px,3.6vw,52px);\n    line-height:1.12;color:var(--ink);\n    max-width:20ch;\n    margin-bottom:26px;\n  }\n#gp #welcome .big em{\n    font-style:italic;\n    background:linear-gradient(transparent 62%, var(--lime) 62%, var(--lime) 94%, transparent 94%);\n  }\n#gp #welcome p{font-size:16px;line-height:1.8;max-width:56ch;margin-bottom:14px;}\n#gp #welcome .sig{margin-top:10px;}\n#gp #welcome .sig .nm{font-weight:600;font-size:14px;color:var(--ink);}\n#gp #welcome .sig .rl{font-size:13px;color:var(--muted);margin-top:2px;}\n#gp #welcome .hint{\n    margin-top:40px;\n    display:inline-flex;align-items:center;gap:10px;\n    font-size:13.5px;color:var(--muted);\n  }\n#gp #welcome .hint .pulse{\n    width:10px;height:10px;border-radius:50%;background:var(--lime);\n    animation:pulse 1.8s ease-in-out infinite;\n  }\n@keyframes pulse{\n    0%,100%{box-shadow:0 0 0 0 rgba(151,212,34,.55);}\n    55%{box-shadow:0 0 0 9px rgba(151,212,34,0);}\n  }\n#gp #story{\n    opacity:0;\n    pointer-events:none;\n  }\n#gp .app.reading #welcome{opacity:0;pointer-events:none;}\n#gp .app.reading #story{opacity:1;pointer-events:auto;}\n#gp .story-inner{\n    max-width:720px;\n    margin:0 auto;\n    opacity:0;transform:translateX(46px);\n  }\n#gp .story-inner.in{\n    animation:shelfIn .5s cubic-bezier(.2,.7,.2,1) forwards;\n  }\n@keyframes shelfIn{to{opacity:1;transform:none;}}\n#gp .story-nav{\n    display:flex;align-items:center;gap:14px;\n    margin-bottom:34px;\n  }\n#gp .story-nav .pos{font-size:13px;color:var(--muted);letter-spacing:.02em;}\n#gp .story-nav .pos b{color:var(--ink);font-weight:600;}\n#gp .story-nav .spacer{flex:1;}\n#gp .navbtn{\n    width:38px;height:38px;border-radius:50%;\n    border:1px solid var(--line);\n    background:var(--card);\n    color:var(--ink);\n    font-size:16px;line-height:1;\n    cursor:pointer;\n    display:flex;align-items:center;justify-content:center;\n    transition:background .2s ease, transform .15s ease, border-color .2s ease;\n  }\n#gp .navbtn:hover{background:var(--lime);border-color:var(--lime);transform:translateY(-1px);}\n#gp .navbtn.close{font-size:14px;}\n#gp .story-head{display:flex;align-items:center;gap:20px;margin-bottom:26px;}\n#gp .story-head .face{\n    flex-shrink:0;width:84px;height:84px;border-radius:50%;\n    background-size:cover;background-position:center;\n    outline:3px solid var(--lime);outline-offset:3px;\n    background-color:var(--ink);\n    display:flex;align-items:center;justify-content:center;\n    font-family:var(--serif);font-weight:700;font-size:28px;color:var(--lime);\n  }\n#gp .story-head h2{\n    font-family:var(--serif);font-weight:700;letter-spacing:-0.01em;\n    font-size:clamp(26px,2.6vw,34px);\n    color:var(--ink);line-height:1.1;\n  }\n#gp .story-head .role{font-size:14px;color:var(--muted);margin-top:5px;line-height:1.5;}\n#gp .pull{\n    font-family:var(--serif);\n    font-weight:700;\n    letter-spacing:-0.01em;\n    font-size:clamp(22px,2.2vw,29px);\n    line-height:1.35;\n    color:var(--ink);\n    margin:0 0 36px;\n    padding-top:20px;\n    position:relative;\n  }\n#gp .pull::before{\n    content:\"201C\";\n    display:block;\n    font-size:64px;line-height:.4;\n    color:var(--lime);\n    margin-bottom:14px;\n  }\n#gp .story-body h3{\n    font-family:var(--serif);font-weight:700;\n    font-size:20px;color:var(--ink);\n    margin:34px 0 10px;\n    display:flex;align-items:baseline;gap:12px;\n  }\n#gp .story-body h3::after{\n    content:\"\";flex:1;height:1px;background:var(--line);transform:translateY(-4px);\n  }\n#gp .story-body p{font-size:15.5px;line-height:1.85;margin-bottom:14px;}\n#gp .story-body p:last-child{margin-bottom:0;}\n#gp figure.project{margin:38px 0 0;}\n#gp figure.project img{\n    width:100%;display:block;border-radius:10px;\n  }\n#gp figure.project figcaption{\n    font-size:13px;color:var(--muted);\n    padding:10px 2px 0;\n  }\n#gp .story-foot{\n    margin-top:52px;padding-top:22px;\n    border-top:1px solid var(--line);\n    display:flex;align-items:center;gap:12px;\n  }\n#gp .story-foot .next-label{font-size:13px;color:var(--muted);}\n#gp .story-foot .next-name{\n    font-family:var(--serif);font-weight:700;font-size:19px;color:var(--ink);\n    cursor:pointer;border:none;background:none;padding:0;text-align:left;\n    transition:color .2s ease;\n  }\n#gp .story-foot .next-name:hover{color:var(--lime-dark);}\n#gp article[hidden]{display:none;}\n#gp .mobile-close{display:none;}\n@media (max-width:820px){\n#gp .app{display:block;height:auto;}\n#gp .directory{\n      width:100%;min-width:0;max-width:none;\n      border-right:none;overflow:visible;\n      padding:22px 16px 40px;\n    }\n#gp .grid{gap:10px;}\n#gp .shelf{\n      position:fixed;inset:0;z-index:2147483000;\n      background:var(--paper);\n      transform:translateX(100%);\n      transition:transform .38s cubic-bezier(.2,.7,.2,1);\n    }\n#gp .app.reading .shelf{transform:none;}\n#gp #welcome{display:none;}\n#gp .pane{padding:24px 20px 80px;}\n}\n<\/style>\n  <!-- ============ directory ============ -->\n      Who shaped your career?\n      <button data-tally-open=\"q4e8Og\" data-tally-layout=\"modal\" data-tally-width=\"720\" data-tally-overlay=\"1\" data-tally-auto-close=\"2000\">Add yours<\/button>\n  <!-- ============ shelf ============ -->\n        Who has had the biggest <em>impact<\/em> on your career?\n        <p>Success in design is as much about your ability and work ethic as it is about the people around you. We asked a global panel of design leaders &#8211; who has had the biggest impact on your career? And crucially &#8211; what did you learn from them, and how does that influence your work today?<\/p>\n        <p>We&#8217;d love to ask you the same question, so please let us know by clicking the link below.<\/p>\n            Lindsay Urquhart\n            Founder &amp; CEO, Bespoke Careers\n        <button data-tally-open=\"q4e8Og\" data-tally-layout=\"modal\" data-tally-width=\"720\" data-tally-overlay=\"1\" data-tally-auto-close=\"2000\">Add yours<\/button>\n        Or choose someone from the panel to open their story\n          <button id=\"prevBtn\" title=\"Previous (left arrow)\" aria-label=\"Previous story\">&larr;<\/button>\n          <button id=\"nextBtn\" title=\"Next (right arrow)\" aria-label=\"Next story\">&rarr;<\/button>\n          <button id=\"closeBtn\" title=\"Close (esc)\" aria-label=\"Close story\">&#10005;<\/button>\n          Up next\n          <button id=\"nextName\"><\/button>\n<!-- ============ story content (hidden source) ============ -->\n<article data-name=\"Forth Bagley\" data-role=\"Managing Principal, KPF\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/forth-bagley.jpg\" data-people=\"true\">\n  <blockquote>Empathy for clients, and optimism at all times.<\/blockquote>\n  <section data-h=\"The people\">\n    <p>Paul Katz (President, KPF) and Robert AM Stern (Dean, Yale School of Architecture)<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>From Paul: that the work we do as urban architects is important<\/p>\n    <p>From Bob: to have empathy for clients, and to demonstrate optimism at all times<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>I try to remember to interact with clients and collaborators with a mix of empathy and optimism, and to lead teams at KPF with purpose &#8211; to instill a sense that what we are doing is important.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Chris Williamson\" data-role=\"President, RIBA\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/chris-williamson.jpg\" data-pos=\"center top\" data-project=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/chris-williamson-project.jpg\" data-caption=\"\" data-people=\"true\">\n  <blockquote>The ability to curate your own career is vital.<\/blockquote>\n  <section data-h=\"The people\">\n    <p>I couldn&#8217;t say there has been one person more than any other. I think we all learn from different people at various stages in our lives and need help along the way as circumstances change and opportunities arise.<\/p>\n    <p>So for me there have been a handful of people who have helped, encouraged and advised at different times. I owe everything to my Mum who encouraged me to take the incredible opportunity to study Architecture.<\/p>\n    <p>I probably wouldn&#8217;t have been able to do any of this if my older brother Philip hadn&#8217;t left school at 16 to start work at Lloyds Bank so I owe him too.  I sometimes feel I am an amalgam of people &#8211; but console myself that probably everyone is. We are not as unique as we like to think we are. I realise I&#8217;m just trying to be the idealised image of my Dad that lives in my head. That&#8217;s the short answer.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>My physics teacher Joe Spiby taught me how to pass exams which is very different to being clever. Luckily my art teacher Dick Venning inspired me and taught me how to think and be curious. The teaching room at [www.ilkonarts.com](https:\/\/www.ilkonarts.com) is named after him.<\/p>\n    <p>Michael and Patty Hopkins were a huge influence and also the talented colleagues I have worked alongside such as Mark Sutcliffe for business skills and Ian Sharratt for design focus. Also Peter Murray for opening unexpected and interesting doors such as the opportunity to write a feature article on Jan Kaplicky for RIBA Journal and the introduction to the Company of Architects- everything that Peter is involved in is usually worth connecting with. Paul Finch has also helped a great deal over many years -as he has many young architects -with words of wisdom and suggesting opportunities and fantastic  stories from years of experience around other great talents.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>I&#8217;ve also learnt a lot from sport &#8211; athletes,  tennis players,  cricketers, footballers and managers like Alex Ferguson -on how to build a team and develop a focussed mentality. I&#8217;m an addict for self help books and more recently on line videos from people like Rory Sutherland and Simon Sinek. The world is changing so quickly it&#8217;s so important to keep learning, growing and adapting. That has been influential in my push to change how architects approach their education and life long learning. There has been a tendency to ask everyone to do the same study areas rather than allowing greater expertise and specialisms. The ability to curate your own career is vital &#8211; and that is the common determinator in all the people I am grateful to in influencing mine.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Jon Arnott\" data-role=\"Founder, adeptus.digital\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2025\/06\/JON.jpg\">\n  <blockquote>Treat everyone fairly and on merit rather than based on a job title.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>I think this answer is in two parts. My first ever manager as an 18 year old, who told me that it was genuinely lovely to work with because I treated everyone as humans, not people with titles, and therefore it meant i treated everyone with respect. Its a good lesson as it means I treat people equally no matter who they are and certainly don&#8217;t give those at the top of the tree a free ride if its not deserved.<\/p>\n    <p>Secondly i think all my other managers who were genuinely shit or lied to my face about what they believed they did vs what they actually did. In short i learnt from all of them how not to run business or treat people. They were genuinely terrible.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>As noted above. How to treat everyone fairly and on merit rather than based on a job title. As titles, after all, do not represent a fair view of the person behind them. Often, some of the best, kindest and genuine people are those who are the cleaner, the office manager, etc., whereas those at the top can sometimes come with an ego that is not backed up by any substance.<\/p>\n    <p>And, I learned not to be pushed around by people who think they can get away with it simply because they are marrying into the family that owns the business, and that standing up for yourself, no matter who is causing the issue, can be resolved by being the adult in the room.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Basically, I do the opposite of everything they ever did, and hence I was liked as a manager, a colleague, and a friend. People knkow me for my kindness, compassion and easy going nature, and that when i do have an opinion, i share it not because of ego but becuase of knowledge and expertise, and equally if i am giving someone feedback or in to trouble they accept it in the way its intended because they know I don&#8217;t do that to be horrid, but to help them improve and be better in the future.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Wells Mason\" data-role=\"\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2025\/07\/Wells-Mason.jpg\">\n  <blockquote>Find your own heroes and chase your wildest dreams.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Isamu Noguchi. He was a Japanese-American multidisciplinary artist who created sculpture, furniture, lighting, playgrounds, landscapes, set design, and more. He was also a gentle, quiet, contemplative man and a close friend of Buckminster Fuller, another extraordinary human being. It&#8217;s these kinds of people who capture my attention &#8211; because they are wildly curious and refuse to stay in one lane. When I&#8217;m mentoring young people, I encourage them to find their own heroes and chase their wildest dreams as best they can.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Sara Guerena\" data-role=\"Senior Project Manager, Landry Design Group\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/sara-guerena.jpg\">\n  <blockquote>We have more value than we think sometimes.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Clients have had the biggest impact on my career.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>I learned how little the residential layperson knows about the options we are presenting and how helpful we can be at kind and patient education.  We have more value than we think sometimes. The basic things are harder for others to understand and developing our ability to explain concepts can serve us well.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>I have learned to devote gobs of time to explaining the design and alowing the owner to feel comfortable asking embarrassing questions.  I&#8217;ve developed my skills at sketching on the fly and creating renderings that can help clients visualize. I&#8217;ve been working on my personal health and wellbeing because this is what gives me the patience to work with challenging clients<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Nancy Charbonneau\" data-role=\"Allied ASID, Founder, Principal Designer, Charbonneau Interiors\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/nancy-charbonneau.jpg\">\n  <blockquote>A successful business shouldn&#8217;t depend entirely on its owner to function.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Gail Doby with Pearl Collective Interior Design Business Consultancy has had one of the greatest impacts on my career. After 18 years of owning my interior design business, I came to her looking for guidance on how to make a shift- to build a business that could support not only the growth I wanted, but also the life I wanted to live.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Gail helped me understand that a successful business shouldn&#8217;t depend entirely on its owner to function. With the right team, systems, and structure, I learned how to step out of the center of every decision and build a company that could grow and thrive beyond me.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Ten years later, that shift has given me opportunities I couldn&#8217;t have imagined at the time. I&#8217;ve been able to grow and scale my firm while creating more freedom in my own life, become a business coach for the very organization that once coached me, and devote meaningful time to serving a nonprofit in my local community. Perhaps the greatest lesson Gail taught me is that success isn&#8217;t simply about building a bigger business. It&#8217;s about intentionally building a business that creates the life-and the impact-you want to have. That philosophy continues to shape how I lead my company and how I coach other creative entrepreneurs today.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Andrew Eaddy\" data-role=\"Principal, andrew eaddy architects\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/andrew-eaddy.jpg\">\n  <blockquote>No matter how much you love what you do, life is more important. Slow down.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>My kids<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>No matter how much you love what you do, life is more important and slow down<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Flexibility. Structure business and clients to suit<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Richard Dorkin\" data-role=\"Director, Ryder (Asia) Limited\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/richard-dorkin.jpg\" data-project=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/bruce-riches.jpg\" data-caption=\"Bruce Riches\">\n  <blockquote>The devil is in the detail.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Bruce Riches<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>The Devil is in the detail<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Planning to ensure great solutions and outcomes for all.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Chris Ballard\" data-role=\"Design Director, Lex Design Agency\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/chris-ballard.jpg\">\n  <blockquote>Take a second to think about it, then don&#8217;t be afraid to cull any also-ran ideas.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>One of my first lecturers at RMIT University was Barry Hudson. Barry was an accomplished Industrial Designer and Mechanical Engineer, who invented products like the Black &#8216;n Decker Dustbuster, the famous two-toned, GE bench-top kettle, and even re-engineered rotary engines to power Mini race cars he competed in.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Barry&#8217;s approach to any design challenge was to take a second to think about it, then don&#8217;t be afraid to cull any also-ran ideas.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>With the pressure of our client&#8217;s projects and deadlines, there&#8217;s a temptation to rush the answer to get to the solution. But a decision made in haste only solves half the design challenge &#8211; speed, it doesn&#8217;t solve the bigger problem. This is when I draw on Barry&#8217;s &#8216;Think about it&#8217; approach. It makes me take a beat and inspires me to turn the challenge over, look at it from all angles, play out a couple of scenarios before committing fully to an idea.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Alex Gilmore-Johnstone\" data-role=\"Owner \/ Creative Director, other studio\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/alex-gilmore-johnstone.jpg\" data-project=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/alex-gilmore-johnstone-project.jpg\" data-caption=\"Tony Gilmore-Johnstone, Self Portrait\">\n  <blockquote>To be enmeshed in an idea rather than in a hurry to solve it.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>There have been many within the industry; mentors, peers and clients alike, all worthy of mentioning for their passion and considered ways of thinking but I have to say, the greatest impact would have to have been my father, as an artist.<\/p>\n    <p>He taught me something I only caught glimmers of in fast paced professional practice, and for that, I held onto those moments tighter.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>He taught me to pause, to let pen on paper flow, to be connected in mind and body to what you&#8217;re doing; to become immersed within the canvas\/space in my mind. To be enmeshed in an idea rather than in a hurry to solve it.<\/p>\n    <p>Watching my father get lost in colour, texture, light (music &amp; incense too) and learning through his process, it deepened my understanding of how to design a space experientially and emotionally, not only functionally, visually or through touch.<\/p>\n    <p>Industry can be so fast-paced, long-houred, technical, over admin driven, full of burnout and also exhilaration, wins and losses, concept after concept never built. This can be tough on a creative heart, especially when you&#8217;re younger and so keen to move from sketch to built space. However, learning that as designers, if we honour the process and the project allowing it to bloom into what it needs to be without holding on so tightly, the process, every step, is the beauty.<\/p>\n    <p>And perhaps through this, the greatest lesson isn&#8217;t how much you know but your willingness to keep learning alongside others, remaining curious, and just how much joy lives there.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Like an artist, we begin with a seed of an idea, an intention, rather than a predetermined outcome, threaded through and evolving through the process of making, moving, doing.<\/p>\n    <p>My work and business today act like that blank canvas, holding onto the core narrative throughout the process, while allowing it to become what it needs to. Some of my dad&#8217;s paintings would be painted over and over, so layered. Sometimes he&#8217;d strip them back, revealing those layers, uncovering a story much more complex than he could have planned to.<\/p>\n    <p>And that&#8217;s just life and the work &#8211; layered by the influences of time, people and process. We desire this for our projects, to experience the core idea at the end but be surprised by the richness of depth added through a considered process. Holding space for different perspectives while translating values into physical environments.<\/p>\n    <p>Ultimately we&#8217;re the curators and custodians of our projects but they are not ours. We&#8217;re part of the story but they belong to others; the users, the clients, the community, the makers, the collaborators and thus should be influenced with and for them. And it&#8217;s such a joy to collaborate with like minds.<\/p>\n    <p>These days I feel more like a connector of people and a translator of experiences, rather than a &#8216;single laned&#8217; designer.<\/p>\n    <p>His influence has kept me open to other ways of approaching the work, from a place of emotion, intuition and feeling. Combined with the rigour of professional practice, it&#8217;s become the balance that grounds how I work today.<\/p>\n    <p>And maybe that&#8217;s all we&#8217;re really doing. Holding onto an idea with enough conviction to guide it, and enough humility to let it become better through the impressions others leave along the way.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Michael Hegarty\" data-role=\"Principal Architect, ARCH\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/michael-hegarty.jpg\" data-project=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/michael-hegarty-project.jpg\" data-caption=\"Payneham Memorial Swimming Centre, Adelaide\">\n  <blockquote>Create a place that lifts people&#8217;s spirits.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Liam McCormick, Irish Architect and my Dad&#8217;s cousin.<\/p>\n    <p>Architect of the building voted greatest 20th Century Irish building.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Liam demonstrated in practice, through crafting elegant places, with tactile materials and controlled natural light, and by getting work built, how to create cohesive, resolved, high quality architecture that responds to the specific locality and creates a place that lifts people&#8217;s spirits.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>I deliver work that is created from a simple reduced palette of building materials, that are tactile and that control the light and shade of spaces. I reduce the built elements into rationalised simple components that are legible to people and respond to the fundamentals of the human needs that the buildings are required to address.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Natalie Sarabia-Johnston\" data-role=\"Director &amp; Founder, Southgate &amp; Sarabia Architects LTD.\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/natalie-sarabia-johnston.jpg\">\n  <blockquote>He taught me to believe in myself, as he believed in me.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>My National Design Director, Ray Phillips.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>He taught me to believe in myself, as he believed in me and gave me the opportunities, responsibility and tools to lead a team, lead major projects and manage key clients.<\/p>\n    <p>As a young, recently qualifies Architect under the age of 30, I was leading a team of 40 staff and delivering a \u00a350m project, within a year of working with Ray.<\/p>\n    <p>I still today, work the same way as I did 22 years ago, when I first started working with him.<\/p>\n    <p>Design excellence, innovation and &#8220;details don&#8217;t have to cost a lot&#8221;, is what we strived for on each project.<\/p>\n    <p>Thinking outside the box, provided different ideas and made us stand out, helping us win over 40 design awards.<\/p>\n    <p>Collaboration and working with specialist was another strand to achieving excellence, allowing us to push the boundaries of innovation, way ahead of it&#8217;s time, as working with specialist in sustainability and robotics, allowed us to find the answers more efficiently, without any compromise to the cost, design quality and time on the project.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Today I like to empower my team, give them responsibility, promote innovation and design excellence, so they can make a difference in the community that they work.<\/p>\n    <p>Working with my clients and key account management is key to the success of the business, with 100% of our work repeat business.<\/p>\n    <p>Collaboration is what has allowed us to grow and achieve what we have over the years, this is what makes us successful.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Marta Holton\" data-role=\"Director of Architecture, Ingleton Wood LLP\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/marta-holton.jpg\" data-project=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/marta-holton-project.jpg\" data-caption=\"Marta Holton\">\n  <blockquote>Leadership is about helping others believe they belong.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>The biggest influence on my career was my aunt, who was an architect.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Growing up, I admired her creativity, confidence and leadership. She showed me that architecture was not just about designing buildings, but about solving problems, leading teams and creating places that improve people&#8217;s lives. Watching her made me fall in love with the profession.<\/p>\n    <p>She also warned me that, as a woman, I might have to work twice as hard to prove myself. That did not frighten me. I was never afraid of hard work, and it strengthened my determination to succeed on my own merits. She also inspired me to travel and see the world.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Today, as a Director Architect, mentor and author, I try to be the kind of role model I was fortunate to have. I am a strong advocate for equality and for ensuring that everyone has the same opportunity to succeed and be recognised for their ability.<\/p>\n    <p>Whether mentoring colleagues, supporting women entering the profession, speaking at industry events or sharing knowledge through my book, The Technical Architect&#8217;s Handbook, I try to give others the confidence and practical guidance that I was fortunate enough to receive.<\/p>\n    <p>My aunt inspired me to become an architect. The way I work today is shaped by the belief that leadership is not only about achieving success yourself, but about helping others believe they belong and giving them the tools to succeed too.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Jack Pringle\" data-role=\"MD \/ Chair, Studio Pringle \/ RIBA Board\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/jack-pringle.jpg\" data-project=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/jack-pringle-project.jpg\" data-caption=\"Brasenose College\">\n  <blockquote>Explore all the options, regardless of merit.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Sir Phillip Powell of Powell and Moya.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>I worked for Phillip for eight years from my year out in 1973 after being taken with his design for Brasenose Colledge (see photo). He was brilliant, inquisitive, humble but forceful. Probably the brightest person I have met. Quick witted and humerous.<\/p>\n    <p>He would approach a design by examining all the options exhaustively with his batch of coloured felt tip and an endless 10&#8243; roll of detail paper. I learned how to behave, how to think and how to explore.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>I would love to think that a bit of Phillip&#8217;s way with people rubbed of on me. But what certainly has is the discipline of exploring all the options &#8220;regardless of merit&#8221; as he would say. Sketch after sketch, and yes with coloured felt tip pens, black on the topside, coloured wash on the reverse.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Chris Kitching\" data-role=\"Global Head of Structural Engineering, Mott MacDonald\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/chris-kitching.jpg\">\n  <blockquote>You either know it, or you don&#8217;t. Never assume.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Mark Whitby &#8211; founder of whitbybird engineers, now Ramboll.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Mark was great at empowering you to make and share the right decisions and communicate that within the design team. He once said to me &#8220;Chris, you either know it, or you don&#8217;t, and that is fine also&#8230; never assume or say I think&#8230; if you do that you are generally guessing and no one benefits from that!&#8221;<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>We work in a world where there isn&#8217;t enough time or money (generally) to service the projects the way we would ideally like. There certainly isn&#8217;t understanding\/empathy\/sympathy if you waste time for everyone, so if you haven&#8217;t completed something that others are relying on, say so, even if it is a difficult thing to say out loud to the broader team in that moment&#8230; in the end making decisions on the direction of a project or design or anything for that matter, has to be based on facts and information correct at the time, that honesty has served me well and has maintained a healthy relationship with design partners and clients.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Guy Geier\" data-role=\"Senior Partner, FXCollaborative Architects LLP\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/guy-geier.jpg\">\n  <blockquote>Listen to the client. Not only to their words but to their intent.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Bob Hillier<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>As a young architect, Bob always reminded me of the little things like always bringing a roll of trace and a scale to a client meeting, always standing on the left side of a group photo so your name is listed first in the caption, take copious notes, etc.  More importantly, he always stressed that I LISTEN to the client&#8230;not only to their words but to their intent.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Bob gave me many opportunities to grow and take on more responsibilities, probably beyond what others would have.  This included leading the New York office, which exposed me to a new market and became the foundation for the second half of my career, now with FXCollaborative for the last 22 years.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Jerry Tate\" data-role=\"Founder+Director, Tate+Co Architects\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/jerry-tate.jpg\" data-project=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/jerry-tate-project.jpg\" data-caption=\"Creative Centre, University of York\">\n  <blockquote>Have a focus, and value the team you work with.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>It is a bit of a clich\u00e9 but I would say my old boss Nick Grimshaw.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Nick was passionate and focussed about design (he knew what he thought buildings should be) and at the same time was incredible eclectic and knowledgeable across a remarkably broad spectrum of influences. He combined this with a deep respect for humanity and this came through in how he treated everyone around him including collaborators and team members. He really was a true gentleman.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>I think having a focus and valuing the team you work with are the two guiding principles for me. At Tate+Co we drive forward a Regenerative Design approach, maximising positive outcomes for Carbon \/ Energy, Nature \/ Biodiveristy and People \/ Communites. What this actually means is working with, and really listening to, a wide range of team members, stakeholders and communities. Valuing a collaborative design process whilst keeping focussed on key outcomes, we have found, generates the most successful built results.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Chris Sutton\" data-role=\"Founder, Suttonca\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/chris-sutton.jpg\" data-people=\"true\">\n  <blockquote>Always play with a straight bat.<\/blockquote>\n  <section data-h=\"The people\">\n    <p>My namesake Chris Sutton. The footballer Chris Sutton signed for Blackburn Rovers for a record fee of \u00a35m during July 1994. Sometime during the week after I was interviewed for a Part 1 job by Paul Watkins, former Partner at Sheppard Robson. He was jokingly disappointed when I walked in the room, but we got on well, we spoke about football for what seemed like most of the interview and I got the job. I worked on and off for a few years for Paul. This led me down the path I have trodden and meant that I met a couple of people, one that I still think of as my mentor, David Lees, and the other would be Keith Priest who was a very good designer, he inspired and encouraged me as a young architect and gave me opportunities and the responsibilities which I will always be grateful for.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>The thoroughness required in order to achieve the delivery of a good design.<\/p>\n    <p>Always play with a straight bat.<\/p>\n    <p>How to manage complex situations, how to sell designs to complex clients, run a design studio, organise a design team, all in an efficient manner required to be a successful profit making business.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>To get things done, always be straight talking, don&#8217;t take any prisoners, some (or most) people can&#8217;t handle that, but you must remain true to oneself. If your work backs up the approach then there shouldn&#8217;t be any concern.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Filiz Basaran\" data-role=\"Chief Operating Officer, WDG Architecture, PLLC\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/filiz-basaran.jpg\">\n  <blockquote>Great architects can also be great business leaders.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>The person who has had the biggest impact on my career was the Director of Operations at a large architecture firm where I started my career. He saw potential in me beyond my role as an architect and recognized that I had the personality, leadership qualities, and strengths to become a business leader. His encouragement changed the direction of my career and motivated me to develop not only as an architect but also as an operations and business leader.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>I learned that great architects can also be great business leaders, and that success in our industry requires more than just design skills. He taught me the importance of understanding the business side of architecture-operations, financial decisions, leadership, and building strong teams.<\/p>\n    <p>Most importantly, he taught me to recognize and develop my own strengths. His mentorship encouraged me to continue growing as an architect while intentionally building the skills needed to lead an organization. He showed me that effective leadership comes from combining technical expertise with the ability to understand people, strategy, and the business behind the work.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Today, as a COO, I focus on creating an environment where architects and designers can do their best work while ensuring the firm has the structure, strategy, and resources needed to succeed. I also try to mentor others the way he mentored me-recognizing people&#8217;s strengths, encouraging them to look beyond their current roles, and helping them see leadership potential they may not yet recognize in themselves. His belief in me shaped not only my career path but also the type of leader I strive to be.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Andrew Steele\" data-role=\"Managing Director, Studio Nine Architects\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/andrew-steele.jpg\">\n  <blockquote>Now that I understand my blindspots, I can lead people who share our values.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>A few years back, post-Covid, we opted to step up our HR game, by going from an HR consultant to engaging an Organisational Psychologist &#8211; Jenny Clavio. This has had a profound impact on our business (as a whole), but also me in my role as Managing Director. By creating an EAP (Employee Assistance Program) that supports our team, to regular touch-points with each member, to helping us with our reference checking process, the guidance she has provided to help shape our business over the past few years has been one of the best things we&#8217;ve ever done as a practice.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>In undertaking the psychometric testing myself (along with all our staff), it has given me insight into how I react, think and contribute to the day-to-day leadership required to run our business. It has given me data-driven metrics to help me understand my behaviours and how I conduct myself in certain situations.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Now that I understand my blindspots, the work I do now not only contributes to my role as a design leader in our practice, but as a leader of people who share our company values.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Hafia Javed\" data-role=\"Design Principal, Studio HJ Lighting Design\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/hafia-javed.jpg\" data-project=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/hafia-javed-project.jpg\" data-caption=\"Lakesland\">\n  <blockquote>Real impact isn&#8217;t in the grand gesture; it&#8217;s in the small, quiet details.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>The honest answer for me isn&#8217;t a industry legend, &#8211; it&#8217;s my kids.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Watching them re-taught me how to observe the world. As designers, we&#8217;re often conditioned to think that growth and great design mean going bigger, grander, or bolder. But kids force you to step back, slow down, and view space from a completely grounded, human perspective. They reminded me that real impact especially for something like lighting design,  isn&#8217;t in the grand gesture; it&#8217;s in the small, quiet details of how a person actually experiences an environment.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>It has completely shifted my philosophy toward a more human-centric, sensory approach. Instead of designing around spectacle, I design for human needs and sensory processing. My focus is on the impact of light on how someone feels, moves, and lives in a space day-to-day. If a design silently elevates a person&#8217;s daily life, it&#8217;s done its job &#8211; even if it never makes a bold statement.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Jackie Ames\" data-role=\"Global Head of HR, Steer\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/jackie-ames.jpg\">\n  <blockquote>Bring your whole self to work.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Joanne Long.  She was Head of L&amp;D and I was in her team on secondment whilst I completed by the L&amp;D module of my CIPD qualification.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>One of the role of team was to administer various psychometric tests. Jo felt I also needed to do them as a participate to understand them.  We went through my feedback for one and she asked if I feel I acted the same why at home as to work.  I answered no, I had very set ideas about how being professional meant work and home had big separation! Her response &#8211; Isnt that exhausting?  And I realized it was and unnecessary!<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Today I&#8217;m both very much myself!  But the impact of this is that it fostered a strong perception of integrity, honest and authenticity to others.  A big thing in HR given what we do and the information we can sometimes hold.<\/p>\n    <p>Also it reminds me to do the same for others &#8211; be able to bring your whole self to work!<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Lucy Tilley\" data-role=\"CEO, Adjaye Associates\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/lucy-tilley.jpg\">\n  <blockquote>Over 30 years later, I am still working for David.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>David Adjaye<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>I was a student of David Adjaye at the AA and when I graduated, I went to work for him, over 30 years later I am still working for David as the CEO of Adjaye Associates London.  To say he had a huge impact on my career is understating the influence he has had on my life and on my career.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>I am continually amazed and excited by the buildings we design and cannot imagine anyone else giving me both the opportunities and the space to grow as both an architect and a leader.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Julian Escobar Uribe\" data-role=\"Director, ARQFORUM EUR\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/julian-escobar-uribe.jpg\" data-people=\"true\">\n  <blockquote>Integrity and professionalism matter more than prestige.<\/blockquote>\n  <section data-h=\"The people\">\n    <p>Rather than a single person, three mentors shaped my career at different stages.<\/p>\n    <p>Ramon Profitos Palou, the architect who gave me my first professional opportunity in Barcelona, taught me that integrity and professionalism matter more than prestige.<\/p>\n    <p>Antoni Pont, an internationalisation consultant whom I engaged while expanding my practice into Brazil and Peru, helped me understand architecture from the client&#8217;s perspective rather than the architect&#8217;s.<\/p>\n    <p>Shawlon Hsieh, PTW&#8217;s International Strategy Director, recognised early that my diverse international experience could be more valuable than a conventional career path, opening the door to a leadership role in Vietnam.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>From Ramon, I learned the importance of technical rigour, ethical conduct and respect for people. At a time when many young architects were willing to work under almost any conditions just to be close to prestigious names, he demonstrated that professional excellence and professional integrity should go hand in hand.<\/p>\n    <p>From Antoni, I learned that successful architecture begins with understanding clients&#8217; needs, aspirations and business objectives. In other words, he taught me to see the profession from the other side of the table.<\/p>\n    <p>From Shawlon, I learned that non-linear careers and diverse experiences can become strategic advantages, particularly in complex and rapidly evolving markets.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Today, these lessons continue to guide my approach to leadership, design and business development. I strive to combine professional integrity with a deep understanding of client needs, while embracing diverse perspectives and unconventional thinking.<\/p>\n    <p>Having worked across Europe, Asia-Pacific and Latin America, I have found that technical expertise alone is rarely enough. Lasting value comes from aligning people, strategy and design to create meaningful outcomes. Equally important, I continue to believe that diverse experiences, disciplines and viewpoints often generate better solutions than narrow specialisation alone.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Courtney Lukitsch\" data-role=\"Founder, GOTHAM\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/courtney-lukitsch.jpg\">\n  <blockquote>A culture of professional excellence and respect.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Working with KPF in New York &amp; London<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Culture of professional excellence &amp; respect<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Elevates my standards &amp; conduct in practice<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Ruth Kealy\" data-role=\"Director, 43 North\">\n  <blockquote>Decisions are made with communities rather than for them.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Yasmeen Lari, Pakistans first female qualified architect. I briefly worked with her Heritage Foundation in Pakistan following the 2006 earthquake which killed more than 70,000 people and leaving many more homeless across Kashmir and the mountainous district of Mansehra.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>I learned that post disaster reconstruction is an opportunity to insist on dignity and self sufficiency over dependency. Structures were designed to be built without heavy machinery, decisions are made with communities rather than for them, and women &#8211; often excluded from both formal construction work and property ownership &#8211; were placed at the center of both the building process and the resulting economic activity.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Today, we at 43 North maintain a strong commitment to community and social values throughout our projects. With all projects we endeavor to canvas stakeholders and realize that a building is never designed in isolation by an architect, a building is the product of teamwork and community.<\/p>\n  <\/section>\n<\/article>\n<article data-name=\"Paula Trindade Morgan\" data-role=\"Head of Studio, Pensaer\" data-img=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/07\/paula-trindade-morgan.jpg\">\n  <blockquote>No one put the first person on the Moon by believing it was impossible.<\/blockquote>\n  <section data-h=\"The person\">\n    <p>Throughout my career, many people, experiences, successes, and challenges have shaped who I am. If I had to name one person who stands out, it would be the architect Jorge Ferreira.<\/p>\n  <\/section>\n  <section data-h=\"What I learned\">\n    <p>Jorge is a true role model. He has a remarkable ability to see opportunities where others see obstacles and to inspire people to aim higher. After all, no one put the first person on the Moon by believing it was impossible. He combines the discipline of a karate master, the diplomacy to bring people together, and the wisdom of a wizard. All with a smile, genuine kindness, and a great sense ofhumour. From him, I learned the value of optimism, resilience, and leading with both conviction and empathy.<\/p>\n  <\/section>\n  <section data-h=\"How it shapes my work\">\n    <p>Jorge reinforced my belief that the best results come from being proactive, rolling up your sleeves, and working together as one team. His influence has strengthen my appreciation for trust, collaboration, and a shared sense of purpose. Those lessons continue to shape how I lead, work with others, and approach every new challenge.<\/p>\n  <\/section>\n<\/article>\n\n","protected":false},"excerpt":{"rendered":"<p>Who shaped your career? Add yours Who has had the biggest impact on your career? Success in design is as much about your ability and work ethic as it is about the people around you. We asked a global panel of design leaders &#8211; who has had the biggest impact on your career? And crucially&hellip;<\/p>\n","protected":false},"author":5,"featured_media":13739,"parent":13911,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","footnotes":""},"class_list":["post-13825","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/13825","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\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/comments?post=13825"}],"version-history":[{"count":8,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/13825\/revisions"}],"predecessor-version":[{"id":14514,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/13825\/revisions\/14514"}],"up":[{"embeddable":true,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/13911"}],"wp:attachment":[{"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/media?parent=13825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}