Will I retire Rich or Poor?
<div style="font-family: 'Arial', sans-serif; max-width: 700px; margin: auto; background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1);"> <h2 style="text-align: center;">🌳 Four Seasons of Wealth</h2> <p style="text-align: center;">Discover your current financial season and how to thrive in it.</p> <div id="wealth-quiz"> <button onclick="nextWealthStep('q1')" style="margin: 10px auto; display: block; padding: 10px 20px; font-size: 16px;">Start</button> <div id="q1" style="display:none;"> <p>Do you feel uncertain about your money beliefs?</p> <button onclick="showWealthResult('spring')">Yes</button> <button onclick="nextWealthStep('q2')">No</button> </div> <div id="q2" style="display:none;"> <p>Are you actively growing your income and investing?</p> <button onclick="showWealthResult('summer')">Yes</button> <button onclick="nextWealthStep('q3')">No</button> </div> <div id="q3" style="display:none;"> <p>Are you managing stable wealth and thinking about legacy?</p> <button onclick="showWealthResult('autumn')">Yes</button> <button onclick="showWealthResult('winter')">No</button> </div> <div id="wealth-result" style="display:none; margin-top: 20px; font-weight: bold;"></div> </div> </div> <script> function nextWealthStep(id) { ['q1','q2','q3'].forEach(q => document.getElementById(q).style.display = 'none'); document.getElementById(id).style.display = 'block'; } function showWealthResult(season) { ['q1','q2','q3'].forEach(q => document.getElementById(q).style.display = 'none'); const result = document.getElementById('wealth-result'); let message = ''; switch(season) { case 'spring': message = "🌱 <strong>Spring:</strong> You're in the awakening phase. Focus on learning and building awareness."; break; case 'summer': message = "☀️ <strong>Summer:</strong> You're in a season of growth. Build your wealth and stay disciplined."; break; case 'autumn': message = "🍂 <strong>Autumn:</strong> You're in stewardship mode. Preserve wealth and plan your legacy."; break; case 'winter': message = "❄️ <strong>Winter:</strong> Time for reflection and reinvention. Prepare for a fresh cycle."; break; } result.innerHTML = message; result.style.display = 'block'; } </script>
Recent Work
Our practice spans from environmental retrofits of existing buildings to the complete planning and design of new neighborhoods and public spaces. While our work is aesthetically diverse, our projects are linked by a focus on enhancing human relationships through architecture.