.hero-section{position:relative;display:flex;align-items:center;justify-content:center;padding-block:var(--space-16);background:radial-gradient(circle at top left,rgba(162,210,255,0.6),transparent 55%),radial-gradient(circle at top right,rgba(198,184,255,0.6),transparent 55%),radial-gradient(circle at bottom left,rgba(255,189,173,0.5),transparent 55%),radial-gradient(circle at bottom right,rgba(170,240,209,0.55),transparent 55%)}.hero-layout{display:grid;grid-template-columns:minmax(0,1.1fr);gap:var(--space-8);align-items:center}@media (min-width:960px){.hero-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.hero-content{max-width:38rem}.hero-lead{font-size:var(--text-lg);color:var(--color-text-soft);margin-top:var(--space-3);margin-bottom:var(--space-4)}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-4)}.hero-meta{display:flex;flex-direction:column;gap:var(--space-3)}.hero-tags{display:flex;flex-wrap:wrap;gap:var(--space-2)}.hero-media{position:relative}.hero-media-frame{position:relative;border-radius:2rem;background:var(--color-surface-glass);backdrop-filter:blur(var(--blur-glass));box-shadow:var(--shadow-elevated);overflow:hidden;padding:0.75rem}.hero-media-frame img{border-radius:1.5rem;width:100%;height:100%;object-fit:cover}.hero-floating-card{position:absolute;right:1rem;bottom:1rem;left:auto;max-width:16rem;border-radius:1.25rem;background:rgba(15,23,42,0.9);color:#e5e7eb;padding:0.9rem 1rem;font-size:var(--text-sm);box-shadow:0 18px 45px rgba(15,23,42,0.7)}.hero-floating-card p{margin-bottom:0;color:#e5e7eb}.hero-badge-dot{width:0.45rem;height:0.45rem;border-radius:999px;background:radial-gradient(circle,#27c3c3,#6ec7ff)}.restaurant-grid{grid-template-columns:minmax(0,1.1fr);gap:var(--space-6);align-items:center}@media (min-width:960px){.restaurant-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.restaurant-media-inner{padding:0.9rem}.restaurant-media-inner img{border-radius:1.5rem;width:100%;object-fit:cover}.restaurant-stats{margin-top:var(--space-4)}.feature-list{list-style:none;padding-left:0;margin:0;margin-top:var(--space-3);display:grid;gap:0.4rem;font-size:var(--text-sm);color:var(--color-text-soft)}.feature-list li::before{content:"";display:inline-block;width:0.5rem;height:0.5rem;border-radius:999px;background:linear-gradient(135deg,var(--color-primary),var(--color-accent-lavender));margin-right:0.4rem;vertical-align:middle}.restaurant-ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.evenings-grid{gap:var(--space-4)}.legal-note{font-size:var(--text-xs);color:var(--color-text-muted);text-align:center;max-width:40rem;margin-inline:auto}.menu-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-6);align-items:center}@media (min-width:1024px){.menu-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr)}}.menu-media-inner{padding:0.9rem}.menu-media-inner img{border-radius:1.5rem;width:100%;object-fit:cover}.menu-content{display:flex;flex-direction:column;gap:var(--space-4)}.chef-grid{gap:var(--space-4)}.events-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-6);align-items:start}@media (min-width:960px){.events-layout{grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr)}}.calendar-year{margin-left:0.5rem;font-size:var(--text-sm);color:var(--color-text-muted)}.calendar-legend{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-3);padding-left:0;list-style:none;font-size:var(--text-xs);color:var(--color-text-muted)}.dot{display:inline-block;width:0.6rem;height:0.6rem;border-radius:999px;margin-right:0.4rem}.dot-thematic{background:var(--color-accent-lavender)}.dot-business{background:var(--color-primary)}.dot-family{background:var(--color-accent-coral)}.events-text h3{margin-bottom:var(--space-3)}.events-ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.cocktails-grid{gap:var(--space-4)}.carousel-controls{margin-top:var(--space-4);display:flex;justify-content:center;gap:var(--space-3)}.placeholder-instagram{background:linear-gradient(135deg,rgba(39,195,195,0.16),rgba(198,184,255,0.18));min-height:90px}.faq-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-4)}@media (min-width:960px){.faq-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr)}}.legal-note strong{font-weight:600}.sticky-cta-inner .btn-icon{white-space:nowrap}.testimonial-avatar{background:radial-gradient(circle,rgba(39,195,195,0.4),rgba(198,184,255,0.9))}