:root{--yellow:#f4c51f;--ink:#171713;--panel:#292b23;--muted:#b9b9ae;--line:#4b4d3e;--red:#ff604d;color-scheme:dark}
*{box-sizing:border-box}html{scrollbar-gutter:stable}body{margin:0;background:var(--yellow);color:#fff;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{cursor:pointer}button,input{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible{outline:2px solid #fff;outline-offset:2px}
.app{width:100%;max-width:1180px;margin:auto;padding:0 14px 112px;min-width:0}.header{display:flex;align-items:center;gap:16px;position:sticky;top:0;z-index:100;background:var(--ink);padding:13px 14px;margin:0 -14px;border-bottom:2px solid var(--yellow)}.brand{flex:0 0 auto;line-height:1}.brand strong{display:block;color:var(--red);font-size:27px;letter-spacing:-1px}.brand span{display:block;color:#ffda38;font-size:9px;font-weight:800;letter-spacing:1px;margin-top:5px}.top{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.search{display:flex;align-items:center;gap:9px;min-width:0;flex:1;height:46px;border:1px solid #4a4937;border-radius:15px;padding:0 12px;background:#25251e}.search i{font-style:normal;color:#ffda38}.search input{width:100%;min-width:0;outline:0;border:0;background:transparent;color:#fff;font-size:13px;font-weight:600}.search input::placeholder{color:#bcbcaa}.cart-icon{position:relative;flex:0 0 54px;height:46px;border:0;border-radius:14px;background:#25251e;color:#fff;font-size:20px}.badge{position:absolute;right:2px;top:-7px;min-width:21px;height:21px;padding:0 5px;border-radius:20px;background:#f05b3d;color:#fff;font-size:12px;font-weight:700;display:grid;place-items:center}
.menu-heading{font-size:20px;font-weight:800;color:var(--ink);padding:16px 0 9px}.cats{display:flex;gap:7px;overflow-x:auto;padding:2px 0 8px;scrollbar-width:none}.cats::-webkit-scrollbar,.row::-webkit-scrollbar{display:none}.cat{display:flex;flex:0 0 auto;align-items:center;gap:6px;padding:6px 11px 6px 6px;white-space:nowrap;border:1px solid var(--ink);border-radius:22px;background:var(--ink);color:#eee;font-size:11px;font-weight:700}.ci{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#34352b;font-size:14px}.cat.on{color:#ffda38;box-shadow:inset 0 0 0 1px #ffda38}.cat.on .ci{background:#ffda38;color:var(--ink)}
.section{margin:19px 0 25px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px;color:var(--ink)}.section-head b{font-size:19px;line-height:1.2}.heads{display:flex;gap:7px}.arrow{width:35px;height:35px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--ink);color:#ffda38;font-size:23px;line-height:1}.row{display:flex;align-items:flex-start;gap:11px;overflow-x:auto;overflow-y:hidden;padding:0 0 5px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.card{position:relative;flex:0 0 196px;height:250px;display:flex;flex-direction:column;overflow:hidden;scroll-snap-align:start;border:1px solid #292a20;border-radius:17px;background:var(--ink)}.section.has-options .card{height:318px}
.pic{position:relative;flex:0 0 140px;height:140px;overflow:hidden;border-radius:17px 17px 0 0}.pic img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;padding:8px 10px;transform:scale(1.12);filter:drop-shadow(0 5px 5px #0003)}.card.drink .pic img{padding:5px 24px;transform:scale(1.18)}.card.coffee .pic img{padding:4px 12px;transform:scale(1.15)}.card.tea .pic img{padding:4px 13px;transform:scale(1.25)}
.body{display:flex;flex:1;min-height:0;flex-direction:column;padding:0 12px 10px}.name{height:35px;min-height:35px;margin:0 0 4px;font-size:14px;font-weight:700;line-height:1.22;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.desc{max-height:28px;margin:0 0 5px;color:var(--muted);font-size:10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.desc:empty,.options:empty{display:none}.option-label{display:block;margin-bottom:4px;color:var(--muted);font-size:10px;line-height:13px}.size-picker{display:flex;height:34px;padding:3px;gap:2px;border-radius:22px;background:#30322b}.size-option{flex:1;min-width:0;padding:0;border:0;border-radius:18px;background:transparent;color:#bfc0b7;font-size:11px;font-weight:700}.size-option.selected{background:#fff;color:#24262b;box-shadow:0 1px 4px #0004}
.variant-dropdown{position:relative;display:block}.variant-trigger{width:100%;height:34px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:#fff;font-size:10px;font-weight:700;text-align:left}.variant-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chevron{flex:0 0 auto;color:#ffda38;font-size:15px;transition:transform .15s}.variant-dropdown.open .chevron{transform:rotate(180deg)}.variant-menu{display:none;position:absolute;z-index:20;left:0;right:0;bottom:38px;max-height:166px;overflow-y:auto;padding:4px;border:1px solid #62634f;border-radius:9px;background:#20211b;box-shadow:0 10px 24px #000c}.variant-dropdown.open .variant-menu{display:grid;gap:2px}.variant-menu-item{width:100%;min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 7px;border:0;border-radius:6px;background:transparent;color:#ddd;font-size:10px;text-align:left}.variant-menu-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.variant-menu-item b{flex:0 0 auto;color:#ffda38;font-size:9px}.variant-menu-item.selected{background:var(--yellow);color:var(--ink)}.variant-menu-item.selected b{color:var(--ink)}
.bottom{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:38px;margin-top:auto;padding-top:5px}.price{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffda38;font-size:12px;font-weight:800;font-variant-numeric:tabular-nums}.add{flex:0 0 33px;width:33px;height:33px;padding:0;border:0;border-radius:10px;background:var(--yellow);color:var(--ink);font-size:21px;line-height:1}.empty{padding:28px;border-radius:16px;background:var(--ink);text-align:center;color:#ddd}
.cartbar{position:fixed;z-index:90;bottom:13px;left:50%;transform:translateX(-50%);width:min(1152px,calc(100% - 28px));display:flex;align-items:center;gap:12px;padding:11px 13px;border:1px solid #494737;border-radius:17px;background:var(--ink);box-shadow:0 6px 20px #0004}.cartinfo{min-width:0;flex:1}.cartinfo b{font-size:14px}.cartinfo small{display:block;margin-top:4px;color:#babaae;font-size:10px}.order{flex:0 0 auto;padding:12px 15px;border:0;border-radius:11px;background:var(--yellow);color:var(--ink);font-size:12px;font-weight:700}.contact-footer{text-align:center;color:#27261f;font-size:12px;padding:17px 0;line-height:1.7}.contact-footer a{color:inherit;display:inline-block;padding:5px 8px}
.modal{display:none;position:fixed;inset:0;z-index:120;align-items:center;justify-content:center;padding:14px;background:#000b;backdrop-filter:blur(4px)}.modal.show{display:flex}.sheet{width:min(560px,100%);max-height:90dvh;overflow-y:auto;padding:20px;border:1px solid #514c36;border-radius:20px;background:var(--ink)}.sheet h2{margin:0;color:#ffda38;font-size:21px}.sheet p{color:#c1c0b3;font-size:12px;line-height:1.5}.receipt{padding:13px;border:1px solid #484839;border-radius:13px;background:#24251c}.receipt-title,.receipt-total{display:flex;justify-content:space-between;gap:10px;font-weight:700;color:#ffda38}.receipt-title{padding-bottom:11px;border-bottom:1px solid #454638;font-size:12px}.receipt-row{display:flex;justify-content:space-between;align-items:center;gap:9px;padding:11px 0;border-bottom:1px solid #34362b;font-size:12px}.receipt-row small{color:#bbb}.receipt-total{padding-top:13px;font-size:15px}.qty{display:flex;align-items:center;gap:10px;margin-top:7px}.qty button{width:27px;height:27px;border:0;border-radius:7px;background:var(--yellow);color:var(--ink);font-size:18px}.phrase{margin-top:7px;padding:9px;border:1px solid #3f4134;border-radius:10px;color:#bbb;font-size:11px;line-height:1.5;cursor:pointer}.phrase b{display:block;color:#eee}.phrase.on{border-color:var(--yellow);background:#302d1e}.phone-call{display:block;margin-top:14px;padding:13px;border:1px solid var(--yellow);border-radius:11px;text-align:center;color:#fff;text-decoration:none}.phone-call span{display:block;color:#c1c0b3;font-size:10px}.phone-call strong,.phone-call em{display:block;margin-top:4px;font-size:15px;font-style:normal}.phone-call em{color:#ffda38}.close{width:100%;margin-top:9px;padding:12px;border:0;border-radius:11px;background:#303229;color:#fff;font-weight:700}

/* Responsive catalog: one set of rules for all product cards. */
:root{--yellow:#f8b51b;color-scheme:light}
body,.app{background:#fff;color:#111}
.brand{width:112px}.brand img{display:block;width:100%;height:auto;object-fit:contain}
.app{max-width:1280px;padding:0 24px 112px}.header{margin:0 -24px;padding:13px 24px}
.menu-heading,.section-head{color:#111}.menu-heading{padding:16px 0 8px}.cats{flex-wrap:wrap;gap:8px}.section{margin:22px 0 28px}.section-head{margin-bottom:12px}.section-head b{font-size:20px}
.row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:stretch;overflow:visible;padding:3px 3px 10px;scroll-snap-type:none}.heads{display:none}
.card,.section.has-options .card{height:306px;min-width:0;display:flex;flex-direction:column;overflow:visible;border:1px solid #eee;border-radius:22px;background:#fff;color:#111;box-shadow:0 3px 10px #00000014}
.pic{height:140px;flex:0 0 140px;overflow:hidden;border-radius:22px 22px 0 0}
.pic img,.card.drink .pic img,.card.coffee .pic img,.card.tea .pic img{padding:4px 10px;transform:scale(var(--image-scale,1));object-fit:contain;object-position:center;filter:none}
.body{flex:1;min-height:0;padding:0 13px 12px;display:flex;flex-direction:column}
.name{height:38px;min-height:38px;margin:0 0 5px;color:#d9950b;font-size:15px;font-weight:800;line-height:19px;-webkit-line-clamp:2}
.desc{height:42px;min-height:42px;max-height:42px;margin:0 0 7px;color:#454545;font-size:11px;line-height:14px;-webkit-line-clamp:3}.desc:empty{display:block}
.options{margin-top:auto}.options:empty{display:none}
.section.has-options .card{height:348px}.section.has-options .options{min-height:36px;display:block}.section.has-options .options:empty{min-height:36px}
.bottom{flex-shrink:0;min-height:42px;margin-top:auto;padding-top:6px;gap:6px}.section.has-options .bottom{margin-top:6px}
.price{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;font-size:15px;line-height:19px;color:#111;letter-spacing:-.3px;font-weight:800}
.add{width:36px;height:36px;flex:0 0 36px;border-radius:11px;background:var(--yellow);color:#fff;font-size:26px}
.option-label{display:none}.size-picker{height:36px;background:#ededed}.size-option{color:#111;font-size:12px}.size-option.selected{background:#111;color:#fff;box-shadow:none}
.variant-trigger{height:36px;padding:0 10px;border:0;border-radius:18px;background:#ededed;color:#111;font-size:11px}.chevron{color:#111}.variant-menu{bottom:40px;background:#fff;border-color:#ddd;box-shadow:0 8px 25px #0002;max-height:180px}.variant-menu-item{color:#222}.variant-menu-item b{color:#805800}.variant-menu-item.selected{background:var(--yellow)}
.card:has(.variant-dropdown.open){z-index:5}
.cartinfo b{color:#fff}.cartinfo small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-footer{color:#222}
/* Individual corrections for the existing transparent source canvases. */
#product-image-63{--image-scale:.88}#product-image-69{--image-scale:.94}
#product-image-78{--image-scale:.91}#product-image-79{--image-scale:1.04}#product-image-80{--image-scale:1.02}#product-image-81{--image-scale:.90}
#product-image-42{--image-scale:.96}#product-image-44{--image-scale:.96}#product-image-45{--image-scale:.95}#product-image-48{--image-scale:.94}
#product-image-70{--image-scale:.97}#product-image-72{--image-scale:1.02}#product-image-73{--image-scale:1.02}
@media(max-width:1100px){.row{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:850px){.row{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.app{padding:0 10px 104px}.header{margin:0 -10px;padding:11px 10px;gap:8px}.brand{width:88px}.search{height:42px;padding:0 8px}.search input{font-size:11px}.cart-icon{flex-basis:42px;height:42px}.cats{flex-wrap:nowrap;overflow:auto}.row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.section-head b{font-size:18px}.card,.section.has-options .card{height:276px;border-radius:20px}.section.has-options .card{height:318px}.pic{height:122px;flex-basis:122px}.body{padding:0 10px 10px}.name{font-size:13px;line-height:17px;height:34px;min-height:34px}.desc{font-size:10px;line-height:13px;height:39px;min-height:39px;max-height:39px}.price{font-size:13px;line-height:17px}.add{width:34px;height:34px;flex-basis:34px}.cartbar{width:calc(100% - 20px);gap:8px;padding:10px}.order{padding:12px 10px}.section{margin:18px 0 24px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Compact content with no spacer between description and variant. */
.app:not(.all-view) #sections{max-width:760px;margin:auto}
.row{grid-template-columns:repeat(2,minmax(0,1fr))}
.card,.section.has-options .card{height:auto;min-height:0}
.body{flex:1;padding-top:0}.name{height:auto;min-height:0;margin-bottom:6px}.desc{height:auto;min-height:0;max-height:42px;margin-bottom:6px}
.options,.section.has-options .options{margin-top:0;min-height:0}.section.has-options .options:empty{display:none;min-height:0}
.bottom,.section.has-options .bottom{margin-top:auto;padding-top:8px}
.all-view .heads{display:flex}.all-view .row{display:flex;overflow-x:auto;overflow-y:hidden;gap:16px;align-items:stretch;scroll-snap-type:x mandatory;padding:4px 3px 12px}
.all-view .card{flex:0 0 calc((100% - 64px)/5);min-width:0;scroll-snap-align:start}
.app:not(.all-view) .pic{height:170px;flex-basis:170px}
.sheet{color:#fff}.sheet h3{font-size:16px;margin:20px 0 12px}.sheet label{display:block;font-size:13px;margin:12px 0;color:#eee}.sheet label small{color:#bbb}.sheet input,.sheet textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #55584b;border-radius:10px;background:#fff;color:#171713;font:inherit;resize:vertical}.sheet input:focus-visible,.sheet textarea:focus-visible{outline:2px solid var(--yellow)}
.submit-order{width:100%;margin-top:10px;font-size:14px}.submit-order:disabled{opacity:.6;cursor:wait}.location-button{width:100%;padding:12px;background:#303229;color:#ffda38;border:1px solid #686447;border-radius:10px}.checkout-hint{font-size:11px!important}#checkout-error{color:#ff998a}#telegram-link{color:#ffda38;display:block;padding:12px 0}#telegram-link[hidden]{display:none}.receipt{margin-top:16px}.receipt-row>span{flex-shrink:0}.phone-call{font-size:12px}
@media(max-width:1100px){.all-view .card{flex-basis:calc((100% - 48px)/4)}}
@media(max-width:850px){.all-view .card{flex-basis:calc((100% - 32px)/3)}}
@media(max-width:600px){.all-view .row{gap:12px}.all-view .card{flex-basis:calc((100% - 12px)/2)}.app:not(.all-view) .pic{height:122px;flex-basis:122px}.name{height:auto;min-height:0}.desc{height:auto;min-height:0;max-height:39px}.card,.section.has-options .card{height:auto}.sheet{padding:17px;max-height:92dvh}.sheet h2{font-size:20px}}
#map-modal{z-index:150}.map-sheet{width:min(660px,100%)}#delivery-map{height:340px;border-radius:12px;background:#eee;color:#111}.payment-note{background:#302d20;border:1px solid #766126;border-radius:12px;padding:12px;margin-top:14px}.payment-note p{margin:7px 0 0;line-height:1.6}.name{font-size:16px;letter-spacing:-.2px}.desc{font-size:12px;line-height:16px;max-height:48px}.price{font-size:16px}.sheet label{font-size:14px}.sheet p{font-size:13px}.sheet input,.sheet textarea{font-size:16px}.all-view .card{flex-shrink:0}@media(max-width:600px){.name{font-size:14px;line-height:18px}.desc{font-size:11px;line-height:14px;max-height:42px}.price{font-size:13px}#delivery-map{height:280px}}

/* V2 desktop navigation also applies to mobile; product carousels are removed. */
@media (min-width:901px){
  .cat{background:transparent;border-color:transparent;color:#262720}
  .cat:hover{background:#f1f1eb}
  .cat .ci{background:#e4e4dd;color:#777}
  .cat.on{background:#252933;color:#fff}
  .cat.on .ci{background:#fff;color:#252933}
}
@media (max-width:600px){
  .cats{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;padding:3px 0 10px;scrollbar-width:none}
  .cat{min-height:42px;padding:6px 10px 6px 6px;border-color:transparent;border-radius:22px;background:transparent;color:#262720;font-size:12px}
  .cat .ci{width:28px;height:28px;background:#e4e4dd;color:#777;font-size:15px}
  .cat.on{background:#252933;color:#fff;box-shadow:none}
  .cat.on .ci{background:#fff;color:#252933}
  .heads,.all-view .heads{display:none}
  .all-view .row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;gap:12px;padding:3px 0 10px;scroll-snap-type:none}
  .all-view .card{flex:initial;width:auto;min-width:0}
}

/* Desktop catalog: show complete product groups as a clear grid, not a carousel. */
@media (min-width:901px){
  .header{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:max(24px,calc((100vw - 1280px)/2 + 24px));padding-right:max(24px,calc((100vw - 1280px)/2 + 24px))}
  .menu-heading{margin:24px 0 12px;font-size:25px}
  .cats{display:flex;flex-wrap:wrap;align-items:center;gap:10px 20px;padding:4px 0 12px;overflow:visible}
  .cat{justify-content:flex-start;min-height:46px;padding:7px 12px 7px 7px;border-color:#ece8d9;border-radius:24px;background:#fffdf7;color:#262720;font-size:14px;transition:background .15s,transform .15s}
  .cat:hover{background:#fff3c6;transform:translateY(-1px)}
  .cat .ci{width:31px;height:31px;background:#f2ead4;color:#9a7a20;font-size:16px}
  .cat.on{background:var(--yellow);color:#171713;box-shadow:none}
  .cat.on .ci{background:#fff8df;color:#171713}
  .app:not(.all-view) #sections{max-width:none}
  .row,.all-view .row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;overflow:visible;padding:4px 2px 14px;scroll-snap-type:none}
  .all-view .card{flex:initial;width:auto;min-width:0}
  .heads,.all-view .heads{display:none}
  .card,.section.has-options .card{min-height:316px}
  .section.has-options .card{min-height:358px}
  .pic,.app:not(.all-view) .pic{height:160px;flex-basis:160px}
  .section{margin:24px 0 34px}
}

@media (min-width:901px){
  .cat{background:transparent;border-color:transparent;color:#262720}
  .cat:hover{background:#f1f1eb}
  .cat .ci{background:#e4e4dd;color:#777}
  .cat.on{background:#252933;color:#fff}
  .cat.on .ci{background:#fff;color:#252933}
}
