.restaurant-hero{position:relative;overflow:hidden}.restaurant-hero-grid{align-items:center;gap:var(--space-10)}.restaurant-hero-text{max-width:640px}.restaurant-hero-lead{margin-top:var(--space-4);color:var(--gray-200)}.restaurant-hero-highlights{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-6)}.restaurant-hero-ctas{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6)}.restaurant-hero-media{position:relative}.restaurant-hero-image-wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-elevated);border:1px solid rgba(232,206,143,0.4)}.restaurant-hero-image{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.restaurant-hero-card{position:absolute;right:6%;bottom:6%;max-width:320px}.restaurant-section-grid{align-items:flex-start;gap:var(--space-10)}.restaurant-card{height:100%}.restaurant-private-media,.restaurant-evening-media{display:flex;align-items:center}.restaurant-private-image-wrapper,.restaurant-evening-image-wrapper{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(184,138,59,0.4)}.restaurant-private-image,.restaurant-evening-image{width:100%;height:100%;object-fit:cover}.restaurant-evening-grid{align-items:center;gap:var(--space-10)}.restaurant-evening-ctas,.restaurant-private-ctas{display:flex;flex-wrap:wrap;gap:var(--space-4)}.restaurant-evening-list{gap:var(--space-6)}.restaurant-design{background:radial-gradient(circle at top,rgba(138,106,67,0.22),transparent 60%),var(--color-background)}.restaurant-occasions{background:radial-gradient(circle at top,rgba(123,35,40,0.28),transparent 62%),var(--color-surface)}.restaurant-cta{padding-block:var(--space-16)}.restaurant-cta-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-6)}.restaurant-cta-text{max-width:600px}.restaurant-cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}@media (max-width:900px){.restaurant-hero-grid{grid-template-columns:1fr}.restaurant-hero-card{position:relative;right:auto;bottom:auto;margin-top:var(--space-4);max-width:none}.restaurant-section-grid,.restaurant-evening-grid{grid-template-columns:1fr}.restaurant-hero-ctas,.restaurant-private-ctas,.restaurant-evening-ctas,.restaurant-cta-actions{flex-direction:column;align-items:flex-start}.restaurant-cta-inner{align-items:flex-start}}