Pan-Seared Lobster Tail with Tropical Fruit Salsa

TIP FROM THE CHEF | This recipe is part of a five-course progressive dinner. If you are using this as a stand-alone dinner, I recommend doubling the portion size. Substitutions or omissions can be made to create a gluten-free, vegetarian, or vegan option. I recommend preparing the tropical fruit salsa and pomegranate gastrique in the […]

Shop the Cellar Series

// === Existing floating bar script === const floatingBar = document.querySelector('.elementor-location-floating_buttons'); window.addEventListener('scroll', () => { if (window.pageYOffset >= 100) { floatingBar.classList.add('hide-floating-bar'); } else { floatingBar.classList.remove('hide-floating-bar'); } });