Public & Commercial Space

NOKA

Commercial Space NOKA This redefined dining scene feels truly one-of-a-kind. Designer Celeste Antoine’s vision was to create a beautifully imperfect restaurant, blending creativity and innovation to deliver an upscale, immersive

View Projects »

Making Connections

Public Place Making Connections Monarch Glass Studio brought artistry and connection to life in a transformative project that celebrates community and travel. The design weaves together vibrant, mouth-blown stained glass,

View Projects »

Advent Health Cancer Institute

Commercial Space Advent Health Cancer Institute Thoughtfully curated with biophilic design, the art collection blends warmth and hope, offering comfort to patients and visitors alike. Every detail reflects the power

View Projects »

Sign up for our digital newsletter

This field is for validation purposes and should be left unchanged.
Name
function gravity_js_to_footer() { return true; } add_filter("gform_init_scripts_footer", "gravity_js_to_footer"); // Fix the ajax jquery inline code issue when gravity js is being called in the footer //https://bjornjohansen.no/load-gravity-forms-js-in-footer add_filter( 'gform_cdata_open', 'wrap_gform_cdata_open' ); function wrap_gform_cdata_open( $content = '' ) { $content = 'document.addEventListener( "DOMContentLoaded", function() { '; return $content; } add_filter( 'gform_cdata_close', 'wrap_gform_cdata_close' ); function wrap_gform_cdata_close( $content = '' ) { $content = ' }, false );'; return $content; }