:root{--ink:#252722;--muted:#696c64;--green:#1E3B34;--paper:#f8f7f3;--line:#e4e4dc;--soft:#EDF2EF}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit}button:disabled{opacity:.4;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #284C43;outline-offset:3px}button{border:0;background:none}a{color:inherit;text-decoration:none}.preview{background:var(--green);color:white;text-align:center;padding:7px 12px;font-size:10px;letter-spacing:1.7px}.preview span{letter-spacing:.2px;opacity:.8;margin-left:18px}header{max-width:1240px;margin:auto;padding:25px 34px;display:flex;align-items:center;justify-content:space-between}.wordmark{font-family:Georgia,serif;font-size:31px;letter-spacing:5px;line-height:1}.wordmark span{display:block;font:8px/2 sans-serif;letter-spacing:4px;text-align:center}.header-note{font-size:13px;color:var(--muted)}.bag{background:white;border:1px solid var(--line);border-radius:30px;padding:12px 18px;font-weight:600}.bag span{background:var(--green);color:white;border-radius:50%;padding:3px 7px;margin-left:9px}main{max-width:1172px;margin:auto;padding:0 20px}.hero{display:grid;grid-template-columns:1.1fr 1fr;background:#E6EDE9;border-radius:24px;overflow:hidden}.hero>div{padding:42px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;color:var(--green)}h1{font:54px/1.06 Georgia,serif;letter-spacing:-1.5px;margin:20px 0}h2{font-size:25px;letter-spacing:-.6px;line-height:1.2;margin:0}p{color:var(--muted)}.hero img{width:100%;height:100%;max-height:345px;object-fit:cover}.location{font-size:11px;color:var(--muted)}.menu-top{display:flex;align-items:center;justify-content:space-between;margin:38px 0 22px}.search input{width:240px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:12px 20px}nav{display:flex;gap:8px;overflow:auto;position:sticky;top:0;background:var(--paper);z-index:2;padding:12px 0 18px;border-bottom:1px solid var(--line)}nav button{white-space:nowrap;border:1px solid var(--line);border-radius:25px;padding:10px 17px;font-weight:600;font-size:13px}nav button:first-child,nav button.active{background:var(--green);color:white}nav:has(.active) button:not(.active){background:none;color:var(--ink)}.layout{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:35px;padding:28px 0 70px}.category{margin-bottom:38px;scroll-margin-top:90px}.category>p{font-size:13px;margin:9px 0 18px}.products{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product{background:white;border:1px solid var(--line);border-radius:16px;text-align:left;padding:21px 17px;display:flex;align-items:center;justify-content:space-between;gap:14px;transition:border-color .15s,transform .15s}.product:hover{border-color:#6A8980;transform:translateY(-2px)}.product b{font-size:15px;display:block;line-height:1.3}.product small{display:block;font-size:11px;color:var(--muted);margin:8px 0 14px}.product strong{font-size:14px}.plus{background:var(--soft);color:var(--green);height:34px;width:34px;display:grid;place-items:center;border-radius:50%;font-size:23px;flex:none}aside{background:#eeeee6;border-radius:18px;padding:25px;height:fit-content;position:sticky;top:90px}aside h2{font:36px/1.1 Georgia,serif;margin-top:18px}aside p{font-size:13px}aside img{width:100%;height:170px;object-fit:cover;border-radius:12px;margin:8px 0 18px}aside small{font-size:10px;display:block;color:var(--muted);margin-top:12px}.primary{background:var(--green);color:white;border-radius:12px;padding:16px;font-weight:650;display:flex;justify-content:space-between;gap:15px;align-items:center}.primary:hover{background:#132720}aside .primary{font-size:12px;width:100%}dialog{padding:0;border:0;border-radius:24px;width:min(560px,calc(100% - 32px));max-height:90dvh;color:var(--ink);overflow:hidden;background:#fff;box-shadow:0 25px 100px #0003}dialog::backdrop{background:#0C1A1680;backdrop-filter:blur(4px)}body:has(dialog[open]){overflow:hidden}.close{position:absolute;right:17px;top:17px;border-radius:50%;background:#f2f3ed;font-size:25px;width:40px;height:40px;z-index:2}.sheet-scroll{overflow:auto;max-height:calc(90dvh - 90px);padding:35px 30px 20px}.sheet-scroll h2{font-size:30px;padding-right:28px;margin:12px 0}.sheet-scroll .intro{font-size:13px;margin:10px 0 24px}.base-price{font-weight:650;color:var(--green)}fieldset{padding:23px 0 0;margin:0 0 24px;border:0;border-top:1px solid var(--line);min-width:0}legend{float:left;width:100%;font-weight:700;font-size:17px;margin-bottom:3px}fieldset>small{display:block;color:var(--muted);font-size:12px;clear:both;margin-bottom:12px}.option{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #f1f1ec;cursor:pointer}.option input{appearance:none;width:23px;height:23px;border:1.5px solid #B3C0BA;border-radius:6px;margin:0;flex:none;display:grid;place-items:center}.option input[type=radio]{border-radius:50%}.option input:checked{background:var(--green);border-color:var(--green)}.option input:checked:after{content:'✓';color:white;font-size:15px}.option input[type=radio]:checked:after{content:'';width:9px;height:9px;border-radius:50%;background:white}.option span{flex:1;font-size:14px}.option em{font-style:normal;font-size:12px;color:var(--muted)}.remove:has(input:checked) span{text-decoration:line-through;color:#8a716a}.remove:has(input:checked) em{color:#8a716a}.tag{font-size:10px;font-weight:500;background:var(--soft);color:var(--green);border-radius:5px;padding:4px 7px;float:right}.note-label{display:block;font-weight:650;margin-bottom:10px}.note-label small{float:right;font-weight:400;color:var(--muted)}textarea{resize:vertical;width:100%;min-height:85px;border:1px solid var(--line);border-radius:10px;padding:12px;font-size:13px}.sheet-footer{padding:16px 22px;display:flex;gap:16px;border-top:1px solid var(--line);background:white}.sheet-footer .primary{flex:1}.stepper{display:flex;align-items:center;gap:5px;border-radius:12px;background:var(--soft)}.stepper button{height:44px;width:37px;font-size:22px}.stepper output{min-width:21px;text-align:center;font-weight:650}.basket-body{padding:34px 28px;max-height:90dvh;overflow:auto}.basket-body h2{margin:14px 0 26px}.line{padding:20px 0;border-bottom:1px solid var(--line)}.line-head,.total{display:flex;justify-content:space-between;gap:15px}.line p{font-size:12px;margin:7px 0}.line-actions{display:flex;gap:16px}.text-button{font-size:12px;color:var(--green);text-decoration:underline;padding:8px 0}.total{padding:22px 0;font-size:19px;font-weight:700}.basket-body .primary{width:100%}.empty{padding:40px 0;text-align:center}.notice{font-size:12px;background:var(--soft);padding:15px;border-radius:12px;color:var(--green)}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;border-radius:12px;padding:13px 22px;z-index:10;pointer-events:none;opacity:0;font-size:13px;max-width:90vw}#toast.show{opacity:1}footer{border-top:1px solid var(--line);max-width:1132px;margin:auto;padding:25px 0;font-size:11px;letter-spacing:1px;display:flex;justify-content:space-between;color:var(--muted)}.mobile-basket{display:none}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}@media(max-width:850px){.layout{grid-template-columns:1fr}.layout aside{display:none}.hero>div{padding:30px}h1{font-size:44px}}@media(max-width:580px){header{padding:20px}.header-note{display:none}.wordmark{font-size:25px}.preview{font-size:9px}.preview span{margin-left:8px}main{padding:0 16px}.hero{grid-template-columns:1fr;border-radius:18px}.hero>div{padding:27px}.hero img{height:140px;object-position:center 55%}h1{font-size:43px;margin:15px 0}.hero p{font-size:13px}.menu-top{display:block;margin:28px 0 10px}.menu-top h2{font-size:24px;margin-bottom:18px}.search input{width:100%}.products{grid-template-columns:1fr}.product{padding:18px}.product small{margin:5px 0 9px}.layout{padding-top:23px}.category{margin-bottom:30px}dialog{width:100%;max-width:none;max-height:94dvh;margin:auto 0 0;border-radius:24px 24px 0 0}.sheet-scroll{max-height:calc(94dvh - 91px);padding:30px 22px 20px}.sheet-scroll h2{font-size:27px}.sheet-footer{padding:14px 16px max(14px,env(safe-area-inset-bottom));gap:10px}.sheet-footer .primary{font-size:13px;padding:14px}.basket-body{max-height:94dvh}.mobile-basket{display:flex;position:fixed;bottom:18px;left:16px;right:16px;z-index:3;background:var(--green);color:white;border-radius:13px;padding:17px 21px;justify-content:space-between;box-shadow:0 8px 25px #0002;font-weight:650}footer{padding:22px 16px 100px;display:block}footer span{display:block;margin-top:7px}#toast{bottom:90px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
