.restaurant-hero{padding-top:var(--space-16);padding-bottom:var(--space-12)}.restaurant-hero-inner{display:grid;gap:var(--space-8);align-items:center}.restaurant-hero-media{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(42,47,58,0.9);min-height:260px}.restaurant-hero-media img{width:100%;height:100%;object-fit:cover}.restaurant-hero-content{text-align:left;max-width:32rem}.restaurant-hero-title{font-size:var(--font-size-4xl);line-height:var(--line-height-tight);margin-top:var(--space-4)}.restaurant-hero-subtitle{margin-top:var(--space-4);color:var(--color-text-muted)}.restaurant-hero-ctas{margin-top:var(--space-6);display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-hero-badges{margin-top:var(--space-4);display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-split{align-items:center}.restaurant-image-wrap{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(42,47,58,0.9)}.restaurant-image-wrap img{width:100%;height:100%;object-fit:cover}.restaurant-text-block h3{margin-bottom:var(--space-3)}.restaurant-text-block p:last-child{margin-bottom:0}.restaurant-tags{margin-top:var(--space-4);display:flex;flex-wrap:wrap;gap:var(--space-2)}.restaurant-config-grid{margin-top:var(--space-6)}.restaurant-config-card h3{margin-bottom:var(--space-2)}.restaurant-config-card p{margin-bottom:var(--space-3)}.restaurant-link{font-size:var(--font-size-sm)}.restaurant-cuisine-inner{display:grid;gap:var(--space-8);align-items:center}.restaurant-cta-row{margin-top:var(--space-6);display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-bullets{margin-top:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);color:var(--color-text-muted);font-size:var(--font-size-sm)}.restaurant-bullets li::before{content:"•";margin-right:0.35rem;color:var(--color-primary)}.restaurant-booking-panel{margin-top:var(--space-10)}.restaurant-booking-actions{margin-top:var(--space-4);display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-access-links{display:flex;flex-wrap:wrap;gap:var(--space-3)}@media (min-width:768px){.restaurant-hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.restaurant-cuisine-inner{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}}@media (max-width:767px){.restaurant-hero-content{text-align:center}.restaurant-hero-ctas,.restaurant-hero-badges{justify-content:center}.restaurant-hero-title{font-size:var(--font-size-3xl)}}