:root{--cream:#f8f1e7;--paper:#fffdf8;--ink:#2c2017;--brown:#6b4228;--gold:#b58a55;--line:#ddcdb8;--muted:#786552;--green:#3e684c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,select{cursor:pointer}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site{background:radial-gradient(circle at 88% 2%, #ead7bb 0, transparent 24rem), var(--cream);min-height:100dvh}.header{border-bottom:1px solid #6b422833;justify-content:space-between;align-items:center;gap:18px;width:min(100%,1280px);min-height:88px;margin:auto;padding:14px 32px;display:flex}.brand{color:inherit;align-items:center;gap:13px;text-decoration:none;display:flex}.brand img{object-fit:cover;border:1px solid #cfaf85;border-radius:50%;width:60px;height:60px;box-shadow:0 5px 18px #4f2e191a}.brand strong{letter-spacing:-.03em;font:32px/1 Georgia,Times New Roman,serif;display:block}.brand small{letter-spacing:.18em;margin-top:7px;font-size:9px;font-weight:800;display:block}.header-actions{align-items:center;gap:10px;display:flex}.menu-link,.basket-link{min-height:43px;color:var(--brown);background:#fffdf8e6;border:1px solid #cdb89c;border-radius:11px;padding:11px 15px;font-size:14px;font-weight:800;line-height:1.2;text-decoration:none}.menu-link:hover,.basket-link:hover{background:#f1e4d3}.language select{min-width:116px;color:var(--ink);background:#fffdf8e6;border:1px solid #cdb89c;border-radius:11px;padding:11px 32px 11px 12px}main,footer{width:min(100%,1280px);margin:auto;padding-inline:32px}.intro{justify-content:space-between;align-items:center;gap:32px;padding:44px 0 40px;display:flex}.eyebrow{color:#95683e;letter-spacing:.16em;margin:0 0 9px;font-size:12px;font-weight:850}.intro h1{letter-spacing:-.045em;max-width:780px;margin:0;font:500 clamp(41px,5.3vw,70px)/1.01 Georgia,Times New Roman,serif}.intro h1 em{color:#9b6735;font-weight:400}.intro>div:first-child>p:last-child{max-width:720px;color:var(--muted);margin:18px 0 0;font-size:17px}.lead-note{color:#744925;text-align:center;background:#fff8eb;border:2px solid #c08a50;border-radius:90px 90px 15px 15px;flex:none;width:176px;padding:23px 14px 27px;animation:2.6s ease-in-out infinite lead-pop;display:grid;position:relative;box-shadow:0 12px 28px #74492526}.lead-note b{color:#c08a50;font-size:17px;position:absolute;top:9px;right:20px}.lead-note strong{font:44px/1 Georgia,serif}.lead-note span{margin-top:7px;font-size:13px;font-weight:750;line-height:1.2}@keyframes lead-pop{0%,to{transform:rotate(-1deg)translateY(0)}50%{transform:rotate(1deg)translateY(-7px)}}.layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:34px;padding-bottom:46px;display:grid}.section-heading{justify-content:space-between;align-items:end;min-height:62px;margin-bottom:17px;display:flex}.section-heading h2,.basket h2{letter-spacing:-.025em;margin:0;font:36px/1.1 Georgia,serif}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.product{border:1px solid var(--line);background:var(--paper);border-radius:17px;overflow:hidden;box-shadow:0 12px 30px #4a2d1912}.product>img{aspect-ratio:1.55;object-fit:cover;background:#e4d2b8;width:100%;display:block}.product-body{padding:18px 19px 20px}.product-number{color:#a87d4b;font:13px Georgia,serif}.product h3{margin:6px 0 2px;font:27px/1.12 Georgia,serif}.weight{color:#8b735b;margin:0;font-size:14px}.description{color:#665441;min-height:66px;margin:12px 0 0;font-size:14px;line-height:1.48}.product-bottom{justify-content:space-between;align-items:end;gap:12px;margin-top:18px;display:flex}.product-bottom>strong{font-size:22px}.product-bottom>strong small{color:#7c6956;margin-top:2px;font-size:12px;font-weight:500;display:block}.quantity{background:#fff;border:1px solid #c9b292;border-radius:11px;align-items:center;display:flex;overflow:hidden}.quantity button{width:42px;height:42px;color:var(--brown);background:0 0;border:0;font-size:22px}.quantity button:hover{background:#f1e4d3}.quantity button:disabled{cursor:not-allowed;opacity:.3}.quantity span{text-align:center;width:28px;font-size:15px}.basket{background:#eee1cf;border:1px solid #d5c0a5;border-radius:18px;padding:27px;scroll-margin-top:16px;position:sticky;top:18px;box-shadow:0 16px 34px #4a2d1912}.basket h2{margin-bottom:20px}.muted{color:var(--muted);font-size:15px}.basket-row{justify-content:space-between;gap:14px;margin:13px 0;font-size:14px;display:flex}.basket-row span{min-width:0}.basket-row b{white-space:nowrap}.basket-total{border-top:1px solid #c6ad8c;justify-content:space-between;gap:15px;margin-top:22px;padding-top:18px;font-size:18px;display:flex}.basket-total b{text-align:end}.basket-total small{color:#6e5c4a;margin-top:2px;font-size:12px;font-weight:500;display:block}.map{color:#664020;text-underline-offset:3px;margin-top:18px;font-size:14px;font-weight:750;display:inline-block}.primary{color:#fff;background:#633c22;border:0;border-radius:11px;width:100%;min-height:50px;margin-top:18px;padding:13px 16px;font-size:15px;font-weight:800}.primary:hover{background:#7b4c2c}.primary:disabled{cursor:not-allowed;opacity:.4}.checkout{border-top:1px solid #c6ad8c;margin-top:22px;padding-top:19px}.checkout h3{margin:0 0 12px;font:26px Georgia,serif}.checkout-heading{justify-content:space-between;align-items:start;gap:12px;display:flex}.checkout-heading>button{background:var(--paper);width:36px;height:36px;color:var(--brown);border:1px solid #bfa889;border-radius:50%;flex:none;font-size:24px;line-height:1}.checkout label{margin:15px 0 6px;font-size:14px;font-weight:750;display:block}.checkout input,.checkout select,.checkout textarea{background:var(--paper);width:100%;min-height:46px;color:var(--ink);border:1px solid #bfa889;border-radius:9px;padding:10px 11px}.checkout textarea{resize:vertical}.checkout input:focus,.checkout select:focus,.checkout textarea:focus{border-color:var(--brown);outline:3px solid #6b422821}.confirm-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#271b1294;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{background:var(--paper);text-align:center;border:1px solid #c9ad89;border-radius:18px;width:min(100%,430px);padding:27px;box-shadow:0 24px 70px #1f140c47}.confirm-dialog>span{color:#42694e;background:#e3efe1;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto 13px;font-size:24px;font-weight:800;display:grid}.confirm-dialog h3{margin:0;font:27px/1.15 Georgia,serif}.confirm-dialog p{color:var(--muted);margin:12px 0 20px;font-size:15px;line-height:1.5}.confirm-dialog>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.confirm-dialog button{min-height:48px;color:var(--brown);background:#fffaf2;border:1px solid #bda88f;border-radius:9px;font-weight:800}.confirm-dialog button.primary{background:var(--brown);color:#fff;margin:0}.fine{color:#6e5b49;margin:11px 0;font-size:13px;line-height:1.45}.notice{border-radius:10px;margin:15px 0;padding:13px;font-size:14px}.notice.error{color:#8d3124;background:#fff0ea;border:1px solid #e1b8aa}.notice.error button{color:inherit;background:0 0;border:0;margin-inline-start:8px;font-weight:850;text-decoration:underline}.notice.success{color:#31563d;background:#e1eee4;border:1px solid #a7c5b0}.loading{min-height:260px;color:var(--muted);background:#fffdf873;border:1px dashed #cbb596;border-radius:17px;place-items:center;display:grid}.menu-backdrop{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#271b12b3;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.menu-dialog{background:var(--paper);border:1px solid #c9ad89;border-radius:18px;width:min(100%,760px);max-height:calc(100dvh - 36px);overflow:auto;box-shadow:0 24px 70px #1f140c57}.menu-dialog>div{z-index:1;border-bottom:1px solid var(--line);background:#fffdf8f5;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex;position:sticky;top:0}.menu-dialog h2{margin:0;font:25px/1.1 Georgia,serif}.menu-dialog button{width:38px;height:38px;color:var(--brown);background:#fff;border:1px solid #c9ad89;border-radius:50%;flex:none;font-size:25px;line-height:1}.menu-dialog img{width:100%;height:auto;display:block}footer{color:var(--muted);border-top:1px solid #6b42282e;justify-content:space-between;gap:16px;padding-block:24px 32px;font-size:14px;display:flex}footer a{color:var(--brown);font-weight:750}[dir=rtl]{text-align:right}[dir=rtl] .product-bottom,[dir=rtl] .basket-row,[dir=rtl] .basket-total{direction:rtl}@media (max-width:1050px){.layout{grid-template-columns:minmax(0,1fr) 330px;gap:20px}.products{grid-template-columns:1fr}}@media (max-width:760px){.layout{grid-template-columns:minmax(0,1fr) minmax(140px,42%);gap:9px}.basket{border-radius:13px;order:0;max-height:calc(100dvh - 16px);padding:14px 10px;position:sticky;top:8px;overflow-y:auto}.basket .eyebrow{letter-spacing:.1em;margin-bottom:5px;font-size:9px}.basket h2{margin-bottom:12px;font-size:23px}.basket-row{flex-direction:column;gap:2px;margin:9px 0;font-size:11px}.basket-total{flex-direction:column;gap:4px;margin-top:13px;padding-top:12px;font-size:15px}.basket-total b{text-align:start}.basket-total small{font-size:10px}.map{margin-top:12px;font-size:11px;line-height:1.3}.basket .primary{min-height:43px;margin-top:13px;padding:9px 6px;font-size:11px;line-height:1.25}.basket.checkout-open{z-index:80;width:auto;max-height:none;padding:20px;position:fixed;inset:8px;overflow-y:auto}.basket.checkout-open h2{font-size:30px}.basket.checkout-open .basket-row{flex-direction:row;font-size:14px}.basket.checkout-open .basket-total{flex-direction:row;font-size:18px}.basket.checkout-open .primary{min-height:50px;padding:13px 16px;font-size:15px}.product{display:block}.product>img{aspect-ratio:1.25;min-height:0}.product-body{padding:12px 10px 14px}.product h3{font-size:20px}.description{min-height:0;margin-top:8px;font-size:12px}.product-bottom{flex-direction:column;align-items:stretch}.quantity{justify-content:space-between}}@media (max-width:640px){.header{flex-direction:column;align-items:stretch;gap:10px;min-height:76px;padding:11px 16px}.brand{gap:9px}.brand,.header-actions{justify-content:center}.brand img{width:50px;height:50px}.brand strong{font-size:23px}.brand small{letter-spacing:.12em;font-size:7px}.header-actions{gap:6px}.menu-link,.basket-link{min-height:39px;padding:9px 8px;font-size:12px}.language select{min-width:98px;padding:9px;font-size:13px}main,footer{padding-inline:16px}.intro{align-items:end;gap:14px;padding:30px 0 28px}.intro h1{font-size:39px}.intro>div:first-child>p:last-child{font-size:15px}.lead-note{width:112px;padding:21px 7px 17px}.lead-note b{font-size:13px;top:5px;right:14px}.lead-note strong{font-size:30px}.lead-note span{font-size:10px}.section-heading h2,.basket h2{font-size:30px}.products{grid-template-columns:1fr;gap:14px}.product{display:block}.product>img{aspect-ratio:1.25;height:auto;min-height:0}.product-body{padding:12px 10px 14px}.product h3{font-size:20px}.description{min-height:0;font-size:13px}.product-bottom{align-items:center}.quantity button{width:36px;height:39px}.quantity span{width:23px}.basket{padding:22px 20px}footer{font-size:12px}}@media (max-width:400px){.brand small{display:none}.header{gap:8px}.header-actions{gap:4px}.menu-link,.basket-link{padding-inline:6px;font-size:11px}.language select{min-width:84px}.product{grid-template-columns:1fr}.product>img{aspect-ratio:1.55;min-height:0}.confirm-dialog{padding:22px 17px}.confirm-dialog>div{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.lead-note{animation:none}}
