{"id":1430,"date":"2024-11-07T04:39:54","date_gmt":"2024-11-07T04:39:54","guid":{"rendered":"https:\/\/bespoke.eu.applyflow.com\/?page_id=1430"},"modified":"2026-03-15T09:47:08","modified_gmt":"2026-03-15T09:47:08","slug":"resources","status":"publish","type":"page","link":"https:\/\/www.bespokecareers.com\/resources\/","title":{"rendered":"Architecture and Design Resources: Bespoke Careers"},"content":{"rendered":"\n\n\t<style>\n.bc-res {\n  padding: 64px clamp(20px, 5vw, 0px) 56px;\n  font-family: 'F37 Ginger', 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n  max-width: 1216px;\n  margin: 0 auto;\n}\n@media (max-width: 768px) {\n  .bc-res { padding: 44px 20px 36px; }\n  .bc-res__heading { letter-spacing: -1px; margin-bottom: 28px; }\n}\n.bc-res__heading {\n  font-size: clamp(44px, 8vw, 108px);\n  font-weight: 800;\n  line-height: 1;\n  letter-spacing: -2px;\n  color: #0f0f0f;\n  margin: 0 0 36px;\n  display: block;\n}\n.bc-res__heading em {\n  font-style: normal;\n  color: #97d422;\n}\n.bc-res__links {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  row-gap: 6px;\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n.bc-res__sep {\n  color: #ccc;\n  font-size: 12px;\n  padding: 0 8px;\n  user-select: none;\n}\n.bc-res__link {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  text-decoration: none;\n  color: #666;\n  font-size: 13px;\n  font-weight: 500;\n  letter-spacing: 0.2px;\n  transition: color .15s;\n}\n.bc-res__link:hover {\n  color: #3a6e00;\n}\n.bc-res__link:hover .bc-res__icon svg {\n  stroke: #97d422;\n}\n.bc-res__icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  opacity: 0.5;\n  transition: opacity .15s;\n}\n.bc-res__link:hover .bc-res__icon {\n  opacity: 1;\n}\n<\/style>\n  Architecture &amp;<br \/>Design <em>Resources<\/em>\n  <ul>\n    <li>\n      <a href=\"https:\/\/www.bespokecareers.com\/podcasts\">\n        Podcast\n      <\/a>\n    <\/li>\n    <li>\u00b7<\/li>\n    <li>\n      <a href=\"https:\/\/www.bespokecareers.com\/salary-guide\">\n        Salary Guide\n      <\/a>\n    <\/li>\n    <li>\u00b7<\/li>\n    <li>\n      <a href=\"https:\/\/www.bespokecareers.com\/salary-guide\/salary-calculator\/\">\n        Salary Calculator\n      <\/a>\n    <\/li>\n    <li>\u00b7<\/li>\n    <li>\n      <a href=\"https:\/\/www.bespokecareers.com\/best-cities-for-architecture-careers\/\">\n        City Comparison\n      <\/a>\n    <\/li>\n    <li>\u00b7<\/li>\n    <li>\n      <a href=\"https:\/\/www.bespokecareers.com\/newsletter\">\n        Newsletter\n      <\/a>\n    <\/li>\n    <li>\u00b7<\/li>\n    <li>\n      <a href=\"https:\/\/www.bespokecareers.com\/whats-on\">\n        Events Guide\n      <\/a>\n    <\/li>\n  <\/ul>\n\t<style>\n.bc-embed-section {\n  padding: 56px clamp(20px, 5vw, 0px) 48px;\n  width: 100%;\n  max-width: 1216px;\n  margin-left: auto;\n  margin-right: auto;\n  font-family: 'F37 Ginger', 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n}\n@media (max-width: 768px) {\n  .bc-embed-section { padding: 44px 20px 36px; }\n}\n\/* \u2500\u2500 LABEL \u2500\u2500 *\/\n.bc-embed-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: #f2ffe0;\n  border: 1.5px solid #97d422;\n  color: #3d6600;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 2.5px;\n  padding: 5px 14px 5px 10px;\n  border-radius: 9999px;\n  margin-bottom: 18px;\n}\n.bc-embed-label-dot {\n  width: 7px; height: 7px;\n  background: #97d422;\n  border-radius: 50%;\n  animation: bc-blink 1.8s ease-in-out infinite;\n}\n@keyframes bc-blink {\n  0%,100%{opacity:1;transform:scale(1)}\n  50%{opacity:.4;transform:scale(.75)}\n}\n\/* \u2500\u2500 HEADING \u2500\u2500 *\/\n.bc-embed-title {\n  font-size: clamp(28px, 4vw, 42px);\n  font-weight: 700;\n  color: #0f0f0f;\n  line-height: 1.15;\n  margin: 0 0 6px;\n  letter-spacing: -0.5px;\n}\n.bc-embed-title span {\n  color: #97d422;\n}\n.bc-embed-sub {\n  font-size: 15px;\n  color: #626060;\n  margin: 0 0 28px;\n  font-weight: 400;\n}\n\/* \u2500\u2500 SOUNDWAVE \u2500\u2500 *\/\n.bc-wave {\n  display: flex;\n  align-items: center;\n  gap: 2.5px;\n  height: 36px;\n  margin-bottom: 20px;\n}\n.bc-wave span {\n  display: block;\n  width: 3px;\n  border-radius: 2px;\n  background: #97d422;\n  animation: bc-wave-anim 1.4s ease-in-out infinite;\n}\n@keyframes bc-wave-anim {\n  0%,100%{height:3px;opacity:.5}\n  50%{height:var(--h);opacity:1}\n}\n\/* \u2500\u2500 CARD \u2500\u2500 *\/\n.bc-embed-card {\n  background: #fff;\n  border-radius: 16px;\n  border: 1.5px solid #d4f085;\n  box-shadow: 0 4px 32px rgba(151,212,34,.12), 0 1px 6px rgba(0,0,0,.06);\n  padding: 16px;\n  margin-bottom: 20px;\n}\n.bc-embed-ratio {\n  position: relative;\n  padding-bottom: 56.25%;\n  border-radius: 10px;\n  overflow: hidden;\n  background: #0f0f0f;\n}\n.bc-embed-ratio iframe {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  border: none; display: block;\n}\n\/* \u2500\u2500 FOOTER ROW \u2500\u2500 *\/\n.bc-embed-footer {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  gap: 12px;\n}\n.bc-embed-platforms {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n.bc-embed-platforms-label {\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  color: #b0b0b0;\n  margin-right: 4px;\n}\n.bc-platform-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 12px;\n  font-weight: 700;\n  color: #333;\n  text-decoration: none;\n  padding: 6px 14px;\n  border: 1.5px solid #e0e0e0;\n  border-radius: 9999px;\n  transition: border-color .15s, color .15s, background .15s;\n  background: #fff;\n}\n.bc-platform-pill:hover {\n  border-color: #97d422;\n  color: #3d6600;\n  background: #f7ffe6;\n}\n.bc-embed-ep-count {\n  font-size: 12px;\n  font-weight: 600;\n  color: #aaa;\n}\n.bc-embed-ep-count strong {\n  color: #97d422;\n}\n<\/style>\n    New episodes every two weeks\n  <h2>Bespoke Careers Podcast<\/h2>\n  <p>Career stories from the architects &amp; designers shaping the industry.<\/p>\n  <!-- Animated soundwave -->\n  <!-- Video card -->\n      <iframe\n        src=\"https:\/\/www.youtube.com\/embed\/videoseries?si=XwEOn_6QEYGmcS33&amp;list=PLiK-zarBEOSq1Yw2SRvocMMzz9PmTUP2K\"\n        title=\"YouTube video player\"\n        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n        referrerpolicy=\"strict-origin-when-cross-origin\"\n        allowfullscreen>\n      <\/iframe>\n  <!-- Footer: platforms + episode count -->\n      Also on\n      <a href=\"https:\/\/open.spotify.com\/show\/0dcXPwZcCtoybT6ZgxzWOr\" target=\"_blank\" rel=\"noopener\">\n        Spotify\n      <\/a>\n      <a href=\"https:\/\/podcasts.apple.com\/us\/podcast\/bespoke-careers-podcast\/id1760778070\" target=\"_blank\" rel=\"noopener\">\n        Apple Podcasts\n      <\/a>\n      <a href=\"https:\/\/www.youtube.com\/playlist?list=PLiK-zarBEOSq1Yw2SRvocMMzz9PmTUP2K\" target=\"_blank\" rel=\"noopener\">\n        YouTube\n      <\/a>\n    <strong>27+<\/strong> episodes\n<section>\n                <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/themes\/af-custom-child\/assets\/big-arrow-down.svg\"\/>\n                <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/02\/EMILY.jpeg\" alt=\"Explore salaries for architecture and design jobs around the world\"\/>\n                        <h2>Explore salaries\n                    <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/themes\/af-custom-child\/assets\/cta-underline.svg\"\/>\n                 for architecture and design jobs around the world<\/h2>\n                                                    <p>The Bespoke Careers Salary Guide is here to provide firms with the valuable insights to drive your team&#8217;s growth and success.<\/p>\n<p>Take the next step in optimising your team&#8217;s performance. Click below to view salaries and benefits data tailored specifically for the Architecture and Interior Design industry.<\/p>\n                                                    <a href=\"https:\/\/www.bespokecareers.com\/salary-guide\/\">\n                                Download now!                            <\/a>\n<\/section>\n\t<!-- BESPOKE CAREERS - City Comparison Tool promo block. Paste into a WordPress Custom HTML block. -->\n<style>\n  .bc-promo-outer { max-width: 1216px; margin: 0 auto; width: 100%; }\n  .bc-promo-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .bc-promo-wrap {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    background: linear-gradient(135deg, #0f1a0a 0%, #1a2d10 40%, #0d1f1a 100%);\n    border-radius: 20px;\n    overflow: hidden;\n    position: relative;\n    padding: 56px 60px;\n    max-width: 100%;\n    margin: 0 auto;\n    isolation: isolate;\n  }\n  \/* Decorative background orbs *\/\n  .bc-promo-wrap::before {\n    content: '';\n    position: absolute;\n    top: -100px; right: -100px;\n    width: 480px; height: 480px;\n    background: radial-gradient(circle, rgba(151,212,34,0.16) 0%, transparent 65%);\n    pointer-events: none;\n    z-index: 0;\n  }\n  .bc-promo-wrap::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: 20%;\n    width: 360px; height: 360px;\n    background: radial-gradient(circle, rgba(151,212,34,0.07) 0%, transparent 65%);\n    pointer-events: none;\n    z-index: 0;\n  }\n  .bc-promo-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    gap: 64px;\n    align-items: center;\n  }\n  \/* LEFT: main copy *\/\n  .bc-promo-left {\n    flex: 1 1 0;\n    min-width: 0;\n  }\n  .bc-promo-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(151,212,34,0.15);\n    border: 1px solid rgba(151,212,34,0.35);\n    border-radius: 100px;\n    padding: 5px 13px 5px 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #a8e040;\n    margin-bottom: 22px;\n  }\n  .bc-promo-eyebrow-dot {\n    width: 7px; height: 7px;\n    background: #97d422;\n    border-radius: 50%;\n    flex-shrink: 0;\n    animation: bc-pulse 2s ease-in-out infinite;\n  }\n  @keyframes bc-pulse {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50%       { opacity: 0.4; transform: scale(0.65); }\n  }\n  .bc-promo-heading {\n    font-size: 38px;\n    font-weight: 900;\n    line-height: 1.05;\n    letter-spacing: -0.04em;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n  .bc-promo-heading span {\n    background: linear-gradient(90deg, #97d422 0%, #c8f060 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .bc-promo-sub {\n    font-size: 15.5px;\n    line-height: 1.65;\n    color: rgba(255,255,255,0.58);\n    margin-bottom: 32px;\n    max-width: 500px;\n  }\n  .bc-promo-ctas {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    flex-wrap: wrap;\n  }\n  .bc-promo-btn-primary {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #97d422;\n    color: #0f1a0a;\n    font-size: 14px;\n    font-weight: 800;\n    padding: 14px 26px;\n    border-radius: 12px;\n    text-decoration: none;\n    letter-spacing: -0.01em;\n    transition: background 0.18s, transform 0.18s, box-shadow 0.18s;\n    white-space: nowrap;\n  }\n  .bc-promo-btn-primary:hover {\n    background: #b0e82a;\n    transform: translateY(-1px);\n    box-shadow: 0 8px 28px rgba(151,212,34,0.38);\n    color: #0f1a0a;\n    text-decoration: none;\n  }\n  .bc-promo-btn-primary svg { flex-shrink: 0; }\n  \/* RIGHT: feature cards *\/\n  .bc-promo-right {\n    flex: 0 0 320px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .bc-promo-feat {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.07);\n    border-radius: 14px;\n    padding: 16px 18px;\n    transition: background 0.18s, border-color 0.18s;\n  }\n  .bc-promo-feat:hover {\n    background: rgba(151,212,34,0.07);\n    border-color: rgba(151,212,34,0.22);\n  }\n  .bc-promo-feat-icon {\n    width: 34px; height: 34px;\n    background: rgba(151,212,34,0.14);\n    border: 1px solid rgba(151,212,34,0.25);\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 15px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .bc-promo-feat-body {}\n  .bc-promo-feat-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: rgba(255,255,255,0.95);\n    margin-bottom: 4px;\n    letter-spacing: -0.01em;\n  }\n  .bc-promo-feat-desc {\n    font-size: 13px;\n    color: rgba(255,255,255,0.58);\n    line-height: 1.55;\n  }\n  \/* Responsive *\/\n  @media (max-width: 860px) {\n    .bc-promo-wrap { padding: 40px 32px; border-radius: 16px; }\n    .bc-promo-inner { flex-direction: column; gap: 36px; }\n    .bc-promo-right { flex: unset; width: 100%; flex-direction: row; flex-wrap: wrap; }\n    .bc-promo-feat { flex: 1 1 calc(50% - 5px); min-width: 200px; }\n    .bc-promo-heading { font-size: 30px; }\n    .bc-promo-sub { max-width: 100%; }\n  }\n  @media (max-width: 520px) {\n    .bc-promo-wrap { padding: 30px 22px; }\n    .bc-promo-heading { font-size: 25px; }\n    .bc-promo-right { flex-direction: column; }\n    .bc-promo-feat { flex: unset; width: 100%; }\n    .bc-promo-btn-primary { font-size: 13px; padding: 12px 20px; }\n  }\n<\/style>\n    <!-- LEFT: Headline + CTAs -->\n        New for 2026\n      <h2>\n        The City Comparison<br \/>Tool for Architects\n      <\/h2>\n      \n        Which city is best for you? Explore real salary data, purchasing power, lifestyle scores and visa pathways across 20 of the world&#8217;s top cities for architecture.\n      \n        <a href=\"https:\/\/www.bespokecareers.com\/best-cities-for-architecture-careers\/\">\n          Explore the tool\n        <\/a>\n    <!-- RIGHT: Feature cards -->\n        \ud83d\udcb7\n          Salary benchmarks\n          Junior to Director ranges across 20 cities, with real take-home estimates\n        \u21c4\n          City vs city comparisons\n          Put any two cities head to head on salary, lifestyle and purchasing power\n        \ud83c\udfaf\n          Find My City\n          Answer 5 questions and get a personalised city ranking based on what matters to you\n        \ud83c\udf0d\n          Visa and market insights\n          Practical relocation info and local recruiters for every market\n<section>\n                <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/themes\/af-custom-child\/assets\/big-arrow-down.svg\"\/>\n                <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2024\/10\/SUSTAIN.jpg\" alt=\"The State of Sustainability in Architecture and Design 2025\"\/>\n                        <h2>The State of Sustainability\n                    <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/themes\/af-custom-child\/assets\/cta-underline.svg\"\/>\n                 in Architecture and Design 2025<\/h2>\n                                                    <p>Five months in the making. Hundreds of architects and designers surveyed. Six leading sustainability pioneers interviewed.<\/p>\n                                                    <a href=\"https:\/\/www.bespokecareers.com\/sustainability-report\">\n                                Download now!                            <\/a>\n<\/section>\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>Architecture &#038; Design Salary Calculator 2026<\/title>\n  <style>\n    #bespoke-salary-calc *, #bespoke-salary-calc *::before, #bespoke-salary-calc *::after {\n      box-sizing: border-box; margin: 0; padding: 0;\n    }\n    \/* Outer wrapper - transparent so the page background shows through *\/\n    #bespoke-salary-calc {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      color: #111;\n      padding: 48px 0;\n      overflow-x: hidden;\n    }\n    \/* The rounded card that contains everything *\/\n    #bespoke-salary-calc .calc-card {\n      max-width: 1216px;\n      margin: 0 auto;\n      background: #fff;\n      border-radius: 24px;\n      box-shadow: 0 4px 40px rgba(0,0,0,0.08);\n      overflow: hidden;\n      border: 1px solid #e8e8e4;\n    }\n    @media (max-width: 560px) {\n      #bespoke-salary-calc .calc-card { border-radius: 16px; }\n    }\n    \/* \u2500\u2500 SPLIT LAYOUT inside the card \u2500\u2500 *\/\n    #bespoke-salary-calc .split-wrap {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      align-items: stretch;\n    }\n    \/* Grid children must have min-width:0 or content can force layout wider than viewport *\/\n    #bespoke-salary-calc .hero-col,\n    #bespoke-salary-calc .form-col { min-width: 0; }\n    @media (max-width: 820px) {\n      #bespoke-salary-calc .split-wrap { grid-template-columns: 1fr; }\n      #bespoke-salary-calc { padding-left: 16px; padding-right: 16px; }\n    }\n    \/* \u2500\u2500 HERO COLUMN \u2500\u2500 *\/\n    #bespoke-salary-calc .hero-col {\n      padding: 52px 44px;\n      display: flex;\n      flex-direction: column;\n      gap: 28px;\n      background: #f7f7f5;\n      border-right: 1px solid #e8e8e4;\n      overflow: hidden;\n    }\n    @media (max-width: 820px) {\n      #bespoke-salary-calc .hero-col {\n        padding: 28px 24px;\n        border-right: none;\n        border-bottom: 1px solid #e8e8e4;\n      }\n      \/* Hide most hero content on mobile - keep sub-line visible *\/\n      #bespoke-salary-calc .hero-body,\n      #bespoke-salary-calc .discipline-pills,\n      #bespoke-salary-calc .hero-stats { display: none !important; }\n    }\n    #bespoke-salary-calc .hero-col h1 {\n      font-size: clamp(22px, 2.8vw, 40px);\n      font-weight: 700;\n      letter-spacing: -0.03em;\n      color: #111;\n      line-height: 1.2;\n    }\n    #bespoke-salary-calc .hero-col h1 span {\n      color: #97d422;\n    }\n    #bespoke-salary-calc .hero-sub {\n      font-size: 15px;\n      font-weight: 600;\n      color: #111;\n      line-height: 1.4;\n    }\n    #bespoke-salary-calc .hero-body {\n      font-size: 13px;\n      color: #888;\n      line-height: 1.7;\n    }\n    \/* \u2500\u2500 DISCIPLINE PILLS \u2500\u2500 *\/\n    #bespoke-salary-calc .discipline-pills {\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n    #bespoke-salary-calc .discipline-pills-label {\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: #bbb;\n    }\n    #bespoke-salary-calc .discipline-pill-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n    }\n    #bespoke-salary-calc .discipline-pill {\n      display: inline-block;\n      padding: 5px 12px;\n      border-radius: 100px;\n      font-size: 12px;\n      font-weight: 600;\n      color: #2a4a00;\n      background: #eef7d0;\n      border: 1px solid #c8e87a;\n    }\n    \/* \u2500\u2500 STATS GRID \u2500\u2500 *\/\n    #bespoke-salary-calc .hero-stats {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n    }\n    #bespoke-salary-calc .hero-stat {\n      display: flex;\n      flex-direction: column;\n      gap: 3px;\n    }\n    #bespoke-salary-calc .hero-stat-num {\n      font-size: 26px;\n      font-weight: 800;\n      color: #97d422;\n      letter-spacing: -0.03em;\n      line-height: 1;\n    }\n    #bespoke-salary-calc .hero-stat span:last-child {\n      font-size: 11px;\n      color: #999;\n      line-height: 1.4;\n    }\n    \/* \u2500\u2500 FORM COLUMN \u2500\u2500 *\/\n    #bespoke-salary-calc .form-col {\n      padding: 56px 44px;\n      background: #fff;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    @media (max-width: 820px) {\n      #bespoke-salary-calc .form-col { padding: 24px 24px 36px; }\n    }\n    #bespoke-salary-calc .card-title {\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: #ccc;\n      margin-bottom: 22px;\n    }\n    #bespoke-salary-calc .form-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n    }\n    @media (max-width: 560px) {\n      #bespoke-salary-calc .form-grid { grid-template-columns: 1fr; }\n    }\n    #bespoke-salary-calc .field { display: flex; flex-direction: column; gap: 7px; }\n    #bespoke-salary-calc .field.full { grid-column: 1 \/ -1; }\n    #bespoke-salary-calc label {\n      font-size: 11px;\n      font-weight: 700;\n      color: #aaa;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n    }\n    #bespoke-salary-calc .field-optional {\n      font-size: 10px;\n      font-weight: 400;\n      color: #bbb;\n      letter-spacing: 0.02em;\n      text-transform: none;\n      margin-left: 3px;\n    }\n    #bespoke-salary-calc select,\n    #bespoke-salary-calc input[type=\"text\"],\n    #bespoke-salary-calc input[type=\"number\"],\n    #bespoke-salary-calc input[type=\"email\"],\n    #bespoke-salary-calc input[type=\"tel\"] {\n      background: #fafaf8;\n      border: 1.5px solid #e8e8e4;\n      border-radius: 10px;\n      color: #111;\n      font-size: 14px;\n      padding: 13px 14px;\n      width: 100%;\n      outline: none;\n      transition: border-color 0.2s, box-shadow 0.2s;\n      appearance: none;\n      -webkit-appearance: none;\n      font-family: inherit;\n    }\n    #bespoke-salary-calc select:focus,\n    #bespoke-salary-calc input:focus {\n      border-color: #97d422;\n      box-shadow: 0 0 0 3px #97d42218;\n      background: #fff;\n    }\n    #bespoke-salary-calc select {\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23bbb' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\");\n      background-repeat: no-repeat;\n      background-position: right 14px center;\n      background-color: #fafaf8;\n      padding-right: 40px;\n      cursor: pointer;\n    }\n    #bespoke-salary-calc .search-wrap { position: relative; }\n    #bespoke-salary-calc .search-clear {\n      position: absolute;\n      right: 12px;\n      top: 50%;\n      transform: translateY(-50%);\n      background: none;\n      border: none;\n      color: #ccc;\n      cursor: pointer;\n      font-size: 18px;\n      line-height: 1;\n      padding: 0;\n      display: none;\n    }\n    #bespoke-salary-calc .search-clear.visible { display: block; }\n    #bespoke-salary-calc .dropdown-list {\n      position: absolute;\n      top: calc(100% + 6px);\n      left: 0; right: 0;\n      background: #fff;\n      border: 1.5px solid #e8e8e4;\n      border-radius: 12px;\n      max-height: 240px;\n      overflow-y: auto;\n      z-index: 100;\n      display: none;\n      box-shadow: 0 8px 24px rgba(0,0,0,0.08);\n    }\n    #bespoke-salary-calc .dropdown-list.open { display: block; }\n    #bespoke-salary-calc .dropdown-item {\n      padding: 10px 14px;\n      font-size: 13px;\n      cursor: pointer;\n      color: #555;\n      border-bottom: 1px solid #f4f4f2;\n      transition: background 0.1s;\n    }\n    #bespoke-salary-calc .dropdown-item:last-child { border-bottom: none; }\n    #bespoke-salary-calc .dropdown-item:hover,\n    #bespoke-salary-calc .dropdown-item.selected { background: #f7f7f5; color: #111; }\n    #bespoke-salary-calc .dropdown-item .cat { font-size: 11px; color: #ccc; margin-left: 6px; }\n    #bespoke-salary-calc .salary-row { display: flex; align-items: center; gap: 10px; }\n    #bespoke-salary-calc .currency-badge {\n      background: #fafaf8;\n      border: 1.5px solid #e8e8e4;\n      border-radius: 10px;\n      padding: 13px 12px;\n      font-size: 13px;\n      color: #aaa;\n      white-space: nowrap;\n      min-width: 52px;\n      text-align: center;\n    }\n    #bespoke-salary-calc .btn-calculate {\n      width: 100%;\n      background: #97d422;\n      color: #111;\n      border: none;\n      border-radius: 12px;\n      font-size: 15px;\n      font-weight: 700;\n      padding: 16px;\n      cursor: pointer;\n      letter-spacing: 0.01em;\n      transition: background 0.2s, transform 0.1s;\n      margin-top: 10px;\n      font-family: inherit;\n    }\n    #bespoke-salary-calc .btn-calculate:hover { background: #aee849; }\n    #bespoke-salary-calc .btn-calculate:active { transform: scale(0.99); }\n    @media (max-width: 820px) {\n      #bespoke-salary-calc .btn-calculate {\n        position: sticky;\n        bottom: 12px;\n        z-index: 5;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.13);\n      }\n    }\n    \/* \u2500\u2500 RESULTS (inside same card, below the split) \u2500\u2500 *\/\n    #bespoke-salary-calc .results-wrap {\n      display: none;\n      border-top: 1px solid #e8e8e4;\n      padding: 40px 44px 48px;\n      background: #fafaf8;\n    }\n    #bespoke-salary-calc .results-wrap.visible {\n      display: block;\n    }\n    @media (max-width: 820px) {\n      #bespoke-salary-calc .results-wrap { padding: 32px 24px 40px; }\n    }\n    #bespoke-salary-calc .result-card {\n      display: none;\n      margin-bottom: 24px;\n    }\n    #bespoke-salary-calc .result-card.visible { display: block; }\n    #bespoke-salary-calc .result-header {\n      display: flex;\n      align-items: flex-start;\n      justify-content: space-between;\n      margin-bottom: 28px;\n      gap: 16px;\n      flex-wrap: wrap;\n    }\n    #bespoke-salary-calc .result-role {\n      font-size: 20px;\n      font-weight: 700;\n      color: #111;\n      letter-spacing: -0.02em;\n    }\n    #bespoke-salary-calc .result-location {\n      font-size: 13px;\n      color: #bbb;\n      margin-top: 4px;\n    }\n    #bespoke-salary-calc .verdict-pill {\n      padding: 7px 18px;\n      border-radius: 100px;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      white-space: nowrap;\n      flex-shrink: 0;\n    }\n    #bespoke-salary-calc .verdict-below  { background: #fff0f0; color: #cc3333; border: 1px solid #ffd0d0; }\n    #bespoke-salary-calc .verdict-low    { background: #fffbea; color: #b07a00; border: 1px solid #ffe99a; }\n    #bespoke-salary-calc .verdict-market { background: #f2fde0; color: #4a7a00; border: 1px solid #c8ed80; }\n    #bespoke-salary-calc .verdict-above  { background: #e8faf6; color: #007a60; border: 1px solid #a0e8d8; }\n    #bespoke-salary-calc .verdict-top      { background: #f3eeff; color: #5e3ab8; border: 1px solid #cdb8f0; }\n    #bespoke-salary-calc .verdict-overview { background: #f0f4ff; color: #3355aa; border: 1px solid #b8c8f0; }\n    \/* Unemployed toggle *\/\n    \/* \u2500\u2500 MODE TOGGLE \u2500\u2500 *\/\n    #bespoke-salary-calc .mode-toggle-wrap {\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n    }\n    #bespoke-salary-calc .mode-toggle-label {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: #999;\n    }\n    #bespoke-salary-calc .mode-toggle {\n      display: flex;\n      background: #f0f0ee;\n      border-radius: 8px;\n      padding: 3px;\n      gap: 2px;\n    }\n    #bespoke-salary-calc .mode-btn {\n      flex: 1;\n      padding: 8px 10px;\n      border: none;\n      border-radius: 6px;\n      background: transparent;\n      font-size: 12px;\n      font-weight: 500;\n      color: #888;\n      cursor: pointer;\n      transition: background 0.18s, color 0.18s, box-shadow 0.18s;\n      text-align: center;\n      line-height: 1.3;\n      white-space: nowrap;\n    }\n    #bespoke-salary-calc .mode-btn:hover { color: #333; }\n    #bespoke-salary-calc .mode-btn.active {\n      background: #fff;\n      color: #111;\n      font-weight: 600;\n      box-shadow: 0 1px 4px rgba(0,0,0,0.1);\n    }\n    #bespoke-salary-calc #salaryFieldWrap {\n      transition: opacity 0.25s, max-height 0.3s;\n      max-height: 120px;\n      overflow: hidden;\n    }\n    #bespoke-salary-calc #salaryFieldWrap.hidden {\n      opacity: 0;\n      max-height: 0;\n      pointer-events: none;\n      margin: 0;\n    }\n    #bespoke-salary-calc .range-section { margin-bottom: 28px; }\n    #bespoke-salary-calc .range-label {\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: #ccc;\n      margin-bottom: 14px;\n    }\n    #bespoke-salary-calc .range-bar-wrap {\n      position: relative;\n      height: 6px;\n      background: #eeeeeb;\n      border-radius: 100px;\n      margin-top: 38px;\n      margin-bottom: 12px;\n    }\n    #bespoke-salary-calc .range-mine-label {\n      position: absolute;\n      bottom: calc(100% + 10px);\n      left: 50%;\n      transform: translateX(-50%);\n      font-size: 11px;\n      font-weight: 700;\n      color: #111;\n      white-space: nowrap;\n      pointer-events: none;\n    }\n    #bespoke-salary-calc .range-fill {\n      position: absolute;\n      left: 0; top: 0; bottom: 0;\n      background: linear-gradient(90deg, #d8f0a0, #97d422);\n      border-radius: 100px;\n    }\n    #bespoke-salary-calc .range-marker {\n      position: absolute;\n      top: 50%;\n      transform: translate(-50%, -50%);\n      width: 20px;\n      height: 20px;\n      background: #fff;\n      border-radius: 50%;\n      box-shadow: 0 0 0 2.5px #97d422, 0 2px 8px rgba(0,0,0,0.12);\n    }\n    #bespoke-salary-calc .range-marker.v-red   { box-shadow: 0 0 0 2.5px #e05050, 0 2px 8px rgba(0,0,0,0.12); }\n    #bespoke-salary-calc .range-marker.v-amber { box-shadow: 0 0 0 2.5px #d99000, 0 2px 8px rgba(0,0,0,0.12); }\n    #bespoke-salary-calc .range-ticks {\n      position: relative;\n      height: 36px;\n    }\n    #bespoke-salary-calc .range-tick { font-size: 11px; color: #bbb; }\n    #bespoke-salary-calc .range-tick.mine { color: #111; font-weight: 700; }\n    #bespoke-salary-calc .stats-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n    #bespoke-salary-calc .stat-box {\n      background: #fff;\n      border: 1.5px solid #e8e8e4;\n      border-radius: 14px;\n      padding: clamp(10px, 2.5vw, 18px) clamp(6px, 1.8vw, 16px);\n      text-align: center;\n      min-width: 0;\n    }\n    #bespoke-salary-calc .stat-box.mine {\n      border-color: #97d422;\n      background: #f6fde8;\n    }\n    \/* Red - below market *\/\n    #bespoke-salary-calc .stat-box.mine.v-red  { border-color: #e05050; background: #fff4f4; }\n    #bespoke-salary-calc .stat-box.mine.v-red .stat-value  { color: #c02020; }\n    \/* Amber - low-mid *\/\n    #bespoke-salary-calc .stat-box.mine.v-amber { border-color: #d99000; background: #fffbee; }\n    #bespoke-salary-calc .stat-box.mine.v-amber .stat-value { color: #9a6400; }\n    #bespoke-salary-calc .stat-label {\n      font-size: clamp(8px, 1.8vw, 10px);\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: #ccc;\n      margin-bottom: 6px;\n    }\n    #bespoke-salary-calc .stat-value {\n      font-size: clamp(13px, 3.8vw, 22px);\n      font-weight: 300;\n      color: #666;\n      letter-spacing: -0.02em;\n    }\n    #bespoke-salary-calc .stat-box.mine .stat-value { color: #4a7a00; font-weight: 700; }\n    \/* v-red \/ v-amber overrides are above; green (default mine) needs no extra rule *\/\n    #bespoke-salary-calc .insight-box {\n      background: #fff;\n      border: 1.5px solid #e8e8e4;\n      border-left: 3px solid #97d422;\n      border-radius: 14px;\n      padding: 20px 22px;\n    }\n    #bespoke-salary-calc .insight-title {\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: #97d422;\n      margin-bottom: 10px;\n    }\n    #bespoke-salary-calc .insight-text {\n      font-size: 14px;\n      color: #777;\n      line-height: 1.7;\n    }\n    #bespoke-salary-calc .insight-text strong { color: #111; font-weight: 600; }\n    #bespoke-salary-calc .error-msg {\n      background: #fff0f0;\n      border: 1px solid #ffd0d0;\n      border-radius: 8px;\n      padding: 12px 16px;\n      font-size: 13px;\n      color: #cc3333;\n      margin-top: 14px;\n      display: none;\n    }\n    #bespoke-salary-calc .error-msg.visible { display: block; }\n    #bespoke-salary-calc .cta-strip {\n      display: none;\n      flex-direction: column;\n      align-items: center;\n      gap: 12px;\n      margin: 32px 0 24px;\n      text-align: center;\n    }\n    #bespoke-salary-calc .cta-strip.visible { display: flex; }\n    #bespoke-salary-calc .cta-strip-label {\n      font-size: 15px;\n      font-weight: 600;\n      color: #111;\n      margin-bottom: 4px;\n    }\n    #bespoke-salary-calc .cta-buttons {\n      display: flex;\n      gap: 12px;\n      flex-wrap: wrap;\n      justify-content: center;\n    }\n    #bespoke-salary-calc .cta-btn {\n      display: inline-block;\n      padding: 13px 24px;\n      border-radius: 8px;\n      font-size: 14px;\n      font-weight: 600;\n      text-decoration: none;\n      transition: opacity 0.2s, transform 0.15s;\n      white-space: nowrap;\n    }\n    #bespoke-salary-calc .cta-btn:hover { opacity: 0.88; transform: translateY(-1px); }\n    #bespoke-salary-calc .cta-btn-primary {\n      background: #97d422;\n      color: #1a2606;\n    }\n    #bespoke-salary-calc .cta-btn-secondary {\n      background: #fff;\n      color: #111;\n      border: 1.5px solid #d8d8d4;\n    }\n    \/* \u2500\u2500 LEAD CAPTURE FORM (explore mode) \u2500\u2500 *\/\n    #bespoke-salary-calc .lead-form-wrap {\n      display: none;\n      margin: 32px 0 24px;\n      background: #fff;\n      border: 1.5px solid #e8e8e4;\n      border-radius: 18px;\n      padding: 32px 36px;\n    }\n    #bespoke-salary-calc .lead-form-wrap.visible { display: block; }\n    #bespoke-salary-calc .lead-form-title {\n      font-size: 17px;\n      font-weight: 700;\n      color: #111;\n      letter-spacing: -0.02em;\n      margin-bottom: 6px;\n    }\n    #bespoke-salary-calc .lead-form-sub {\n      font-size: 13px;\n      color: #999;\n      margin-bottom: 22px;\n    }\n    #bespoke-salary-calc .lead-form-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n    @media (max-width: 560px) {\n      #bespoke-salary-calc .lead-form-grid { grid-template-columns: 1fr; }\n      #bespoke-salary-calc .lead-form-wrap { padding: 24px 20px; }\n    }\n    #bespoke-salary-calc .lead-submit-btn {\n      width: 100%;\n      background: #97d422;\n      color: #111;\n      border: none;\n      border-radius: 12px;\n      font-size: 15px;\n      font-weight: 700;\n      padding: 15px;\n      cursor: pointer;\n      transition: background 0.2s;\n      font-family: inherit;\n      margin-top: 4px;\n    }\n    #bespoke-salary-calc .lead-submit-btn:hover { background: #aee849; }\n    #bespoke-salary-calc .lead-success {\n      display: none;\n      text-align: center;\n      padding: 24px 0 8px;\n    }\n    #bespoke-salary-calc .lead-success.visible { display: block; }\n    #bespoke-salary-calc .lead-success-icon {\n      margin-bottom: 14px;\n      display: flex;\n      justify-content: center;\n    }\n    #bespoke-salary-calc .lead-success-icon svg {\n      display: block;\n    }\n    #bespoke-salary-calc .lead-success-title {\n      font-size: 17px;\n      font-weight: 700;\n      color: #111;\n      margin-bottom: 6px;\n    }\n    #bespoke-salary-calc .lead-success-body {\n      font-size: 14px;\n      color: #999;\n    }\n    #bespoke-salary-calc .lead-error {\n      font-size: 12px;\n      color: #cc3333;\n      margin-top: 8px;\n      display: none;\n    }\n    #bespoke-salary-calc .lead-error.visible { display: block; }\n    #bespoke-salary-calc .source-note {\n      text-align: center;\n      font-size: 12px;\n      color: #ccc;\n      margin-top: 28px;\n      line-height: 1.7;\n    }\n    #bespoke-salary-calc .source-note strong { color: #aaa; font-weight: 500; }\n    #bespoke-salary-calc ::-webkit-scrollbar { width: 5px; }\n    #bespoke-salary-calc ::-webkit-scrollbar-track { background: #f4f4f2; }\n    #bespoke-salary-calc ::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }\n    \/* \u2500\u2500 Range bar animation \u2500\u2500 *\/\n    #bespoke-salary-calc .range-fill {\n      transition: width 0.65s cubic-bezier(.4,0,.2,1);\n    }\n    @keyframes bsc-markerIn {\n      from { opacity: 0; transform: translate(-50%, calc(-50% - 7px)); }\n      to   { opacity: 1; transform: translate(-50%, -50%); }\n    }\n    #bespoke-salary-calc .range-marker.animate {\n      animation: bsc-markerIn 0.35s 0.6s ease both;\n    }\n    \/* \u2500\u2500 City comparison strip \u2500\u2500 *\/\n    #bespoke-salary-calc .city-compare {\n      margin-top: 20px;\n      padding-top: 18px;\n      border-top: 1px solid #f0f0ee;\n    }\n    #bespoke-salary-calc .city-compare-title {\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: .07em;\n      text-transform: uppercase;\n      color: #999;\n      margin-bottom: 12px;\n    }\n    #bespoke-salary-calc .city-compare-scroll {\n      display: flex;\n      gap: 10px;\n      overflow-x: auto;\n      padding-bottom: 6px;\n      scrollbar-width: none;\n    }\n    #bespoke-salary-calc .city-compare-scroll::-webkit-scrollbar { display: none; }\n    #bespoke-salary-calc .me-disclaimer {\n      background: #f7f4ff;\n      border: 1px solid #d8ccf5;\n      border-radius: 12px;\n      padding: 16px 18px;\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n      margin-top: 4px;\n    }\n    #bespoke-salary-calc .me-disclaimer-icon {\n      font-size: 20px;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n    #bespoke-salary-calc .me-disclaimer-body > strong {\n      font-size: 13px;\n      font-weight: 700;\n      color: #3a2278;\n      display: block;\n      margin-bottom: 8px;\n    }\n    #bespoke-salary-calc .me-disclaimer-body p strong {\n      display: inline;\n      font-size: inherit;\n      color: #3a2278;\n    }\n    #bespoke-salary-calc .me-disclaimer-body p {\n      font-size: 12.5px;\n      color: #555;\n      line-height: 1.6;\n      margin: 0 0 8px;\n    }\n    #bespoke-salary-calc .me-disclaimer-body p:last-child { margin-bottom: 0; }\n    #bespoke-salary-calc .city-chip {\n      flex: 0 0 auto;\n      background: #f7f7f5;\n      border-radius: 8px;\n      padding: 9px 14px;\n      text-align: center;\n      min-width: 96px;\n    }\n    #bespoke-salary-calc .city-chip-name {\n      font-size: 11px;\n      color: #888;\n      margin-bottom: 3px;\n    }\n    #bespoke-salary-calc .city-chip-avg {\n      font-size: 15px;\n      font-weight: 700;\n      color: #222;\n    }\n    #bespoke-salary-calc .city-chip-sub {\n      font-size: 10px;\n      color: #aaa;\n      margin-top: 2px;\n    }\n    \/* \u2500\u2500 Advice tip \u2500\u2500 *\/\n    #bespoke-salary-calc .needle-tip {\n      margin-top: 12px;\n      padding-top: 12px;\n      border-top: 1px solid #eee;\n      display: flex;\n      gap: 8px;\n      align-items: flex-start;\n    }\n    #bespoke-salary-calc .needle-tip-icon {\n      font-size: 14px;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n    #bespoke-salary-calc .needle-tip-text {\n      font-size: 13px;\n      color: #555;\n      line-height: 1.6;\n    }\n    #bespoke-salary-calc .needle-tip-label {\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #bbb;\n      display: block;\n      margin-bottom: 3px;\n    }\n    \/* \u2500\u2500 Email my results \u2500\u2500 *\/\n    \/* \u2500\u2500 EMAIL OPT-IN (pre-calculate checkbox) \u2500\u2500 *\/\n    #bespoke-salary-calc .email-optin-wrap {\n      margin-top: 14px;\n    }\n    #bespoke-salary-calc .email-optin-check {\n      display: flex;\n      align-items: center;\n      gap: 9px;\n      cursor: pointer;\n      font-size: 13.5px;\n      font-weight: 600;\n      color: #444;\n      user-select: none;\n    }\n    #bespoke-salary-calc .email-optin-check input[type=\"checkbox\"] {\n      width: 17px;\n      height: 17px;\n      accent-color: #97d422;\n      cursor: pointer;\n      flex-shrink: 0;\n    }\n    #bespoke-salary-calc .email-optin-fields {\n      margin-top: 10px;\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n    #bespoke-salary-calc .email-optin-input {\n      width: 100%;\n      border: 1.5px solid #ddd;\n      border-radius: 8px;\n      padding: 10px 13px;\n      font-size: 13.5px;\n      color: #333;\n      font-family: inherit;\n      outline: none;\n      transition: border-color 0.15s;\n      background: #fff;\n      box-sizing: border-box;\n    }\n    #bespoke-salary-calc .email-optin-input:focus {\n      border-color: #97d422;\n    }\n    #bespoke-salary-calc .email-optin-sent {\n      display: flex;\n      align-items: center;\n      gap: 7px;\n      font-size: 13px;\n      color: #555;\n      margin-top: 10px;\n    }\n    #bespoke-salary-calc .email-results-wrap {\n      margin-top: 16px;\n      background: #f8f9fb;\n      border: 1px solid #eee;\n      border-radius: 10px;\n      padding: 14px 16px;\n    }\n    #bespoke-salary-calc .email-results-label {\n      font-size: 12px;\n      font-weight: 700;\n      color: #555;\n      letter-spacing: 0.04em;\n      margin-bottom: 9px;\n      text-transform: uppercase;\n    }\n    #bespoke-salary-calc .email-results-row {\n      display: flex;\n      gap: 8px;\n    }\n    #bespoke-salary-calc .email-results-input {\n      flex: 1;\n      border: 1.5px solid #ddd;\n      border-radius: 7px;\n      padding: 9px 12px;\n      font-size: 13.5px;\n      color: #333;\n      font-family: inherit;\n      outline: none;\n      transition: border-color 0.15s;\n      background: #fff;\n    }\n    #bespoke-salary-calc .email-results-input:focus {\n      border-color: #97d422;\n    }\n    #bespoke-salary-calc .email-results-btn {\n      background: #97d422;\n      color: #fff;\n      border: none;\n      border-radius: 7px;\n      padding: 9px 18px;\n      font-size: 13.5px;\n      font-weight: 700;\n      cursor: pointer;\n      font-family: inherit;\n      transition: background 0.15s;\n      white-space: nowrap;\n    }\n    #bespoke-salary-calc .email-results-btn:hover {\n      background: #85bc1c;\n    }\n    #bespoke-salary-calc .email-results-error {\n      font-size: 12px;\n      color: #e03;\n      margin-top: 6px;\n    }\n    #bespoke-salary-calc .email-results-success {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 13.5px;\n      color: #4a7a0a;\n      font-weight: 600;\n      padding: 4px 0;\n    }\n    \/* \u2500\u2500 Try another role \u2500\u2500 *\/\n    #bespoke-salary-calc .try-again-wrap {\n      text-align: center;\n      margin-top: 18px;\n      padding-bottom: 4px;\n    }\n    #bespoke-salary-calc .try-again-btn {\n      font-size: 13px;\n      color: #97d422;\n      cursor: pointer;\n      background: none;\n      border: none;\n      padding: 0;\n      font-family: inherit;\n      text-decoration: underline;\n      text-underline-offset: 3px;\n      text-decoration-color: transparent;\n      transition: text-decoration-color 0.2s;\n    }\n    #bespoke-salary-calc .try-again-btn:hover { text-decoration-color: #97d422; }\n  <\/style>\n<\/head>\n<body>\n  <!-- SPLIT: hero left \/ form right -->\n      <h1>Architecture and Design<br \/>Salary Calculator 2026<\/h1>\n      <p>Is your salary keeping pace with the market?<\/p>\n      <p>Enter your role, location, and salary to benchmark yourself against the 2026 Architecture &amp; Design market.<\/p>\n      <!-- Locations covered -->\n        Locations covered\n          \ud83c\uddec\ud83c\udde7 United Kingdom\n          \ud83c\udde6\ud83c\uddfa Australia\n          \ud83c\uddfa\ud83c\uddf8 United States\n          \ud83c\uddf3\ud83c\uddff New Zealand\n          \ud83c\udde6\ud83c\uddea\ud83c\uddf8\ud83c\udde6 Middle East\n      <!-- 2\u00d73 stat grid -->\n          100+\n          roles covered\n          20\n          global cities\n          1,890\n          survey responses\n          3,000+\n          active vacancies\n          1,200+\n          successful placements\n          65\n          recruitment experts\n          I want to&#8230;\n            <button type=\"button\" id=\"modeBenchmark\" onclick=\"setMode('benchmark')\">Benchmark my salary<\/button>\n            <button type=\"button\"        id=\"modeExplore\"   onclick=\"setMode('explore')\">Explore market rates<\/button>\n          <label>Location<\/label>\n          <select id=\"locationSelect\">\n            <option value=\"\">Select a city&hellip;<\/option>\n            <optgroup label=\"United Kingdom\">\n              <option value=\"london\">London<\/option>\n              <option value=\"manchester\">Manchester<\/option>\n            <\/optgroup>\n            <optgroup label=\"Australia\">\n              <option value=\"sydney\">Sydney<\/option>\n              <option value=\"melbourne\">Melbourne<\/option>\n              <option value=\"brisbane\">Brisbane<\/option>\n              <option value=\"adelaide\">Adelaide<\/option>\n              <option value=\"perth\">Perth<\/option>\n            <\/optgroup>\n            <optgroup label=\"United States\">\n              <option value=\"newyork\">New York<\/option>\n              <option value=\"losangeles\">Los Angeles<\/option>\n              <option value=\"sanfrancisco\">San Francisco<\/option>\n              <option value=\"dallas\">Dallas<\/option>\n              <option value=\"austin\">Austin<\/option>\n              <option value=\"houston\">Houston<\/option>\n              <option value=\"sanantonio\">San Antonio<\/option>\n            <\/optgroup>\n            <optgroup label=\"New Zealand\">\n              <option value=\"newzealand\">Auckland<\/option>\n              <option value=\"wellington\">Wellington<\/option>\n              <option value=\"christchurch\">Christchurch<\/option>\n              <option value=\"queenstown\">Queenstown<\/option>\n            <\/optgroup>\n            <optgroup label=\"Middle East\">\n              <option value=\"dubai\">Dubai<\/option>\n              <option value=\"riyadh\">Riyadh<\/option>\n            <\/optgroup>\n          <\/select>\n          <label>Category (optional filter)<\/label>\n          <select id=\"categorySelect\" disabled>\n            <option value=\"\">Select location first&hellip;<\/option>\n          <\/select>\n          <label>Job Title<\/label>\n            <input type=\"text\" id=\"jobSearch\" placeholder=\"Search or select a job title&hellip;\" autocomplete=\"off\" disabled \/>\n            <button id=\"searchClear\" title=\"Clear\">&times;<\/button>\n          <label id=\"salaryLabel\">Your Annual Base Salary (excl. bonus)<\/label>\n            &mdash;\n            <input type=\"text\" inputmode=\"numeric\" id=\"salaryInput\" placeholder=\"e.g. 85000\" disabled \/>\n      Please select a location, job title, and enter your salary.\n      <!-- Email opt-in - benchmark mode only -->\n        <label>\n          <input type=\"checkbox\" id=\"emailOptinCheck\" onchange=\"toggleEmailOptin()\" \/>\n          Email me my results\n        <\/label>\n          <input type=\"text\"  id=\"emailOptinName\"  placeholder=\"Your name\"       autocomplete=\"name\" \/>\n          <input type=\"email\" id=\"emailOptinEmail\" placeholder=\"your@email.com\"  autocomplete=\"email\" \/>\n          Sent &#8211; check your inbox.\n      <button id=\"calcBtn\" onclick=\"calculate()\">Calculate My Position &rarr;<\/button>\n  <!-- \/split-wrap -->\n  <!-- RESULTS inside same card -->\n          &mdash;\n          &mdash;\n        &mdash;\n        Salary Range\n          Market Low\n          &mdash;\n          Market Avg\n          &mdash;\n          Market High\n          &mdash;\n          Your Salary\n          &mdash;\n        Bespoke Careers Insight\n        &mdash;\n          &#128172;\n            Advice from our team\n      <!-- Middle East salary disclaimer -->\n        &#x1F4CB;\n          <strong>How we benchmark Middle East salaries<\/strong>\n          <p>Dubai and Riyadh are unique markets where total compensation is typically structured across multiple components: base salary, housing allowance (usually 25-40% of total package), transport allowance, annual return flights home, and health insurance. In the UAE and Saudi Arabia there is no personal income tax, which meaningfully increases take-home pay compared to equivalent roles in the UK, Australia or the US.<\/p>\n          <p>The figures shown in this calculator have been calculated by Bespoke Careers to reflect <strong>total core package value<\/strong>, incorporating these primary components. They are presented as monthly figures in line with how compensation is typically quoted in these markets. Individual packages will vary depending on firm size, seniority, nationality, and whether benefits are provided as cash allowances or in-kind. Always clarify the full package structure (what is included and what is not) before comparing offers across markets.<\/p>\n      <!-- Cross-city comparison -->\n        How this role pays in other cities (guidance only)\n      Want to go deeper?\n        <a href=\"https:\/\/www.bespokecareers.com\/salary-guide\" id=\"ctaPrimary\" target=\"_blank\" rel=\"noopener\" onclick=\"_track('cta_click',{event_label:'download_salary_guide'})\">Download the Full Salary Guide<\/a>\n        <a href=\"https:\/\/www.bespokecareers.com\/contact\" id=\"ctaSecondary\" target=\"_blank\" rel=\"noopener\" onclick=\"_track('cta_click',{event_label:'talk_to_our_team'})\">Talk to Our Team<\/a>\n        <a href=\"https:\/\/www.bespokecareers.com\/contractors\/\" id=\"ctaContractors\" target=\"_blank\" rel=\"noopener\" onclick=\"_track('cta_click',{event_label:'explore_contract_roles'})\">Explore Contract Roles<\/a>\n    <!-- Email results - shown post-results if user didn't opt in before calculating -->\n        Email me my results\n          <input type=\"text\"  id=\"emailResultsName\"  placeholder=\"Your name\"      autocomplete=\"name\" \/>\n          <input type=\"email\" id=\"emailResultsInput\" placeholder=\"your@email.com\" autocomplete=\"email\" \/>\n          <button onclick=\"submitEmailResults()\">Send<\/button>\n        Please enter your name and a valid email address.\n        Sent &#8211; check your inbox.\n      <button onclick=\"tryAgain()\">\u2190 Try another role<\/button>\n    <!-- Lead capture - explore (employer) mode only -->\n        Would you like to discuss your hiring strategy with one of our team?\n        Leave your details and a consultant will be in touch.\n            <label>Name<\/label>\n            <input type=\"text\" id=\"leadName\" placeholder=\"Your name\" autocomplete=\"name\" \/>\n            <label>Company<\/label>\n            <input type=\"text\" id=\"leadCompany\" placeholder=\"Company name\" autocomplete=\"organization\" \/>\n            <label>Email<\/label>\n            <input type=\"email\" id=\"leadEmail\" placeholder=\"you@company.com\" autocomplete=\"email\" \/>\n            <label>Phone<\/label>\n            <input type=\"tel\" id=\"leadPhone\" placeholder=\"+1 555 000 0000\" autocomplete=\"tel\" \/>\n        <button onclick=\"submitLead()\">Get in Touch &rarr;<\/button>\n        Please enter your name and email to continue.\n        Thanks! We&#8217;ll be in touch shortly.\n        One of our consultants will reach out to discuss your hiring needs.\n  <!-- \/results-wrap -->\n<!-- \/calc-card -->\n<!-- \/inner -->\n<!-- \/bespoke-salary-calc -->\n<\/body>\n<\/html>\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\tLatest articles\t\t\t\t\t\t\t\t\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\/resources\/' 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\/resources\/' 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\/new-zealand-architecture-and-design-market-update-2026\/\" content=\"New Zealand Architecture and Design Market Update 2026\" \/><meta itemprop=\"datePublished\" content=\"2026-03-12\" \/><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\/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\/Heading.png\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/new-zealand-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"New Zealand Architecture and Design Market Update 2026\">\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\/Heading.png\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Heading.png 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Heading-300x169.png 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Heading-1024x576.png 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Heading-768x432.png 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Heading-1536x864.png 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/new-zealand-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"New Zealand Architecture and Design Market Update 2026\">New Zealand Architecture and Design Market Update 2026<\/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>Here is what our industry experts have been seeing in New Zealand&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/new-zealand-architecture-and-design-market-update-2026\/\" title=\"New Zealand Architecture and Design Market Update 2026\">Read more<\/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\/adelaide-architecture-and-design-market-update-2026\/\" content=\"Adelaide Architecture and Design Market Update 2026\" \/><meta itemprop=\"datePublished\" content=\"2026-03-12\" \/><meta itemprop=\"dateModified\" content=\"2026-03-13\" \/><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\/Untitled-design-9.png\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/adelaide-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"Adelaide Architecture and Design Market Update 2026\">\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\/Untitled-design-9.png\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-9.png 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-9-300x169.png 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-9-1024x576.png 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-9-768x432.png 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-9-1536x864.png 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/adelaide-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"Adelaide Architecture and Design Market Update 2026\">Adelaide Architecture and Design Market Update 2026<\/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>Here is what our industry experts have been seeing in Adelaide&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/adelaide-architecture-and-design-market-update-2026\/\" title=\"Adelaide Architecture and Design Market Update 2026\">Read more<\/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\/perth-architecture-and-design-market-update-2026\/\" content=\"Perth Architecture and Design Market Update 2026\" \/><meta itemprop=\"datePublished\" content=\"2026-03-12\" \/><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\/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\/Untitled-design-8.png\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/perth-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"Perth Architecture and Design Market Update 2026\">\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\/Untitled-design-8.png\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-8.png 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-8-300x169.png 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-8-1024x576.png 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-8-768x432.png 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-8-1536x864.png 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/perth-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"Perth Architecture and Design Market Update 2026\">Perth Architecture and Design Market Update 2026<\/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>Here is what our industry experts have been seeing in Perth&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/perth-architecture-and-design-market-update-2026\/\" title=\"Perth Architecture and Design Market Update 2026\">Read more<\/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\/texas-architecture-and-design-market-update-2026\/\" content=\"Texas Architecture and Design Market Update 2026\" \/><meta itemprop=\"datePublished\" content=\"2026-03-12\" \/><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\/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\/Untitled-design-7.png\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/texas-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"Texas Architecture and Design Market Update 2026\">\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\/Untitled-design-7.png\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-7.png 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-7-300x169.png 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-7-1024x576.png 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-7-768x432.png 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-7-1536x864.png 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/texas-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"Texas Architecture and Design Market Update 2026\">Texas Architecture and Design Market Update 2026<\/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>Here is what our industry experts have been seeing in Texas&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/texas-architecture-and-design-market-update-2026\/\" title=\"Texas Architecture and Design Market Update 2026\">Read more<\/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\/california-architecture-and-design-market-update-2026\/\" content=\"California Architecture and Design Market Update 2026\" \/><meta itemprop=\"datePublished\" content=\"2026-03-12\" \/><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\/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\/Untitled-design-6.png\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1069\" \/><meta itemprop=\"interactionType\" content=\"https:\/\/schema.org\/CommentAction\" \/><meta itemprop=\"userInteractionCount\" content=\"0\" \/>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!-- This is feature image working -->\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/california-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"California Architecture and Design Market Update 2026\">\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\/Untitled-design-6.png\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-6.png 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-6-300x169.png 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-6-1024x576.png 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-6-768x432.png 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/Untitled-design-6-1536x864.png 1536w\" sizes=\"(max-width: 1900px) 100vw, 1900px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<!-- This is title working -->\n\t\t\t\t\t\t\t\t\t<h5 itemprop=\"headline\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/california-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"California Architecture and Design Market Update 2026\">California Architecture and Design Market Update 2026<\/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>Here is what our industry experts have been seeing in California&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/california-architecture-and-design-market-update-2026\/\" title=\"California Architecture and Design Market Update 2026\">Read more<\/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\/new-york-architecture-and-design-market-update-2026\/\" content=\"New York Architecture and Design Market Update 2026\" \/><meta itemprop=\"datePublished\" content=\"2026-03-12\" \/><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\/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\/IMG_4157.jpg\" \/><meta itemprop=\"width\" content=\"1900\" \/><meta itemprop=\"height\" content=\"1071\" \/><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\/new-york-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"New York Architecture and Design Market Update 2026\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"1900\" height=\"1071\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/IMG_4157.jpg\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/IMG_4157.jpg 1900w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/IMG_4157-300x169.jpg 300w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/IMG_4157-1024x577.jpg 1024w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/IMG_4157-768x433.jpg 768w, https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2026\/03\/IMG_4157-1536x866.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\/new-york-architecture-and-design-market-update-2026\/\" rel=\"bookmark\" title=\"New York Architecture and Design Market Update 2026\">New York Architecture and Design Market Update 2026<\/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>Here is what our industry experts have been seeing in New York&#8230;<\/p>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.bespokecareers.com\/articles\/new-york-architecture-and-design-market-update-2026\/\" title=\"New York Architecture and Design Market Update 2026\">Read more<\/a>\n\t\t\t\t\t<a>Load more<\/a>\n<\/section><section>\n                <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/themes\/af-custom-child\/assets\/big-arrow-down.svg\"\/>\n                <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/uploads\/2024\/10\/Mortimer-House-Client-Party.jpg\" alt=\"Find architecture and design events near you\"\/>\n                        <h2>Find architecture and design events\n                    <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-eu-v2i.applyflow.com\/bespoke\/wp-content\/themes\/af-custom-child\/assets\/cta-underline.svg\"\/>\n                 near you<\/h2>\n                                                    <p>The Bespoke Careers events guide is a comprehensive online directory of architecture and design events around the world.<\/p>\n<p>From must-attend industry conferences to local design festivals, exhibitions, and networking opportunities, our guide ensures you stay connected to the pulse of the design world. <\/p>\n                                                    <a href=\"https:\/\/www.bespokecareers.com\/whats-on\">\n                                Explore events                            <\/a>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Architecture &amp;Design Resources Podcast \u00b7 Salary Guide \u00b7 Salary Calculator \u00b7 City Comparison \u00b7 Newsletter \u00b7 Events Guide New episodes every two weeks Bespoke Careers Podcast Career stories from the architects &amp; designers shaping the industry. Also on Spotify Apple Podcasts YouTube 27+ episodes Explore salaries for architecture and design jobs around the world The&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":31,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","footnotes":""},"class_list":["post-1430","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/1430","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=1430"}],"version-history":[{"count":25,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/1430\/revisions"}],"predecessor-version":[{"id":9647,"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/pages\/1430\/revisions\/9647"}],"wp:attachment":[{"href":"https:\/\/www.bespokecareers.com\/af-api\/wp\/v2\/media?parent=1430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}