.restaurant-hero{padding-top:var(--space-12);padding-bottom:var(--space-12)}.restaurant-section-grid{display:grid;grid-template-columns:minmax(0,1.15fr)minmax(0,0.95fr);gap:var(--space-8);align-items:flex-start}@media (max-width:959.98px){.restaurant-section-grid{grid-template-columns:1fr;gap:var(--space-6)}}.restaurant-feature-list{display:grid;grid-template-columns:1fr;gap:var(--space-4);margin-top:var(--space-4)}.restaurant-feature-item h3{margin-bottom:var(--space-2);font-size:var(--font-size-lg)}.restaurant-bullet-list{list-style:disc;padding-left:1.2rem;font-size:var(--font-size-sm);color:var(--color-text-muted);display:grid;gap:var(--space-2)}.restaurant-cta-inline{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;margin-top:var(--space-6)}.btn-ghost-link{font-size:var(--font-size-sm);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;color:var(--gray-700)}.btn-ghost-link:hover{color:var(--color-primary)}.restaurant-aside{align-self:stretch;display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-aside .btn-full{margin-top:auto}.restaurant-desserts{display:flex;justify-content:center}.restaurant-desserts-card{max-width:var(--max-width-container);margin:0 auto}.restaurant-desserts-grid{margin-top:var(--space-4)}.restaurant-media-block{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);background-color:rgba(255,255,255,0.9)}.restaurant-media-image{width:100%;height:100%;object-fit:cover}.restaurant-ambiance-grid{margin-top:var(--space-6);gap:var(--space-5)}.restaurant-ambiance-item h3{font-size:var(--font-size-lg);margin-bottom:var(--space-2)}.restaurant-soirees-card{display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-h2-secondary{font-size:var(--font-size-2xl);line-height:var(--line-height-tight);margin-bottom:var(--space-2)}.restaurant-reservation-cta{display:flex;justify-content:center}.restaurant-reservation-card{display:flex;flex-wrap:wrap;gap:var(--space-6);align-items:flex-start;max-width:var(--max-width-container);margin:0 auto}.restaurant-reservation-text{flex:2 1 260px}.restaurant-reservation-actions{flex:1 1 220px;display:flex;flex-direction:column;gap:var(--space-3);justify-content:center}@media (max-width:767.98px){.restaurant-reservation-card{flex-direction:column}.restaurant-reservation-actions{width:100%}.restaurant-reservation-actions .btn{width:100%}}.mt-space{margin-top:var(--space-4)}