.hero-menu{position:relative}.hero-menu-overlay{position:absolute;inset:0;background:radial-gradient(circle at top,rgba(0,0,0,0.25) 0,rgba(8,4,1,0.78) 72%);z-index:1}.hero-menu-content{position:relative;z-index:2;padding-top:6rem;padding-bottom:4rem;display:flex;align-items:center;min-height:100vh}.hero-menu-inner{max-width:640px}.hero-menu-ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-6)}.hero-menu-meta{margin-top:var(--space-8);display:grid;grid-template-columns:1fr;gap:var(--space-4)}.hero-menu-meta-item{padding:var(--space-4);border-radius:var(--radius-lg);background:rgba(12,6,2,0.65);border:1px solid rgba(255,255,255,0.16)}.hero-menu-meta .stat{color:#f7f1e8;font-size:1.25rem}.hero-menu-meta .stat-label{color:rgba(248,240,230,0.8)}.menu-anchor-nav{background:rgba(255,255,255,0.88);backdrop-filter:blur(18px);border-radius:var(--radius-pill);box-shadow:var(--shadow-soft);max-width:100%;overflow-x:auto;white-space:nowrap}.menu-anchor-list{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2)}.menu-anchor-link{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 0.9rem;border-radius:999px;font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--color-text-muted);border:1px solid transparent;transition:background-color var(--transition-base),color var(--transition-base),border-color var(--transition-base)}.menu-anchor-link:hover{color:var(--gray-900);background:rgba(244,235,222,0.9);border-color:rgba(196,155,90,0.5)}.menu-anchor-link.is-active{background:var(--color-primary-soft);color:var(--gray-900);border-color:rgba(196,155,90,0.9)}.menu-section-grid{gap:var(--space-10);align-items:flex-start}.menu-section-header{max-width:640px;margin-bottom:var(--space-6)}.menu-item-list{display:flex;flex-direction:column;gap:var(--space-4)}.menu-item{display:flex;flex-direction:column;gap:0.4rem;padding-bottom:var(--space-3);border-bottom:1px solid rgba(176,154,130,0.35)}.menu-item:last-child{border-bottom:0;padding-bottom:0}.menu-item-title{font-size:1.1rem;margin-bottom:0.25rem}.menu-item-desc{margin-bottom:0;font-size:0.98rem;color:var(--color-text-muted)}.menu-item-meta{font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--color-text-muted)}.menu-item-tag{display:inline-flex;align-items:center;justify-content:flex-start;font-size:0.75rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--gray-800);padding:0.15rem 0.7rem;border-radius:999px;background:rgba(255,255,255,0.9);border:1px solid rgba(196,155,90,0.7)}.menu-item-simple{font-size:0.95rem;color:var(--color-text);padding-left:1.1rem;position:relative}.menu-item-simple::before{content:"\2022";position:absolute;left:0;color:var(--color-primary)}.menu-section-media{align-self:stretch}.menu-figure{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-elevated);background:var(--color-surface);display:flex;flex-direction:column;height:100%}.menu-figure img{width:100%;height:auto;object-fit:cover;max-height:360px}.menu-figure figcaption{padding:var(--space-4);font-size:0.9rem;color:var(--color-text-muted);background:linear-gradient(180deg,#fdfaf5,rgba(246,236,222,0.95))}.menu-tasting-grid,.menu-chef-grid{gap:var(--space-6);align-items:stretch}.menu-tasting-card h3,.menu-chef-card h3{margin-bottom:var(--space-3)}.menu-tasting-list{display:flex;flex-direction:column;gap:0.4rem;margin-bottom:var(--space-4)}.menu-tasting-list li{font-size:0.95rem;color:var(--color-text)}.menu-tasting-meta{font-size:0.9rem;color:var(--color-text-muted)}.menu-section-cta{margin-top:var(--space-6);display:flex;flex-wrap:wrap;gap:var(--space-3)}.allergen-card{display:flex;flex-direction:column;gap:var(--space-4)}.allergen-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.allergen-note{font-size:0.85rem;color:var(--color-text-muted)}.text-link{color:var(--color-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.text-link:hover{color:var(--gray-800)}@media (max-width:767px){.hero-menu-content{padding-top:5.5rem;padding-bottom:3rem;align-items:flex-end}.hero-menu-inner{max-width:100%}.hero-menu-ctas{justify-content:flex-start}.hero-menu-meta{gap:var(--space-3);margin-top:var(--space-6)}.menu-anchor-nav{border-radius:var(--radius-lg)}.menu-section-grid{gap:var(--space-8)}.menu-figure img{max-height:260px}}@media (min-width:768px){.hero-menu-content{padding-top:6.5rem;padding-bottom:5rem}.hero-menu-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.menu-figure img{max-height:420px}}@media (min-width:1024px){.hero-menu-inner{max-width:720px}.menu-section-grid{gap:var(--space-12)}}