.restaurant-hero{align-items:center;gap:var(--space-8)}.restaurant-hero-content{max-width:32rem}.restaurant-hero-lead{font-size:var(--font-size-lg);color:var(--color-text-soft);margin-bottom:var(--space-4)}.restaurant-hero-meta p{margin-bottom:var(--space-3)}.restaurant-hero-ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.restaurant-hero-media{display:flex;justify-content:flex-end}.restaurant-image-card{padding:var(--space-4)}.restaurant-hero-image{border-radius:var(--radius-lg)}.restaurant-kitchen{align-items:start;gap:var(--space-8)}.restaurant-kitchen-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4);margin-bottom:var(--space-2)}.restaurant-link{display:inline-flex;margin-top:var(--space-3);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:0.08em}.restaurant-link::after{content:"";display:block;width:100%;height:1px;background-color:var(--color-primary-soft);transform-origin:left;transform:scaleX(0);transition:transform var(--transition-base)}.restaurant-link:hover::after{transform:scaleX(1)}.restaurant-freshness-image,.restaurant-interior-image,.restaurant-dessert-image{border-radius:var(--radius-lg);margin-top:var(--space-4)}.restaurant-space-grid{gap:var(--space-6);align-items:stretch}.restaurant-space-card p:last-child{margin-bottom:0}.restaurant-events{align-items:stretch;gap:var(--space-8)}.restaurant-menu-highlights{gap:var(--space-6)}.restaurant-atmosphere{max-width:800px;margin:0 auto}.restaurant-atmosphere-cta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}@media (max-width:767.98px){.restaurant-hero{grid-template-columns:1fr}.restaurant-hero-media{margin-top:var(--space-6);justify-content:center}.restaurant-events,.restaurant-kitchen{grid-template-columns:1fr}.restaurant-atmosphere-cta{flex-direction:column}.restaurant-atmosphere-cta .btn{width:100%}}