body.menu-page .hero-bg-img{animation:none}.menu-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:2.5rem;align-items:start}.menu-embed-wrap{min-width:0}.menu-embed{width:100%;height:min(82vh,1040px);border:1px solid var(--light-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fff;display:block}.menu-embed-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.1rem;height:100%;min-height:320px;padding:2.5rem 1.5rem;text-align:center;color:var(--text-muted)}.menu-embed-fallback svg{width:54px;height:54px;color:var(--gold);opacity:.85}.menu-embed-fallback p{max-width:32ch}.menu-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:1.25rem}.menu-actions .btn{display:inline-flex;align-items:center;gap:.55rem}.menu-actions .btn svg{width:18px;height:18px;flex-shrink:0}.menu-info{display:flex;flex-direction:column;gap:1.5rem}.menu-info-card{background:var(--white);border:1px solid var(--light-2);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.75rem}.menu-info-card h3{font-size:1.2rem;color:var(--dark);margin-bottom:1.1rem}.menu-info-card>p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.25rem}.menu-hours{display:flex;flex-direction:column}.menu-hours li{display:flex;justify-content:space-between;gap:1rem;font-size:.92rem;padding:.55rem 0;border-bottom:1px solid var(--light-2)}.menu-hours li:first-child{padding-top:0}.menu-hours li:last-child{border-bottom:0;padding-bottom:0}.menu-hours li span:first-child{color:var(--text-muted)}.menu-hours li span:last-child{color:var(--text);font-weight:500;text-align:right}.menu-info-actions{display:flex;flex-wrap:wrap;gap:.75rem}@media (max-width:900px){.menu-layout{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.menu-embed{height:min(76vh,720px)}}