Design Detail

Hawk Heights – Stair

Design Detail Hawk Heights: Stair This newly designed staircase transforms a challenging architectural space into a refined, light-filled focal point. This striking stairway enhances both function and form within the

View Projects »

Eclectic Escape Bar

Design Detail Eclectic Escape Bar This bar transforms cocktail-making into an immersive experience. Inspired by the Downtown L.A. Proper Hotel and Ben Medansky’s mosaics, it features custom tiles created in

View Projects »

Castle Library Catwalk

Design Detail Castle Library Catwalk In a home where literature and legacy converge, the turret library’s striking metal catwalk offers a passage not only through books but through time itself.

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; }