.restaurant-menu{--menu-border-color: rgba(38, 43, 44, .24);--menu-jump-offset: 128px;--menu-price-edge-gutter: clamp(10px, 1.5vw, 16px);--menu-current-column-gap: clamp( max(0px, calc(var(--menu-column-gap-desktop, 22px) - 4px)), calc(var(--menu-column-gap-desktop, 22px) - 11.68px + 1vw), var(--menu-column-gap-desktop, 22px) );--menu-current-font-size: clamp( calc(var(--menu-font-size-desktop, 18px) - 1px), calc(var(--menu-font-size-desktop, 18px) - 3.84px + .5vw), var(--menu-font-size-desktop, 18px) );color:var(--text-color);font-family:var(--main-family);font-size:var(--menu-current-font-size);letter-spacing:var(--main-spacing);line-height:1.35}.restaurant-menu.global__section{margin-top:0;padding-bottom:0}.restaurant-menu__content-width,.restaurant-menu__chapter-inner{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:var(--menu-content-width, 820px);width:100%}.restaurant-menu__masthead{padding:56px 24px 32px}.restaurant-menu__page-header{margin-bottom:32px;text-align:center}.restaurant-menu__page-header h1{font-family:var(--heading-family);font-size:clamp(42px,8vw,62px);font-style:var(--heading-style);font-weight:var(--heading-weight);letter-spacing:var(--heading-spacing);line-height:1;margin:0}.restaurant-menu__introduction{font-size:var(--menu-current-font-size);margin:18px auto 0;max-width:680px}.restaurant-menu__navigation{border:0;margin-bottom:8px;max-width:300px;padding:0;position:relative;z-index:4}.restaurant-menu__navigation-disclosure{position:relative}.restaurant-menu__navigation-summary{align-items:center;background:transparent;border:1px solid currentColor;border-radius:var(--buttons-corners, 0);cursor:pointer;display:grid;gap:8px;grid-template-columns:auto 1fr auto;list-style:none;min-height:48px;padding:var(--space-2) var(--space-3)}.restaurant-menu__navigation-summary::-webkit-details-marker{display:none}.restaurant-menu__navigation-summary:focus-visible,.restaurant-menu__navigation a:focus-visible{outline:1px solid currentColor;outline-offset:2px}.restaurant-menu__navigation-label{font-size:inherit;line-height:1.1;white-space:nowrap}.restaurant-menu__navigation-title{font-size:inherit;font-weight:700;line-height:1.1;text-transform:uppercase}.restaurant-menu__navigation-icon{display:block;height:auto;transition:none;width:12px}.restaurant-menu__navigation-disclosure[open] .restaurant-menu__navigation-icon{transform:rotate(180deg)}.restaurant-menu__navigation-panel{background:var(--background);border:1px solid currentColor;border-radius:var(--buttons-corners, 0);left:0;margin-top:4px;padding:8px 12px;position:absolute;top:100%;width:min(360px,calc(100vw - 48px));z-index:5}.restaurant-menu__navigation ul{display:block;list-style:none;margin:0;padding:0}.restaurant-menu__navigation-chapter+.restaurant-menu__navigation-chapter{border-top:1px solid var(--menu-border-color);margin-top:4px;padding-top:4px}.restaurant-menu__navigation-chapter-title{display:block;font-family:inherit;font-size:inherit;font-weight:600;line-height:1.1;margin:0 6px 2px}.restaurant-menu__navigation a{color:inherit;display:block;font-size:inherit;font-weight:600;line-height:1.1;padding:3px 6px;text-decoration:none}.restaurant-menu__navigation a:hover{background:#262b2c12;text-decoration:none}.restaurant-menu__chapter{--menu-chapter-background: #faf4e8;--menu-chapter-text: #262b2c;--menu-chapter-accent: #262b2c;--menu-chapter-rule: #a88d79;--menu-chapter-panel: #ece2cc;background:var(--menu-chapter-background);color:var(--menu-chapter-text);position:relative;scroll-margin-top:var(--menu-jump-offset)}.restaurant-menu__chapter--theme-warm{--menu-chapter-background: #ece2cc;--menu-chapter-text: #262b2c;--menu-chapter-accent: #262b2c;--menu-chapter-rule: #a88d79;--menu-chapter-panel: #faf4e8}.restaurant-menu__chapter--theme-night{--menu-chapter-background: #141414;--menu-chapter-text: #faf4e8;--menu-chapter-accent: #e8be7f;--menu-chapter-rule: #e8be7f;--menu-chapter-panel: #1b1b1b}.restaurant-menu__chapter--theme-plain{--menu-chapter-background: var(--background);--menu-chapter-text: var(--text-color);--menu-chapter-accent: var(--text-color);--menu-chapter-rule: var(--dotted-color);--menu-chapter-panel: var(--secondary-bg)}.restaurant-menu__chapter .restaurant-menu__ink-accent{color:var(--menu-chapter-accent)}.restaurant-menu__chapter-inner{padding:var(--menu-chapter-padding-desktop, 40px) 24px}.restaurant-menu__chapter--divider-rule{border-top:4px solid var(--menu-chapter-rule)}.restaurant-menu__chapter--divider-editorial{padding-top:18px}.restaurant-menu__chapter--divider-editorial:before{background:var(--menu-chapter-rule);clip-path:polygon(0 0,100% 0,100% 35%,0 100%);content:"";height:18px;left:0;position:absolute;right:0;top:0}.restaurant-menu__chapter-header{margin-bottom:clamp(26px,4vw,42px);max-width:700px}.restaurant-menu__chapter-header--rule{border-bottom:1px solid var(--menu-chapter-rule);padding-bottom:18px}.restaurant-menu__chapter-header--editorial{border-left:5px solid var(--menu-chapter-rule);padding-left:24px}.restaurant-menu__chapter-header--full-page{align-items:flex-start;display:flex;flex-direction:column}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__chapter-header--full-page{justify-content:flex-start;min-height:min(18vh,180px);padding-top:clamp(4px,1vw,10px)}.restaurant-menu__chapter-kicker,.restaurant-menu__item-label,.restaurant-menu__section-eyebrow{font-family:var(--main-family);font-size:var(--menu-badge-size, 11px);font-style:normal;font-weight:700;letter-spacing:.14em;line-height:1.1;text-transform:uppercase}.restaurant-menu__chapter-kicker{margin:0 0 10px}.restaurant-menu__chapter-title{color:inherit;font-family:var(--heading-family);font-size:clamp(36px,8vw,var(--menu-chapter-title-size, 52px));font-style:var(--heading-style);font-weight:var(--heading-weight);letter-spacing:var(--heading-spacing);line-height:.98;margin:0}.restaurant-menu__chapter-introduction{font-size:var(--menu-current-font-size);margin-top:16px;max-width:640px}.restaurant-menu__chapter-divider-mark{border-top:1px solid currentColor;display:block;position:relative;width:min(180px,45vw)}.restaurant-menu__chapter-divider-mark:after{background:currentColor;content:"";height:7px;left:50%;position:absolute;top:-4px;transform:rotate(45deg);width:7px}.restaurant-menu__section{border:0;margin-bottom:var(--menu-section-gap, 42px);padding:0;scroll-margin-top:var(--menu-jump-offset)}.restaurant-menu__section.restaurant-menu__section--sandwich-options{margin-bottom:calc(var(--menu-section-gap, 42px) * 2)}.restaurant-menu__section:last-child{margin-bottom:0}.restaurant-menu__table{background:transparent;border:0!important;border-collapse:collapse;color:inherit;font-family:inherit;table-layout:fixed;width:100%}.restaurant-menu__table th,.restaurant-menu__table td,.restaurant-menu__table tr,.restaurant-menu__table thead,.restaurant-menu__table tbody{background:transparent;border:0!important;box-shadow:none!important;color:inherit;font-family:inherit;letter-spacing:inherit;padding:0;text-align:left;text-transform:none;vertical-align:top}.restaurant-menu__table .restaurant-menu__value-column{width:calc(3.5em + var(--menu-current-column-gap))}.restaurant-menu__section--columns-2 .restaurant-menu__value-column{width:calc(3.25em + var(--menu-current-column-gap))}.restaurant-menu__section-title{color:inherit;font-family:var(--main-family);font-size:var(--menu-section-title-size, 24px);font-weight:700;line-height:1.05;padding-bottom:.55em!important}.restaurant-menu__section-heading-row--hidden{display:none}.restaurant-menu__section-title-text,.restaurant-menu__section-eyebrow{display:block}.restaurant-menu__section-eyebrow{margin-bottom:6px}.restaurant-menu__section--block-caps .restaurant-menu__section-title-text{text-transform:uppercase}.restaurant-menu__column-heading{font-size:calc(var(--menu-current-font-size) - 1px);font-weight:700;line-height:1;padding-bottom:.65em!important;padding-left:var(--menu-current-column-gap)!important;text-align:right!important;white-space:nowrap}.restaurant-menu__section-introduction{font-size:calc(var(--menu-current-font-size) * var(--menu-description-scale, .9));font-style:normal;line-height:1.35;padding:0 0 .8em!important}.restaurant-menu__item>th,.restaurant-menu__item>td{border:0!important;padding-bottom:.62em}.restaurant-menu__item--layout-sub-item>th,.restaurant-menu__item--layout-sub-item>td{padding-bottom:.3em}.restaurant-menu__item--layout-sub-item>th:first-child{padding-left:.75em!important}.restaurant-menu__item:not(.restaurant-menu__item--layout-sub-item)+.restaurant-menu__item--layout-sub-item>th,.restaurant-menu__item:not(.restaurant-menu__item--layout-sub-item)+.restaurant-menu__item--layout-sub-item>td{padding-top:.6em}.restaurant-menu__item--layout-sub-item .restaurant-menu__item-information,.restaurant-menu__item--layout-sub-item .restaurant-menu__item-name,.restaurant-menu__item--layout-sub-item .restaurant-menu__item-value{font-size:calc(var(--menu-current-font-size) * var(--menu-description-scale, .9) - 1pt);font-weight:700;line-height:1.15}.restaurant-menu__item--layout-sub-item .restaurant-menu__item-description{font-size:calc(var(--menu-current-font-size) * var(--menu-description-scale, .9) - 1pt);font-weight:400;line-height:1.25}.restaurant-menu__item:has(+.restaurant-menu__item--tuck-under)>th,.restaurant-menu__item:has(+.restaurant-menu__item--tuck-under)>td{padding-bottom:.12em}.restaurant-menu__item--tuck-under>th,.restaurant-menu__item--tuck-under>td{padding-top:0!important}.restaurant-menu__section--group-sub-items .restaurant-menu__item--layout-sub-item:not(.restaurant-menu__item--tuck-under)>th{border-left:3px solid var(--menu-chapter-rule)!important;padding-left:1em!important}.restaurant-menu__section--group-sub-items .restaurant-menu__item:not(.restaurant-menu__item--layout-sub-item)+.restaurant-menu__item--layout-sub-item:not(.restaurant-menu__item--tuck-under)>th,.restaurant-menu__section--group-sub-items .restaurant-menu__item:not(.restaurant-menu__item--layout-sub-item)+.restaurant-menu__item--layout-sub-item:not(.restaurant-menu__item--tuck-under)>td{padding-top:1.15em}.restaurant-menu__section--group-sub-items .restaurant-menu__item--layout-sub-item.restaurant-menu__item--lunch-heading>th{border-left:0!important;padding-left:.75em!important}.restaurant-menu__item--lunch-heading .restaurant-menu__item-information,.restaurant-menu__item--lunch-heading .restaurant-menu__item-name,.restaurant-menu__item--lunch-heading .restaurant-menu__item-value{font-size:var(--menu-current-font-size);font-weight:400;line-height:1.25}.restaurant-menu__item-information{font-size:var(--menu-current-font-size);font-weight:400;line-height:1.25;padding-right:0!important}.restaurant-menu__item-name,.restaurant-menu__item-label,.restaurant-menu__item-supporting,.restaurant-menu__item-description{display:block}.restaurant-menu__item-name{font-size:var(--menu-current-font-size);font-weight:500}.restaurant-menu__item-label{margin-bottom:5px}.restaurant-menu__item-supporting{font-size:calc(var(--menu-current-font-size) * .94);font-style:italic;margin-top:2px}.restaurant-menu__item--layout-sub-item .restaurant-menu__item-supporting{font-size:inherit;font-weight:400}.restaurant-menu__item-description{font-size:calc(var(--menu-current-font-size) * var(--menu-description-scale, .9));line-height:1.35;margin-top:4px}.restaurant-menu__copy-line{font:inherit}.restaurant-menu__list-entry{display:inline-block;white-space:nowrap}.restaurant-menu__copy-line--format-a{font-size:calc(var(--menu-current-font-size) * var(--menu-description-scale, .9));font-style:italic;font-weight:400;line-height:1.35}.restaurant-menu__copy-line--format-a{display:inline-block;padding-left:.75em}.restaurant-menu__section--format-a-no-indent .restaurant-menu__copy-line--format-a{padding-left:0}.restaurant-menu__item-description br+.restaurant-menu__copy-line--format-a{margin-top:2px}.restaurant-menu__item--format-a-description .restaurant-menu__item-description,.restaurant-menu__item--format-a-supporting .restaurant-menu__item-supporting{margin-top:2px}.restaurant-menu__section--bold-item-names .restaurant-menu__item .restaurant-menu__item-name{font-style:normal;font-weight:700}.restaurant-menu__price-stack{display:grid;grid-template-columns:max-content;justify-items:end;margin:0 0 0 auto;width:max-content}.restaurant-menu__price-stack>.restaurant-menu__price-amount,.restaurant-menu__price-stack>.restaurant-menu__price-suffix{display:block;margin:0;padding:0;text-align:right;transform:none}.restaurant-menu__item--layout-sub-item .restaurant-menu__price-stack{align-items:baseline;display:inline-flex;gap:.25em;white-space:nowrap}.restaurant-menu__item--layout-sub-item .restaurant-menu__price-stack>.restaurant-menu__price-amount,.restaurant-menu__item--layout-sub-item .restaurant-menu__price-stack>.restaurant-menu__price-suffix{display:inline}.restaurant-menu__item--extra-separation>th,.restaurant-menu__item--extra-separation>td{padding-top:1.05em!important}.restaurant-menu__item-value{font-size:calc(var(--menu-current-font-size) - .5px);font-variant-numeric:tabular-nums;line-height:1.25;padding-left:var(--menu-current-column-gap)!important;text-align:right!important;white-space:nowrap}.restaurant-menu__column-heading:last-child,.restaurant-menu__item-value:last-child{padding-right:var(--menu-price-edge-gutter)!important}.restaurant-menu__footnote{font-size:90%;line-height:1.35;padding-top:.9em!important;text-align:left!important}.restaurant-menu__section--emphasis-editorial .restaurant-menu__section-title{font-family:var(--heading-family);font-size:calc(var(--menu-section-title-size, 24px) * 1.1);font-style:var(--heading-style);font-weight:var(--heading-weight);letter-spacing:var(--heading-spacing);line-height:1.05;text-transform:none}.restaurant-menu__section--emphasis-editorial .restaurant-menu__section-title-text{text-transform:none}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__section--emphasis-editorial{border-left:4px solid var(--menu-chapter-rule);padding-left:clamp(14px,3vw,22px)}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__section--emphasis-editorial .restaurant-menu__section-title-text:after{border-bottom:3px solid var(--menu-chapter-rule);content:"";display:block;margin-top:10px;width:52px}.restaurant-menu__section--emphasis-ruled{border-bottom:1px solid var(--menu-chapter-rule);border-top:4px solid var(--menu-chapter-rule);padding:20px 0 12px}.restaurant-menu__section--emphasis-framed{border:1px solid var(--menu-chapter-rule);padding:clamp(16px,4vw,28px)}.restaurant-menu__section--emphasis-spotlight{background:var(--menu-chapter-panel);padding:clamp(18px,4vw,32px)}.restaurant-menu__section--emphasis-hero{background:var(--menu-chapter-panel);border-top:6px solid var(--menu-chapter-rule);padding:clamp(28px,6vw,48px)}.restaurant-menu__section--emphasis-hero .restaurant-menu__section-title{font-family:var(--heading-family);font-size:clamp(30px,5vw,calc(var(--menu-section-title-size, 24px) * 1.55));font-style:var(--heading-style);font-weight:var(--heading-weight);letter-spacing:var(--heading-spacing);line-height:1;text-transform:none}.restaurant-menu__section--emphasis-hero .restaurant-menu__section-title-text{text-transform:none}.restaurant-menu__section--emphasis-quiet .restaurant-menu__section-title{font-family:var(--heading-family);font-size:calc(var(--menu-section-title-size, 24px) * 1.15);text-transform:none}.restaurant-menu__section--compact .restaurant-menu__item>th,.restaurant-menu__section--compact .restaurant-menu__item>td,.restaurant-menu__section--options .restaurant-menu__item>th,.restaurant-menu__section--options .restaurant-menu__item>td{padding-bottom:.35em}.restaurant-menu__section--wine .restaurant-menu__item-name{font-style:italic;font-weight:700}.restaurant-menu__section--wine .restaurant-menu__item-description{font-size:calc(var(--menu-current-font-size) * .94)}.restaurant-menu__item--emphasis-featured>th,.restaurant-menu__item--emphasis-featured>td{background:var(--menu-chapter-panel)!important;border-bottom:1px solid var(--menu-chapter-rule)!important;border-top:1px solid var(--menu-chapter-rule)!important;padding-bottom:1em;padding-top:1em}.restaurant-menu__item--emphasis-featured>th{border-left:4px solid var(--menu-chapter-rule)!important;padding-left:clamp(16px,3vw,22px)!important;padding-right:clamp(16px,3vw,22px)!important}.restaurant-menu__item--emphasis-featured .restaurant-menu__item-name,.restaurant-menu__item--emphasis-editorial .restaurant-menu__item-name{font-size:var(--menu-featured-name-size, 24px);font-weight:700;line-height:1.05}.restaurant-menu__item--emphasis-editorial .restaurant-menu__item-name,.restaurant-menu__item--emphasis-hero .restaurant-menu__item-name,.restaurant-menu__item--emphasis-oversized .restaurant-menu__item-name{font-family:var(--heading-family);font-style:var(--heading-style);font-weight:var(--heading-weight);letter-spacing:var(--heading-spacing)}.restaurant-menu__item--emphasis-hero{background:var(--menu-chapter-panel)!important}.restaurant-menu__item--emphasis-hero>th,.restaurant-menu__item--emphasis-hero>td{background:transparent!important;padding-bottom:clamp(24px,5vw,38px);padding-top:clamp(24px,5vw,38px)}.restaurant-menu__item--emphasis-hero>th{padding-left:clamp(22px,5vw,38px)!important;padding-right:clamp(22px,5vw,38px)!important}.restaurant-menu__item--emphasis-hero .restaurant-menu__item-name,.restaurant-menu__item--emphasis-oversized .restaurant-menu__item-name{font-size:var(--menu-hero-name-size, 32px);line-height:1}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item--emphasis-featured+.restaurant-menu__item>th,.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item--emphasis-featured+.restaurant-menu__item>td{padding-top:.8em}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item--emphasis-hero+.restaurant-menu__item>th,.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item--emphasis-hero+.restaurant-menu__item>td{padding-top:clamp(18px,4vw,28px)}.restaurant-menu__item--emphasis-staff-pick>th{border-left:0!important;padding-bottom:.9em;padding-left:20px!important;position:relative}.restaurant-menu__item--emphasis-staff-pick>th:before{background:var(--menu-chapter-rule);bottom:10px;content:"";left:0;position:absolute;top:4px;width:3px}.restaurant-menu__item--emphasis-staff-pick .restaurant-menu__item-name{font-size:calc(var(--menu-current-font-size) + 1pt)}.restaurant-menu__item--emphasis-framed>th,.restaurant-menu__item--emphasis-framed>td{border-bottom:1px solid var(--menu-chapter-rule)!important;border-top:1px solid var(--menu-chapter-rule)!important;padding-bottom:.8em;padding-top:.8em}.restaurant-menu__configuration-message{border:1px solid var(--menu-border-color);margin-bottom:48px;padding:20px;text-align:center}.restaurant-menu__downloads{border-bottom:1px solid var(--menu-border-color);border-top:1px solid var(--menu-border-color);margin-bottom:64px;margin-top:56px;padding:30px 24px 22px}.restaurant-menu__downloads h2{font-family:var(--heading-family);font-size:30px;letter-spacing:var(--heading-spacing);margin:0 0 22px;text-align:center}.restaurant-menu__download-groups{display:grid;gap:30px;grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-menu__download-group{text-align:center}.restaurant-menu__download-group h3{font-family:var(--heading-family);font-size:22px;letter-spacing:var(--heading-spacing);margin:0 0 12px}.restaurant-menu__download-actions{align-items:center;display:flex;flex-direction:column;gap:7px;justify-content:center}.restaurant-menu__download-button{align-items:center;display:inline-flex;gap:8px;justify-content:center;margin:0}.restaurant-menu__download-button svg{flex:0 0 auto}.restaurant-menu__cover-link{font-family:inherit;font-size:15px;margin:0}.restaurant-menu__print-sources,.restaurant-menu__print-output{display:none}body.restaurant-menu-is-paginating .restaurant-menu__print-output{display:block;left:-10000px;position:absolute;top:0;visibility:hidden}.restaurant-menu__print-output,.restaurant-menu__print-output *{letter-spacing:0}.restaurant-menu__print-page{--menu-print-page-width: 154mm;--menu-print-page-height: 216mm;--menu-print-trim-width: 148mm;--menu-print-trim-height: 210mm;--menu-print-bleed: 3mm;--menu-print-min-font-size: 10.5pt;--menu-print-margin-top: 11mm;--menu-print-margin-bottom: 11mm;--menu-print-margin-inside: 25mm;--menu-print-margin-outside: 10mm;--menu-print-base-font-size: 16pt;--menu-print-section-title-font-size: 21pt;--menu-print-description-font-size: 12.5pt;--menu-print-supporting-font-size: 13.5pt;--menu-print-value-font-size: 16pt;--menu-print-column-heading-font-size: 16pt;--menu-print-chapter-title-font-size: 32pt;--menu-print-chapter-kicker-font-size: 11pt;--menu-print-featured-name-font-size: 17.5pt;--menu-print-hero-name-font-size: 24pt;--menu-print-badge-font-size: 10.5pt;--menu-print-footnote-font-size: 11.5pt;--menu-print-continuation-font-size: 10.5pt;--menu-print-page-number-font-size: 10.5pt;--menu-print-body-line-height: 1.12;--menu-print-description-line-height: 1.22;--menu-print-column-gap: 2mm;--menu-print-column-width: 19mm;--menu-print-information-gap: 3mm;--menu-print-item-gap: 1.5mm;--menu-print-section-gap: 5.5mm;--menu-print-chapter-header-gap: 5mm;--menu-print-introduction-gap: 2.4mm;--menu-print-description-gap: .65mm;--menu-print-compact-description-gap: .5mm;--menu-print-supporting-gap: .25mm;--menu-print-feature-padding: 2.4mm;--menu-print-border-width: .3mm;--menu-print-page-number-offset: 5mm;background:#fff;box-sizing:border-box;color:#000;font-size:var(--menu-print-base-font-size);font-style:normal;font-weight:400;height:var(--menu-print-page-height);line-height:var(--menu-print-body-line-height);overflow:hidden;position:relative;print-color-adjust:exact;width:var(--menu-print-page-width);-webkit-print-color-adjust:exact}.restaurant-menu__print-page--typography-condensed{font-family:Agency FB,Arial Narrow,sans-serif}.restaurant-menu__print-page--typography-theme-sans,.restaurant-menu__print-page--typography-editorial{font-family:var(--main-family)}.restaurant-menu__print-page{padding-bottom:calc(var(--menu-print-margin-bottom) + var(--menu-print-bleed));padding-top:calc(var(--menu-print-margin-top) + var(--menu-print-bleed))}.restaurant-menu__print-page--right{padding-left:calc(var(--menu-print-margin-inside) + var(--menu-print-bleed));padding-right:calc(var(--menu-print-margin-outside) + var(--menu-print-bleed))}.restaurant-menu__print-page--left{padding-left:calc(var(--menu-print-margin-outside) + var(--menu-print-bleed));padding-right:calc(var(--menu-print-margin-inside) + var(--menu-print-bleed))}.restaurant-menu__print-page-content{box-sizing:border-box;height:100%;overflow:visible}.restaurant-menu__print-page--theme-day,.restaurant-menu__print-page--theme-warm,.restaurant-menu__print-page--theme-plain{--menu-chapter-rule: #8d6248}.restaurant-menu__print-page--theme-night,.restaurant-menu__print-page--stock-dark{--menu-chapter-rule: #e8be7f;background:#141414;color:#faf4e8}.restaurant-menu__print-page--theme-night .restaurant-menu__ink-accent,.restaurant-menu__print-page--stock-dark .restaurant-menu__ink-accent{color:#e8be7f}.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-day .restaurant-menu__ink-accent,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-warm .restaurant-menu__ink-accent,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-plain .restaurant-menu__ink-accent{color:#000}.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-day .restaurant-menu__ink-accent-border,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-warm .restaurant-menu__ink-accent-border,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-plain .restaurant-menu__ink-accent-border,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-day .restaurant-menu__ink-accent-border>th,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-day .restaurant-menu__ink-accent-border>td,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-warm .restaurant-menu__ink-accent-border>th,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-warm .restaurant-menu__ink-accent-border>td,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-plain .restaurant-menu__ink-accent-border>th,.restaurant-menu__print-page--stock-standard.restaurant-menu__print-page--theme-plain .restaurant-menu__ink-accent-border>td{border-color:#8d6248!important}.restaurant-menu__print-page .restaurant-menu__chapter-header{margin:0 0 var(--menu-print-chapter-header-gap);max-width:none}.restaurant-menu__print-page .restaurant-menu__chapter-header--rule{border-bottom:var(--menu-print-border-width) solid currentColor;padding-bottom:var(--menu-print-feature-padding)}.restaurant-menu__print-page .restaurant-menu__chapter-header--editorial{border-left:calc(var(--menu-print-border-width) * 4) solid currentColor;padding-left:var(--menu-print-feature-padding)}.restaurant-menu__print-page .restaurant-menu__chapter-header--full-page{justify-content:center;min-height:100%;padding-top:0}.restaurant-menu__print-page .restaurant-menu__chapter-title{font-family:inherit;font-size:var(--menu-print-chapter-title-font-size);letter-spacing:var(--heading-spacing);line-height:.98}.restaurant-menu__print-page .restaurant-menu__chapter-kicker{font-size:var(--menu-print-chapter-kicker-font-size);margin-bottom:calc(var(--menu-print-feature-padding) / 2)}.restaurant-menu__print-page .restaurant-menu__chapter-introduction{font-size:var(--menu-print-description-font-size);line-height:var(--menu-print-description-line-height);margin-top:var(--menu-print-introduction-gap)}.restaurant-menu__print-page .restaurant-menu__chapter-divider-mark{border-top-width:var(--menu-print-border-width)}.restaurant-menu__print-page .restaurant-menu__section{border:0;break-inside:avoid;margin:0 0 var(--menu-print-section-gap);padding:0}.restaurant-menu__print-page .restaurant-menu__section:last-child{margin-bottom:0}.restaurant-menu__print-page .restaurant-menu__section.restaurant-menu__section--sandwich-options{margin-bottom:calc(var(--menu-print-section-gap) * 2)}.restaurant-menu__print-page .restaurant-menu__table{color:inherit;font-family:inherit}.restaurant-menu__print-page .restaurant-menu__table .restaurant-menu__value-column{width:var(--menu-print-column-width)}.restaurant-menu__print-page .restaurant-menu__section-title{font-family:inherit;font-size:var(--menu-print-section-title-font-size);font-weight:700;line-height:1;padding-bottom:.5em!important}.restaurant-menu__print-page .restaurant-menu__section-title-text{font-size:inherit;line-height:inherit}.restaurant-menu__print-page--typography-editorial .restaurant-menu__section--emphasis-editorial .restaurant-menu__section-title{font-family:inherit}.restaurant-menu__print-page .restaurant-menu__section-eyebrow,.restaurant-menu__print-page .restaurant-menu__item-label{font-family:inherit;font-size:max(var(--menu-print-badge-font-size),var(--menu-print-min-font-size))}.restaurant-menu__print-page .restaurant-menu__chapter-kicker{font-family:inherit}.restaurant-menu__print-page .restaurant-menu__section-eyebrow{margin-bottom:.3em}.restaurant-menu__print-page .restaurant-menu__section-heading-row:has(.restaurant-menu__section-eyebrow) .restaurant-menu__column-heading{padding-top:calc(var(--menu-print-badge-font-size) * 1.1 + .3em)!important}.restaurant-menu__print-page .restaurant-menu__column-heading{font-size:var(--menu-print-value-font-size);font-variant-numeric:normal;font-weight:400;line-height:1;overflow-wrap:anywhere;padding-bottom:.5em!important;padding-left:var(--menu-print-column-gap)!important;white-space:normal}.restaurant-menu__print-page .restaurant-menu__column-heading--price{font-size:var(--menu-print-value-font-size);font-variant-numeric:normal;font-weight:400}.restaurant-menu__print-page .restaurant-menu__section--split-print-heading .restaurant-menu__section-title{padding-bottom:.2em!important}.restaurant-menu__print-page .restaurant-menu__section-heading-row--values .restaurant-menu__column-heading{padding-bottom:.7em!important}.restaurant-menu__print-page .restaurant-menu__section-introduction{font-size:var(--menu-print-description-font-size);font-style:normal;font-weight:400;line-height:var(--menu-print-description-line-height);padding-bottom:var(--menu-print-introduction-gap)!important}.restaurant-menu__print-page .restaurant-menu__item>th,.restaurant-menu__print-page .restaurant-menu__item>td{padding-bottom:var(--menu-print-item-gap)}.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item>th,.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item>td{padding-bottom:calc(var(--menu-print-item-gap) * .45)}.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item>th:first-child{padding-left:.75em!important}.restaurant-menu__print-page .restaurant-menu__item:not(.restaurant-menu__item--layout-sub-item)+.restaurant-menu__item--layout-sub-item>th,.restaurant-menu__print-page .restaurant-menu__item:not(.restaurant-menu__item--layout-sub-item)+.restaurant-menu__item--layout-sub-item>td{padding-top:calc(var(--menu-print-item-gap) * 1.5)}.restaurant-menu__print-page .restaurant-menu__item:has(+.restaurant-menu__item--tuck-under)>th,.restaurant-menu__print-page .restaurant-menu__item:has(+.restaurant-menu__item--tuck-under)>td{padding-bottom:calc(var(--menu-print-item-gap) * .12)}.restaurant-menu__print-page .restaurant-menu__item+.restaurant-menu__item--tuck-under>th,.restaurant-menu__print-page .restaurant-menu__item+.restaurant-menu__item--tuck-under>td{padding-top:0!important}.restaurant-menu__print-page .restaurant-menu__section--group-sub-items .restaurant-menu__item--layout-sub-item:not(.restaurant-menu__item--tuck-under)>th{border-left:calc(var(--menu-print-border-width) * 3) solid var(--menu-chapter-rule)!important;padding-left:var(--menu-print-feature-padding)!important}.restaurant-menu__print-page .restaurant-menu__section--group-sub-items .restaurant-menu__item:not(.restaurant-menu__item--layout-sub-item)+.restaurant-menu__item--layout-sub-item:not(.restaurant-menu__item--tuck-under)>th,.restaurant-menu__print-page .restaurant-menu__section--group-sub-items .restaurant-menu__item:not(.restaurant-menu__item--layout-sub-item)+.restaurant-menu__item--layout-sub-item:not(.restaurant-menu__item--tuck-under)>td{padding-top:calc(var(--menu-print-item-gap) * 2.4)}.restaurant-menu__print-page .restaurant-menu__section--group-sub-items .restaurant-menu__item--layout-sub-item.restaurant-menu__item--lunch-heading>th{border-left:0!important;padding-left:.75em!important}.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item .restaurant-menu__item-information,.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item .restaurant-menu__item-name,.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item .restaurant-menu__item-value{font-size:max(calc(var(--menu-print-base-font-size) * .66),var(--menu-print-min-font-size));font-weight:700;line-height:1.15}.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item .restaurant-menu__item-description{font-size:max(calc(var(--menu-print-base-font-size) * .66),var(--menu-print-min-font-size));font-weight:400;line-height:1.18}.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item .restaurant-menu__item-value{padding-left:0!important}.restaurant-menu__print-page .restaurant-menu__item-information{font-size:var(--menu-print-base-font-size);font-weight:400;line-height:var(--menu-print-body-line-height);overflow-wrap:break-word;padding-right:var(--menu-print-information-gap)!important}.restaurant-menu__print-page .restaurant-menu__item-name{font-size:var(--menu-print-base-font-size);font-weight:400;line-height:var(--menu-print-body-line-height)}.restaurant-menu__print-page .restaurant-menu__item-supporting{font-size:var(--menu-print-supporting-font-size);margin-top:var(--menu-print-supporting-gap)}.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item .restaurant-menu__item-supporting{font-size:inherit;font-weight:400}.restaurant-menu__print-page .restaurant-menu__item--lunch-heading .restaurant-menu__item-information,.restaurant-menu__print-page .restaurant-menu__item--lunch-heading .restaurant-menu__item-name,.restaurant-menu__print-page .restaurant-menu__item--lunch-heading .restaurant-menu__item-value{font-size:var(--menu-print-base-font-size);font-weight:400;line-height:var(--menu-print-body-line-height)}.restaurant-menu__print-page .restaurant-menu__item-value{font-size:var(--menu-print-value-font-size);font-variant-numeric:normal;font-weight:400;line-height:1;padding-left:var(--menu-print-column-gap)!important}.restaurant-menu__print-page .restaurant-menu__column-heading:last-child,.restaurant-menu__print-page .restaurant-menu__item-value:last-child{padding-right:var(--menu-print-feature-padding)!important}.restaurant-menu__price-amount,.restaurant-menu__price-suffix{display:block}.restaurant-menu__price-suffix{white-space:nowrap}.restaurant-menu__section:has(.restaurant-menu__price-suffix) .restaurant-menu__table .restaurant-menu__value-column{width:calc(5.5em + var(--menu-current-column-gap))}.restaurant-menu__print-page .restaurant-menu__section:has(.restaurant-menu__price-suffix) .restaurant-menu__table .restaurant-menu__value-column{width:calc(var(--menu-print-column-width) * 1.4)}.restaurant-menu__print-page .restaurant-menu__item-description{font-size:var(--menu-print-description-font-size);font-weight:400;line-height:var(--menu-print-description-line-height);margin-top:var(--menu-print-description-gap)}.restaurant-menu__print-page .restaurant-menu__copy-line--format-a{font-size:var(--menu-print-description-font-size);font-style:italic;font-weight:400;line-height:var(--menu-print-description-line-height)}.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item.restaurant-menu__item--extra-separation>th,.restaurant-menu__print-page .restaurant-menu__item--layout-sub-item.restaurant-menu__item--extra-separation>td{padding-top:calc(var(--menu-print-item-gap) * 2.4)!important}.restaurant-menu__print-page .restaurant-menu__section--standard .restaurant-menu__item-description,.restaurant-menu__print-page .restaurant-menu__section--compact .restaurant-menu__item-description{margin-top:var(--menu-print-compact-description-gap)}.restaurant-menu__print-page .restaurant-menu__section--wine .restaurant-menu__item-description{font-size:var(--menu-print-supporting-font-size)}.restaurant-menu__print-page .restaurant-menu__footnote{font-size:max(var(--menu-print-footnote-font-size),var(--menu-print-min-font-size));padding-top:calc(var(--menu-print-item-gap) * .75)!important}.restaurant-menu__print-page .restaurant-menu__section--emphasis-ruled{border-bottom:var(--menu-print-border-width) solid currentColor;border-top:calc(var(--menu-print-border-width) * 3) solid currentColor;padding:var(--menu-print-feature-padding) 0}.restaurant-menu__print-page .restaurant-menu__section--emphasis-framed{border:var(--menu-print-border-width) solid currentColor;padding:var(--menu-print-feature-padding)}.restaurant-menu__print-page .restaurant-menu__section--emphasis-spotlight{background:#0000000f;padding:calc(var(--menu-print-feature-padding) * 1.35)}.restaurant-menu__print-page .restaurant-menu__section--emphasis-hero{background:#a88d7924;border-top:calc(var(--menu-print-border-width) * 4) solid currentColor;padding:calc(var(--menu-print-feature-padding) * 1.35)}.restaurant-menu__print-page .restaurant-menu__section--emphasis-hero .restaurant-menu__section-title{font-family:inherit;font-size:var(--menu-print-hero-name-font-size);line-height:1}.restaurant-menu__print-page--stock-standard .restaurant-menu__section--emphasis-spotlight,.restaurant-menu__print-page--stock-standard .restaurant-menu__section--emphasis-hero,.restaurant-menu__print-page--stock-standard .restaurant-menu__item--emphasis-featured>th,.restaurant-menu__print-page--stock-standard .restaurant-menu__item--emphasis-featured>td,.restaurant-menu__print-page--stock-standard .restaurant-menu__item--emphasis-hero>th,.restaurant-menu__print-page--stock-standard .restaurant-menu__item--emphasis-hero>td{background:#a88d7924!important}.restaurant-menu__print-page--theme-night .restaurant-menu__section--emphasis-spotlight,.restaurant-menu__print-page--stock-dark .restaurant-menu__section--emphasis-spotlight{background:#1b1b1b}.restaurant-menu__print-page .restaurant-menu__item--emphasis-featured>th,.restaurant-menu__print-page .restaurant-menu__item--emphasis-featured>td,.restaurant-menu__print-page .restaurant-menu__item--emphasis-framed>th,.restaurant-menu__print-page .restaurant-menu__item--emphasis-framed>td{border-bottom:var(--menu-print-border-width) solid currentColor!important;border-top:var(--menu-print-border-width) solid currentColor!important;padding-bottom:var(--menu-print-feature-padding);padding-top:var(--menu-print-feature-padding)}.restaurant-menu__print-page .restaurant-menu__item--emphasis-featured .restaurant-menu__item-name,.restaurant-menu__print-page .restaurant-menu__item--emphasis-editorial .restaurant-menu__item-name{font-size:var(--menu-print-featured-name-font-size);font-weight:700}.restaurant-menu__print-page .restaurant-menu__item--emphasis-featured:has(.restaurant-menu__item-label) .restaurant-menu__item-value{padding-top:calc(var(--menu-print-feature-padding) + var(--menu-print-badge-font-size) * 1.1 + 5px)!important}.restaurant-menu__print-page .restaurant-menu__item--emphasis-editorial .restaurant-menu__item-name,.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero .restaurant-menu__item-name,.restaurant-menu__print-page .restaurant-menu__item--emphasis-oversized .restaurant-menu__item-name{font-family:inherit}.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero>th,.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero>td{background:#0000000f!important;padding-bottom:var(--menu-print-feature-padding);padding-top:var(--menu-print-feature-padding)}.restaurant-menu__print-page--theme-night .restaurant-menu__item--emphasis-hero>th,.restaurant-menu__print-page--theme-night .restaurant-menu__item--emphasis-hero>td,.restaurant-menu__print-page--stock-dark .restaurant-menu__item--emphasis-hero>th,.restaurant-menu__print-page--stock-dark .restaurant-menu__item--emphasis-hero>td{background:#1b1b1b!important}.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero{background:#0000000f!important}.restaurant-menu__print-page--theme-night .restaurant-menu__item--emphasis-hero,.restaurant-menu__print-page--stock-dark .restaurant-menu__item--emphasis-hero{background:#1b1b1b!important}.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero>th,.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero>td{background:transparent!important}.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero>th{padding-left:var(--menu-print-feature-padding)!important}.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero .restaurant-menu__item-name,.restaurant-menu__print-page .restaurant-menu__item--emphasis-oversized .restaurant-menu__item-name{font-size:var(--menu-print-hero-name-font-size);font-weight:700}.restaurant-menu__print-page .restaurant-menu__item--emphasis-featured+.restaurant-menu__item>th,.restaurant-menu__print-page .restaurant-menu__item--emphasis-featured+.restaurant-menu__item>td,.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero+.restaurant-menu__item>th,.restaurant-menu__print-page .restaurant-menu__item--emphasis-hero+.restaurant-menu__item>td{padding-top:var(--menu-print-feature-padding)}.restaurant-menu__print-page .restaurant-menu__item--emphasis-staff-pick>th{border-left:0!important;padding-bottom:calc(var(--menu-print-item-gap) + 1mm);padding-left:var(--menu-print-feature-padding)!important;position:relative}.restaurant-menu__print-page .restaurant-menu__item--emphasis-staff-pick>th:before{background:currentColor;bottom:1.5mm;top:.75mm;width:calc(var(--menu-print-border-width) * 2)}.restaurant-menu__print-page .restaurant-menu__item--emphasis-staff-pick .restaurant-menu__item-name{font-size:calc(var(--menu-print-base-font-size) + 1pt);font-weight:700}.restaurant-menu__print-page .restaurant-menu__section--wine .restaurant-menu__item:not(.restaurant-menu__item--emphasis-featured):not(.restaurant-menu__item--emphasis-hero):not(.restaurant-menu__item--emphasis-staff-pick) .restaurant-menu__item-name{font-weight:400}.restaurant-menu__print-page .restaurant-menu__section--continuation .restaurant-menu__section-title:after{content:" (continued)";font-size:max(var(--menu-print-continuation-font-size),var(--menu-print-min-font-size));font-style:italic;font-weight:400;text-transform:none}.restaurant-menu__page-number{font-family:inherit;font-size:max(var(--menu-print-page-number-font-size),var(--menu-print-min-font-size));line-height:1;position:absolute}.restaurant-menu__print-output--folios-bottom-centre .restaurant-menu__page-number{bottom:var(--menu-print-page-number-offset);left:50%;transform:translate(-50%)}.restaurant-menu__print-output--folios-top-centre .restaurant-menu__page-number{left:50%;top:var(--menu-print-page-number-offset);transform:translate(-50%)}.restaurant-menu__print-output--folios-bottom-outside .restaurant-menu__print-page--right .restaurant-menu__page-number{bottom:var(--menu-print-page-number-offset);right:var(--menu-print-margin-outside)}.restaurant-menu__print-output--folios-bottom-outside .restaurant-menu__print-page--left .restaurant-menu__page-number{bottom:var(--menu-print-page-number-offset);left:var(--menu-print-margin-outside)}.restaurant-menu__print-output--folios-top-outside .restaurant-menu__print-page--right .restaurant-menu__page-number{right:var(--menu-print-margin-outside);top:var(--menu-print-page-number-offset)}.restaurant-menu__print-output--folios-top-outside .restaurant-menu__print-page--left .restaurant-menu__page-number{left:var(--menu-print-margin-outside);top:var(--menu-print-page-number-offset)}.restaurant-menu__print-output--plate-white .restaurant-menu__print-page,.restaurant-menu__print-output--plate-white .restaurant-menu__print-page *{background:transparent!important;border-color:#000!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.restaurant-menu__print-output--plate-white .restaurant-menu__print-page{background:#fff!important}.restaurant-menu__print-output--plate-accent .restaurant-menu__print-page,.restaurant-menu__print-output--plate-accent .restaurant-menu__print-page *{background:transparent!important;border-color:transparent!important;box-shadow:none!important;color:transparent!important;text-shadow:none!important}.restaurant-menu__print-output--plate-accent .restaurant-menu__print-page{background:#fff!important}.restaurant-menu__print-output--plate-accent .restaurant-menu__ink-accent,.restaurant-menu__print-output--plate-accent .restaurant-menu__ink-accent *{color:#000!important}.restaurant-menu__print-output--plate-accent .restaurant-menu__ink-accent-border{border-color:#000!important}.restaurant-menu__print-output--plate-accent .restaurant-menu__ink-accent-border>th,.restaurant-menu__print-output--plate-accent .restaurant-menu__ink-accent-border>td{border-color:#000!important}.restaurant-menu__print-output--plate-accent .restaurant-menu__chapter-divider-mark:after,.restaurant-menu__print-output--plate-accent .restaurant-menu__chapter-divider-mark:before{background:#000!important}.restaurant-menu__print-page--excluded{background:#fff!important}.restaurant-menu__print-page--excluded .restaurant-menu__print-page-content,.restaurant-menu__print-page--excluded .restaurant-menu__page-number{visibility:hidden!important}@media(max-width:767px){.restaurant-menu{--menu-current-column-gap: clamp( 0px, calc(var(--menu-column-gap-mobile, 14px) - 44px + 11.28vw), var(--menu-column-gap-mobile, 14px) );--menu-current-font-size: var(--menu-font-size-mobile, 17px);--menu-jump-offset: 104px;--menu-price-edge-gutter: 8px}.restaurant-menu__masthead{padding:38px 16px 24px}.restaurant-menu__page-header{margin-bottom:24px}.restaurant-menu__navigation{max-width:none}.restaurant-menu__navigation-panel{position:static;width:100%}.restaurant-menu__chapter-inner{padding:var(--menu-chapter-padding-mobile, 40px) 16px}.restaurant-menu__chapter-header--editorial{padding-left:16px}.restaurant-menu__chapter-header--full-page{min-height:34vh}.restaurant-menu__section{margin-bottom:calc(var(--menu-section-gap, 42px) * .8)}.restaurant-menu__section.restaurant-menu__section--sandwich-options{margin-bottom:calc(var(--menu-section-gap, 42px) * 1.6)}.restaurant-menu__section-title{font-size:max(20px,calc(var(--menu-section-title-size, 24px) * .88));overflow-wrap:anywhere;padding-right:8px!important}.restaurant-menu__section--emphasis-hero{padding:22px 18px}.restaurant-menu__section--emphasis-hero .restaurant-menu__section-title{font-size:max(28px,calc(var(--menu-section-title-size, 24px) * 1.25))}.restaurant-menu__column-heading,.restaurant-menu__item-value{font-size:max(14px,calc(var(--menu-current-font-size) - 1px))}.restaurant-menu__section--columns-2{--menu-current-column-gap: min(6px, var(--menu-column-gap-mobile, 14px))}.restaurant-menu__section--columns-2 .restaurant-menu__table .restaurant-menu__value-column{width:66px}.restaurant-menu__section--columns-2 .restaurant-menu__column-heading,.restaurant-menu__section--columns-2 .restaurant-menu__item-value{font-size:13px}.restaurant-menu__section--columns-3{--menu-current-column-gap: min(6px, var(--menu-column-gap-mobile, 14px))}.restaurant-menu__section--columns-3 .restaurant-menu__table .restaurant-menu__value-column{width:66px}.restaurant-menu__section--columns-3 .restaurant-menu__column-heading,.restaurant-menu__section--columns-3 .restaurant-menu__item-value{font-size:12px}.restaurant-menu__section--columns-4{--menu-current-column-gap: min(5px, var(--menu-column-gap-mobile, 14px))}.restaurant-menu__section--columns-4 .restaurant-menu__table .restaurant-menu__value-column{width:54px}.restaurant-menu__section--columns-4 .restaurant-menu__column-heading,.restaurant-menu__section--columns-4 .restaurant-menu__item-value{font-size:12px}.restaurant-menu__item-information{overflow-wrap:anywhere}.restaurant-menu__item--emphasis-featured .restaurant-menu__item-name,.restaurant-menu__item--emphasis-editorial .restaurant-menu__item-name{font-size:max(21px,calc(var(--menu-featured-name-size, 24px) * .88))}.restaurant-menu__item--emphasis-hero .restaurant-menu__item-name,.restaurant-menu__item--emphasis-oversized .restaurant-menu__item-name{font-size:max(25px,calc(var(--menu-hero-name-size, 32px) * .82))}.restaurant-menu__download-groups{grid-template-columns:1fr}.restaurant-menu__downloads{width:calc(100% - 32px);margin-left:16px;margin-right:16px;padding-left:0;padding-right:0}}@media(max-width:359px){.restaurant-menu__masthead,.restaurant-menu__chapter-inner{padding-left:12px;padding-right:12px}.restaurant-menu__section--columns-4{--menu-current-column-gap: 3px}.restaurant-menu__section--columns-4 .restaurant-menu__column-heading,.restaurant-menu__section--columns-4 .restaurant-menu__item-value{font-size:11px}.restaurant-menu__section--columns-4 .restaurant-menu__table .restaurant-menu__value-column{width:50px}.restaurant-menu__section--columns-3{--menu-current-column-gap: 4px}.restaurant-menu__section--columns-3 .restaurant-menu__column-heading,.restaurant-menu__section--columns-3 .restaurant-menu__item-value{font-size:11px}.restaurant-menu__section--columns-3 .restaurant-menu__table .restaurant-menu__value-column{width:60px}.restaurant-menu__section--columns-2{--menu-current-column-gap: 4px}.restaurant-menu__section--columns-2 .restaurant-menu__column-heading,.restaurant-menu__section--columns-2 .restaurant-menu__item-value{font-size:12px}.restaurant-menu__section--columns-2 .restaurant-menu__table .restaurant-menu__value-column{width:60px}}@media screen and (max-width:767px){.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item-value,.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item-label{font-size:14px}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__price-suffix{font-size:12px;line-height:1.15}}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__section--handle-matcha{--menu-chapter-panel: #faf4e8;--menu-chapter-rule: #586a40;background:#dfe6cc;color:#263129}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__section--handle-matcha .restaurant-menu__ink-accent{color:#586a40}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item[class*=restaurant-menu__item--emphasis-]:not(.restaurant-menu__item--emphasis-standard):not(.restaurant-menu__item--emphasis-hero)>th,.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item[class*=restaurant-menu__item--emphasis-]:not(.restaurant-menu__item--emphasis-standard):not(.restaurant-menu__item--emphasis-hero)>td{padding-bottom:1.2em;padding-top:1.2em}.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item[class*=restaurant-menu__item--emphasis-]:not(.restaurant-menu__item--emphasis-standard)+.restaurant-menu__item>th,.restaurant-menu__chapters[data-menu-context=screen] .restaurant-menu__item[class*=restaurant-menu__item--emphasis-]:not(.restaurant-menu__item--emphasis-standard)+.restaurant-menu__item>td{padding-top:1.1em}@page menu-output{margin:0}@media print{html.restaurant-menu-print-mode{height:auto!important;min-height:0!important;overflow:visible!important}body.restaurant-menu-print-mode{animation:none!important;background:#fff!important;height:auto!important;margin:0!important;min-height:0!important;overflow:visible!important;opacity:1!important;transition:none!important}body.restaurant-menu-print-mode>*:not(.restaurant-menu__print-output){display:none!important}body.restaurant-menu-print-mode .restaurant-menu__print-output{display:block!important;margin:0!important;padding:0!important;width:100%!important}body.restaurant-menu-print-mode .restaurant-menu__print-page .restaurant-menu__table .restaurant-menu__value-column{width:var(--menu-print-column-width)!important}body.restaurant-menu-print-mode .restaurant-menu__print-page .restaurant-menu__section:has(.restaurant-menu__price-suffix) .restaurant-menu__table .restaurant-menu__value-column{width:calc(var(--menu-print-column-width) * 1.4)!important}body.restaurant-menu-print-mode .restaurant-menu__print-page .restaurant-menu__item-value{font-size:var(--menu-print-value-font-size);font-variant-numeric:normal;font-weight:400;line-height:1}body.restaurant-menu-print-mode .restaurant-menu__print-page .restaurant-menu__column-heading{font-size:var(--menu-print-value-font-size);font-variant-numeric:normal;font-weight:400;line-height:1;overflow-wrap:anywhere;white-space:normal}body.restaurant-menu-print-mode .restaurant-menu__print-page .restaurant-menu__price-amount,body.restaurant-menu-print-mode .restaurant-menu__print-page .restaurant-menu__price-suffix{font-size:max(var(--menu-print-value-font-size),var(--menu-print-min-font-size))!important}body.restaurant-menu-print-mode .restaurant-menu__print-page .restaurant-menu__item--layout-sub-item .restaurant-menu__item-value{font-size:max(calc(var(--menu-print-base-font-size) * .66),var(--menu-print-min-font-size));font-weight:700;line-height:1.15}body.restaurant-menu-print-mode .restaurant-menu__print-page{break-after:auto;break-before:auto;display:block;margin:0 auto!important;page:menu-output;page-break-after:auto;page-break-before:auto}body.restaurant-menu-print-mode .restaurant-menu__print-page+.restaurant-menu__print-page{break-before:page;page-break-before:always}}@media screen{.restaurant-menu__downloads{box-sizing:border-box;min-width:0;max-width:var(--menu-content-width, 820px)}.restaurant-menu__download-actions,.restaurant-menu__download-group{min-width:0}.restaurant-menu__download-button{box-sizing:border-box;max-width:calc(100% - 6px);white-space:normal}.restaurant-menu__download-button span{min-width:0;overflow-wrap:anywhere}}@media screen{.restaurant-menu__navigation-summary{grid-template-columns:minmax(0,auto) minmax(0,1fr) auto}.restaurant-menu__navigation-label,.restaurant-menu__navigation-title{min-width:0;white-space:normal;overflow-wrap:anywhere}.restaurant-menu__navigation-icon{flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-restaurant-menu.css.map */
