An evening of hauntingly beautiful flavors. For one night, our kitchen team takes center stage for a special six-course tasting experience inspired by the darker side of the season.
October 31, 2026 |
5:30 pm -
8:00 pm

Purchase tickets

For one night, our kitchen team takes center stage for a special six-course tasting experience inspired by the season’s darker side.

Sucrée unfolds through three savory and three sweet courses, each imagined and prepared by a different member of our culinary team. The evening gives each chef a chance to share their point of view, creating a menu that moves from savory to sweet with a few unexpected turns along the way.

The six-course experience is $175 per guest, with optional wine and non-alcoholic pairings available, along with featured cocktails created for the evening. A $50 deposit per guest is required to reserve your experience and will be applied toward your final bill.

Join us for a night of creativity, curiosity, and a little Halloween magic, told one course at a time.

<div id="eventbrite-widget-container"></div>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
(function() {
    let pendingEventId = null;
    let modalCreated = false;
    
    document.addEventListener('click', function(e) {
        const btn = e.target.closest('.event-ticket-btn');
        if (btn) {
            let hiddenText = btn.parentElement.querySelector('.event-id-data');
            if (!hiddenText) {
                hiddenText = btn.previousElementSibling?.classList.contains('event-id-data') 
                    ? btn.previousElementSibling 
                    : btn.nextElementSibling;
            }
            
            if (hiddenText && hiddenText.textContent) {
                pendingEventId = hiddenText.textContent.trim();
            }
        }
    });
    
    const checkPopup = setInterval(function() {
        const container = document.getElementById('eventbrite-widget-container');
        
        if (container && container.offsetParent !== null && pendingEventId && !modalCreated && window.EBWidgets) {
            window.EBWidgets.createWidget({
                widgetType: "checkout",
                eventId: pendingEventId,
                modal: true, // This makes it a modal
                modalTriggerElementId: "eventbrite-widget-container"
            });
            modalCreated = true;
            
            // Auto-trigger the modal
            setTimeout(() => container.click(), 100);
        }
    }, 100);
})();