:root{
  --bg:#f7f2e9;--paper:#fffdf9;--ink:#17140f;--muted:#746b60;--gold:#b8893f;--gold2:#d6b16f;
  --gold-soft:#f3e7d1;--line:#e9dfd0;--dark:#12110f;--green:#24704b;--ease:cubic-bezier(.2,.8,.2,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-size:16px}
button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{max-width:980px;margin:auto;background:var(--paper);min-height:100vh}
svg{display:block;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lux-header{background:var(--dark);color:#fff;padding:17px 15px 18px;position:relative;overflow:hidden}
.lux-header:after{content:"";position:absolute;right:-64px;top:-76px;width:200px;height:200px;border:1px solid rgba(214,177,111,.12);border-radius:50%;box-shadow:0 0 0 26px rgba(214,177,111,.025),0 0 0 52px rgba(214,177,111,.018)}
.brand-row{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand-logo{width:162px;height:auto;display:block}
.menu-status{display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 10px;color:#cfc6b8;font-size:10.5px;white-space:nowrap;background:rgba(255,255,255,.035)}
.menu-status i{width:7px;height:7px;border-radius:50%;background:#52bd82;box-shadow:0 0 0 4px rgba(82,189,130,.08)}
.welcome-copy{position:relative;z-index:1;padding-top:16px}.tagline{font-size:9.5px;text-transform:uppercase;letter-spacing:.18em;font-weight:850;color:#d7b572}
.welcome-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1.04;font-weight:700;margin:5px 0 7px;letter-spacing:-.02em}.welcome-copy p{font-size:12px;color:#bdb5aa;line-height:1.5;margin:0;max-width:570px}
.menu-controls{position:sticky;top:0;z-index:40;background:rgba(255,253,249,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(185,137,63,.16);padding:9px 10px 8px}
.mode-switch{display:grid;grid-template-columns:1fr 1fr;background:#f1ece4;padding:4px;border-radius:14px;gap:4px}.mode-btn{border:0;min-height:43px;border-radius:11px;background:transparent;color:#6d655c;font-size:13px;font-weight:850;cursor:pointer;transition:.2s var(--ease)}.mode-btn:active{transform:scale(.98)}.mode-btn.active{background:#171511;color:#ebc984;box-shadow:0 3px 10px rgba(38,29,17,.12)}
.search-box{position:relative;margin-top:8px}.search-box .search-symbol{position:absolute;left:14px;top:13px;width:20px;height:20px;color:#9c753d}.search-box input{width:100%;min-height:46px;border:1px solid #dfd6c9;border-radius:14px;background:#fff;padding:0 42px 0 43px;color:#201b15;font-size:16px;outline:none;transition:.2s}.search-box input:focus{border-color:#c29a5c;box-shadow:0 0 0 3px rgba(185,137,63,.12)}.clear-search{display:none;position:absolute;right:7px;top:6px;width:34px;height:34px;border:0;border-radius:50%;background:#f3eee7;color:#70685f;font-size:20px;cursor:pointer}
.category-strip{display:flex;gap:8px;overflow:auto;margin-top:8px;padding-bottom:1px;scrollbar-width:none;overscroll-behavior-inline:contain}.category-strip::-webkit-scrollbar{display:none}.cat-chip{flex:0 0 auto;display:flex;align-items:center;gap:7px;min-height:40px;border-radius:999px;padding:0 12px;border:1px solid #e5dacb;background:#fff;color:#564f46;font-size:11.5px;font-weight:800;white-space:nowrap;cursor:pointer;transition:.18s var(--ease)}.cat-chip svg{width:17px;height:17px;color:#a27739}.cat-chip.active{background:var(--gold-soft);border-color:#d8bd8d;color:#6c4a19}.cat-chip:active{transform:scale(.97)}.cat-chip.hidden-mode{display:none}
.menu-main{padding:18px 12px 84px}.quick-note{display:flex;align-items:flex-start;gap:9px;background:#fbf7ef;border:1px solid #ecdfca;border-radius:14px;padding:11px 12px;margin-bottom:21px}.quick-note svg{width:18px;height:18px;flex:0 0 auto;color:#a87a39;margin-top:1px}.quick-note p{margin:0;color:#72685b;font-size:11.5px;line-height:1.48}
.menu-section{margin-bottom:29px;scroll-margin-top:178px;opacity:0;transform:translateY(8px);animation:rise .36s var(--ease) forwards;animation-delay:calc(var(--delay)*35ms)}.menu-section.hidden-mode,.menu-section.hidden-search{display:none!important}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:9px;border-bottom:1px solid var(--line)}.heading-left{display:flex;align-items:center;gap:10px;min-width:0}.section-icon{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:#f5ebda;color:#9e7133;flex:0 0 auto}.section-icon svg{width:20px;height:20px}.section-kicker{display:block;color:#a37b44;font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;margin-bottom:2px}.section-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.1;margin:0;color:#2b2117}.section-count{font-size:10px;color:#988d80;white-space:nowrap}
.item-list{margin:0;padding:0}.menu-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:13px;padding:14px 0;border-bottom:1px solid var(--line);align-items:start;min-width:0}.menu-item.hidden-search{display:none}.item-copy{min-width:0}.menu-item h3{font-size:13.5px;line-height:1.38;font-weight:800;color:#231e18;margin:0}.menu-item p{font-size:11.5px;line-height:1.45;color:#81776b;margin:4px 0 0}.price{font-family:Georgia,"Times New Roman",serif;color:#936525;font-size:15px;line-height:1.35;font-weight:800;text-align:right;white-space:nowrap}.featured-badge{display:inline-flex;margin-top:6px;font-size:8.5px;letter-spacing:.07em;text-transform:uppercase;font-weight:850;color:#795321;background:#f5ead7;border-radius:999px;padding:4px 7px}.empty-state{text-align:center;padding:48px 16px 56px;color:#7c7267}.empty-state svg{width:42px;height:42px;margin:0 auto 10px;color:#b28b51}.empty-state strong{display:block;font-family:Georgia,serif;color:#2f251b;font-size:20px}.empty-state span{display:block;font-size:12px;margin-top:4px}
.menu-footer{text-align:center;padding-top:22px;border-top:1px solid var(--line);color:#877d71}.menu-footer img{width:132px;height:auto;opacity:.58}.menu-footer p{font-size:10.5px;line-height:1.5;margin:8px auto 1px;max-width:390px}.menu-footer strong{font-family:Georgia,serif;font-size:13px;color:#6f5838}.menu-footer small{display:block;margin-top:5px;font-size:9.5px;color:#a0968a}
.to-top{position:fixed;right:max(14px,calc((100vw - 980px)/2 + 14px));bottom:14px;width:46px;height:46px;border:0;border-radius:50%;background:#171511;color:#e8c47f;box-shadow:0 10px 26px rgba(0,0,0,.23);display:grid;place-items:center;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(8px);transition:.22s var(--ease);z-index:50}.to-top.show{opacity:1;pointer-events:auto;transform:none}
@keyframes rise{to{opacity:1;transform:none}}
@media(min-width:700px){.lux-header{padding:21px 24px 20px}.brand-logo{width:190px}.welcome-copy h1{font-size:38px}.menu-controls{padding:10px 24px}.controls-inner{display:grid;grid-template-columns:300px minmax(0,1fr);gap:0 12px}.search-box{margin-top:0}.category-strip{grid-column:1/-1}.menu-main{padding:25px 24px 90px}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px;align-items:start}.menu-section{break-inside:avoid}.section-heading h2{font-size:23px}}
@media(max-width:360px){.lux-header{padding-left:11px;padding-right:11px}.brand-logo{width:145px}.menu-status{font-size:9.5px;padding:7px 8px}.welcome-copy h1{font-size:25px}.menu-controls{padding-left:8px;padding-right:8px}.menu-main{padding-left:10px;padding-right:10px}.menu-item{gap:9px}.price{font-size:14px;white-space:normal;max-width:110px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
