.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.25rem;border-radius:999px;background:var(--color-brand);color:#fff;font-weight:700;text-decoration:none;transition:transform .16s ease,opacity .16s ease}.button:hover{opacity:.9;transform:translateY(-1px)}.button:focus-visible{outline:3px solid color-mix(in srgb,var(--color-brand) 35%,transparent);outline-offset:3px}.site-footer{margin-top:auto;padding:2rem 1rem;color:var(--color-muted);font-size:.875rem;text-align:center}.site-header{width:min(70rem,calc(100% - 2rem));margin:0 auto;padding:1.25rem 0}.site-header a{color:var(--color-heading);font-size:1.25rem;font-weight:800;text-decoration:none}.landing-page{display:flex;min-height:100svh;flex-direction:column;background:var(--color-surface)}.landing-placeholder{width:min(46rem,calc(100% - 2rem));margin:auto;padding:5rem 0;text-align:center}.landing-placeholder__brand{margin:0 0 1rem;color:var(--color-brand);font-weight:800;letter-spacing:.18em;text-transform:uppercase}.landing-placeholder h1{max-width:12ch;margin:0 auto;color:var(--color-heading);font-size:clamp(2.5rem,8vw,5rem);line-height:1.02;letter-spacing:-.05em}.landing-placeholder>p:not(.landing-placeholder__brand){max-width:38rem;margin:1.5rem auto 2rem;color:var(--color-muted);font-size:1.1rem}.menu-header{padding:3rem 1.25rem 2rem;text-align:center}.menu-header__logo{width:5rem;height:5rem;margin:0 auto 1rem;object-fit:contain}.menu-header__eyebrow{margin-bottom:.4rem;color:var(--restaurant-primary);font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.menu-header h1{margin:0;color:var(--restaurant-primary);font-size:clamp(2.25rem,10vw,4.5rem);line-height:1}.menu-header__description{max-width:36rem;margin:1rem auto 0;opacity:.78}.menu-header__details{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin-top:1.25rem;font-size:.85rem}.menu-header__details span{opacity:.72}.menu-header__details a{color:var(--restaurant-primary);font-weight:750;text-underline-offset:.2em}.menu-header__details a:focus-visible{outline:3px solid var(--restaurant-accent);outline-offset:3px;border-radius:.15rem}.menu-attribution{padding:2.75rem 1rem;border-top:1px solid color-mix(in srgb,var(--restaurant-text) 8%,transparent);text-align:center;font-size:.78rem;opacity:.62}.menu-attribution a{color:inherit;font-weight:850;text-underline-offset:.2em}.menu-attribution a:focus-visible{outline:3px solid var(--restaurant-accent);outline-offset:3px;border-radius:.15rem}.menu-navigation{position:sticky;top:0;z-index:10;border-block:1px solid color-mix(in srgb,var(--restaurant-text) 12%,transparent);background:color-mix(in srgb,var(--restaurant-background) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.menu-navigation div{display:flex;gap:.5rem;max-width:50rem;margin:auto;padding:.75rem 1rem;overflow-x:auto;scrollbar-width:none}.menu-navigation a{flex:0 0 auto;padding:.55rem .85rem;border-radius:999px;color:var(--restaurant-text);font-size:.875rem;font-weight:700;text-decoration:none}.menu-navigation a{transition:background-color .14s ease,color .14s ease}.menu-navigation a:hover,.menu-navigation a:focus-visible,.menu-navigation a.is-active{background:var(--restaurant-primary);color:var(--restaurant-background)}.menu-navigation a:focus-visible{outline:3px solid var(--restaurant-accent);outline-offset:2px}.menu-item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid color-mix(in srgb,var(--restaurant-text) 12%,transparent)}.menu-item__content{flex:1;min-width:0}.menu-item__title{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.menu-item h3{margin:0;font-size:1.05rem}.menu-item strong{flex:0 0 auto;color:var(--restaurant-primary)}.menu-item p{margin:.35rem 0 0;font-size:.9rem;opacity:.7}.menu-item__tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:.65rem 0 0;padding:0;list-style:none}.menu-item__tags li{padding:.18rem .5rem;border:1px solid color-mix(in srgb,var(--restaurant-accent) 45%,transparent);border-radius:999px;font-size:.67rem;font-weight:700}.menu-item .menu-item__allergens{margin-top:.65rem;font-size:.72rem;opacity:.58}.menu-item__allergens span{font-weight:750}.menu-item .menu-item__availability{display:inline-block;margin-top:.65rem;padding:.22rem .55rem;border-radius:.35rem;background:color-mix(in srgb,var(--restaurant-text) 10%,transparent);font-size:.72rem;font-weight:800;opacity:1}.menu-item img{width:5.5rem;height:5.5rem;border-radius:.75rem;object-fit:cover}.menu-item--unavailable{opacity:.58}.menu-item--unavailable img{filter:grayscale(1)}@media(min-width:40rem){.menu-item{gap:1.5rem;padding-block:1.5rem}.menu-item img{width:7rem;height:7rem}}.menu-section{scroll-margin-top:5.75rem;padding:2.5rem 1.25rem 0}.menu-section h2{margin:0;color:var(--restaurant-primary);font-size:1.65rem}.menu-section__description{margin:.4rem 0 .25rem;font-size:.9rem;opacity:.68}@media(min-width:48rem){.menu-section{padding-inline:2rem}}.menu-page{min-height:100svh;background:var(--restaurant-background);color:var(--restaurant-text)}.menu-page__content{width:min(50rem,100%);margin:0 auto;padding-bottom:4rem}.menu-not-found{display:grid;min-height:100svh;place-items:center;padding:1.5rem;background:var(--color-surface);text-align:center}.menu-not-found div{max-width:30rem}.menu-not-found div>p:first-child{color:var(--color-brand);font-weight:800;letter-spacing:.15em;text-transform:uppercase}.menu-not-found h1{color:var(--color-heading)}.menu-not-found a{display:inline-block;margin-top:1rem;color:var(--color-brand);font-weight:700}:root{--color-brand: #7b3f2b;--color-heading: #201c19;--color-text: #38322e;--color-muted: #716a65;--color-surface: #fffaf4;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-text);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased}body,#root{min-width:20rem;min-height:100%}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}h1,h2,h3,p{overflow-wrap:break-word}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
