Shaping spatial commons
Founded in Rotterdam by landscape-architect Philippe Allignet, LLA (Landscapes as leverage) operates at the intersection of urban strategy, spatial ecology, and research & prototyping. LLA approach the landscape as an active lever for positive transformation, principaly in the Netherlands, Belgium and France.
From masterplans to intimate private gardens, LLA partner with
municipalities, developers, and private clients to deliver spaces that are structurally & socially anchored and ecologically rich. Our goal is to create vibrant, enduring environments where communities and nature thrive together.
Re-entangling
Re-wilding
Re-rooting
Selected works
Civic anchors
THE SACRED GROVE
ST-ETIENNE
PRODUCTIVE ECOSYSTEM
DE BORGHT PARK
/* Force the row to stretch all columns to the same maximum height */
column-set {
align-items: stretch !important;
}
/* Make the column a flexbox */
column-unit {
display: flex !important;
flex-direction: column !important;
justify-content: flex-start !important;
}
/* Force the media item to the bottom */
column-unit media-item {
margin-top: auto !important;
display: block !important;
}