The Tasting Kitchen Is Back: Venice Just Got Its Icon Home
After three years dark, Venice's most iconic restaurant is back. Original chef Casey Lane returns to Abbot Kinney with live fire cooking, a stellar new bar program, and the beloved olive tree still standing.
The Tasting Kitchen Is Back: Venice Just Got Its Icon Home :root { --teal: #689C9F; --deep-teal: #3D8F8F; --pink: #E98DCB; --peach: #E7A29C; --amber: #F59E0B; --bg: #F6F2F4; --dark: #1A3A3A; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', Arial, sans-serif; background: var(--bg); color: var(--dark); line-height: 1.7; font-size: 17px; } .post-wrap { max-width: 760px; margin: 0 auto; padding: 40px 24px 80px; } h1, h2, h3 { font-family: 'Outfit', 'Inter', sans-serif; color: var(--deep-teal); line-height: 1.25; } h1 { font-size: 2.3rem; font-weight: 800; margin-bottom: 16px; } h2 { font-size: 1.6rem; font-weight: 700; margin: 48px 0 8px; } h3 { font-size: 1.2rem; font-weight: 700; margin: 32px 0 6px; color: var(--dark); } p { margin-bottom: 18px; } a { color: var(--deep-teal); font-weight: 600; } .hero { margin: 20px 16px 0; border-radius: 24px; overflow: hidden; background: linear-gradient(120deg, var(--teal), var(--pink), var(--peach), var(--deep-teal)); background-size: 300% 300%; animation: drift 14s ease infinite; } @keyframes drift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } @media (prefers-reduced-motio