/* Оформление прототипа. Главные цвета и размеры меняются в одном месте. */
:root{color-scheme:dark;--bg:#000000;--surface:#0d0d0d;--text:#ffffff;--muted:#aaa9ad;--accent:#d8411a;--highlight:#e8a42a;--line:rgba(255,255,255,.12);--glass:#0d0d0d;--radius:24px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:15px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:220px}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.38}a{color:inherit;text-decoration:none}button{border:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}h1,h2,h3,p{margin:0}button{transition:background .2s,transform .2s,border-color .2s}button:active:not(:disabled){transform:scale(.97)}[hidden]{display:none!important}.wrap{width:min(1320px,calc(100% - 80px));margin-inline:auto}.glass{background:var(--surface);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px rgba(255,255,255,.06),0 8px 30px #0002;backdrop-filter:blur(22px)}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--accent);color:#111;padding:12px}.skip:focus{top:15px}
.prototype{text-align:center;font-size:11px;letter-spacing:.03em;color:#d5b7a6;background:#30231c;padding:7px 16px}.topbar{height:94px;display:flex;align-items:center;justify-content:space-between;gap:22px;width:min(1400px,calc(100% - 56px));margin:auto}.brand{display:flex;align-items:center;gap:13px}.brand img{object-fit:contain}.brand>span{font-size:21px;font-weight:760;letter-spacing:.015em}.brand b{color:var(--accent)}.brand small{display:block;color:var(--muted);font-size:11px;font-weight:400;letter-spacing:.03em;margin-top:4px}.header-links{display:flex;gap:30px;color:#c2bfc0;font-size:13px}.header-links button{background:transparent;padding:12px 0}.header-links button:hover{color:white}.header-actions{display:flex;align-items:center;gap:12px}.language{height:46px;border-radius:99px;min-width:74px;font-size:13px}.language span{margin-inline-start:8px;color:var(--muted)}.cart-button{height:46px;border-radius:99px;background:#f4f1ed;color:#161616;padding:0 19px;display:flex;align-items:center;gap:10px;font-weight:650;font-size:13px}.cart-count{display:inline-grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border-radius:99px;background:#151515;color:#fff;font-size:11px}.intro{display:flex;justify-content:space-between;align-items:center;padding-block:32px 30px}.eyebrow{font-size:10px;font-weight:650;letter-spacing:.18em;color:var(--accent)}h1{font-size:43px;font-weight:650;letter-spacing:-.055em;margin-top:6px}.fulfillment{display:flex;align-items:center;gap:13px;border-radius:19px;padding:14px 17px;text-align:start}.fulfillment .pin-circle{display:grid;place-items:center;border-radius:13px;width:38px;height:38px;background:#d8411a12;color:var(--accent)}.fulfillment strong{font-size:13px;font-weight:600;display:block}.fulfillment small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.fulfillment>svg{width:15px;color:var(--muted);margin-inline-start:20px}
.category-shell{position:sticky;top:0;z-index:10;background:var(--surface);backdrop-filter:blur(24px);border-block:1px solid #ffffff09}.categories{display:flex;gap:12px;overflow:auto;scrollbar-width:none;padding-block:15px 17px}.categories::-webkit-scrollbar{display:none}.category{background:transparent;min-width:103px;display:flex;flex-direction:column;align-items:center;gap:8px;white-space:nowrap;color:#a8a7ab;font-size:12px;font-weight:550;padding:0 2px}.category-photo{height:64px;width:88px;border-radius:18px;background:#1b1a1a;border:1px solid #ffffff0c;display:grid;place-items:center;overflow:hidden;transition:.2s}.category-photo img{width:100%;height:100%;object-fit:cover}.category-photo svg{width:28px;height:28px}.category.active{color:var(--accent)}.category.active .category-photo{border-color:#d8411aaa;box-shadow:0 0 0 3px #d8411a12}.category:hover .category-photo{transform:translateY(-2px);border-color:#ffffff50}.menu-toolbar{display:flex;justify-content:space-between;align-items:center;padding-block:26px 10px;color:var(--muted);font-size:12px}.search{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:0 12px;height:42px;width:250px}.search input{background:transparent;border:0;color:white;width:100%;outline:none;min-width:0;font-size:12px}.search svg{width:16px}.search kbd{color:#727176}.menu-section{scroll-margin-top:140px;margin-block:18px 46px}.section-heading{display:flex;align-items:baseline;gap:13px;margin-bottom:22px}.section-heading h2{font-size:28px;font-weight:600;letter-spacing:-.035em}.section-heading>span{color:#88858a;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product{min-width:0;background:var(--surface);border:1px solid #ffffff0b;border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,border-color .25s;position:relative}.product:hover{border-color:#ffffff25;transform:translateY(-3px)}.product-image{aspect-ratio:1;background:#050505;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product:hover .product-image img{transform:scale(1.025)}.product-image .placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;height:100%;color:#79777a;font-size:11px;background:#181818}.placeholder svg{width:44px;height:44px}.ribbon{position:absolute;top:13px;inset-inline-start:13px;padding:6px 10px;border-radius:8px;backdrop-filter:blur(15px);background:var(--highlight);color:#000000;border:1px solid #ffffff14;font-size:10px;font-weight:650}.ribbon.sale{color:#000000;background:var(--highlight)}.product.unavailable .product-image{filter:grayscale(.5);opacity:.58}.product-content{padding:19px 19px 18px;display:flex;flex:1;flex-direction:column}.product h3{font-size:17px;font-weight:600;letter-spacing:-.025em;line-height:1.25;min-height:23px}.portion{font-size:11px;color:#a5a2a6;margin-top:7px}.ingredients{font-size:12px;color:#aaa7ac;line-height:1.6;margin-top:13px;margin-bottom:22px;min-height:58px;overflow-wrap:anywhere}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:9px}.price{font-size:19px;font-weight:650;white-space:nowrap;letter-spacing:-.025em}.old-price{display:block;font-size:11px;color:#aaa;text-decoration:line-through;font-weight:400;margin-bottom:3px}.add-button{background:var(--accent);color:var(--text);border:1px solid var(--accent);height:43px;padding:0 13px;border-radius:13px;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:7px}.add-button svg{width:15px}.add-button:hover{background:#bd3613;color:var(--text);border-color:var(--accent)}.stepper{display:flex;align-items:center;justify-content:space-between;gap:3px;border:1px solid #d8411a50;background:#d8411a12;color:var(--text);border-radius:13px;height:43px;min-width:112px}.stepper button{width:39px;height:41px;background:transparent;display:grid;place-items:center}.stepper button svg{width:15px;height:15px}.stepper span{font-weight:650;font-size:13px;min-width:14px;text-align:center}.notice{font-size:12px;color:#cca994;margin-block:14px;line-height:1.6}.empty-state{padding:65px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.empty-state>svg{width:52px;height:52px;color:#8e8986}.empty-state h3{font-size:23px}.empty-state p{font-size:14px;color:var(--muted);line-height:1.65;max-width:300px}.footer{padding-block:25px 105px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.footer-brand{font-weight:800;font-size:19px}.footer-brand>span{color:var(--accent)}.footer-brand p{font-size:12px;font-weight:400;color:var(--muted);margin-top:9px}.footer-links{display:flex;flex-wrap:wrap;gap:8px 23px;max-width:600px}.footer-links button,.footer-links a{background:transparent;font-size:12px;color:#b8b4b7;padding:8px 0}.footer-bottom{width:100%;display:flex;justify-content:space-between;font-size:11px;color:#77747a;border-top:1px solid #ffffff08;padding-top:20px}
dialog{padding:0;color:var(--text);border:1px solid #ffffff22;background:var(--surface);box-shadow:0 30px 150px #000b;backdrop-filter:blur(32px);max-height:95dvh}dialog::backdrop{background:#0009;backdrop-filter:blur(5px)}dialog[open]{animation:appear .25s ease-out}.drawer{position:fixed;inset-block:12px;inset-inline-start:auto;inset-inline-end:12px;width:460px;max-width:calc(100% - 24px);height:calc(100dvh - 24px);max-height:none;margin:0;border-radius:28px;overflow:hidden}.drawer[open]{display:flex;flex-direction:column;animation:slide-in .3s ease-out}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 25px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.drawer-header h2{font-size:26px;font-weight:600;letter-spacing:-.04em;margin-top:5px}.icon-button{width:42px;height:42px;border-radius:50%;background:#ffffff0c;color:#b8b5ba;font-size:26px;display:grid;place-items:center;flex-shrink:0}.icon-button:hover{background:#ffffff18}.drawer-body{flex:1;overflow:auto;padding:8px 24px 24px}.cart-row{display:grid;grid-template-columns:76px 1fr 30px;gap:14px;align-items:center;padding-block:22px;border-bottom:1px solid var(--line)}.cart-row img,.cart-placeholder{height:76px;width:76px;border-radius:16px;object-fit:cover;background:#090909}.cart-row h3{font-size:14px;line-height:1.35;font-weight:550;margin-bottom:11px}.cart-row-controls{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-row .stepper{min-width:102px}.cart-row .price{font-size:14px}.remove-button{background:transparent;color:#777;padding:0;height:40px}.remove-button svg{width:17px}.extras-title{margin-block:25px 13px;font-size:15px;font-weight:550}.extras{display:flex;flex-direction:column}.extra-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.extra-row>div:first-child{min-width:0}.extra-row span{font-size:14px;overflow-wrap:anywhere}.extra-row small{display:block;font-size:12px;color:var(--muted);margin-top:5px}.extra-row .stepper{flex-shrink:0}.extra-row .stepper span{font-size:13px}.drawer-summary{border-top:1px solid var(--line);padding:20px 24px 24px;background:var(--surface)}.summary-line{display:flex;justify-content:space-between;gap:15px;font-size:13px;margin-bottom:13px;color:#b7b2b6}.summary-line.total{color:#fff;font-size:21px;font-weight:600;padding-top:7px}.minimum-progress{height:3px;background:#ffffff12;border-radius:3px;overflow:hidden;margin-bottom:9px}.minimum-progress progress{width:100%;height:3px;appearance:none;display:block}.minimum-progress progress::-webkit-progress-bar{background:#ffffff12}.minimum-progress progress::-webkit-progress-value{background:var(--accent)}.minimum-progress progress::-moz-progress-bar{background:var(--accent)}.minimum-note{font-size:11px;color:#afa9ac;margin-bottom:17px}.primary{background:var(--accent);color:var(--text);border:1px solid var(--accent);border-radius:15px;min-height:50px;padding:13px 22px;display:flex;align-items:center;justify-content:center;gap:13px;font-weight:650;font-size:14px;width:100%;box-shadow:0 5px 22px #ff642519}.primary:hover:not(:disabled){background:#bd3613}.secondary{min-height:46px;border-radius:13px;border:1px solid var(--line);background:#ffffff06;padding:10px 18px;font-size:13px}.floating-cart{position:fixed;bottom:max(24px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);z-index:12;background:var(--accent);backdrop-filter:blur(20px);color:var(--text);border:1px solid var(--accent);box-shadow:0 12px 45px #0009;min-width:300px;padding:15px 20px;border-radius:99px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px;font-weight:650}.floating-cart:active:not(:disabled){transform:translateX(-50%) scale(.98)}.floating-cart>span{display:flex;align-items:center;gap:12px}
.checkout-dialog{width:680px;border-radius:28px;max-width:calc(100vw - 24px)}.checkout-content{padding:24px 28px 30px}.steps{display:flex;gap:8px;margin-bottom:25px}.steps span{flex:1;color:#7c767b;font-size:11px;border-top:3px solid #ffffff12;padding-top:10px}.steps .current{color:#ffac8b;border-color:var(--accent)}.steps .complete{color:#bbb;border-color:#d8411a65}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 16px}.field{display:flex;flex-direction:column;gap:9px;font-size:12px;color:#c1bdc1}.field.full{grid-column:1/-1}.field input,.field select,.field textarea,.promo input{width:100%;background:#111113b0;color:#fff;border:1px solid #ffffff18;border-radius:12px;min-height:48px;padding:12px 13px;font-size:14px;outline-offset:1px}.field textarea{resize:vertical;min-height:76px}.field input:focus,.field select:focus{border-color:#d8411a88}.field input:disabled{color:#8f8f8f}.field select option{background:#202023;color:white}.field small{color:#85818a;font-size:11px;line-height:1.5}.demo-note{padding:12px 14px;background:#d8411a0c;color:#c6a18f;border:1px solid #d8411a20;border-radius:12px;font-size:12px;line-height:1.6;margin-bottom:23px}.phone-line{display:flex;gap:10px}.phone-line input{min-width:0}.phone-line button{white-space:nowrap}.verification{display:flex;align-items:center;gap:12px;grid-column:1/-1;padding:16px;background:#ffffff04;border-radius:14px}.verification input{width:95px;letter-spacing:7px;text-align:center;background:#111;border:1px solid var(--line);color:#fff;min-height:46px;border-radius:10px}.verification p{color:var(--muted);font-size:11px;margin-top:6px}.success-note{display:flex;align-items:center;gap:8px;color:#8ac9a3;font-size:12px;grid-column:1/-1}.form-actions{display:flex;align-items:center;gap:12px;margin-top:26px}.form-actions .secondary{min-height:50px}.error{color:#ffad98;font-size:12px;line-height:1.6;margin-top:16px}.segmented{display:flex;background:#0c0c0d;border:1px solid var(--line);border-radius:15px;padding:5px;margin-bottom:23px;gap:5px}.segmented button{flex:1;border-radius:10px;background:transparent;min-height:45px;display:flex;align-items:center;justify-content:center;gap:9px;color:#969197;font-size:13px}.segmented button.selected{background:#363236;color:#fff;box-shadow:0 2px 8px #0006}.pickup-note{font-size:14px;color:#d7d2d4;margin-bottom:20px;line-height:1.6}.review-block{border:1px solid var(--line);border-radius:16px;padding:17px;margin-bottom:17px}.review-block h3{font-size:14px;margin-bottom:10px}.review-block p{font-size:12px;color:#ada6ad;line-height:1.7}.review-line{display:flex;justify-content:space-between;gap:18px;font-size:12px;margin-block:12px}.promo{display:flex;gap:9px;margin-top:14px}.promo input{min-width:0;font-size:12px}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:17px}.payment-options label{display:flex;gap:10px;align-items:center;padding:16px 12px;border:1px solid var(--line);border-radius:12px;font-size:12px;cursor:pointer}.payment-options label:has(input:checked){border-color:#d8411a88;background:#d8411a0c}input[type=radio],input[type=checkbox]{accent-color:var(--accent)}.confirmation{padding:25px 15px;text-align:center}.confirmation-icon{width:76px;height:76px;background:#76d9a617;border:1px solid #76d9a644;color:#91d9ae;border-radius:50%;display:grid;place-items:center;margin:0 auto 23px}.confirmation-icon svg{width:35px;height:35px}.confirmation h3{font-size:27px;margin-bottom:13px}.confirmation>p{color:var(--muted);line-height:1.7;font-size:14px}.confirmation .review-block{margin-top:25px;text-align:start}.order-number{font-size:18px;font-weight:600;letter-spacing:.08em;margin-top:18px}.info-dialog{width:510px;max-width:calc(100vw - 24px);border-radius:24px}.info-body{padding:25px;line-height:1.75;font-size:14px;color:#c8c1c7}.info-body p+p{margin-top:14px}.info-body .secondary{margin-top:15px}.info-body a{color:var(--accent)}.toast{position:fixed;z-index:30;bottom:100px;left:50%;transform:translate(-50%,20px);background:#efece6;color:#171717;border:1px solid #fff9;border-radius:14px;padding:13px 22px;box-shadow:0 8px 40px #0008;opacity:0;pointer-events:none;font-size:13px;transition:.2s;max-width:90vw;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}.loading{padding:80px 0;color:var(--muted)}.contrast{--muted:#d0ced3;--line:#ffffff55}.contrast .ingredients{color:#d0ced3}.contrast .glass,.contrast .category-shell{backdrop-filter:none;background:#232323}.reduce-motion *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@keyframes appear{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes slide-in{from{opacity:.5;transform:translateX(35px)}to{opacity:1;transform:none}}
@media(min-width:1550px){.product-grid{gap:25px}.product-image{aspect-ratio:1}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.header-links{gap:20px}.brand>span{font-size:18px}.category{min-width:100px}.product-content{padding:16px}.product h3{font-size:16px}}
@media(max-width:760px){.topbar{height:78px;width:calc(100% - 32px);gap:12px}.brand{gap:8px}.brand img{width:54px;height:52px}.brand>span{font-size:15px}.brand small{font-size:9px}.header-links{display:none}.header-actions{gap:8px}.language{min-width:55px;height:40px}.cart-button{height:40px;padding:0 12px}.cart-button .cart-label{display:none}.cart-button svg{width:18px}.wrap{width:calc(100% - 32px)}.intro{padding-block:22px;align-items:flex-end;gap:12px}h1{font-size:34px}.eyebrow{font-size:9px}.fulfillment{padding:10px 12px;gap:9px;border-radius:15px}.fulfillment .pin-circle{width:29px;height:29px;border-radius:10px}.fulfillment .pin-circle svg{width:16px}.fulfillment strong{font-size:11px}.fulfillment small{font-size:10px}.fulfillment>svg{display:none}.categories{gap:8px;width:100%;padding-inline:16px;padding-block:12px}.category{min-width:82px;font-size:10px}.category-photo{width:70px;height:54px;border-radius:14px}.menu-toolbar{padding-block:20px 9px;gap:12px}.menu-toolbar>span{font-size:10px}.search{width:185px;height:39px}.search input{font-size:11px}.search kbd{display:none}.section-heading h2{font-size:25px}.section-heading{margin-bottom:17px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product{border-radius:18px}.product-content{padding:14px 12px}.product-image{aspect-ratio:1}.product h3{font-size:15px;line-height:1.25}.ingredients{font-size:11px;line-height:1.55;margin-block:10px 15px;min-height:51px}.product-bottom{align-items:flex-start;flex-direction:column;gap:11px}.price{font-size:18px}.product-bottom .add-button,.product-bottom .stepper{width:100%}.product-bottom .stepper button{width:44px}.old-price{display:inline;margin-inline-end:7px}.product-bottom .price{min-height:23px}.ribbon{top:9px;inset-inline-start:9px;font-size:9px;padding:5px 8px}.portion{font-size:10px}.menu-section{margin-block:16px 32px;scroll-margin-top:110px}.footer-links{gap:8px 20px}.footer-bottom{flex-direction:column;gap:9px}.floating-cart{bottom:max(16px,env(safe-area-inset-bottom));width:calc(100% - 32px);min-width:0;max-width:390px}.drawer{inset:0;inset-inline-start:auto;max-width:100%;width:440px;height:100dvh;border-radius:24px 0 0 24px}.drawer-header{padding:20px}.drawer-body{padding-inline:20px}.drawer-summary{padding:18px 20px max(20px,env(safe-area-inset-bottom))}.checkout-dialog{max-height:94dvh;border-radius:23px}.checkout-content{padding:21px 20px}.form-grid{gap:17px 12px}.field input,.field select,.field textarea{font-size:16px}.phone-line{flex-wrap:wrap}.phone-line input{flex:1;min-width:160px}.phone-line .secondary{font-size:12px}.verification{gap:10px;padding:12px}.payment-options{grid-template-columns:1fr}.form-actions{gap:8px}.primary{padding-inline:14px}.form-actions .secondary{padding-inline:13px}.confirmation{padding-inline:0}.prototype{font-size:10px}}
@media(max-width:365px){.brand>span{display:none}.fulfillment{padding:9px}.fulfillment .pin-circle{display:none}.search{width:155px}.product h3{font-size:14px}.product-grid{gap:10px}.wrap{width:calc(100% - 24px)}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Упрощённая шапка и квадратные 2D-иконки категорий. */
.prototype{background:var(--surface);color:var(--muted);padding:5px 16px;font-size:10px}
.brand img{width:86px;height:76px}.intro{padding-block:14px 24px;gap:20px}h1{margin-top:0}
.category-navigation{display:flex;align-items:center;gap:12px}.categories{flex:1;min-width:0;margin:0;padding-inline:3px;overscroll-behavior-x:contain}
.category{flex:0 0 112px;min-width:0;white-space:normal;text-align:center;line-height:1.35;color:var(--text)}
.category-photo{height:84px;width:84px;aspect-ratio:1;border-radius:20px;background:var(--surface)}
.category-photo .category-art{width:66px;height:66px;display:block;stroke:none}
.category-arrow{width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center}
.category-arrow:hover:not(:disabled){background:var(--accent)}.category-arrow:disabled{opacity:.22}
[dir=rtl] .category-arrow svg{transform:rotate(180deg)}
.category.active{color:var(--text)}.category.active .category-photo{border-color:var(--accent);box-shadow:0 0 0 2px #d8411a20}
.product-image{aspect-ratio:1;background:var(--bg)}.menu-section{margin-top:28px}.cart-count{background:var(--accent);color:var(--text)}
.steps .current{color:var(--text)}.notice{color:var(--muted)}.footer{gap:15px}.footer-bottom{padding-top:15px}
@media(max-width:760px){
 .brand img{width:66px;height:60px}.intro{padding-block:12px 20px}.intro .search{width:190px}
 .category-navigation{width:calc(100% - 16px);gap:5px}.categories{width:auto;padding-inline:2px;padding-block:12px;gap:6px}
 .category{flex-basis:82px;font-size:10px}.category-photo{width:64px;height:64px;border-radius:16px}.category-photo .category-art{width:52px;height:52px}
 .category-arrow{width:36px;height:44px;flex-basis:36px;border-radius:12px}.category-arrow svg{width:18px}
.product-image{aspect-ratio:1}.extra-row{padding-block:12px}.extra-row span{font-size:13px}
}

/* Стекло — это полупрозрачный слой над фоном, а не сплошной фирменный цвет.
   Базовая палитра остаётся в :root; белые блики и прозрачность дают глубину. */
:root{
 --glass:rgba(13,13,13,.68);
 --glass-fill:linear-gradient(140deg,rgba(255,255,255,.10),rgba(255,255,255,.025)),var(--glass);
 --glass-edge:rgba(255,255,255,.17);
 --glass-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(255,255,255,.025),0 12px 36px rgba(0,0,0,.26);
}
body{
 background:radial-gradient(ellipse 65% 480px at 85% -130px,rgba(216,65,26,.23),transparent 100%),radial-gradient(ellipse 45% 340px at 0 -150px,rgba(232,164,42,.07),transparent 100%),var(--bg);
}
.glass,.search,.category-photo,.category-arrow{
 background:var(--glass-fill);
 border-color:var(--glass-edge);
 box-shadow:var(--glass-shadow);
 -webkit-backdrop-filter:blur(22px) saturate(125%);
 backdrop-filter:blur(22px) saturate(125%);
}
.category-shell{
 background:linear-gradient(180deg,rgba(255,255,255,.035),transparent),rgba(13,13,13,.64);
 border-block-color:rgba(255,255,255,.07);
 box-shadow:inset 0 1px rgba(255,255,255,.025),0 12px 32px #0002;
 -webkit-backdrop-filter:blur(26px) saturate(130%);
 backdrop-filter:blur(26px) saturate(130%);
}
.category.active .category-photo{
 background:linear-gradient(140deg,rgba(216,65,26,.19),rgba(255,255,255,.035)),rgba(13,13,13,.6);
 border-color:rgba(216,65,26,.7);
 box-shadow:inset 0 1px rgba(255,255,255,.15),0 0 0 3px #d8411a0d,0 8px 24px #0003;
}
.category-arrow:hover:not(:disabled){background:linear-gradient(140deg,#d8411a40,#d8411a15),var(--glass)}
.product{
 background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035) 60%),rgba(13,13,13,.82);
 border-color:rgba(255,255,255,.12);
 box-shadow:var(--glass-shadow);
}
.product-content{background:linear-gradient(135deg,rgba(255,255,255,.015),transparent)}
.product:hover{border-color:rgba(255,255,255,.24)}
.add-button,.secondary,.icon-button{
 background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025));
 border:1px solid rgba(255,255,255,.13);
 box-shadow:inset 0 1px rgba(255,255,255,.055);
}
.add-button,.add-button:hover:not(:disabled){background:linear-gradient(145deg,#d8411a55,#d8411a25);border-color:#d8411a88;color:#fff}
.stepper{
 background:linear-gradient(145deg,#d8411a25,#d8411a0b);
 border-color:#d8411a55;
 box-shadow:inset 0 1px #ffffff0c;
 color:#f7b39f;
}
.ribbon:not(.sale){color:#ffffff;text-transform:uppercase}
.ribbon,.ribbon.sale{
 background:linear-gradient(135deg,rgba(255,255,255,.16),transparent),rgba(232,164,42,.88);
 border-color:rgba(255,255,255,.25);
 box-shadow:inset 0 1px #ffffff25,0 4px 16px #0003;
 -webkit-backdrop-filter:blur(15px);
}
.ribbon.sale{background:#d8411a;color:#ffffff}
dialog{
 background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.025) 65%),rgba(13,13,13,.79);
 border-color:rgba(255,255,255,.2);
 box-shadow:inset 0 1px rgba(255,255,255,.11),0 30px 120px #0009;
 -webkit-backdrop-filter:blur(34px) saturate(125%);
 backdrop-filter:blur(34px) saturate(125%);
}
dialog::backdrop{background:#0007;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
.drawer-summary{background:linear-gradient(135deg,#ffffff06,transparent),rgba(13,13,13,.58)}
.primary,.floating-cart{
 background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,0)),rgba(216,65,26,.9);
 border-color:rgba(255,173,144,.36);
 box-shadow:inset 0 1px rgba(255,255,255,.20),0 8px 28px #d8411a1a;
}
.primary:hover:not(:disabled){background:linear-gradient(135deg,#ffffff25,transparent),#d8411a}
.floating-cart{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:inset 0 1px #ffffff40,0 12px 45px #0009}
.cart-button{background:linear-gradient(135deg,#ffffffed,#e8e4dfdc);border:1px solid #ffffff70;box-shadow:inset 0 1px #fff,0 5px 20px #0002;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}
.prototype{background:rgba(13,13,13,.5)}
/* В режиме повышенного контраста читаемость важнее прозрачности. */
.contrast .glass,.contrast .search,.contrast .category-shell,.contrast .category-photo,.contrast .category-arrow,.contrast .product,.contrast dialog,.contrast .drawer-summary{background:#191919;-webkit-backdrop-filter:none;backdrop-filter:none;border-color:#ffffff55}

/* Категории: стеклянный лоток, самостоятельные карточки и мягкие подложки иллюстраций. */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.topbar{position:relative;z-index:20;height:112px;gap:24px}
.topbar>.search{margin-inline-start:auto;width:clamp(180px,26vw,320px)}
.header-links{gap:22px;white-space:nowrap}
.header-actions{flex-shrink:0}
.category-shell{width:min(1400px,calc(100% - 48px));margin:8px auto 32px;top:12px;border:1px solid #ffffff12;border-radius:26px;background:linear-gradient(130deg,#ffffff06,transparent 70%),rgba(13,13,13,.72);box-shadow:inset 0 1px #ffffff08,0 14px 40px #0004}
.category-navigation.wrap{width:100%;padding:0 12px;gap:10px}
.categories{padding:14px 3px;gap:10px;align-items:stretch}
.category{--disc:#dfbfae;flex:0 0 114px;min-width:0;height:120px;padding:10px 5px 9px;gap:7px;border-radius:17px;border:1px solid #ffffff12;background:linear-gradient(145deg,#ffffff09,#ffffff02);box-shadow:inset 0 1px #ffffff08;text-align:center;font-size:11px;line-height:1.22;color:#e9e7e4;justify-content:flex-start;transition:background .2s,border-color .2s,transform .2s}
.category>span:last-child{min-height:27px;display:flex;align-items:center;justify-content:center;max-width:100%;font-weight:600;letter-spacing:-.01em}
.category-photo{width:60px;height:60px;flex:0 0 60px;border:1px solid #ffffff30;border-radius:50%;background:radial-gradient(circle at 30% 20%,#ffffff30,transparent 65%),var(--disc);box-shadow:inset 0 1px #ffffff65,0 5px 12px #0003;backdrop-filter:none;-webkit-backdrop-filter:none}
.category-photo .category-art{width:58px;height:58px;overflow:visible}
.category[data-category=Maki]{--disc:#d3b9ac}.category[data-category=Cooked]{--disc:#d9c896}.category[data-category=Tempura]{--disc:#c6b7d4}.category[data-category=Combo]{--disc:#b9d0bd}.category[data-category=Vegan]{--disc:#bccbab}.category[data-category=Nigiri]{--disc:#c9cdaa}.category[data-category=Onigiri]{--disc:#d8d3c0}.category[data-category=Gunkan]{--disc:#bbced7}.category[data-category=Sandwich]{--disc:#dac5a6}.category[data-category=Food]{--disc:#dba995}.category[data-category=Sauces]{--disc:#cfbac1}
.category.active{border-color:#d8411a88;background:linear-gradient(145deg,#d8411a10,#ffffff04);box-shadow:inset 0 1px #ffffff12,0 4px 18px #0002;color:#ffffff}
.category.active .category-photo{background:radial-gradient(circle at 30% 20%,#ffffff30,transparent 65%),var(--disc);border-color:#ffffff40;box-shadow:inset 0 1px #ffffff65,0 5px 12px #0003}
.category:hover{border-color:#ffffff35;background:linear-gradient(145deg,#ffffff13,#ffffff04)}
.category:hover .category-photo{transform:none;border-color:#ffffff40}
.category-arrow{width:36px;height:36px;flex-basis:36px;background:linear-gradient(135deg,#ffffff0d,#ffffff04);border-color:#ffffff0b;box-shadow:inset 0 1px #ffffff0a}
.category-arrow svg{width:18px;height:18px;display:block}
.category-arrow:disabled{opacity:.24}
.menu-section{scroll-margin-top:184px}
/* Общая геометрия служебных иконок: одинаковая сетка вместо текстовых × и ⌄. */
.icon-button{width:40px;height:40px;padding:0;line-height:1;display:grid;place-items:center}
.icon-button svg{width:18px;height:18px;stroke-width:1.7;display:block}
.drawer-header{min-height:80px;gap:16px}.drawer-header h2{margin:0;line-height:1.2}
.primary svg,.secondary svg,.floating-cart svg,.cart-button svg{width:20px;height:20px;display:block}
.stepper button{padding:0;line-height:1;flex-shrink:0}.stepper button svg{display:block}
.remove-button{display:grid;place-items:center;width:30px;padding:0}.remove-button svg{display:block}
[dir=rtl] .primary svg:has(path[d="M5 12h14m-6-6 6 6-6 6"]){transform:rotate(180deg)}
/* Соусы: одна компактная строка вместо названия и цены на разных строках. */
.extras-title{margin:20px 0 7px;font-size:14px}
.extra-row{padding:7px 0;min-height:48px;gap:12px}
.extra-row>div:first-child{display:flex;align-items:center;gap:10px;flex:1}
.extra-row span{font-size:13px}.extra-row small{display:inline;white-space:nowrap;margin:0;font-size:11px;color:#a8a4a4}
.extra-row .stepper{height:32px;min-width:100px;border-radius:10px;gap:2px}
.extra-row .stepper button{width:33px;height:30px}.extra-row .stepper span{font-size:12px}
/* Явный выбор языка. Родной details поддерживает Tab, Enter и Space. */
.language-picker{position:relative}.language{list-style:none;display:flex;align-items:center;justify-content:center;gap:9px;height:44px;padding:0 13px;min-width:0;cursor:pointer;user-select:none;font-size:12px}
.language::-webkit-details-marker{display:none}.language::marker{content:''}
.language>span{margin:0;color:#f0ece9}.language svg{width:17px;height:17px;display:block;stroke-width:1.6}
.language svg:last-child{width:14px;height:14px;color:#b4aea9;transition:transform .2s}
.language-picker[open] .language svg:last-child{transform:rotate(180deg)}
.language-options{position:absolute;inset-inline-end:0;top:calc(100% + 10px);min-width:190px;padding:7px;border:1px solid #ffffff25;border-radius:17px;background:linear-gradient(145deg,#ffffff12,transparent),rgba(20,19,19,.94);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);box-shadow:inset 0 1px #ffffff10,0 18px 40px #0008;z-index:50}
.language-caption{display:block;padding:8px 10px 7px;color:#99918a;font-size:10px}
.language-options button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;height:42px;padding:0 10px;border-radius:10px;background:transparent;text-align:start;font-size:13px}
.language-options button:hover{background:#ffffff0a}.language-options button[aria-pressed=true]{background:#d8411a16}
.language-options button>span:last-child{width:18px;height:18px;display:grid;place-items:center;color:#e78c70}.language-options svg{width:16px;height:16px}
.contrast .category,.contrast .language-options{background:#191919;border-color:#ffffff55}
@media(max-width:1000px){.topbar{gap:16px}.header-links{gap:14px;font-size:12px}.topbar>.search{width:190px}}
@media(max-width:760px){
 .topbar{height:auto;min-height:120px;flex-wrap:wrap;gap:10px;padding:10px 0 14px}.topbar>.search{order:4;width:100%;margin:0;height:40px}.header-actions{margin-inline-start:auto}.language{height:40px;gap:7px;padding-inline:11px}.language svg:first-child{display:none}
 .category-shell{width:calc(100% - 20px);margin:0 auto 24px;top:6px;border-radius:21px}
 .category-navigation.wrap{padding:0 5px;gap:3px}.categories{gap:8px;padding:10px 2px}
 .category{flex-basis:96px;min-width:0;height:108px;border-radius:14px;padding:8px 3px 6px;font-size:10px;gap:5px}.category-photo{width:56px;height:56px;flex-basis:56px}.category-photo .category-art{width:54px;height:54px}
 .category-arrow{width:30px;height:36px;flex-basis:30px;border-radius:11px}.category-arrow svg{width:16px;height:16px}
 .menu-section{scroll-margin-top:160px}.extra-row{padding-block:6px}.extra-row>div:first-child{gap:7px}
 .extra-row .stepper{min-width:96px}.extra-row .stepper button{width:31px}
}
@media(pointer:coarse){.extra-row{min-height:52px;padding-block:3px}.extra-row .stepper{height:44px}.extra-row .stepper button{height:42px;min-width:36px}.extra-row .stepper{min-width:108px}}

/* Фотокатегории и центральный логотип. Равные боковые колонки держат центр
   независимо от ширины поиска и корзины. +25% к прежним 86×76 / 66×60. */
/* Отступ перехода задаётся только секцией, иначе scroll-padding складывается с margin. */
html{scroll-padding-top:0}
.topbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);height:132px;gap:24px;direction:inherit}
.header-left{display:flex;align-items:center;gap:22px;min-width:0}
.header-left .search{width:clamp(160px,18vw,250px);margin:0;flex-shrink:1;min-width:0}
.header-left .header-links{gap:18px;font-size:12px}
.brand{justify-self:center}.brand img{width:107.5px;height:95px}
.header-actions{justify-self:end;margin:0;gap:12px}
[dir=rtl] .header-left,[dir=rtl] .header-actions{direction:rtl}
.add-button{text-transform:uppercase;font-size:11px;letter-spacing:.035em}
/* Стрелки лежат НАД лентой. Она проходит под ними и обрезается у края лотка. */
.category-navigation.wrap{position:relative;display:block;padding:0;isolation:isolate;border-radius:inherit}
.categories{width:100%;padding:12px 54px;gap:8px;scroll-padding-inline:54px;mask-image:linear-gradient(to right,transparent,#000 26px,#000 calc(100% - 26px),transparent)}
.category{position:relative;isolation:isolate;flex:0 0 136px;min-width:0;height:140px;padding:5px 3px 10px;gap:4px;border-radius:17px;background:transparent;border-color:transparent;box-shadow:none;color:#fff;font-size:10.5px;text-transform:uppercase;letter-spacing:.025em}
.category>span:last-child{position:relative;z-index:1;font-weight:700;letter-spacing:.025em;line-height:1.3;min-height:27px}
.category-photo,.category.active .category-photo{position:relative;width:100px;height:100px;flex:0 0 100px;border:0;border-radius:0;background:none;box-shadow:none;overflow:visible;backdrop-filter:none;-webkit-backdrop-filter:none}
.category-photo::before{content:'';position:absolute;inset:-8px;background:radial-gradient(ellipse,#d8411a70,transparent 69%);opacity:0;transition:opacity .3s;z-index:-1}
.category-photo img{position:relative;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 7px #0005);transition:transform .25s}
.category.active{color:var(--accent);background:transparent;border-color:transparent;box-shadow:none}
.category.active .category-photo::before{opacity:1}
.category:hover{background:#ffffff04;border-color:#ffffff0c}
.category:hover .category-photo{border-color:transparent;transform:none}
.category:hover .category-photo img{transform:translateY(-2px)}
.category-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border-radius:50%;background:linear-gradient(140deg,#ffffff15,#ffffff04),#161616b8;border:1px solid #ffffff1c;box-shadow:0 4px 18px #0006;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.category-arrow:active:not(:disabled){transform:translateY(-50%) scale(.95)}
#categoriesPrevious{inset-inline-start:10px}#categoriesNext{inset-inline-end:10px}
.category-arrow:disabled{opacity:.35}
.menu-section{scroll-margin-top:194px}
.contrast .category.active{color:#ff9876;border-color:#ff9876}
@media(max-width:1100px){.header-left .header-links{display:none}}
@media(max-width:760px){
 .topbar{height:108px;min-height:108px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;padding:8px 0 12px}
 .brand img{width:82.5px;height:75px}
 .header-left{gap:0}.header-left .search{width:100%;height:40px;padding:0 10px;gap:7px}.header-left .search input{font-size:11px}
 .header-actions{gap:7px}.language{width:40px;height:40px;padding:0;min-width:40px}
 .language>span,.language svg:last-child{display:none}.language svg:first-child{display:block;width:18px;height:18px}
 .cart-button{position:relative;width:44px;height:40px;padding:0;justify-content:center}.cart-button .cart-count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;font-size:10px;border:2px solid #101010;padding:0 3px}
 .category-navigation.wrap{padding:0}.categories{gap:4px;padding:10px 42px;scroll-padding-inline:42px;mask-image:linear-gradient(to right,transparent,#000 16px,#000 calc(100% - 16px),transparent)}
 .category{flex-basis:116px;height:126px;padding:3px 2px 8px;font-size:9px;gap:3px}
 .category-photo,.category.active .category-photo{width:88px;height:88px;flex-basis:88px}
 .category-arrow{width:36px;height:36px}#categoriesPrevious{inset-inline-start:5px}#categoriesNext{inset-inline-end:5px}
 .menu-section{scroll-margin-top:170px}
}

/* Недоступная дата: причина на самой кнопке, с читаемым текстом при disabled. */
.primary.unavailable-date:disabled{background:#d8411a;border-color:#d8411a;color:#fff;opacity:1;box-shadow:none;line-height:1.4;text-align:center}

.site-announcement{background:#d8411a;color:white;text-align:center;margin:0;padding:12px 20px;white-space:pre-wrap}.site-banner{display:grid;grid-template-columns:auto minmax(0,1fr);gap:32px;align-items:center;margin-top:24px;margin-bottom:24px;padding:28px;border-radius:24px;background:linear-gradient(120deg,#d8411a20,#0d0d0de6);border:1px solid #ffffff14}.site-banner>img{width:220px;aspect-ratio:1;object-fit:cover;border-radius:18px}.site-banner>div:only-child{grid-column:1/-1}.site-banner h2{font-size:clamp(24px,4vw,40px);margin:0 0 12px}.site-banner p{line-height:1.6;color:#ccc}.site-banner button{margin-top:10px}.editor-preview [data-edit-block]{cursor:pointer}.editor-preview [data-edit-block]:hover{outline:2px dashed #e8a42a;outline-offset:-2px}.editor-preview #prototype{display:block!important;background:#245db3;color:white;text-align:center;font-size:12px;padding:8px}.info-body p{overflow-wrap:anywhere}@media(max-width:600px){.site-banner{grid-template-columns:1fr;padding:22px;gap:16px}.site-banner>img{width:100%;max-height:260px;aspect-ratio:1;object-fit:cover}}
/* Контейнер кнопки и счётчика занимает всю внутреннюю ширину мобильной карточки. */
@media(max-width:760px){.product-bottom>[data-controls]{width:100%;min-width:0}}

/* Читаемый текст, крупные подписи и центрированный стеклянный футер. */
:root{font-size:17px;--muted:#bdbbc1}
.header-links,.language,.cart-button{font-size:15px}.search input{font-size:16px}.language-options button{font-size:16px}.language-caption{font-size:13px}
.category{font-size:12px;flex-basis:145px;height:146px}.category>span:last-child{min-height:32px}
.section-heading h2{font-size:32px}.section-heading>span{font-size:15px}.product h3{font-size:20px;line-height:1.35}.ingredients{font-size:15px;line-height:1.6;color:#c4c2c7;min-height:72px}.portion{font-size:14px}.price{font-size:23px}.old-price{font-size:15px}.ribbon{font-size:12px}.add-button{font-size:14px;min-height:44px}.product-bottom{flex-wrap:wrap;gap:12px}.stepper{font-size:17px}.stepper button{min-width:38px;min-height:38px}.notice,.demo-note,.demo-notice,.demo-payment,.pickup-note,.success-note,.error{font-size:16px;line-height:1.55}.prototype{font-size:12px}.primary,.secondary{font-size:16px}.toast{font-size:16px}.info-body{font-size:17px}.field>span,.field>small,.field label{font-size:15px}.field input,.field select,.field textarea{font-size:17px}.steps,.payment-options label,.review-line,.summary-line{font-size:16px}.confirmation>p{font-size:16px}
.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center;padding:34px 28px 26px;margin-top:64px;margin-bottom:110px;border:1px solid var(--glass-edge);border-radius:26px;background:var(--glass-fill);box-shadow:var(--glass-shadow);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.footer-brand{display:inline-flex;align-items:center;justify-content:center}.footer-brand img{width:108px;height:95px;object-fit:contain}.footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px 24px;width:100%}.footer-links button{font-size:16px;padding:10px 0;line-height:1.5;color:#e0dee3}.footer-links button:hover{color:#fff}.footer-socials{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.social-link{display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:12px 18px;border:1px solid #ffffff25;border-radius:14px;background:#ffffff07;color:#fff;font-size:16px;min-height:48px}.social-link:hover{background:#ffffff12}.social-link svg{width:23px;height:23px}.social-link .facebook{fill:currentColor;stroke:none}.footer-bottom{display:flex;justify-content:center;width:100%;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:14px;text-align:center}.info-body .social-link{margin:5px;color:white}
.drawer{width:510px}.drawer-header h2{font-size:27px}.cart-row h3{font-size:18px;line-height:1.4}.cart-row .price{font-size:19px}.cart-row .stepper span{font-size:17px}.drawer-summary .summary-line{font-size:20px}.drawer-summary .primary{font-size:18px;min-height:54px;white-space:normal;line-height:1.35}.minimum-note{font-size:19px!important;font-weight:600;line-height:1.45;color:#fff;margin:12px 0 18px}.minimum-note.not-reached{color:#ffbf79}.minimum-note.reached{font-size:16px!important;color:#bdd9c5}.primary.minimum-disabled:disabled{opacity:1;background:#303033;border-color:#454549;color:#f3f3f5;box-shadow:none}
.extras-title{font-size:21px;margin-top:26px}.extras-benefit{padding:14px 16px;margin:12px 0;border-radius:14px;border:1px solid #e8a42a45;background:linear-gradient(120deg,#e8a42a14,#ffffff04);line-height:1.5}.extras-benefit strong{display:block;font-size:18px;color:#fff}.extras-benefit p{font-size:15px;color:#d4cfc6;margin-top:5px}.extras-benefit>span{display:block;font-size:16px;margin-top:6px;color:#ffe0a2}.extra-row{min-height:56px;padding:8px 0;gap:10px}.extra-row>div:first-child{display:block;min-width:0}.extra-row span{font-size:16px;line-height:1.35}.extra-row small{display:block;font-size:13px;white-space:normal;line-height:1.4;margin-top:3px;color:#c7c3c8}.extra-row .stepper{height:40px;min-width:110px}.extra-row .stepper button{height:38px;width:36px}.extra-row .stepper span{font-size:16px}.review-free{display:block;color:#cfdfa9;font-size:15px;margin-bottom:10px}
@media(max-width:760px){.header-left .search input{font-size:16px}.header-left .search{padding-inline:8px}.header-left .search svg{width:16px}.category{font-size:11px;flex-basis:128px;height:138px}.category>span:last-child{min-height:31px}.section-heading h2{font-size:29px}.product h3{font-size:18px}.ingredients{font-size:14px;min-height:68px}.portion{font-size:13px}.product-content{padding:14px 12px}.price{font-size:21px}.add-button{font-size:13px;padding-inline:9px}.ribbon{font-size:11px}.footer{padding:26px 18px 22px;gap:20px;margin-top:40px}.footer-links{gap:4px 18px}.footer-links button{font-size:16px}.footer-socials{gap:8px}.social-link{padding:11px 14px}.drawer{width:100%;border-radius:0}.drawer-header{padding:18px}.drawer-body{padding-inline:18px}.drawer-summary{padding:14px 18px max(16px,env(safe-area-inset-bottom))}.cart-row h3{font-size:17px}.cart-row .price{font-size:18px}.minimum-note{font-size:18px!important;margin:10px 0 12px}.drawer-summary .primary{font-size:17px}.extras-benefit strong{font-size:17px}.phone-line .secondary{font-size:15px}}

/* На телефоне поиск под категориями; язык и корзина по краям шапки. */
.mobile-search{display:none}
@media(max-width:760px){
 .category-shell{margin-bottom:14px}
 .mobile-search{display:block;width:calc(100% - 20px);margin:0 auto 26px}
 .mobile-search .search{width:100%;height:48px;padding-inline:15px;border-radius:15px}
 .mobile-search .search input{font-size:16px}
 .mobile-search .search svg{width:20px;height:20px}
 .header-left .language-options{inset-inline-start:0;inset-inline-end:auto}
}

/* Оформление на телефоне занимает весь экран, сохраняя стеклянную поверхность. */
@media(max-width:760px){
 .checkout-dialog{position:fixed;inset:0;margin:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;border:0;border-radius:0;overflow:hidden}
 .checkout-dialog[open]{display:flex;flex-direction:column}
 .checkout-dialog .drawer-header{padding:calc(16px + env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) 16px max(18px,env(safe-area-inset-left));gap:12px}
 .checkout-dialog .drawer-header h2{font-size:26px;line-height:1.2;margin:0}
 .checkout-dialog .icon-button{width:44px;height:44px}
 #checkoutBody{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain}
 .checkout-content{padding:22px max(18px,env(safe-area-inset-right)) calc(26px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}
 .checkout-dialog .steps span{font-size:14px;line-height:1.4}
 .checkout-dialog .field{min-width:0}
 .checkout-dialog .field>span,.checkout-dialog .segmented button{font-size:17px}
 .checkout-dialog .field input,.checkout-dialog .field select,.checkout-dialog .field textarea,.checkout-dialog .promo input{font-size:17px;min-height:52px}
 .checkout-dialog .primary,.checkout-dialog .secondary{font-size:17px;min-height:52px}
 .checkout-dialog .review-block h3{font-size:18px;line-height:1.4}
 .checkout-dialog .review-block p,.checkout-dialog .review-line,.checkout-dialog .payment-options label{font-size:17px;line-height:1.5}
 .checkout-dialog .review-line>span{min-width:0;overflow-wrap:anywhere}
 .checkout-dialog .review-line>strong{white-space:nowrap}
 .checkout-dialog .verification{flex-wrap:wrap}
 .checkout-dialog .verification>div{flex:1 1 100%}
 .checkout-dialog .verification p{font-size:15px;line-height:1.5}
}

/* Компактная стеклянная лента появляется только после большого меню на телефоне. */
.compact-category-bar{display:none}
@media(max-width:760px){
 .category-shell{position:relative;top:auto}
 .compact-category-bar{display:block;position:fixed;z-index:15;top:env(safe-area-inset-top);inset-inline:10px;border:1px solid #ffffff20;border-radius:18px;background:linear-gradient(130deg,#ffffff0a,transparent 70%),rgba(13,13,13,.82);box-shadow:inset 0 1px #ffffff0d,0 10px 32px #0005;backdrop-filter:blur(26px) saturate(130%);-webkit-backdrop-filter:blur(26px) saturate(130%)}
 .compact-category-bar:not([hidden]){animation:appear .2s ease-out}
 .compact-category-bar .category-navigation{position:relative;display:block;width:100%;margin:0;padding:0;border-radius:inherit}
 .compact-category-bar .category-arrow{padding:0;display:grid;place-items:center}
 .compact-categories{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding:8px 42px;scroll-padding-inline:42px;overscroll-behavior-x:contain;mask-image:linear-gradient(to right,transparent,#000 16px,#000 calc(100% - 16px),transparent)}
 .compact-categories::-webkit-scrollbar{display:none}
 .compact-category{flex:0 0 auto;min-height:46px;padding:10px 15px;border-radius:12px;border:1px solid #ffffff0c;background:#ffffff04;color:#fff;font-size:17px;font-weight:650;line-height:1.3;text-transform:uppercase;white-space:nowrap;transition:color .2s,background .2s,border-color .2s}
 .compact-category.active{color:#ff805b;border-color:#d8411a66;background:linear-gradient(130deg,#d8411a26,#d8411a0a);box-shadow:inset 0 1px #ffffff0a}
 #compactCategoriesPrevious{inset-inline-start:3px}#compactCategoriesNext{inset-inline-end:3px}
 .menu-section{scroll-margin-top:calc(90px + env(safe-area-inset-top))}
 .contrast .compact-category-bar{background:#191919;backdrop-filter:none;-webkit-backdrop-filter:none;border-color:#ffffff55}
}
