.menu-hero{background-color:var(--base-500);width:100%;height:100svh;position:relative}.menu-hero .container{text-align:center;justify-content:center;align-items:center;display:flex}.menu-hero h2{width:75%}.menu-hero .section-footer p{color:var(--base-300)}.menu-list{background-color:var(--base-500);width:100%;padding:8rem 0;position:relative}.menu-list .container{flex-direction:column;gap:8rem;display:flex}.menu-category-header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.menu-category-header h3{margin-left:-.25em;margin-right:-.35em;padding-left:.25em;padding-right:.35em;overflow:visible}.menu-category-header p{color:var(--base-300);font-weight:400}.menu-grid{flex-wrap:wrap;gap:1rem;width:85%;margin:0 auto;display:flex}.menu-grid-card{will-change:transform,opacity;cursor:pointer;background-color:#0d0d0d;border-radius:.35rem;flex-direction:column;gap:1rem;width:calc(33.3333% - .666667rem);min-height:250px;padding:2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex}.menu-grid-card:hover{box-shadow:0 16px 32px #0006;transform:translateY(-8px)!important}.menu-grid-card.alt{background-color:#e0e0e0}.menu-grid-card.alt:hover{box-shadow:0 16px 32px #0000001f}.menu-grid-card.alt .menu-grid-card-top h6{color:#171717}.menu-grid-card.alt p{color:#404040}.menu-grid-card.alt .menu-grid-card-price{color:#171717!important}.menu-grid-card.alt .menu-grid-card-top .mono{color:#e0e0e0;background-color:#171717}.menu-grid-card-top{justify-content:space-between;align-items:flex-start;gap:1rem;font-weight:700;display:flex}.menu-grid-card-top h6{min-width:0;color:var(--base-100);flex:1;font-weight:700}.menu-grid-card-top .mono{background-color:var(--base-300);white-space:nowrap;color:var(--base-200);border-radius:3px;flex-shrink:0;padding:.25rem .5rem;font-weight:500}.menu-grid-card p{color:var(--base-200)}.menu-grid-card-price{margin-top:auto;font-weight:500;color:var(--base-100)!important}@media (max-width:1023px){.menu-hero h2,.menu-grid{width:100%}.menu-grid-card{width:100%;min-height:auto}}@media (min-width:1024px){.menu-category{justify-content:space-between;align-items:flex-start;gap:4rem;width:100%;display:flex}.menu-category.header-left{flex-direction:row}.menu-category.header-right{flex-direction:row-reverse}.menu-category-header{flex:0 0 30%;margin-bottom:0;padding-top:1rem;position:sticky;top:8rem}.menu-category.header-left .menu-category-header{text-align:left;align-items:flex-start}.menu-category.header-right .menu-category-header{text-align:right;align-items:flex-end}.menu-grid{flex:0 0 65%;gap:1.5rem;width:100%;margin:0}.menu-grid-card{width:calc(50% - .75rem)}}.menu-grid-addon-note{text-align:left;width:100%;padding:.5rem 0}.menu-grid-addon-note p{color:var(--base-200);font-size:1rem;font-style:italic;font-family:var(--font-satoshi),sans-serif;letter-spacing:-.01em}
