.restaurant-hero{padding-top:var(--space-16);padding-bottom:var(--space-16)}.restaurant-hero-grid{display:grid;gap:var(--space-8);align-items:center}.restaurant-hero-intro{font-size:var(--font-size-lg)}.restaurant-hero-cta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4);margin-bottom:var(--space-4)}.restaurant-hero-media{max-width:560px;margin-left:auto;margin-right:auto}.restaurant-hero-tags{margin-top:var(--space-2)}.restaurant-experience-grid{display:grid;gap:var(--space-6)}.restaurant-cuisine-grid{display:grid;gap:var(--space-8);align-items:stretch}.restaurant-cuisine-columns{display:grid;gap:var(--space-4);margin-top:var(--space-4);margin-bottom:var(--space-4)}.restaurant-cuisine-cta{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.restaurant-evenings-grid{display:grid;gap:var(--space-6)}.restaurant-interior-grid{display:grid;gap:var(--space-8);align-items:center}.restaurant-interior-media img{border-radius:var(--radius-lg);box-shadow:var(--shadow-gold)}.restaurant-interior-cta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.restaurant-tables-grid{display:grid;gap:var(--space-6)}.restaurant-events-grid{display:grid;gap:var(--space-6)}.restaurant-events-summary{display:flex;flex-direction:column;gap:var(--space-3)}.restaurant-gallery{display:grid;gap:var(--space-4);padding:var(--space-5)}.restaurant-gallery img{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.restaurant-gallery-meta{display:flex;flex-direction:column;gap:var(--space-4)}.restaurant-reservations-grid{display:grid;gap:var(--space-8);align-items:flex-start}.restaurant-reservations-row{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-faq-grid{display:grid;gap:var(--space-8);align-items:flex-start}.restaurant-faq-list details{border-bottom:1px solid rgba(215,180,106,0.25);padding:var(--space-3) 0}.restaurant-faq-list summary{cursor:pointer;font-weight:500;font-family:var(--font-display);letter-spacing:0.04em}.restaurant-faq-list summary::-webkit-details-marker{display:none}.restaurant-faq-list summary::after{content:"+";float:right;font-family:var(--font-sans);transition:transform var(--transition-fast)}.restaurant-faq-list details[open] summary::after{content:"–";transform:rotate(180deg)}.restaurant-faq-list p{margin-top:var(--space-2)}.restaurant-faq-note{display:flex;flex-direction:column;gap:var(--space-3)}.restaurant-faq-links{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-2)}.restaurant-commitment{display:flex;flex-direction:column;gap:var(--space-6)}.restaurant-commitment-columns{display:grid;gap:var(--space-4)}.restaurant-commitment-cta{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:center}@media (min-width:768px){.restaurant-hero-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.restaurant-experience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.restaurant-cuisine-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.restaurant-evenings-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.restaurant-interior-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}.restaurant-tables-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-events-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.restaurant-reservations-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.restaurant-faq-grid{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.restaurant-commitment-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-commitment-cta{justify-content:flex-start}}@media (max-width:767.98px){.restaurant-hero{padding-top:var(--space-12);padding-bottom:var(--space-12)}.restaurant-reservations-row{grid-template-columns:minmax(0,1fr)}}