:root{--ink:#24201d;--muted:#716a63;--paper:#f7f5f1;--surface:#fff;--line:#e5e0d8;--tomato:#c94734;--tomato-soft:#fae9e5;--herb:#377857;--herb-soft:#e7f2eb;--shadow:0 12px 32px #362a1f17}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{color:var(--ink);background:var(--paper);letter-spacing:0;margin:0;font-family:Microsoft YaHei,PingFang SC,system-ui,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #37785766}.hero{background:#ebe5da;min-height:330px;position:relative;overflow:hidden}.hero__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero__shade{background:linear-gradient(90deg,#f7f5f1fa 0%,#f7f5f1eb 30%,#f7f5f11f 62%,#0000 100%);position:absolute;inset:0}.hero__content{width:min(1180px,100% - 40px);margin:0 auto;padding-top:66px;position:relative}.hero__eyebrow,.section-kicker{color:var(--tomato);margin:0 0 8px;font-size:13px;font-weight:800}.hero h1{letter-spacing:0;max-width:500px;margin:0;font-family:STKaiti,KaiTi,serif;font-size:clamp(50px,6vw,78px);font-weight:700;line-height:1.05}.hero__copy{color:#5f554d;margin:16px 0 24px;font-size:18px}.hero__count{align-items:baseline;gap:8px;display:flex}.hero__count span{color:var(--tomato);font-size:34px;font-weight:900}.hero__count small{color:var(--muted);font-size:14px}.category-nav{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f5f1f0;position:sticky;top:0}.category-nav__inner{scrollbar-width:none;gap:4px;width:min(1180px,100% - 40px);margin:0 auto;display:flex;overflow-x:auto}.category-nav__inner::-webkit-scrollbar{display:none}.category-link{min-height:66px;color:var(--muted);border-bottom:3px solid #0000;flex:none;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.category-link__mark{color:#6c6258;background:#ece8e1;border-radius:50%;place-items:center;width:30px;height:30px;font-size:12px;display:grid}.category-link.is-active{border-color:var(--tomato);color:var(--ink)}.category-link.is-active .category-link__mark{background:var(--tomato);color:#fff}.page-shell{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:38px;width:min(1180px,100% - 40px);margin:0 auto;padding:40px 0 72px;display:grid}.menu-section{margin-bottom:50px}.menu-section__heading{grid-template-columns:48px 1fr auto;align-items:center;gap:14px;margin-bottom:18px;display:grid}.menu-section__mark{background:var(--herb-soft);width:48px;height:48px;color:var(--herb);border-radius:6px;place-items:center;font-family:STKaiti,KaiTi,serif;font-size:22px;font-weight:800;display:grid}.menu-section:nth-child(3n+1) .menu-section__mark{background:var(--tomato-soft);color:var(--tomato)}.menu-section:nth-child(3n) .menu-section__mark{color:#8a6415;background:#fff2cf}.menu-section h2{margin:0 0 3px;font-size:24px}.menu-section p{color:var(--muted);margin:0;font-size:13px}.menu-section__count{color:#918980;font-size:12px}.dish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dish{border:1px solid var(--line);background:var(--surface);border-radius:6px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;overflow:hidden}.dish:hover{border-color:#cfc8be;transform:translateY(-1px);box-shadow:0 5px 14px #362a1f12}.dish.is-selected{box-shadow:inset 0 -4px 0 var(--tomato);background:snow;border-color:#e2b2aa}.dish__image-wrap{aspect-ratio:1;background:#ece8e1;overflow:hidden}.dish__image{object-fit:cover;background:#ece8e1;width:100%;height:100%;display:block}.dish__body{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:76px;padding:12px;display:grid}.dish__name{overflow-wrap:anywhere;min-width:0;font-size:15px;font-weight:700;line-height:1.45}.add-button,.quantity-control button,.close-button{cursor:pointer;border:0;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.add-button{background:var(--tomato-soft);color:var(--tomato);font-size:25px;font-weight:500}.add-button:hover{background:var(--tomato);color:#fff}.quantity-control{align-items:center;gap:7px;display:flex}.quantity-control button{color:var(--ink);background:#f2eee9;font-size:21px}.quantity-control button:last-child{background:var(--tomato);color:#fff}.quantity-control strong{text-align:center;min-width:18px;font-size:14px}.quantity-control--small button{flex-basis:34px;width:34px;height:34px}.order-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;position:sticky;top:92px;overflow:hidden}.order-panel__heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:22px 22px 16px;display:flex}.order-panel__heading h2{margin:0;font-size:20px}.order-panel__heading .section-kicker{margin-bottom:4px}.clear-button{min-height:40px;color:var(--tomato);cursor:pointer;background:0 0;border:0;padding:0 4px;font-weight:700}.clear-button:disabled{color:#b9b3ac;cursor:default}.order-list{max-height:min(50vh,440px);padding:8px 18px;overflow-y:auto}.order-item{border-bottom:1px solid #eeeae4;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:58px;font-size:14px;font-weight:700;display:grid}.order-total{border-top:1px solid var(--line);background:#fbfaf8;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.order-total strong{color:var(--tomato);font-size:19px}.empty-order{text-align:center;align-content:center;place-items:center;min-height:230px;display:grid}.empty-order__plate{color:#0000;border:8px double #ded8d0;border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:12px;display:grid}.empty-order p{margin:0 0 5px;font-weight:800}.empty-order small{color:var(--muted)}.mobile-order-bar,.order-sheet{display:none}@media (width<=900px){.page-shell{grid-template-columns:minmax(0,1fr);padding-bottom:110px}.order-panel{display:none}.mobile-order-bar{z-index:30;background:var(--ink);color:#fff;cursor:pointer;text-align:left;border:0;border-radius:8px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;min-height:58px;padding:0 18px;display:grid;position:fixed;bottom:14px;left:14px;right:14px;box-shadow:0 12px 28px #24201d42}.mobile-order-bar__badge{background:var(--tomato);border-radius:50%;place-items:center;width:30px;height:30px;font-size:13px;font-weight:900;display:grid}.mobile-order-bar strong{color:#ffd08b}.order-sheet[open]{background:var(--surface);border:0;border-radius:8px 8px 0 0;width:100%;max-width:none;max-height:82vh;margin:0;padding:0;display:block;position:fixed;inset:auto 0 0}.order-sheet::backdrop{background:#24201d80}.order-sheet__handle{background:#d5cfc8;border-radius:4px;width:44px;height:4px;margin:9px auto 0}.close-button{width:40px;height:40px;color:var(--ink);background:#f2eee9;flex-basis:40px;font-size:24px}.order-list--mobile{max-height:48vh}.order-sheet__footer{background:#fff;box-shadow:0 -8px 20px #362a1f14}.clear-button--wide{border:1px solid var(--line);border-radius:6px;width:calc(100% - 44px);margin:8px 22px 0}}@media (width<=620px){.hero{min-height:300px}.hero__image{object-position:62% center}.hero__shade{background:linear-gradient(90deg,#f7f5f1f5 0%,#f7f5f1c2 48%,#f7f5f11a 100%)}.hero__content{width:calc(100% - 32px);padding-top:50px}.hero h1{max-width:300px;font-size:50px}.hero__copy{max-width:190px;font-size:16px}.category-nav__inner,.page-shell{width:calc(100% - 24px)}.category-link{min-height:62px;padding:0 12px}.category-link__mark{display:none}.page-shell{padding-top:28px}.menu-section{margin-bottom:42px}.menu-section__heading{grid-template-columns:42px 1fr auto;gap:10px}.menu-section__mark{width:42px;height:42px}.menu-section h2{font-size:21px}.dish-grid{grid-template-columns:minmax(0,1fr);gap:8px}.dish__body{min-height:70px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
