{"id":4145,"date":"2026-03-24T07:54:42","date_gmt":"2026-03-24T07:54:42","guid":{"rendered":"https:\/\/soozhee.com\/?page_id=4145"},"modified":"2026-04-04T03:41:50","modified_gmt":"2026-04-04T03:41:50","slug":"transformative-design","status":"publish","type":"page","link":"https:\/\/soozhee.com\/pt\/transformative-design\/","title":{"rendered":"transformative design"},"content":{"rendered":"<style>\n  :root {\n    --bg: #070708;\n    --panel: rgba(20, 20, 24, 0.88);\n    --panel-2: rgba(15, 15, 18, 0.72);\n    --text: #f2ede4;\n    --muted: #beb4a6;\n    --line: rgba(194, 167, 117, 0.18);\n    --gold: #c9a86a;\n    --gold-soft: rgba(201, 168, 106, 0.14);\n    --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);\n    --radius-xl: 28px;\n    --radius-lg: 22px;\n    --radius-md: 16px;\n    --max: 1180px;\n  }\n\n  * { box-sizing: border-box; }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  body {\n    margin: 0;\n    font-family: Georgia, \"Times New Roman\", serif;\n    background:\n      radial-gradient(circle at 20% 0%, rgba(201,168,106,0.10), transparent 30%),\n      radial-gradient(circle at 100% 30%, rgba(201,168,106,0.06), transparent 35%),\n      linear-gradient(180deg, #09090b 0%, #070708 100%);\n    color: var(--text);\n    line-height: 1.65;\n  }\n\n  a { color: inherit; }\n\n  .td-wrap {\n    width: min(1560px, calc(100% - 40px));\n    margin: 18px auto 80px;\n  }\n\n .td-shell {\n  border: 1px solid rgba(255,255,255,0.04);\n  border-radius: 34px;\n  overflow: visible;\n  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);\n  background: linear-gradient(180deg, rgba(9,9,11,0.88), rgba(7,7,8,0.84));\n  backdrop-filter: blur(6px);\n}\n\n  .td-topbar {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 18px 24px;\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));\n  }\n\n  .td-brand {\n    font-size: 0.92rem;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gold);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .td-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 10px 16px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,0.08);\n    background: rgba(255,255,255,0.02);\n    font-size: 0.92rem;\n    color: var(--muted);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n .td-hero {\n  display: grid;\n  grid-template-columns: minmax(0, 0.92fr) minmax(760px, 920px);\n  gap: 120px;\n  padding: 68px 64px 52px;\n  border-bottom: 1px solid rgba(255,255,255,0.04);\n  background: transparent;\n  align-items: center;\n}\n\n  .td-card {\n  background: rgba(255,255,255,0.012);\n  border: 1px solid rgba(255,255,255,0.04);\n  border-radius: var(--radius-xl);\n  box-shadow: none;\n}\n\n  .td-hero-copy {\n    max-width: 640px;\n    justify-self: start;\n    position: relative;\n    z-index: 2;\n    text-align: left;\n  }\n\n  .td-kicker {\n    display: inline-flex;\n    align-items: center;\n    padding: 8px 14px;\n    border-radius: 999px;\n    border: 1px solid var(--line);\n    background: rgba(201,168,106,0.05);\n    color: var(--muted);\n    font-size: 0.92rem;\n    margin-bottom: 20px;\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .td-title {\n    margin: 0 0 18px;\n    font-size: clamp(2.45rem, 3.8vw, 4.15rem);\n    line-height: 0.94;\n    letter-spacing: -0.035em;\n    color: #f7f2ea;\n  }\n\n  .td-subtitle {\n    font-size: clamp(1.1rem, 1.6vw, 1.45rem);\n    color: #e7ded0;\n    margin: 0 0 18px;\n  }\n\n  .td-lead,\n  .td-copy,\n  .td-list,\n  .td-meta,\n  .td-preview-caption,\n  .td-footer {\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .td-lead {\n    font-size: 1.07rem;\n    color: var(--muted);\n    max-width: 44rem;\n    margin: 0 0 28px;\n  }\n\n  .td-cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    align-items: center;\n    margin-top: 26px;\n  }\n\n  .td-button {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 16px 24px;\n    border-radius: 999px;\n    border: 1px solid var(--gold);\n    background: transparent;\n    color: #fff8ea;\n    text-decoration: none;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 1rem;\n    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;\n    box-shadow: 0 0 0 rgba(0,0,0,0);\n  }\n\n  .td-button:hover {\n    transform: translateY(-1px);\n    background: var(--gold-soft);\n    box-shadow: 0 12px 30px rgba(0,0,0,0.2);\n  }\n\n  .td-meta-inline {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    color: var(--muted);\n    font-size: 0.95rem;\n  }\n\n  .td-meta-inline span {\n    padding: 8px 12px;\n    border: 1px solid rgba(255,255,255,0.07);\n    border-radius: 999px;\n    background: rgba(255,255,255,0.02);\n  }\n\n  .td-hero-visual {\n  position: relative;\n  min-height: 760px;\n  display: flex;\n  align-items: flex-end;\n  justify-content: flex-end;\n  padding: 10px 48px 10px 0;\n  overflow: visible;\n  justify-self: end;\n  background: transparent !important;\n  border: none !important;\n  box-shadow: none !important;\n}\n\n  .td-book-frame {\n    width: min(100%, 560px);\n    aspect-ratio: 0.78 \/ 1;\n    border-radius: 10px;\n    overflow: visible;\n    border: none;\n    box-shadow: none;\n    background: transparent;\n    transform: perspective(1400px) rotateY(-10deg) translateX(20px);\n  }\n\n  .td-book-frame img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    display: block;\n    background: transparent;\n  }\n\n  .td-book-shadow {\n    position: absolute;\n    width: 70%;\n    height: 30px;\n    bottom: 18px;\n    right: 40px;\n    filter: blur(22px);\n    background: rgba(0,0,0,0.52);\n    border-radius: 50%;\n  }\n\n  .td-content {\n    display: grid;\n    grid-template-columns: 1fr 360px;\n    gap: 28px;\n    padding: 34px;\n  }\n\n  .td-main {\n    display: grid;\n    gap: 24px;\n  }\n\n  .td-section {\n    padding: 28px 30px;\n  }\n\n  .td-section h2 {\n    margin: 0 0 18px;\n    font-size: clamp(1.55rem, 2.5vw, 2.15rem);\n    line-height: 1.05;\n    color: #f6efe5;\n  }\n\n  .td-copy {\n    color: var(--muted);\n    font-size: 1.03rem;\n    margin: 0 0 16px;\n  }\n\n  .td-copy:last-child { margin-bottom: 0; }\n\n  .td-list {\n    margin: 0;\n    padding-left: 1.1rem;\n    color: var(--muted);\n    display: grid;\n    gap: 12px;\n    font-size: 1.02rem;\n  }\n\n  .td-list strong {\n    color: #f1e7d8;\n  }\n\n  .td-note {\n    margin-top: 20px;\n    padding: 16px 18px;\n    border-radius: 18px;\n    border: 1px solid rgba(255,255,255,0.04);\n    background: rgba(255,255,255,0.008);\n    color: #dfd4c5;\n    font-size: 0.98rem;\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .td-preview-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 20px;\n  }\n\n  .td-preview-item {\n    display: block;\n    text-decoration: none;\n    border-radius: 18px;\n    overflow: hidden;\n    border: 1px solid rgba(255,255,255,0.045);\n    background: rgba(255,255,255,0.012);\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n\n  .td-preview-item:hover {\n    transform: translateY(-2px);\n    border-color: rgba(201,168,106,0.38);\n  }\n\n  .td-preview-item img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1.08;\n    object-fit: cover;\n    display: block;\n    background: #141418;\n  }\n\n  .td-preview-caption {\n    padding: 10px 12px 12px;\n    color: var(--muted);\n    font-size: 0.92rem;\n  }\n\n  .td-side {\n    display: grid;\n    gap: 22px;\n    align-self: start;\n    position: sticky;\n    top: 20px;\n  }\n\n  .td-side-card {\n    padding: 26px;\n  }\n\n  .td-side-card h3 {\n    margin: 0 0 16px;\n    font-size: 1.65rem;\n    line-height: 1.08;\n    color: #f7f0e6;\n  }\n\n  .td-meta {\n    display: grid;\n    gap: 10px;\n    color: var(--muted);\n    font-size: 1rem;\n    margin-bottom: 18px;\n  }\n\n  .td-meta strong { color: #f5ebde; }\n\n  .td-price {\n    margin: 16px 0 12px;\n    font-size: 1.95rem;\n    color: #fff5e4;\n    letter-spacing: -0.02em;\n  }\n\n  .td-side-card .td-copy {\n    font-size: 0.98rem;\n  }\n\n  .td-mini-divider {\n    width: 100%;\n    height: 1px;\n    background: linear-gradient(90deg, rgba(201,168,106,0.25), rgba(255,255,255,0));\n    margin: 18px 0;\n  }\n\n  .td-footer {\n    display: flex;\n    justify-content: space-between;\n    gap: 18px;\n    padding: 24px 30px 30px;\n    color: rgba(242,237,228,0.72);\n    font-size: 0.93rem;\n    border-top: 1px solid rgba(255,255,255,0.05);\n  }\n\n  .td-footer a {\n    text-decoration: none;\n    color: inherit;\n  }\n\n  @media (max-width: 980px) {\n    .td-hero {\n      grid-template-columns: 1fr;\n      gap: 26px;\n      padding: 24px;\n    }\n\n    .td-hero-visual {\n      min-height: 420px;\n      order: -1;\n      justify-content: center;\n      padding: 10px 0 0;\n    }\n\n    .td-book-frame {\n      width: min(100%, 420px);\n      transform: none;\n    }\n\n    .td-content {\n      grid-template-columns: 1fr;\n    }\n\n    .td-side {\n      position: static;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .td-wrap {\n      width: calc(100% - 16px);\n      margin: 8px auto 36px;\n    }\n\n    .td-shell {\n      border-radius: 24px;\n    }\n\n    .td-topbar,\n    .td-hero,\n    .td-content,\n    .td-footer {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n\n    .td-hero,\n    .td-content {\n      padding-top: 20px;\n      padding-bottom: 20px;\n    }\n\n    .td-title {\n      font-size: 2.45rem;\n    }\n\n    .td-section,\n    .td-side-card {\n      padding: 22px 18px;\n      border-radius: 20px;\n    }\n\n    .td-preview-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .td-footer {\n      flex-direction: column;\n    }\n  }\n<\/style>\n\n<div class=\"td-wrap\">\n  <div class=\"td-shell\">\n    <div class=\"td-topbar\">\n      <div class=\"td-brand\">Soozhee<\/div>\n      <div class=\"td-badge\">Original Edition \u00b7 2008<\/div>\n    <\/div>\n\n    <section class=\"td-hero\">\n      <div class=\"td-hero-copy\">\n        <div class=\"td-kicker\">Transformative Design \u00b7 Original Edition<\/div>\n\n     <h1 class=\"td-title\">Transformative Design<\/h1>\n\n     <h2 class=\"td-subtitle\">\n  What is Transformative Design?\n<\/h2>\n\n     <p class=\"td-subtitle\">\n  Transformative Design is the structured process of moving from one defined state (State A) to another (State B) by bridging the gap through a defined transformation point.\n<\/p>\n\n<p class=\"td-lead\">\n        Transformation is happening whether you understand it or not.\nThis work shows you how it actually works.\n        <\/p>\n\n        <p class=\"td-lead\">\n          An exploration of transformation as principle, process, and outcome. Presented exactly as it was originally published in 2008.\n        <\/p>\n\n        <p class=\"td-lead\">\n          This work defines how transformation actually occurs \u2014 as a structured, repeatable process.\n        <\/p>\n        <div class=\"td-cta-row\">\n          <a class=\"td-button\" href=\"https:\/\/soozhee.com\/pt\/checkout\/?edd_action=add_to_cart&#038;download_id=4228\">Download Your Copy<span aria-hidden=\"true\">\u2192<\/span><\/a>\n        <\/div>\n\n        <div class=\"td-cta-row\" style=\"margin-top:14px;\">\n          <div class=\"td-meta-inline\">\n            <span>181 pages<\/span>\n            <span>12 case studies<\/span>\n            <span>$49 USD<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"td-card td-hero-visual\">\n        <div class=\"td-book-frame\">\n          <img decoding=\"async\"\n            src=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Book-Cover-for-Landing-Hero-Section.png\"\n            alt=\"Transformative Design book cover\"\n          \/>\n        <\/div>\n\n        <div class=\"td-book-shadow\" aria-hidden=\"true\"><\/div>\n      <\/div>\n    <\/section>\n\n    <div class=\"td-content\">\n      <main class=\"td-main\">\n        <section class=\"td-card td-section\">\n          <h2>Orientation<\/h2>\n          <p class=\"td-copy\">Transformative Design is not a guide, a course, or a framework designed for quick application.<\/p>\n          <p class=\"td-copy\">It is a structured exploration of how transformation works \u2014 how thought forms, how systems shift, and how design operates beyond surface change.<\/p>\n          <p class=\"td-copy\">It defines how transformation moves between states and how that movement can be recognised and designed.<\/p>\n          <p class=\"td-copy\">The work is process-driven, restrained, and deliberately focused on the study of recognising transformation in society, products, and thinking.<\/p>\n          <p class=\"td-copy\">It will not guide you step-by-step. But it will show you how transformation moves \u2014 and how to recognise it.<\/p>\n          <div class=\"td-note\">\n            <strong>Length:<\/strong> 181 pages<br \/>\n            <strong>Structure:<\/strong> 5 chapters, including principles, processes, and 12 case studies<br \/>\n            <strong>Format:<\/strong> Master of Design thesis (2008)\n          <\/div>\n        <\/section>\n\n        <section class=\"td-card td-section\">\n          <h2>Why This Work Still Matters<\/h2>\n          <p class=\"td-copy\"><strong>Much of what is now described as \u201ctransformative thinking\u201d did not yet have language in 2008.<\/strong><\/p>\n          <p class=\"td-copy\">This work articulated transformation before it became a trend, and without relying on technologies, tools, or predictions that date quickly.<\/p>\n          <p class=\"td-copy\">It is formed through articulating, studying, and distilling the principle of transformation \u2014 so that designers are better able to recognise what transformation looks like and embed the thinking and elements required to support transformative design outcomes.<\/p>\n  <p class=\"td-copy\">This work provides a clear definition of transformation before it became widely interpreted or simplified.<\/p>\n        <\/section>\n\n        <section class=\"td-card td-section\">\n          <h2>What This Work Is<\/h2>\n          <p class=\"td-copy\">This is not a guide, a course, or a framework designed for quick application.<\/p>\n          <p class=\"td-copy\">It is a structured reference study.<\/p>\n          <p class=\"td-copy\">It examines transformation as a condition, a process, and an outcome.<\/p>\n <p class=\"td-copy\">It defines how transformation moves between states and how that movement can be designed.<\/p>\n          <p class=\"td-copy\">Connections are made carefully for the purpose of transformation being applied into physical outcomes.<\/p>\n<p class=\"td-copy\">Transformative Design is defined here as the movement from State A to State B, not simply the idea of change.<\/p>\n        <\/section>\n\n  <section class=\"td-card td-section\">\n          <h2>What You Will NOT Find Here<\/h2>\n          <ul class=\"td-list\">\n            <li><strong>No simplified frameworks<\/strong><\/li>\n            <li><strong>No generalised step-by-step instructions<\/strong><\/li>\n            <li><strong>No quick application<\/strong><\/li>\n          <\/ul>\n          <div class=\"td-note\">Only a clear articulation of how transformation works \u2014\nso you can recognise it, rather than guess it.<\/div>\n        <\/section>\n\n   <section class=\"td-card td-section\">\n          <h2>Who This Is For<\/h2>\n          <p class=\"td-copy\">This work is for those who are no longer satisfied with surface-level explanations of change.<\/p>\n          <ul class=\"td-list\">\n            <li>designers and architects<\/li>\n            <li>postgraduate and doctoral students<\/li>\n            <li>researchers and educators<\/li>\n            <li>systems thinkers<\/li>\n            <li>practitioners seeking a grounded understanding of transformation<\/li>\n          <\/ul>\n          <div class=\"td-note\">This is not a quick read. It is a reference.<\/div>\n        <\/section>\n\n        <section class=\"td-card td-section\">\n          <h2>Inside the Work<\/h2>\n          <ul class=\"td-list\">\n            <li>Transformation understood as movement between defined states, not just an outcome<\/li>\n            <li>The distinction between change, redistribution, and true transformation<\/li>\n            <li>A way of seeing transformation clearly, rather than assuming it<\/li>\n          <\/ul>\n        <\/section>\n\n        <section class=\"td-card td-section\">\n          <h2>Structure of the Work<\/h2>\n          <ul class=\"td-list\">\n            <li><strong>Transformative Design \u2014 Principles<\/strong><br \/>Understanding transformation as a condition and a way of thinking<\/li>\n            <li><strong>Transformative Design \u2014 Processes<\/strong><br \/>A six-step transformative process grounded in observation of transformation applied<\/li>\n            <li><strong>Transformative Design \u2014 Products<\/strong><br \/>Twelve in-depth case studies examining transformation across objects, systems, and contexts<\/li>\n          <\/ul>\n          <div class=\"td-note\">Each section builds methodically, forming a reference rather than a narrative arc.<\/div>\n        <\/section>\n\n    <section class=\"td-card td-section\">\n          <h2>Selected Pages<\/h2>\n          <p class=\"td-copy\">A small preview of the work in its original structure and layout.<\/p>\n          <div class=\"td-preview-grid\">\n            <a class=\"td-preview-item\" href=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png\" alt=\"Transformative Design cover preview\" \/>\n              <div class=\"td-preview-caption\">Cover<\/div>\n            <\/a>\n            <a class=\"td-preview-item\" href=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Abstract.png\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Abstract.png\" alt=\"Abstract page preview\" \/>\n              <div class=\"td-preview-caption\">Abstract<\/div>\n            <\/a>\n            <a class=\"td-preview-item\" href=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Chapter-2.png\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Chapter-2.png\" alt=\"Principles chapter preview\" \/>\n              <div class=\"td-preview-caption\">Principles<\/div>\n            <\/a>\n            <a class=\"td-preview-item\" href=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Chapter-3.png\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Chapter-3.png\" alt=\"Processes chapter preview\" \/>\n              <div class=\"td-preview-caption\">Processes<\/div>\n            <\/a>\n            <a class=\"td-preview-item\" href=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Case-Study-2.png\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Case-Study-2.png\" alt=\"Case study preview\" \/>\n              <div class=\"td-preview-caption\">Case Study<\/div>\n            <\/a>\n            <a class=\"td-preview-item\" href=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Reference-List.png\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Reference-List.png\" alt=\"Reference list preview\" \/>\n              <div class=\"td-preview-caption\">Reference List<\/div>\n            <\/a>\n          <\/div>\n        <\/section>\n\n        <section class=\"td-card td-section\">\n          <h2>Provenance<\/h2>\n          <p class=\"td-copy\"><strong>This work was originally developed within a Master of Design (2008) and later published in its current form.<\/strong><\/p>\n          <p class=\"td-copy\">Since publication, it has been distributed internationally and cited across architectural and academic contexts.<\/p>\n          <p class=\"td-copy\">It continues to be accessed as an industry reference text.<\/p>\n        <\/section>\n      <\/main>\n\n      <aside class=\"td-side\">\n        <section id=\"access\" class=\"td-card td-side-card\">\n          <h3>Access<\/h3>\n          <div class=\"td-meta\">\n            <div><strong>Format:<\/strong> PDF<\/div>\n            <div><strong>Presented:<\/strong> exactly as originally published<\/div>\n            <div><strong>No revisions, annotations, or commentary<\/strong><\/div>\n          <\/div>\n          <div class=\"td-mini-divider\"><\/div>\n          <p class=\"td-copy\">This is the original 2008 edition, preserved in its complete form.<\/p>\n          <div class=\"td-meta\">\n            <div><strong>Length:<\/strong> 181 pages<\/div>\n            <div><strong>Includes:<\/strong> principles, processes, and 12 case studies<\/div>\n            <div><strong>This is a reference you return to, not a book you finish.<\/strong><\/div>\n          <\/div>\n          <div class=\"td-price\">$49 USD<\/div>\n          <p class=\"td-copy\">Download is provided immediately after purchase as a PDF file.<\/p>\n          <p class=\"td-copy\">You will receive the work in its original structure and formatting.<\/p>\n         <a class=\"td-button\" href=\"https:\/\/soozhee.com\/pt\/checkout\/?edd_action=add_to_cart&#038;download_id=4228\" target=\"_blank\">Download Your Copy <span aria-hidden=\"true\">\u2192<\/span><\/a>\n          <div class=\"td-note\" style=\"margin-top:18px;\">This is not a quick read. It is a reference.<\/div>\n        <\/section>\n      <\/aside>\n    <\/div>\n\n    <footer class=\"td-footer\">\n      <div>This page presents the work in alignment with its original structure and authorship.<\/div>\n      <div><a href=\"\/pt\/\">Soozhee<\/a><\/div>\n    <\/footer>\n  <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Soozhee Original Edition \u00b7 2008 Transformative Design \u00b7 Original Edition Transformative Design What is Transformative Design? Transformative Design is the structured process of moving from one defined state (State A) to another (State B) by bridging the gap through a defined transformation point. Transformation is happening whether you understand it or not. This work shows [&hellip;]<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4145","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Transformative Design \u2014 A Structured Process for Creating Real Change (State A to State B)<\/title>\n<meta name=\"description\" content=\"Transformative Design is the structured process of moving from one defined state (State A) to another (State B) by bridging the gap through a transformation point. A clear method for designing transformation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/soozhee.com\/pt\/transformative-design\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transformative Design \u2014 A Structured Process for Creating Real Change (State A to State B)\" \/>\n<meta property=\"og:description\" content=\"Transformative Design is the structured process of moving from one defined state (State A) to another (State B) by bridging the gap through a transformation point. A clear method for designing transformation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/soozhee.com\/pt\/transformative-design\/\" \/>\n<meta property=\"og:site_name\" content=\"Soozhee\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-04T03:41:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/soozhee.com\/transformative-design\/\",\"url\":\"https:\/\/soozhee.com\/transformative-design\/\",\"name\":\"Transformative Design \u2014 A Structured Process for Creating Real Change (State A to State B)\",\"isPartOf\":{\"@id\":\"https:\/\/soozhee.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/soozhee.com\/transformative-design\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/soozhee.com\/transformative-design\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png\",\"datePublished\":\"2026-03-24T07:54:42+00:00\",\"dateModified\":\"2026-04-04T03:41:50+00:00\",\"description\":\"Transformative Design is the structured process of moving from one defined state (State A) to another (State B) by bridging the gap through a transformation point. A clear method for designing transformation.\",\"breadcrumb\":{\"@id\":\"https:\/\/soozhee.com\/transformative-design\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/soozhee.com\/transformative-design\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/soozhee.com\/transformative-design\/#primaryimage\",\"url\":\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png\",\"contentUrl\":\"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/soozhee.com\/transformative-design\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/soozhee.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"transformative design\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/soozhee.com\/#website\",\"url\":\"https:\/\/soozhee.com\/\",\"name\":\"Soozhee\",\"description\":\"#lovehastocomefirst\",\"publisher\":{\"@id\":\"https:\/\/soozhee.com\/#\/schema\/person\/7816c9b1ec2fc4a31b5951b733a51a55\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/soozhee.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/soozhee.com\/#\/schema\/person\/7816c9b1ec2fc4a31b5951b733a51a55\",\"name\":\"Soozhee Pearce\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/soozhee.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/soozhee.com\/wp-content\/uploads\/2024\/04\/SOOZHEE-LOGO-4.jpg\",\"contentUrl\":\"https:\/\/soozhee.com\/wp-content\/uploads\/2024\/04\/SOOZHEE-LOGO-4.jpg\",\"width\":1024,\"height\":1024,\"caption\":\"Soozhee Pearce\"},\"logo\":{\"@id\":\"https:\/\/soozhee.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/soozhee.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Transformative Design \u2014 A Structured Process for Creating Real Change (State A to State B)","description":"Transformative Design is the structured process of moving from one defined state (State A) to another (State B) by bridging the gap through a transformation point. A clear method for designing transformation.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/soozhee.com\/pt\/transformative-design\/","og_locale":"pt_BR","og_type":"article","og_title":"Transformative Design \u2014 A Structured Process for Creating Real Change (State A to State B)","og_description":"Transformative Design is the structured process of moving from one defined state (State A) to another (State B) by bridging the gap through a transformation point. A clear method for designing transformation.","og_url":"https:\/\/soozhee.com\/pt\/transformative-design\/","og_site_name":"Soozhee","article_modified_time":"2026-04-04T03:41:50+00:00","og_image":[{"url":"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/soozhee.com\/transformative-design\/","url":"https:\/\/soozhee.com\/transformative-design\/","name":"Transformative Design \u2014 A Structured Process for Creating Real Change (State A to State B)","isPartOf":{"@id":"https:\/\/soozhee.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/soozhee.com\/transformative-design\/#primaryimage"},"image":{"@id":"https:\/\/soozhee.com\/transformative-design\/#primaryimage"},"thumbnailUrl":"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png","datePublished":"2026-03-24T07:54:42+00:00","dateModified":"2026-04-04T03:41:50+00:00","description":"Transformative Design is the structured process of moving from one defined state (State A) to another (State B) by bridging the gap through a transformation point. A clear method for designing transformation.","breadcrumb":{"@id":"https:\/\/soozhee.com\/transformative-design\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/soozhee.com\/transformative-design\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/soozhee.com\/transformative-design\/#primaryimage","url":"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png","contentUrl":"https:\/\/soozhee.com\/wp-content\/uploads\/2026\/03\/Transformative-Design-Cover.png"},{"@type":"BreadcrumbList","@id":"https:\/\/soozhee.com\/transformative-design\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/soozhee.com\/"},{"@type":"ListItem","position":2,"name":"transformative design"}]},{"@type":"WebSite","@id":"https:\/\/soozhee.com\/#website","url":"https:\/\/soozhee.com\/","name":"Soozhee","description":"#lovehastocomefirst","publisher":{"@id":"https:\/\/soozhee.com\/#\/schema\/person\/7816c9b1ec2fc4a31b5951b733a51a55"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/soozhee.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":["Person","Organization"],"@id":"https:\/\/soozhee.com\/#\/schema\/person\/7816c9b1ec2fc4a31b5951b733a51a55","name":"Soozhee Pearce","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/soozhee.com\/#\/schema\/person\/image\/","url":"https:\/\/soozhee.com\/wp-content\/uploads\/2024\/04\/SOOZHEE-LOGO-4.jpg","contentUrl":"https:\/\/soozhee.com\/wp-content\/uploads\/2024\/04\/SOOZHEE-LOGO-4.jpg","width":1024,"height":1024,"caption":"Soozhee Pearce"},"logo":{"@id":"https:\/\/soozhee.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/soozhee.com"]}]}},"_links":{"self":[{"href":"https:\/\/soozhee.com\/pt\/wp-json\/wp\/v2\/pages\/4145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/soozhee.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/soozhee.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/soozhee.com\/pt\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/soozhee.com\/pt\/wp-json\/wp\/v2\/comments?post=4145"}],"version-history":[{"count":0,"href":"https:\/\/soozhee.com\/pt\/wp-json\/wp\/v2\/pages\/4145\/revisions"}],"wp:attachment":[{"href":"https:\/\/soozhee.com\/pt\/wp-json\/wp\/v2\/media?parent=4145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}