Baldacci Family Vineyards Carneros Chardonnay 2022 ($50). Apple aromas and tropical fruit flavors with a dash of spice and a soft-mouthfeel. Delicious.

Baldacci Proprietary Red Blend Napa Valley 2021 ($70). Merlot comprises 30% of this wine, but also in the blend is a good of cabernet sauvignon plus cabernet franc, malbec and petit verdot. The merlot gives the wine a soft landing on the palate. Lots of plum notes with a dash of spice.

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