.restaurant-hero{padding:var(--space-12) 0 var(--space-10)}.restaurant-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:var(--space-9);align-items:center}.restaurant-hero-copy p.lead{max-width:36rem}.restaurant-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6);margin-bottom:var(--space-4)}.restaurant-hero-meta{display:flex;flex-wrap:wrap;gap:var(--space-3)}.restaurant-hero-media{display:flex;justify-content:flex-end}.restaurant-hero-image-wrapper{max-width:420px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid rgba(184,139,60,0.5)}.restaurant-hero-image{width:100%;height:100%;object-fit:cover}.restaurant-section{padding:var(--space-11) 0}.restaurant-section-alt{background:linear-gradient(135deg,rgba(255,250,243,0.96),rgba(241,227,213,0.96))}.restaurant-section-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-9);align-items:center}.restaurant-section-grid-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.restaurant-section-content p.lead{max-width:34rem}.restaurant-section-media{display:flex;justify-content:center}.restaurant-image-card{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);background-color:var(--color-surface-alt);border:1px solid rgba(190,147,92,0.4)}.restaurant-image-card-dark{background:radial-gradient(circle at top,#214e42 0,#102823 100%)}.restaurant-image{width:100%;height:100%;object-fit:cover}.restaurant-text-card{height:100%}.restaurant-list{display:grid;row-gap:var(--space-3);padding-left:var(--space-4)}.restaurant-list li{position:relative;font-size:var(--font-size-sm);color:var(--color-text-muted);line-height:var(--line-height-relaxed)}.restaurant-list li::before{content:"";position:absolute;left:-16px;top:0.6em;width:6px;height:6px;border-radius:50%;background:var(--color-accent-terracotta)}.restaurant-inline-cta{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6)}.restaurant-poker-connection{position:relative}.restaurant-poker-packages .card-muted{background:rgba(255,255,255,0.95)}.restaurant-section-cta{padding:var(--space-12) 0 var(--space-13)}.restaurant-cta-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-6)}.restaurant-cta-card h2{color:#fdf6ea}.restaurant-cta-card p{color:#f7e8d0}.restaurant-cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}@media (max-width:1024px){.restaurant-hero{padding-top:var(--space-10)}.restaurant-hero-grid{grid-template-columns:1fr}.restaurant-hero-media{order:-1;justify-content:flex-start}.restaurant-section-grid,.restaurant-section-grid-reverse{grid-template-columns:1fr}.restaurant-section{padding:var(--space-9) 0}.restaurant-section-cta{padding:var(--space-10) 0 var(--space-11)}}@media (max-width:640px){.restaurant-hero{padding-top:var(--space-9)}.restaurant-hero-actions,.restaurant-inline-cta,.restaurant-cta-actions{flex-direction:column;align-items:stretch}.restaurant-hero-image-wrapper{max-width:100%}.restaurant-cta-card{padding:var(--space-7) var(--space-5)}}