/* GastroFaza flipbook: a readable HTML menu, with a native modal and paper turns. */
.gf-site .gf-menu-cover-trigger{display:block;color:var(--gf-paper);text-decoration:none}
.gf-site .gf-cover-art{position:relative;isolation:isolate;container-type:size;background:#07080A;overflow:hidden;height:100%;min-height:260px;color:var(--gf-paper)}
.gf-site .gf-cover-art::after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(7,8,10,.08) 0%,transparent 46%,transparent 70%,rgba(4,5,6,.7) 100%);pointer-events:none}
.gf-site .gf-cover-image{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.gf-site .gf-cover-brand{position:absolute;top:24px;left:28px;font:700 25px/1 'Barlow Condensed',sans-serif;letter-spacing:-.02em}
.gf-site .gf-cover-brand span{font-size:15px;vertical-align:top;color:var(--gf-flame);margin-left:5px}
.gf-site .gf-cover-title{position:relative;margin:74px 28px 0;font-size:clamp(34px,min(10.6cqh,15cqw),68px);font-weight:700;text-transform:uppercase;line-height:.91;letter-spacing:-.02em;max-width:none;text-wrap:initial;white-space:nowrap;overflow-wrap:normal}
.gf-site .gf-cover-title em{font-style:normal;color:var(--gf-flame)}
.gf-site .gf-cover-signoff{position:absolute;bottom:25px;left:28px;right:20px;font-size:11px;line-height:1.5;font-weight:500;color:var(--gf-paper)}
.gf-site .gf-menu-cover-trigger .gf-cover-art{height:440px}
.gf-site .gf-menu-cover-trigger .gf-cover-title{font-size:66px;margin-top:66px}
.gf-site .gf-menu-cover-trigger .gf-cover-image{height:100%;object-position:center 66%}
.gf-site .gf-menu-cover-trigger .gf-cover-art::after{inset:0;background:linear-gradient(90deg,rgba(4,5,6,.87),rgba(4,5,6,.26) 62%,transparent),linear-gradient(0deg,rgba(4,5,6,.8),transparent 35%)}
.gf-site .gf-cover-link{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;min-height:62px;background:var(--gf-flame);color:var(--gf-deep);font-size:14px;font-weight:700;transition:background .18s}
.gf-site .gf-menu-cover-trigger:hover .gf-cover-link{background:var(--gf-hover)}
.gf-site .gf-menu-text{margin-top:32px;border-top:1px solid #C6C8BD;border-bottom:1px solid #C6C8BD}
.gf-site .gf-menu-text summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:60px;font-size:14px;list-style:none;gap:12px}
.gf-site .gf-menu-text summary::-webkit-details-marker{display:none}
.gf-site .gf-menu-text summary span{font-size:25px}
.gf-site .gf-menu-text[open] summary span{transform:rotate(45deg)}
.gf-site .gf-menu-text-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 64px;padding:20px 0 40px}
.gf-site .gf-menu-text-content>p{grid-column:1/-1}
.gf-site .gf-menu-text-content h3{font-size:34px}
.gf-site .gf-menu-text-content section>p{font-size:12px;margin-top:8px;margin-bottom:18px;color:#4F544A}
.gf-site .gf-price-note{font-size:13px;max-width:75ch}

.gf-site .gf-menu-dialog{width:min(1120px,calc(100vw - 48px));height:min(860px,calc(100dvh - 48px));max-width:none;max-height:none;margin:auto;padding:0;border:0;border-radius:3px;background:var(--gf-ink);color:var(--gf-paper);font:400 14px/1.5 'DM Sans',sans-serif;box-shadow:0 25px 90px rgba(0,0,0,.5);overflow:hidden;color-scheme:dark}
.gf-site .gf-menu-dialog:not([open]){display:none}
.gf-site .gf-menu-dialog[open]{display:block}
.gf-site .gf-menu-dialog::backdrop{background:rgba(4,6,5,.88)}
@media(prefers-reduced-motion:no-preference){
 .gf-site .gf-menu-dialog.gf-dialog-opening{animation:gf-dialog-enter 340ms cubic-bezier(.16,1,.3,1) both}
 .gf-site .gf-menu-dialog.gf-dialog-opening::backdrop{animation:gf-backdrop-enter 340ms ease-out both}
 .gf-site .gf-menu-dialog.gf-dialog-closing{animation:gf-dialog-exit 180ms ease-in both;pointer-events:none}
 .gf-site .gf-menu-dialog.gf-dialog-closing::backdrop{animation:gf-backdrop-exit 180ms ease-in both}
}
@keyframes gf-dialog-enter{from{opacity:0;transform:translateY(20px) scale(.985)}to{opacity:1;transform:none}}
@keyframes gf-dialog-exit{from{opacity:1;transform:none}to{opacity:0;transform:translateY(12px) scale(.99)}}
@keyframes gf-backdrop-enter{from{background:rgba(4,6,5,0)}to{background:rgba(4,6,5,.88)}}
@keyframes gf-backdrop-exit{from{background:rgba(4,6,5,.88)}to{background:rgba(4,6,5,0)}}
.gf-site .gf-dialog-layout{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;height:100%;min-height:0}
.gf-site .gf-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;border-bottom:1px solid var(--gf-line)}
.gf-site .gf-dialog-header h2{font-size:25px;line-height:1;text-transform:none;letter-spacing:-.015em}
.gf-site .gf-dialog-header h2 span{color:var(--gf-flame);font-size:15px;vertical-align:top;margin-left:5px}
.gf-site .gf-dialog-header p{font-size:11px;color:var(--gf-muted);margin-top:5px}
.gf-site .gf-dialog-tools{display:flex;gap:16px;align-items:center}
.gf-site .gf-menu-dialog button{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:600;line-height:1.3;color:inherit;cursor:pointer;min-height:44px;padding:10px 14px;border-radius:2px;background:transparent;border:1px solid var(--gf-line);-webkit-tap-highlight-color:transparent}
.gf-site .gf-menu-dialog button:hover{background:var(--gf-surface)}
.gf-site .gf-menu-dialog button:disabled{opacity:.3;cursor:default}
.gf-site .gf-menu-dialog button:focus-visible{outline:3px solid var(--gf-focus);outline-offset:3px}
.gf-site .gf-menu-dialog .gf-dialog-close{display:grid;place-items:center;min-width:44px;padding:9px}
.gf-site .gf-book-tabs{display:flex;align-items:center;gap:8px;padding:9px 24px;overflow-x:auto;flex-wrap:nowrap;border-bottom:1px solid var(--gf-line);scrollbar-width:thin;scrollbar-color:var(--gf-line) var(--gf-ink)}
.gf-site .gf-book-tabs button{border-color:transparent;white-space:nowrap;min-height:38px;padding:8px 16px}
.gf-site .gf-book-tabs button[aria-current=page]{background:var(--gf-paper);color:var(--gf-deep)}
.gf-site .gf-book-stage{padding:24px 46px;min-height:0;overflow:hidden;background:#10120F;touch-action:pan-y pinch-zoom;overscroll-behavior-inline:contain}
.gf-site .gf-book-pages{position:relative;perspective:1800px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:920px;height:100%;min-height:0;margin:0 auto;box-shadow:0 14px 35px rgba(0,0,0,.3)}
.gf-site .gf-book-pages--cover{grid-template-columns:1fr;width:auto;max-width:100%;aspect-ratio:.72;height:100%}
.gf-site .gf-book-pages--single{grid-template-columns:1fr;max-width:510px}
.gf-site .gf-book-page{display:flex;flex-direction:column;background:var(--gf-paper);color:var(--gf-ink);min-width:0;height:100%;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#A6AA9C var(--gf-paper);--gf-focus:#315A3A;color-scheme:light}
.gf-site .gf-book-page[hidden]{display:none!important}
.gf-site .gf-book-cover{overflow:hidden;background:#07080A;color:var(--gf-paper);--gf-focus:#D8FF70}
.gf-site .gf-book-cover .gf-cover-art{min-height:0;flex:1}
.gf-site .gf-page-content{padding:30px 34px 20px;flex:1}
.gf-site .gf-page-content>h3{font:700 38px/1 'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:-.015em;max-width:16ch}
.gf-site .gf-page-intro{font-size:11px;line-height:1.5;color:#565C51;margin-top:12px;margin-bottom:20px}
.gf-site .gf-dishes>div{padding:12px 0;border-top:1px solid #CBCDC1}
.gf-site .gf-dishes dt{font-family:'DM Sans',sans-serif;font-size:15px;font-weight:700;line-height:1.4;letter-spacing:-.01em}
.gf-site .gf-dishes dd{font-size:12px;color:#4F544A;line-height:1.7;margin-top:5px}
.gf-site .gf-page-prices{margin-top:20px;padding-top:14px;border-top:1px solid #CBCDC1;font-size:10px;line-height:1.5;color:#565C51}
.gf-site .gf-page-imprint{display:flex;justify-content:space-between;gap:16px;font-size:9px;color:#565C51;padding:10px 34px 18px;letter-spacing:.02em}
.gf-site .gf-book-pages--spread::before{content:'';position:absolute;top:0;bottom:0;left:50%;width:1px;background:#BFC2B4;z-index:2;pointer-events:none}
.gf-site .gf-page-turn{position:absolute;z-index:5;transform-style:preserve-3d;pointer-events:none;transform-origin:left center}
.gf-site .gf-turn-front,.gf-site .gf-turn-back{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden;background:var(--gf-paper)}
.gf-site .gf-turn-back{transform:rotateY(180deg)}
.gf-site .gf-page-turn .gf-book-page{display:block;width:100%;height:100%;min-height:0;max-height:none;margin:0}
.gf-site .gf-page-turn .gf-cover-art{height:100%}
.gf-site .gf-turn-front{box-shadow:6px 2px 20px rgba(0,0,0,.1)}
.gf-site .gf-book-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 24px;border-top:1px solid var(--gf-line);background:var(--gf-ink)}
.gf-site .gf-book-navigation,.gf-site .gf-book-order{display:flex;align-items:center;gap:12px}
.gf-site .gf-menu-dialog .gf-book-prev,.gf-site .gf-menu-dialog .gf-book-next{min-width:46px;display:grid;place-items:center;padding:10px}
.gf-site .gf-menu-dialog .gf-book-next{background:var(--gf-flame);color:var(--gf-deep);border-color:var(--gf-flame)}
.gf-site .gf-menu-dialog .gf-book-next:hover:not(:disabled){background:var(--gf-hover)}
.gf-site .gf-book-status{font-size:11px;color:var(--gf-muted);min-width:112px;text-align:center;font-variant-numeric:tabular-nums}
.gf-site .gf-book-call{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:12px;font-weight:600;padding:9px 0;color:var(--gf-paper)}
.gf-site .gf-book-call span{color:var(--gf-flame)}
.gf-site .gf-book-pdf{font-size:11px;text-decoration:underline;min-height:44px;display:flex;align-items:center}
.gf-site.gf-menu-ready .gf-menu-text{display:none}

@media(max-width:900px){
 .gf-site .gf-menu-dialog{width:min(660px,calc(100vw - 32px));height:calc(100dvh - 32px)}
 .gf-site .gf-book-stage{padding:18px 30px}
 .gf-site .gf-dialog-header{padding:14px 20px}
 .gf-site .gf-book-tabs{padding-inline:20px}
 .gf-site .gf-book-footer{padding:12px 20px;gap:12px}
 .gf-site .gf-book-call{gap:8px}
 .gf-site .gf-book-call span{font-size:11px}
 .gf-site .gf-book-status{min-width:102px}
 .gf-site .gf-page-content{padding:28px 30px 18px}
 .gf-site .gf-page-content>h3{font-size:38px}
 .gf-site .gf-dishes dt{font-size:16px}
 .gf-site .gf-dishes dd{font-size:13px}
 .gf-site .gf-menu-cover-trigger .gf-cover-art{height:390px}
 .gf-site .gf-menu-cover-trigger .gf-cover-title{font-size:54px}
 .gf-site .gf-menu-text-content{gap:32px}
}
@media(max-width:520px){
 .gf-site .gf-menu-dialog{width:100vw;height:100dvh;margin:0;border-radius:0;max-width:100%;padding-top:env(safe-area-inset-top,0px)}
 .gf-site .gf-dialog-header{padding:12px 16px;gap:10px}
 .gf-site .gf-dialog-header h2{font-size:22px}.gf-site .gf-dialog-header h2 span{font-size:13px}
 .gf-site .gf-dialog-header p{font-size:10px}
 .gf-site .gf-dialog-tools{gap:10px}
 .gf-site .gf-book-tabs{padding:6px 12px;gap:0}
 .gf-site .gf-book-tabs button{padding:8px 12px;font-size:11px;min-height:40px}
 .gf-site .gf-book-stage{padding:14px 16px}
 .gf-site .gf-book-pages--cover{width:100%;max-width:390px;aspect-ratio:auto}
 .gf-site .gf-cover-brand{top:22px;left:24px;font-size:25px}
 .gf-site .gf-cover-title{margin:74px 24px 0;font-size:clamp(34px,min(10.8cqh,15cqw),66px)}
 .gf-site .gf-cover-signoff{left:24px;bottom:22px;font-size:11px}
 .gf-site .gf-book-footer{padding:9px 14px calc(9px + env(safe-area-inset-bottom,0px));gap:10px}
 .gf-site .gf-book-navigation{gap:6px}
 .gf-site .gf-book-status{font-size:10px;min-width:88px;max-width:108px}
 .gf-site .gf-menu-dialog .gf-book-prev,.gf-site .gf-menu-dialog .gf-book-next{min-width:42px;padding:8px}
 .gf-site .gf-book-call{display:block;font-size:11px;line-height:1.5;padding:5px 0;min-height:40px}
 .gf-site .gf-book-call span{display:block;font-size:10px}
 .gf-site .gf-book-order{gap:8px}
 .gf-site .gf-book-pdf{font-size:10px}
 .gf-site .gf-page-content{padding:26px 25px 18px}
 .gf-site .gf-page-content>h3{font-size:35px}
 .gf-site .gf-page-intro{font-size:10px;margin-top:10px;margin-bottom:20px}
 .gf-site .gf-dishes>div{padding:13px 0}
 .gf-site .gf-dishes dt{font-size:16px}
 .gf-site .gf-dishes dd{font-size:13px;line-height:1.75}
 .gf-site .gf-page-imprint{padding:10px 25px 18px;font-size:9px}
 .gf-site .gf-menu-cover-trigger .gf-cover-art{height:410px}
 .gf-site .gf-menu-cover-trigger .gf-cover-title{font-size:clamp(38px,16cqw,62px)}
 .gf-site .gf-menu-cover-trigger .gf-cover-image{height:100%;object-position:center 58%}
 .gf-site .gf-menu-cover-trigger .gf-cover-art::after{background:linear-gradient(180deg,rgba(7,8,10,.16),transparent 48%,transparent 70%,rgba(4,5,6,.76))}
 .gf-site .gf-menu-text-content{grid-template-columns:1fr;gap:30px}
}
@media(max-width:360px){.gf-site .gf-book-footer{padding-inline:10px}.gf-site .gf-book-stage{padding:10px}.gf-site .gf-book-status{min-width:70px;max-width:85px;font-size:9px}.gf-site .gf-book-call{font-size:10px}.gf-site .gf-book-call span{font-size:9px}.gf-site .gf-dialog-tools{gap:6px}.gf-site .gf-book-tabs button{padding-inline:9px}.gf-site .gf-page-content{padding-inline:22px}}
@media(max-height:550px) and (min-width:521px){.gf-site .gf-menu-dialog{height:calc(100dvh - 12px);width:calc(100vw - 24px)}.gf-site .gf-dialog-header{padding:6px 20px}.gf-site .gf-dialog-header p{display:none}.gf-site .gf-book-tabs{padding-block:3px}.gf-site .gf-book-stage{padding:10px 25px}.gf-site .gf-book-footer{padding-block:7px}.gf-site .gf-book-pages--cover{aspect-ratio:1.1}.gf-site .gf-cover-title{font-size:34px;margin-top:46px}.gf-site .gf-cover-brand{font-size:18px;top:16px}.gf-site .gf-cover-signoff{font-size:9px;bottom:12px}.gf-site .gf-cover-image{height:100%}}
@media(prefers-reduced-motion:reduce){.gf-site .gf-page-turn{display:none!important}}
@media print{.gf-site .gf-menu-dialog{display:none!important}.gf-site .gf-menu-cover-trigger{display:none}.gf-site .gf-menu-text{display:block!important}.gf-site .gf-menu-text-content{display:block}.gf-site .gf-menu-text section{break-inside:avoid}}

/* Prices share the same source with the flipbook and the accessible text card. */
.gf-site .gf-cover-brand{display:block;width:min(65%,265px);height:auto;top:22px;left:27px;max-height:62px;object-fit:contain;object-position:left center}
.gf-site .gf-dialog-logo{display:block;width:160px;height:auto;max-height:36px;object-fit:contain;object-position:left center}
.gf-site .gf-dishes dt{display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.gf-site .gf-dishes dt>span:first-child{min-width:0}
.gf-site .gf-dish-price{font-size:12px;line-height:1.3;white-space:nowrap;text-align:right;color:#315A3A;font-weight:800;font-variant-numeric:tabular-nums}
.gf-site .gf-page-content{padding-top:25px}
.gf-site .gf-page-intro{margin-bottom:14px}
.gf-site .gf-dishes>div{padding-block:9px}
.gf-site .gf-cover-link,.gf-site .gf-menu-dialog .gf-book-next{background:linear-gradient(110deg,#C9E8B7,#9BCB8D);border-color:#9BCB8D}
.gf-site .gf-menu-cover-trigger:hover .gf-cover-link,.gf-site .gf-menu-dialog .gf-book-next:hover:not(:disabled){background:linear-gradient(110deg,#DCF0CD,#B5DCA7)}
.gf-site .gf-cover-title em{color:#BEE5AA}
@media(max-width:520px){
 .gf-site .gf-cover-brand{top:20px;left:24px;width:min(73%,240px);max-height:56px}
 .gf-site .gf-dialog-logo{width:138px;max-height:34px}
 .gf-site .gf-page-content{padding-top:22px}
 .gf-site .gf-dishes>div{padding-block:9px}
 .gf-site .gf-dishes dt{font-size:14px;line-height:1.35}
 .gf-site .gf-dish-price{font-size:11px;max-width:48%;white-space:normal;flex:0 0 auto}
 .gf-site .gf-dishes dd{font-size:12px;line-height:1.55}
}
