// Sustainability / LEED const Sustainability = () => (
── (08) · Sustainability

Coastal buildings
that survive the climate
they're built in.

Salt air, storm exposure, rising insurance costs, and ESG-reporting requirements have converged on one brief: build hospitality that lasts and measurably lowers operating carbon.

Our LEED-accredited staff guides projects from Silver through Platinum. We specify materials that meet salt-spray and embodied-carbon criteria simultaneously — the specification most coastal hospitality owners have had to trade between, historically.

{[ ['Silver +', '11 certified'], ['Gold +', '7 certified'], ['Platinum', '2 certified'], ['In review', '4 projects'], ].map(([k, v], i) => (
{k}
{v}
))}
{[ { k: 'Embodied carbon', v: '22% avg. reduction versus baseline across last 8 new-builds', meta: 'EC3 · LCA-verified' }, { k: 'Operational energy', v: 'On-site renewables integrated on 4 resort projects since 2022', meta: 'Solar-ready envelopes standard' }, { k: 'Coastal materials', v: 'Salt-spray rated cladding, FRP doors, 316L fasteners spec-default', meta: 'ASTM B117 pass required' }, { k: 'Water stewardship', v: 'Cisterns, greywater reuse, and native landscape spec on every Florida project', meta: 'FDEP + SFWMD liaison' }, ].map(item => (
{item.k}
{item.v}
{item.meta}
))}
); window.Sustainability = Sustainability;