/* A compact restaurant menu, with photographs as product context. */
.menu-page{background:#fff}.menu-header{max-width:1100px;margin:auto;padding:24px 30px;display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--line)}.menu-header .brand{margin-right:auto}.menu-header .brand img{width:147px}.menu-back{display:inline-flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--muted)}.menu-back svg{width:16px;height:16px}.menu-back:hover{color:var(--orange)}.menu-welcome{max-width:1040px;margin:28px auto 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;background:var(--soft);border-radius:6px}.menu-welcome>div{padding:40px 44px}.menu-welcome .eyebrow{font-size:.75rem;letter-spacing:.03em;margin-bottom:20px}.menu-welcome h1{font-size:3.2rem;line-height:1.12;font-weight:550;letter-spacing:-.05em}.menu-welcome p:last-child{font-size:.9375rem;color:var(--muted);margin-top:18px}.menu-welcome>img{width:100%;height:100%;aspect-ratio:1.75;object-fit:cover;object-position:center}.menu-categories{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:28px;max-width:1100px;margin:0 auto;padding:0 30px;background:#fffffff7;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:thin}.menu-categories a{display:block;position:relative;flex:none;white-space:nowrap;color:var(--muted);font-size:.875rem;font-weight:500;line-height:1.5;padding:22px 0 20px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.menu-categories a[aria-current],.menu-categories a:hover{color:var(--orange);border-bottom-color:var(--orange)}.menu-content{max-width:1100px;margin:auto;padding:0 30px}.menu-category{padding-top:44px;scroll-margin-top:80px}.menu-category-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.menu-category-title h2{font-size:1.6rem;font-weight:550;letter-spacing:-.035em}.menu-category-title>span{font-size:.75rem;color:var(--muted)}.menu-products{display:grid;grid-template-columns:1fr 1fr;gap:0 38px}.menu-product{display:grid;grid-template-columns:116px 1fr;align-items:start;gap:20px;padding:23px 0;background:#fff;color:var(--ink);border:0;border-top:1px solid var(--line);border-radius:0;text-align:left;transition:background .18s;min-width:0}.menu-product:hover .product-heading>strong{color:var(--orange)}.menu-product>.product-photo{width:116px;height:116px;aspect-ratio:1;object-fit:cover;object-position:center;border-radius:5px;background:var(--soft);display:block}.product-photo{overflow:hidden;display:block}.product-photo>img{display:block;width:100%;height:100%;object-fit:cover}.product-copy{display:flex;flex-direction:column;min-width:0;padding:0}.product-heading{display:flex;align-items:start;justify-content:space-between;gap:14px;line-height:1.45}.product-heading>strong{font-size:1rem;font-weight:550;letter-spacing:-.025em;transition:color .18s}.product-heading>b{font-size:.875rem;font-weight:550;color:var(--orange);white-space:nowrap;padding-top:1px;font-variant-numeric:tabular-nums}.product-description{display:block;font-size:.875rem;line-height:1.7;color:var(--muted);margin-top:10px}.product-portion{display:block;font-size:.75rem;line-height:1.6;color:var(--muted);margin-top:11px}.menu-disclaimer{max-width:790px;margin:48px auto 30px;padding:0 30px;text-align:center;font-size:.75rem;line-height:1.8;color:var(--muted)}.menu-disclaimer a{display:inline-block;margin-left:6px;text-decoration:underline;text-underline-offset:3px}.menu-disclaimer a:hover{color:var(--orange)}#product-dialog{padding:0;width:calc(100% - 32px);max-width:500px;max-height:90dvh;border:0;border-radius:8px;overflow-y:auto;overscroll-behavior:contain;color:var(--body);box-shadow:0 20px 70px #0b27372e}#product-dialog::backdrop{background:#102b3799}.dialog-photo{width:100%;aspect-ratio:1.35;overflow:hidden;background:var(--soft)}#dialog-product-image{display:block;width:100%;height:100%;object-fit:cover}.dialog-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:42px;height:42px;border:1px solid #dfe4e699;border-radius:50%;color:var(--ink);background:#fff}.dialog-close svg{width:20px;height:20px}.dialog-close:hover{color:var(--orange)}.dialog-copy{padding:30px}.dialog-copy .eyebrow{font-size:.75rem;margin-bottom:14px}.dialog-copy h2{font-size:1.85rem;margin-bottom:13px}.dialog-copy>strong{font-size:1.2rem;color:var(--orange);font-weight:550}.dialog-copy>p:not(.eyebrow){margin-top:20px}.menu-preview .menu-back{display:none}.menu-preview .menu-header{padding:20px 18px 17px;gap:15px}.menu-preview .menu-header .brand img{width:107px}.menu-preview .menu-header .badge{font-size:.75rem;padding:4px 6px}.menu-preview .menu-welcome{margin:0;border-radius:0}.menu-preview .menu-welcome>div{padding:23px 16px}.menu-preview .menu-welcome h1{font-size:1.85rem;line-height:1.12}.menu-preview .menu-welcome .eyebrow{font-size:.75rem;line-height:1.6;margin-bottom:12px;letter-spacing:0}.menu-preview .menu-welcome p:last-child{font-size:.75rem;line-height:1.6;margin-top:12px}.menu-preview .menu-welcome>img{height:100%;aspect-ratio:auto;object-position:50% 50%}.menu-preview .menu-categories{padding-inline:17px;gap:22px}.menu-preview .menu-categories a{font-size:.875rem;padding-block:18px 16px}.menu-preview .menu-content{padding-inline:17px}.menu-preview .menu-category{padding-top:27px}.menu-preview .menu-category-title{margin-bottom:16px;gap:12px}.menu-preview .menu-category-title h2{font-size:1.25rem}.menu-preview .menu-products{display:block}.menu-preview .menu-product{grid-template-columns:76px 1fr;gap:14px;padding-block:19px}.menu-preview .menu-product>.product-photo{width:76px;height:90px;aspect-ratio:auto}.menu-preview .product-heading{display:block}.menu-preview .product-heading>strong{font-size:.9375rem;display:block}.menu-preview .product-heading>b{font-size:.875rem;display:block;margin-top:5px}.menu-preview .product-description{font-size:.875rem;line-height:1.6;margin-top:9px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.menu-preview .product-portion{font-size:.75rem;line-height:1.55;margin-top:9px}.menu-preview .menu-disclaimer{padding-inline:18px;text-align:left;margin-block:30px}.menu-preview .dialog-copy{padding:24px}.menu-preview .dialog-copy h2{font-size:1.5rem}
@media(max-width:1000px){.menu-products{column-gap:28px}.menu-product{grid-template-columns:100px 1fr;gap:16px}.menu-product>.product-photo{width:100px;height:112px}.product-heading{flex-direction:column;gap:6px}.menu-welcome{margin-inline:30px}.menu-welcome>div{padding:32px}.menu-welcome h1{font-size:2.85rem}}
@media(max-width:680px){.menu-header{padding:19px 20px;gap:15px;flex-wrap:wrap}.menu-header .brand img{width:125px}.menu-header .badge{font-size:.75rem;padding:4px 7px}.menu-back{font-size:.75rem}.menu-back svg{display:none}.menu-welcome{margin:18px 20px 0;grid-template-columns:1.1fr .9fr;border-radius:5px}.menu-welcome>div{padding:25px 22px}.menu-welcome .eyebrow{font-size:.75rem;letter-spacing:0;margin-bottom:13px}.menu-welcome h1{font-size:2.25rem}.menu-welcome p:last-child{font-size:.8125rem;line-height:1.6;margin-top:13px}.menu-welcome>img{aspect-ratio:auto;object-position:center;height:100%}.menu-categories{padding-inline:20px;gap:24px}.menu-categories a{padding-block:20px 18px}.menu-content{padding-inline:20px}.menu-category{padding-top:32px}.menu-category-title{margin-bottom:19px}.menu-category-title h2{font-size:1.45rem}.menu-products{display:block}.menu-product{grid-template-columns:100px 1fr;gap:18px;padding-block:22px}.menu-product>.product-photo{width:100px;height:112px}.product-heading{flex-direction:row;gap:12px}.product-heading>strong{font-size:1rem}.product-description{font-size:.875rem;margin-top:9px}.product-portion{margin-top:10px}.menu-disclaimer{padding-inline:22px;margin-block:35px 24px}.dialog-copy{padding:25px}.dialog-copy h2{font-size:1.7rem}.menu-preview .menu-welcome{grid-template-columns:1.1fr .9fr;margin:0}}
@media(max-width:390px){.menu-header{gap:12px}.menu-header .menu-back{order:3;flex-basis:100%;text-align:left}.menu-header .menu-back svg{display:block}.menu-header .brand img{width:124px}.menu-welcome{margin-inline:16px}.menu-welcome>div{padding:23px 17px}.menu-welcome h1{font-size:2rem}.menu-content{padding-inline:16px}.menu-categories{padding-inline:16px}.menu-product{grid-template-columns:86px 1fr;gap:15px}.menu-product>.product-photo{width:86px;height:102px}.product-heading{display:block}.product-heading>b{display:block;margin-top:5px}.menu-preview .menu-header .brand img{width:107px}}
/* Brand menus: source categories with one focused result panel. */
.menu-brand-switch{display:flex;align-items:center;gap:30px;max-width:1100px;padding:0 30px;margin:auto;border-bottom:1px solid var(--line)}.menu-brand-switch a{padding:16px 0 14px;border-bottom:2px solid transparent;font-size:.875rem;line-height:1.5;font-weight:550;color:var(--muted)}.menu-brand-switch a[aria-current]{color:var(--orange);border-bottom-color:var(--orange)}.menu-brand-switch a:hover{color:var(--ink)}.menu-welcome h1{font-size:2.8rem}.menu-welcome>img{object-fit:contain;background:#fff}.menu-welcome p span{display:inline-block;color:var(--muted);font-size:.8125rem;margin-top:5px}.menu-layout{display:grid;grid-template-columns:245px 1fr;align-items:start;gap:42px;max-width:1100px;margin:35px auto 0;padding-inline:30px}.menu-layout .menu-categories{position:sticky;top:24px;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0 15px 0 0;margin:0;max-height:calc(100dvh - 48px);overflow-y:auto;overflow-x:hidden;border:0;border-right:1px solid var(--line);background:#fff}.menu-layout .menu-categories a{font-size:.875rem;line-height:1.65;white-space:normal;padding:12px 13px;border:0;border-left:2px solid transparent;transition:background .15s,color .15s}.menu-layout .menu-categories a[aria-current]{background:#fff6f1;border-left-color:var(--orange);color:var(--orange)}.menu-layout .menu-categories a:hover{background:var(--soft)}.menu-layout .menu-content{width:100%;min-width:0;margin:0;padding:0;max-width:none}.menu-layout .menu-category{padding-top:0;scroll-margin-top:24px}.menu-layout .menu-category-title{align-items:start;gap:24px}.menu-layout .menu-category-title h2{font-size:1.5rem;line-height:1.4;max-width:650px}.menu-layout .menu-category-title>span{white-space:nowrap;margin-top:6px}.menu-layout .menu-products{grid-template-columns:1fr;gap:0}.menu-layout .menu-product{grid-template-columns:138px 1fr;gap:25px;padding-block:25px}.menu-layout .menu-product>.product-photo{width:138px;height:112px;border:1px solid #edf0f1;background:#fff}.product-photo>img{object-fit:contain;transform:none}.product-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-description:empty{display:none}.product-detail-label{display:flex;align-items:center;gap:8px;margin-top:10px;color:var(--muted);font-size:.75rem;line-height:1.5}.product-detail-label svg{width:13px;height:13px}.menu-product:hover .product-detail-label{color:var(--orange)}.menu-layout .product-heading{flex-direction:row;justify-content:space-between;gap:20px}.js .menu-category:not(.is-active){display:none}.menu-mobile-category{display:none}.dialog-photo{background:#fff}#dialog-product-image{object-fit:scale-down}.dialog-close{z-index:2}.menu-preview .menu-brand-switch{gap:18px;padding-inline:18px}.menu-preview .menu-brand-switch a{font-size:.8125rem;padding-block:13px 11px}.menu-preview .menu-welcome{grid-template-columns:1fr 1fr}.menu-preview .menu-welcome h1{font-size:1.5rem;line-height:1.2}.menu-preview .menu-welcome .eyebrow{font-size:.75rem;margin-bottom:10px}.menu-preview .menu-welcome>div{padding:22px 15px}.menu-preview .menu-welcome>img{object-fit:contain;background:#fff;aspect-ratio:auto}.menu-preview .menu-welcome p:last-child{font-size:.8125rem;margin-top:12px}.menu-preview .menu-welcome p span{font-size:.75rem}.menu-preview .menu-layout{margin-top:24px;padding-inline:17px;display:block}.menu-preview .menu-layout .menu-category-title h2{font-size:1.125rem;line-height:1.5}.menu-preview .menu-layout .menu-category-title>span{font-size:.75rem;margin-top:3px}.menu-preview .menu-layout .menu-product{grid-template-columns:84px 1fr;gap:14px;padding-block:18px}.menu-preview .menu-layout .menu-product>.product-photo{width:84px;height:82px}.menu-preview .menu-layout .product-heading{display:block}.menu-preview .product-description{font-size:.875rem;line-height:1.6;-webkit-line-clamp:2}.menu-preview .product-detail-label{margin-top:9px}.menu-preview .menu-layout .menu-categories{display:none}
@media(max-width:899px){.menu-layout{display:block;margin-top:30px;padding-inline:24px}.menu-layout .menu-categories{display:none}.menu-mobile-category{display:block;position:sticky;top:0;z-index:10;background:#fffffff7;padding:16px 24px 20px;border-bottom:1px solid var(--line)}.menu-mobile-category label{font-size:.75rem;color:var(--muted);display:block;margin-bottom:7px}.menu-mobile-category select{margin-top:0;font-size:.875rem;min-height:47px;padding:11px 35px 11px 12px;text-overflow:ellipsis;width:100%;background-color:#fff}.menu-preview .menu-mobile-category{padding:12px 17px 15px}.menu-preview .menu-mobile-category select{font-size:.8125rem;min-height:44px}.menu-preview .menu-mobile-category label{font-size:.75rem;margin-bottom:6px}.menu-layout .menu-category-title h2{font-size:1.4rem}.menu-layout .menu-product{grid-template-columns:120px 1fr;gap:22px}.menu-layout .menu-product>.product-photo{width:120px;height:105px}.menu-layout .product-heading{gap:20px}.menu-layout .menu-category-title{margin-bottom:20px}}
@media(max-width:680px){.menu-brand-switch{gap:24px;padding-inline:20px}.menu-brand-switch a{font-size:.8125rem;padding-block:14px 12px}.menu-welcome h1{font-size:2rem}.menu-welcome>div{padding:24px 20px}.menu-layout{padding-inline:20px;margin-top:26px}.menu-mobile-category{padding-inline:20px}.menu-layout .menu-category-title h2{font-size:1.25rem;line-height:1.45}.menu-layout .menu-category-title{gap:15px}.menu-layout .menu-product{grid-template-columns:96px 1fr;gap:16px;padding-block:21px}.menu-layout .menu-product>.product-photo{width:96px;height:90px}.menu-layout .product-heading{display:block}.menu-layout .product-heading>b{display:block;margin-top:7px}.menu-layout .product-heading>strong{font-size:.9375rem;line-height:1.5}.menu-layout .product-description{-webkit-line-clamp:3}.menu-header .badge{font-size:.75rem}}
@media(max-width:390px){.menu-brand-switch{gap:20px;padding-inline:16px}.menu-layout{padding-inline:16px}.menu-mobile-category{padding-inline:16px}.menu-welcome h1{font-size:1.65rem}.menu-layout .menu-product{grid-template-columns:84px 1fr;gap:14px}.menu-layout .menu-product>.product-photo{width:84px;height:82px}.menu-layout .menu-category-title h2{font-size:1.125rem}}

.menu-layout .menu-product.without-photo{grid-template-columns:1fr}.no-photo .dialog-copy{padding-top:66px}
