.restaurant-hero{padding-top:var(--space-12);padding-bottom:var(--space-12)}.restaurant-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:var(--space-10);align-items:center}.restaurant-hero-text p{max-width:34rem}.restaurant-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-5)}.restaurant-hero-media{display:flex;justify-content:flex-end}.restaurant-hero-image-card{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft-elevated);border:1px solid rgba(255,255,255,0.9)}.restaurant-kitchen-grid{align-items:flex-start;gap:var(--space-10)}.restaurant-feature-list{margin-top:var(--space-3);margin-bottom:var(--space-4);color:var(--color-text-muted);font-size:var(--font-size-sm)}.restaurant-kitchen-cta{margin-top:var(--space-2)}.restaurant-design-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.1fr);gap:var(--space-10);align-items:center}.restaurant-design-image-wrap{order:1}.restaurant-design-content{order:2}.restaurant-design-image-card{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(255,255,255,0.9)}.restaurant-design-highlights{margin-top:var(--space-5)}.restaurant-design-card p{font-size:var(--font-size-sm)}.restaurant-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-10);align-items:flex-start}.restaurant-service-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4)}.restaurant-service-cta{margin-top:var(--space-4)}.restaurant-dishes-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:var(--space-10);align-items:center}.restaurant-dishes-image-card{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(255,255,255,0.9)}.restaurant-atmosphere-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-10);align-items:flex-start}.restaurant-atmosphere-cta{margin-top:var(--space-4)}.restaurant-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-6);align-items:stretch}.restaurant-link-card{height:100%;display:flex;flex-direction:column;justify-content:space-between}.restaurant-link-card p{margin-bottom:var(--space-5)}.restaurant-link-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-sticky-cta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-pill);background:rgba(247,243,238,0.96);box-shadow:var(--shadow-md);backdrop-filter:blur(10px)}.restaurant-sticky-cta-text{margin:0;font-size:var(--font-size-sm);color:var(--gray-700)}@media (max-width:1023.98px){.restaurant-hero-grid,.restaurant-design-grid,.restaurant-service-grid,.restaurant-dishes-grid,.restaurant-atmosphere-grid,.restaurant-links-grid{grid-template-columns:1fr}.restaurant-hero-media{justify-content:center}.restaurant-design-image-wrap{order:2}.restaurant-design-content{order:1}}@media (max-width:639.98px){.restaurant-hero{padding-top:var(--space-8);padding-bottom:var(--space-10)}.restaurant-hero-actions{flex-direction:column;align-items:stretch}.restaurant-sticky-cta{flex-direction:column;align-items:flex-start;border-radius:var(--radius-lg)}}