:root{--bg: #f7f3ee;--surface: rgba(255, 255, 255, .92);--surface-soft: #f2ede6;--surface-tint: #f5f0e8;--ink: #272626;--muted: #736c67;--line: rgba(39, 38, 38, .08);--line-strong: rgba(39, 38, 38, .16);--gold: #beb284;--gold-soft: rgba(190, 178, 132, .16);--plum: #51287d;--plum-soft: rgba(81, 40, 125, .1);--shadow: 0 26px 60px rgba(39, 38, 38, .11);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--safe-top: max(1rem, env(safe-area-inset-top));--safe-bottom: max(1rem, env(safe-area-inset-bottom));--font-sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-serif: Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(190,178,132,.18),transparent 28%),radial-gradient(circle at top right,rgba(81,40,125,.12),transparent 22%),linear-gradient(180deg,#fbf8f4,#f1ebe3);color:var(--ink);font-family:var(--font-sans)}img{display:block;max-width:100%}button{font:inherit}.viewport{min-height:100vh;padding:1.25rem;position:relative}.app-shell{width:min(100%,450px);min-height:calc(100vh - 2.2rem);margin:0 auto;background:linear-gradient(180deg,#fffffffa,#f8f3edfa);border:1px solid rgba(255,255,255,.6);border-radius:36px;box-shadow:var(--shadow);overflow:hidden;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-inner{display:flex;flex-direction:column;height:calc(100vh - 2.2rem);min-height:calc(100vh - 2.2rem);background:radial-gradient(circle at top,rgba(190,178,132,.12),transparent 26%),linear-gradient(180deg,#fffffff2,#faf7f2fa);overflow-x:hidden;overflow-y:auto;min-width:0;position:relative}.top-safe{padding:var(--safe-top) 1.15rem .4rem;display:none}.top-safe-icons{display:flex;align-items:center;gap:.35rem;color:var(--ink);font-size:.82rem}.header{display:flex;flex-direction:column;justify-content:flex-start;gap:1.2rem;padding:1rem 1.15rem 1.2rem;min-height:auto;position:relative;z-index:31;overflow:visible;border-bottom:1px solid rgba(255,255,255,.06);background:radial-gradient(circle at top,rgba(81,40,125,.14),transparent 34%),linear-gradient(180deg,#51287d,#51287df5),#51287d;color:#fffdf9;overflow:hidden;min-width:0;width:100%;max-width:100%}.header-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0;width:100%;max-width:100%}.toolbar-logo{width:min(100%,var(--catalog-header-logo-width, 118px));min-width:min(86px,var(--catalog-header-logo-width, 118px));max-width:var(--catalog-header-logo-width, 118px);height:auto;opacity:.98;-o-object-fit:contain;object-fit:contain;flex:0 0 auto;filter:brightness(0) invert(1)}.icon-button{width:44px;height:44px;border-radius:20%;border:0;background:#ffffff1f;display:grid;place-items:center;cursor:pointer;color:#fff;flex:0 0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toolbar-actions{position:relative;display:flex;align-items:center;gap:.65rem;flex:0 0 auto}.language-switch{display:inline-flex;align-items:center;gap:.85rem;color:#fff7ece6;font-family:var(--font-serif);font-size:1.08rem;font-weight:300;letter-spacing:.08em;line-height:1}.language-divider{opacity:.8}.language-option{border:0;background:transparent;color:inherit;border-radius:999px;padding:0;min-width:2.75rem;height:2.75rem;display:inline-flex;align-items:center;justify-content:center;font:inherit;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.language-option.is-active{background:#beb284eb;color:#fff7eb;box-shadow:0 14px 28px #1c11083d}.language-option:not(.is-active):hover{background:#ffffff1f;transform:translateY(-1px)}.brand-block{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.3rem;padding:.5rem 0 0;min-height:auto;text-align:center;width:100%;min-width:0;max-width:100%;overflow:hidden;position:relative;z-index:101}.brand-title{margin:0;color:var(--gold);font-family:var(--font-sans);font-size:clamp(1.7rem,5.4vw,2.55rem);font-weight:700;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;width:100%;max-width:100%;white-space:normal;text-wrap:balance;overflow-wrap:anywhere;padding:20px 0 0}.header-logo{width:min(100%,var(--catalog-header-logo-width, 118px));min-width:min(86px,var(--catalog-header-logo-width, 118px));max-width:var(--catalog-header-logo-width, 118px);height:auto;opacity:.98;-o-object-fit:contain;object-fit:contain;flex:0 0 auto;filter:brightness(0) invert(1)}.chips-wrap{position:sticky;top:0;z-index:30;padding:0 1.15rem 1.1rem;background:linear-gradient(180deg,#51287dfa,#51287df5),#51287d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 16px 30px #51287d38;min-width:0;width:100%;max-width:100%}.chips-shell{position:relative;min-width:0;max-width:100%}.chips-viewport{overflow-x:auto;overflow-y:hidden;min-width:0;max-width:100%;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:auto;overscroll-behavior-x:contain;mask-image:linear-gradient(90deg,transparent 0,#000 1rem,#000 calc(100% - 1rem),transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 1rem,#000 calc(100% - 1rem),transparent 100%)}.chips-viewport::-webkit-scrollbar{display:none}.chips{display:flex;width:-moz-max-content;width:max-content;gap:.65rem;padding:1rem 1.55rem .1rem .05rem}.chips-shell:before,.chips-shell:after{content:"";position:absolute;top:0;bottom:0;width:2.6rem;pointer-events:none;z-index:1;opacity:0;transition:opacity .18s ease}.chips-shell:before{left:0;background:linear-gradient(90deg,#51287d,#51287d00)}.chips-shell:after{right:0;background:linear-gradient(270deg,#51287d,#51287d00)}.chips-wrap.has-left-shadow .chips-shell:before,.chips-wrap.has-right-shadow .chips-shell:after{opacity:1}.chips-arrow{position:absolute;top:50%;z-index:2;width:2rem;height:2rem;border:0;border-radius:50%;display:grid;place-items:center;transform:translateY(-50%);background:#ffffff12;color:#fff8f0eb;box-shadow:0 8px 20px #0000002e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.chips-arrow:active{transform:translateY(-50%) scale(.96)}.chips-arrow-left{left:.1rem}.chips-arrow-right{right:.1rem}.chips-wrap.has-left-shadow .chips-arrow-left,.chips-wrap.has-right-shadow .chips-arrow-right{opacity:1;pointer-events:auto}.chip{flex:0 0 auto;padding:.82rem 1.2rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff05;color:#fff8f0db;font-size:.92rem;font-weight:600;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.chip.is-active{background:linear-gradient(135deg,#beb284f5,#beb284d6);border-color:#beb28499;color:#272626;box-shadow:0 10px 24px #00000029}.chip:active{transform:scale(.98)}.content{overflow:visible;padding:1.35rem 1.15rem calc(var(--safe-bottom) + 1.2rem);min-width:0;width:100%;max-width:100%;display:grid;justify-items:stretch;gap:1.1rem;align-self:center}.content>*{min-width:0;width:100%;max-width:100%}.site-footer{display:grid;justify-items:center;gap:.55rem;padding:1.6rem 1.15rem calc(var(--safe-bottom) + 6.4rem);background:#272626;color:#fff;text-align:center}.floating-tasting-cta{position:fixed;left:50%;bottom:calc(var(--safe-bottom) + 1.2rem);z-index:60;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:min(calc(100vw - 2.5rem),390px);padding:.95rem 1.4rem;border-radius:999px;background:linear-gradient(135deg,#51287dfa,#272626fa);color:#fffdf9;text-decoration:none;box-shadow:0 18px 36px #27262647;transform:translate(-50%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-family:var(--font-sans);font-size:.92rem;line-height:1;letter-spacing:.03em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.floating-tasting-cta:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 24px 40px #27262652;background:linear-gradient(135deg,#51287d,#1b1b1b)}.floating-tasting-cta:active{transform:translate(-50%) scale(.985)}.floating-tasting-cta__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#ffffff1f;flex:0 0 auto}.floating-tasting-cta__icon svg{width:1.05rem;height:1.05rem;display:block}.footer-logo{width:min(100%,var(--catalog-footer-logo-width, 132px));max-width:var(--catalog-footer-logo-width, 132px);height:auto;filter:sepia(32%) saturate(88%) brightness(.88) hue-rotate(-6deg);opacity:.98}.footer-copy{margin:0;color:#fff;font-family:var(--font-sans);font-size:.88rem;line-height:1.6;letter-spacing:.04em}.category-spotlight{position:relative;display:grid;overflow:hidden;border-radius:32px;min-height:18rem;background:radial-gradient(circle at top left,rgba(190,178,132,.24),transparent 28%),linear-gradient(140deg,#51287dfa,#231635f5);box-shadow:0 24px 50px #2726261f;isolation:isolate}.category-spotlight.has-cover{min-height:15rem}.category-spotlight__media,.category-spotlight__overlay,.category-spotlight__content{grid-area:1 / 1}.category-spotlight__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.92) contrast(.98);transform:scale(1.02);aspect-ratio:16 / 9}.category-spotlight__overlay{background:linear-gradient(180deg,#1d102e42,#1d102ec7),linear-gradient(90deg,#1a12129e,#1a12122e 58%,#1a12127a);z-index:1}.category-spotlight__content{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;padding:1.4rem;color:#fffbf5;pointer-events:none}.category-spotlight__copy{display:grid;gap:.7rem;max-width:42rem;text-shadow:0 10px 28px rgba(0,0,0,.28)}.category-spotlight__eyebrow{margin:0;font-size:.75rem;letter-spacing:.32em;text-transform:uppercase;color:#e4d8b7e0;font-family:var(--font-sans)}.category-spotlight__copy h2{margin:0;font-family:var(--font-serif);font-size:clamp(2.7rem,5vw,4.7rem);line-height:.94;letter-spacing:-.04em;text-wrap:balance}.category-spotlight__copy p{margin:0;max-width:38rem;color:#fffbf5d1;font-size:1rem;line-height:1.7;font-family:var(--font-sans)}.category-spotlight.is-simple{min-height:0;height:auto;overflow:visible;border-radius:0;background:transparent;box-shadow:none}.category-simple-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0}.category-simple-row .category-spotlight{flex:1 1 auto;min-width:0}.category-simple-row .catalog-controls{flex:0 0 auto;padding:0}.category-spotlight.is-simple .category-spotlight__content{position:static;display:block;padding:0;color:var(--gold);pointer-events:auto}.category-spotlight.is-simple .category-spotlight__copy{display:block;max-width:none;text-shadow:none}.category-spotlight.is-simple .category-spotlight__copy h2{margin:0;color:var(--gold);font-family:var(--font-serif);font-size:clamp(1.7rem,3vw,2.5rem);line-height:1;letter-spacing:-.02em}.category-spotlight.is-simple.is-text-gold .category-spotlight__copy h2{color:var(--gold)}.category-spotlight.is-simple.is-text-plum .category-spotlight__copy h2{color:var(--plum)}.category-spotlight.is-simple.is-text-ink .category-spotlight__copy h2{color:var(--ink)}.category-spotlight.is-simple.is-text-muted .category-spotlight__copy h2{color:var(--muted)}.category-spotlight.is-simple.is-text-white .category-spotlight__copy h2{color:#fff}.subchips-wrap{position:sticky;top:var(--secondary-sticky-top, 0px);z-index:25;margin:0 0 1.1rem;padding:.55rem .4rem .4rem;background:linear-gradient(180deg,#f7f3eefa,#f7f3eeeb);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(39,38,38,.06);border:1px solid rgba(39,38,38,.06);border-radius:24px;justify-items:stretch;width:100%;max-width:100%;overflow:hidden;box-shadow:0 14px 26px #2726260d}.subchips{display:flex;justify-content:flex-start;gap:.55rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:auto;overscroll-behavior-x:contain;width:100%;max-width:100%;padding:.05rem .15rem .15rem;mask-image:linear-gradient(90deg,transparent 0,#000 .8rem,#000 calc(100% - .8rem),transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 .8rem,#000 calc(100% - .8rem),transparent 100%)}.subchips::-webkit-scrollbar{display:none}.subchip{flex:0 0 auto;padding:.65rem .9rem;border:1px solid rgba(81,40,125,.12);border-radius:999px;background:#ffffffe0;color:var(--plum);font-family:var(--font-sans);font-size:.82rem;line-height:1;cursor:pointer;box-shadow:0 8px 18px #2726260f}.subchip.is-active{background:#51287df5;border-color:#51287df5;color:#fff;box-shadow:0 12px 24px #51287d2e}.subchip:active{transform:scale(.98)}.intro-bar{display:grid;gap:.75rem}.catalog-controls{display:flex;justify-content:center;padding:0 0 1.15rem}.catalog-controls-inline{padding:0;justify-content:flex-end}.catalog-controls-fallback{justify-content:flex-start;padding-bottom:.35rem}.intro h1{margin:0;color:var(--plum);font-family:var(--font-serif);font-size:clamp(2.1rem,7vw,3.4rem);font-weight:600;line-height:.98;letter-spacing:-.03em}.intro p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.55;font-family:var(--font-sans)}.view-switch{flex:0 0 auto;display:inline-flex;gap:.35rem;padding:.25rem;border-radius:999px;background:#2726260f;justify-content:center}.view-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;gap:.42rem;font-family:var(--font-sans);font-size:.82rem;line-height:1;padding:.68rem .88rem;border-radius:999px;cursor:pointer}.view-toggle svg{width:.95rem;height:.95rem;display:block;flex:0 0 auto}.view-toggle.is-active{background:#272626;color:var(--gold);box-shadow:0 10px 18px #27262624}.section{display:grid;gap:1rem;padding:1.45rem;border:1px solid rgba(39,38,38,.06);border-radius:30px;background:linear-gradient(180deg,#fff,#fff);box-shadow:0 20px 40px #2726260f;scroll-margin-top:calc(var(--secondary-sticky-top, 0px) + 4.75rem);width:100%;max-width:100%;min-width:0}.section:last-child{border-bottom:1px solid rgba(39,38,38,.06)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.section-head-compact{justify-content:flex-end;margin-bottom:-.1rem}.section-title{display:grid;gap:.18rem}.section-title h2{margin:0;font-family:var(--font-serif);font-size:1.95rem;font-weight:600;line-height:.98;letter-spacing:-.03em;color:var(--gold)}.section-title p{margin:0;color:var(--muted);font-size:.9rem;font-family:var(--font-sans)}.section-action{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1rem;border:0;border-radius:999px;background:#272626;color:var(--gold);font-family:var(--font-sans);font-size:.9rem;line-height:1;cursor:pointer;box-shadow:0 10px 24px #27262624}.section-action:active{transform:scale(.98)}.subsection-stack,.node-children{display:grid;gap:1rem}.node-group{display:grid;gap:.9rem;scroll-margin-top:calc(var(--secondary-sticky-top, 0px) + 4.75rem)}.node-group.is-level-2{padding-top:.25rem;padding-bottom:.35rem;border-bottom:1px solid rgba(39,38,38,.06)}.node-group.is-level-3{padding-left:1rem;border-left:1px solid rgba(39,38,38,.1)}.node-head{display:grid;gap:.18rem}.node-head-copy{display:grid;gap:.18rem;min-width:0}.node-head-with-switch{gap:.9rem}.node-title{margin:0;margin-top:1rem;font-family:var(--font-sans);font-weight:500;line-height:1.2;color:var(--plum)}.node-title-level-2{font-size:1.08rem}.node-title-level-3{font-size:.96rem}.node-description,.node-empty{margin:0;color:var(--muted);font-size:.84rem;line-height:1.55;font-family:var(--font-sans)}.node-empty{font-style:italic}.cards-row-shell{position:relative;min-width:0}.cards-row-shell:before,.cards-row-shell:after{content:"";position:absolute;top:0;bottom:0;width:4.5rem;pointer-events:none;opacity:0;transition:opacity .18s ease;z-index:1}.cards-row-shell:before{left:0}.cards-row-shell:after{right:0}.cards-row-arrow{display:none}.cards-row{display:flex;align-items:flex-start;gap:1.05rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.2rem;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:auto;overscroll-behavior-x:contain}.cards-row>*{flex:0 0 min(46vw,188px)}.cards-row::-webkit-scrollbar{display:none}.cards-row-shell.has-left-shadow:before,.cards-row-shell.has-right-shadow:after{opacity:1}@keyframes desktop-scroll-arrow-pulse{0%,to{transform:translateY(0) scale(1);box-shadow:0 14px 28px #51287d3d}50%{transform:translateY(-2px) scale(1.04);box-shadow:0 18px 34px #51287d57}}.dish-card{display:grid;grid-template-rows:auto minmax(7.6rem,auto);gap:.84rem;color:inherit;text-decoration:none;cursor:pointer}.dish-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;color:inherit}.dish-media{position:relative;overflow:hidden;border-radius:30px;background:#ece7de;aspect-ratio:1 / 1;box-shadow:0 16px 32px #27262614}.dish-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .32s ease}.dish-button:hover .dish-media img,.dish-button:focus-visible .dish-media img{transform:scale(1.04)}.dish-plus{position:absolute;right:.8rem;bottom:.8rem;width:2.7rem;height:2.7rem;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:#272626b8;color:#fffaf2;display:inline-flex;align-items:center;justify-content:center;font-size:.92rem;line-height:1;box-shadow:0 8px 18px #00000029;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dish-plus svg{width:1.2rem;height:1.2rem;display:block}.dish-meta{display:grid;align-content:start;gap:.3rem;padding-right:.45rem;padding-left:.15rem;min-height:7.6rem}.dish-meta h3{margin:0;font-family:var(--font-sans);font-size:1.18rem;font-weight:500;line-height:1.2;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dish-meta p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.6;font-family:var(--font-sans);white-space:pre-line;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-stack{display:grid;gap:.9rem}.dish-button.is-list{display:block;width:100%}.dish-card.is-list{grid-template-rows:none;grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.75rem 0;border-bottom:1px solid rgba(39,38,38,.08)}.dish-card.is-list:last-child{border-bottom:0}.dish-card.is-list .dish-media{width:84px;aspect-ratio:1 / 1;border-radius:18px;box-shadow:none}.dish-card.is-list .dish-meta{min-height:0;padding:0;gap:.22rem}.dish-card.is-list .dish-meta h3{font-size:1.02rem;-webkit-line-clamp:2}.dish-card.is-list .dish-meta p{font-size:.8rem;white-space:pre-line;-webkit-line-clamp:2}.dish-card.is-list .dish-plus{position:static;width:auto;height:auto;min-width:4.35rem;padding:.78rem .88rem;border-radius:999px;border-color:#51287d24;background:#51287d;color:#fff;gap:.42rem;font-family:var(--font-sans);font-size:.84rem;box-shadow:0 10px 18px #51287d2e}.dish-card.is-list .dish-plus svg{width:.95rem;height:.95rem;flex:0 0 auto}.dish-plus-label{display:none}.dish-card.is-list .dish-plus-label{display:inline}.lightbox{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;padding:1rem;background:#0c0c0cc7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.lightbox.is-open{display:flex}.lightbox-sheet{width:min(100%,560px);max-height:90vh;background:#fff;overflow:hidden;border-radius:30px;box-shadow:0 34px 90px #00000061;border:1px solid rgba(255,255,255,.7)}.lightbox-close{position:absolute;top:1rem;right:1rem;z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid rgba(81,40,125,.08);background:#ffffffeb;color:var(--plum);cursor:pointer;font-size:1.5rem;box-shadow:0 12px 24px #2726261f}.lightbox-nav{position:absolute;top:50%;z-index:2;width:3rem;height:3rem;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:#272626b8;color:#fffdf9;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;transform:translateY(-50%);box-shadow:0 12px 28px #0000002e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-nav:hover{background:#272626e0}.lightbox-nav:disabled{opacity:.36;cursor:default}.lightbox-nav-prev{left:1rem}.lightbox-nav-next{right:1rem}.lightbox-layout{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;max-height:90vh}.lightbox-photo{background:#f0ece6}.lightbox-photo img{width:100%;height:100%;max-height:62vh;-o-object-fit:cover;object-fit:cover}.lightbox-detail{display:grid;gap:.75rem;justify-items:center;text-align:center;padding:1.45rem 1.2rem calc(var(--safe-bottom) + 1.15rem);background:linear-gradient(180deg,#fff,#fcf9f5);color:var(--ink);border-top:1px solid rgba(39,38,38,.06)}.lightbox-detail h4{margin:0;font-family:var(--font-serif);font-size:clamp(2rem,5vw,2rem);line-height:.95;font-weight:600;color:var(--plum)}.lightbox-detail p{margin:0;max-width:24rem;color:var(--muted);line-height:1.8;font-family:var(--font-sans);white-space:pre-line}.lightbox-kicker{font-size:.75rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}.lightbox-divider{width:3.3rem;height:2px;border-radius:999px;background:var(--gold)}.lightbox-accent{width:4.6rem;height:.34rem;border-radius:999px;background:var(--plum);box-shadow:0 8px 18px #51287d38}@media(min-width:900px){.cards-row-shell{overflow:hidden}.viewport{padding:0;background:radial-gradient(circle at top right,rgba(81,40,125,.1),transparent 26%),radial-gradient(circle at top left,rgba(190,178,132,.18),transparent 30%),linear-gradient(180deg,#f8f2ea,#efe6dc)}.app-shell{width:100%;min-height:100vh;border-radius:0;border:0;background:transparent;box-shadow:none}.app-inner{height:100vh;min-height:100vh;background:radial-gradient(circle at top,rgba(190,178,132,.1),transparent 24%),linear-gradient(180deg,#fffffff5,#faf7f2fa)}.header{padding:1.5rem 3rem;min-height:13rem;position:relative;z-index:100;overflow:visible;background:radial-gradient(circle at top,rgba(255,255,255,.08),transparent 22%),linear-gradient(180deg,#542d80fa,#48246ffa),#51287d}.chips-wrap{padding-top:0;padding-left:3rem;padding-right:3rem;padding-bottom:1.25rem}.chips-shell{width:100%;max-width:100%;margin:0}.content{padding:1.9rem 3rem calc(var(--safe-bottom) + 1.6rem);gap:1.5rem}.category-spotlight,.category-spotlight.has-cover{min-height:250px;height:250px}.cards-row{display:flex}.cards-row>*{flex-basis:min(23.8vw,252px)}.cards-row{scroll-behavior:smooth;padding-left:2.5rem;padding-right:.5rem;margin-left:-2.5rem;margin-right:0}.cards-row-arrow{position:absolute;top:35%;z-index:3;width:2.7rem;height:2.7rem;border:0;border-radius:999px;display:grid;place-items:center;background:linear-gradient(180deg,#51287dfa,#451f6dfa);color:#fffaf2;box-shadow:0 14px 28px #51287d3d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease,background .18s ease,box-shadow .18s ease}.cards-row-arrow svg{width:1.05rem;height:1.05rem;display:block}.cards-row-arrow:hover{background:linear-gradient(180deg,#5e3191,#51287d);animation-play-state:paused}.cards-row-arrow:active{transform:scale(.96);animation-play-state:paused}.cards-row-arrow-left{left:.35rem}.cards-row-arrow-right{right:.2rem}.cards-row-shell.has-left-shadow .cards-row-arrow-left,.cards-row-shell.has-right-shadow .cards-row-arrow-right{opacity:1;pointer-events:auto;animation:desktop-scroll-arrow-pulse 1.75s ease-in-out infinite}.subchips-wrap{margin-top:-.2rem;margin-bottom:.15rem;padding:.8rem 1rem .7rem;border-radius:999px;background:linear-gradient(180deg,#ffffffe6,#f8f2ebf0)}.subchips{justify-content:flex-start;padding:0}.catalog-controls{justify-content:flex-start;padding-bottom:.1rem}.catalog-controls-inline{justify-content:flex-end}.view-switch{background:#27262614;box-shadow:inset 0 0 0 1px #2726260a}.section-head{align-items:end}.section-head-compact{display:none}.category-spotlight__content{align-items:flex-end;padding:1.15rem 1.35rem}.category-spotlight__copy{gap:.45rem;max-width:32rem}.category-spotlight__copy h2{font-size:clamp(2.6rem,4vw,3.5rem)}.category-spotlight__copy p{font-size:.95rem;line-height:1.55;max-width:30rem}.subsection-stack{gap:1.35rem}.node-group.is-level-2{padding-bottom:.8rem}.node-title-level-2{font-size:1.35rem}.node-description{font-size:.92rem;max-width:44rem}.node-head-with-switch{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.chips{justify-self:center}}@media(max-width:899px){.chips{justify-self:flex-start}.node-head-with-switch{display:grid;grid-auto-flow:column}.catalog-controls{justify-content:end}.node-head-copy{align-items:center;margin-top:-40px}.section-head-compact{display:none}.viewport{padding:0}body{background:#f7f3ee}.app-shell{width:100%;min-height:100vh;border-radius:0;border:0;box-shadow:none}.app-inner{height:100vh;min-height:100vh}.cards-row{display:flex}.cards-row>*{flex-basis:min(68vw,230px)}}@media(max-width:560px){.top-safe{display:none}.header{padding:.95rem 1rem 1rem;gap:.95rem;min-height:auto;position:relative;z-index:1;overflow:visible}.header-toolbar{gap:.75rem}.toolbar-logo{position:relative;z-index:32}.header-logo{width:min(94px,var(--catalog-header-logo-width, 118px));min-width:min(94px,var(--catalog-header-logo-width, 118px));max-width:min(94px,var(--catalog-header-logo-width, 118px))}.brand-title{font-size:1.3rem;letter-spacing:.03em}.chips-wrap{position:sticky;top:env(safe-area-inset-top);z-index:30;padding:calc(1rem + env(safe-area-inset-top)) .9rem 1rem}.chips-arrow{width:1.92rem;height:1.92rem}.content{padding:1.15rem 1rem calc(var(--safe-bottom) + 1rem);touch-action:pan-y}.category-spotlight{min-height:14.8rem;border-radius:26px}.category-spotlight.has-cover{min-height:17rem}.category-spotlight__content{padding:1.1rem;gap:.95rem}.category-spotlight__copy h2{font-size:2.3rem}.category-spotlight__copy p{font-size:.9rem;line-height:1.6}.category-simple-row+.node-group{margin-top:.75rem}.node-group.is-level-2>.node-children{padding-top:.75rem}.node-group.is-level-2{padding-top:.5rem;padding-bottom:1.35rem}.node-group.is-level-2+.node-group.is-level-2{margin-top:.8rem}.node-children>.node-group.is-level-3+.node-group.is-level-3{margin-top:.75rem}.category-spotlight__trail{gap:.55rem}.category-spotlight__trail-item{padding:.68rem .86rem}.site-footer{padding:1.45rem 1rem calc(var(--safe-bottom) + 1.25rem)}.cards-row{display:flex;gap:.8rem;margin-inline:-.15rem;padding-inline:.15rem}.cards-row-shell:before,.cards-row-shell:after{display:none}.dish-meta h3{font-size:1rem}.cards-row>*{flex-basis:calc(100% - 10.2rem);max-width:calc(100% - 10.2rem)}.dish-card{grid-template-rows:auto minmax(6.9rem,auto)}.dish-media{border-radius:24px}.dish-meta{min-height:6.9rem}.section-title h2{font-size:1.8rem}.section-action{padding:.62rem .88rem;font-size:.84rem}.subchips{justify-content:flex-start;width:-moz-max-content;width:max-content;min-width:100%;padding:0 .1rem .1rem}.intro-bar{flex-direction:column;align-items:flex-start}.view-switch{align-self:stretch}.view-toggle{flex:1 1 0;text-align:center}.catalog-controls-inline{justify-content:flex-end;padding-top:0}.node-head-with-switch{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.9rem;margin-bottom:.15rem}.node-head-with-switch .view-switch{transform:scale(.92);transform-origin:right center;margin-top:-.1rem}.node-head-with-switch .node-title{min-width:0;line-height:1.1}.node-head-with-switch .node-head-copy{padding-top:.2rem}.dish-card.is-list{grid-template-columns:72px minmax(0,1fr) auto;gap:.75rem}.dish-card.is-list .dish-media{width:72px;border-radius:16px}.dish-card.is-list .dish-plus{min-width:4rem;padding:.72rem .8rem;font-size:.8rem}.lightbox{padding:.9rem}.lightbox-sheet{width:100%;max-height:88vh;border-radius:24px}.lightbox-layout{max-height:88vh}.lightbox-photo img{max-height:52vh}.lightbox-detail{padding:1.15rem 1rem calc(var(--safe-bottom) + .85rem)}}
