.restaurant-hero{position:relative}.restaurant-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:var(--space-16);align-items:center}@media (max-width:959.98px){.restaurant-hero-grid{grid-template-columns:1fr;gap:var(--space-10)}}.restaurant-hero-text h1{max-width:18ch}.restaurant-hero-intro{max-width:50ch;font-size:var(--font-size-md)}.restaurant-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6);margin-bottom:var(--space-4)}.restaurant-hero-note{font-size:var(--font-size-xs);color:var(--color-text-soft);max-width:52ch}.restaurant-hero-media{justify-self:end}@media (max-width:959.98px){.restaurant-hero-media{order:-1;justify-self:stretch}}.restaurant-hero-image-wrap{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border-strong);box-shadow:var(--shadow-elevated);background:radial-gradient(circle at top,rgba(244,233,216,0.06),rgba(0,0,0,0.95))}.restaurant-hero-image{width:100%;height:100%;object-fit:cover;display:block}.section-header{max-width:640px;margin:0 auto var(--space-12) auto;text-align:center}.section-subtitle{margin-top:var(--space-3);font-size:var(--font-size-md)}.restaurant-cuisine-grid{align-items:stretch}.restaurant-feature{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-6)}.restaurant-drinks{background:radial-gradient(circle at top,#141b19 0,#050707 65%) border-box}.restaurant-drinks-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:var(--space-14);align-items:center}@media (max-width:959.98px){.restaurant-drinks-grid{grid-template-columns:1fr;gap:var(--space-8)}}.restaurant-drinks-text p{max-width:54ch}.restaurant-drinks-media{justify-self:end}.restaurant-drinks-image-wrap{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-soft)}.restaurant-drinks-image{width:100%;height:100%;object-fit:cover}.restaurant-group-grid{align-items:stretch;gap:var(--space-10)}.restaurant-feature-media-block{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:var(--space-6);align-items:stretch}@media (max-width:959.98px){.restaurant-feature-media-block{grid-template-columns:1fr}}.restaurant-feature-image-wrap{border-radius:var(--radius-lg);overflow:hidden;min-height:220px;border:1px solid var(--color-border-subtle)}.restaurant-feature-image{width:100%;height:100%;object-fit:cover}.restaurant-feature-text{display:flex;flex-direction:column;justify-content:center;gap:var(--space-3)}.restaurant-ambiance{background:radial-gradient(circle at top,#151f1c 0,#050707 65%)}.restaurant-ambiance-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:var(--space-14);align-items:center}@media (max-width:959.98px){.restaurant-ambiance-grid{grid-template-columns:1fr;gap:var(--space-8)}}.restaurant-ambiance-image-wrap{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-soft)}.restaurant-ambiance-image{width:100%;height:100%;object-fit:cover}.restaurant-accords-card{display:flex;flex-direction:column;gap:var(--space-4);border-radius:var(--radius-xl)}.restaurant-accords-main p{max-width:62ch}.restaurant-poker-harmony{background:radial-gradient(circle at top,#151f1c 0,#050707 60%)}.restaurant-poker-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:var(--space-14);align-items:center}@media (max-width:959.98px){.restaurant-poker-grid{grid-template-columns:1fr;gap:var(--space-8)}}.restaurant-poker-warning{margin-top:var(--space-4);font-size:var(--font-size-sm);color:var(--color-text-soft)}.restaurant-poker-warning strong{color:var(--color-amber-soft)}.restaurant-poker-ctas{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6)}.restaurant-poker-image-wrap{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-soft)}.restaurant-poker-image{width:100%;height:100%;object-fit:cover}.restaurant-cta{padding-bottom:var(--space-24)}.restaurant-cta-card{display:flex;flex-direction:column;gap:var(--space-6);padding:var(--space-8) var(--space-8)}@media (min-width:768px){.restaurant-cta-card{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-10)}}.restaurant-cta-content{max-width:52ch}.restaurant-cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}.badge-neutral{background:rgba(21,28,26,0.9);border-color:rgba(244,233,216,0.22);color:var(--gray-100)}