.restaurant-hero-media{display:flex;align-items:center;justify-content:center}.restaurant-hero-figure{height:100%}.restaurant-hero-caption,.restaurant-figcaption{margin-top:var(--space-3);font-size:var(--font-size-sm);color:var(--gray-300)}.restaurant-image-main{height:100%}.restaurant-visual-stack{display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-top:var(--space-2);padding:var(--space-4)}.restaurant-list{color:var(--color-text-muted);font-size:var(--font-size-sm)}.restaurant-bar-media,.restaurant-ambiance{display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-ambiance-text{margin-top:var(--space-4);padding:var(--space-4)}.restaurant-cta-row{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.restaurant-drink{height:100%}.restaurant-desserts-block{padding:var(--space-6);margin-top:var(--space-4)}.restaurant-contact-card{margin-top:var(--space-4);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}@media (max-width:960px){.restaurant-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-desserts-block{margin-top:var(--space-6)}}@media (max-width:640px){.restaurant-kpis{grid-template-columns:minmax(0,1fr)}.restaurant-cta-row{flex-direction:column}.restaurant-desserts-block,.restaurant-contact-card{padding:var(--space-4)}}