@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--cream:#f4ead6;--cream-2:#ead8b8;--paper:#fffaf0;--ink:#1d1b18;--ink-soft:#4f473e;--muted:#786f65;--red:#a9252f;--red-dark:#7e1720;--red-bright:#cf313b;--green:#2f8e5a;--green-dark:#1f6941;--yellow:#f5df6d;--line:rgba(58,45,32,.15);--shadow:0 24px 70px rgba(69,48,26,.14);--header-height:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:linear-gradient(180deg,#fffaf0 0%,var(--cream) 55%,#efe0c5 100%);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.cart-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.topbar{position:sticky;top:0;z-index:1000;width:100%;min-height:var(--header-height);display:flex;align-items:center;gap:22px;padding:10px max(20px,calc((100vw - 1200px)/2));background:#fffaf0eb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(78,58,36,.13);box-shadow:0 8px 26px #3829190f}.brand{min-width:0;display:flex;align-items:center;gap:10px;margin-right:auto}.brand img{width:50px;height:50px;flex:0 0 50px;border-radius:50%;object-fit:cover;border:2px solid rgba(169,37,47,.12)}.brand span{display:grid}.brand strong{font-size:15px;white-space:nowrap}.brand small{margin-top:2px;color:var(--muted);font-size:11px}.main-nav{display:flex;align-items:center;gap:22px;color:var(--ink-soft);font-size:14px;font-weight:800}.main-nav a{transition:color .18s ease,transform .18s ease}.main-nav a:hover{color:var(--red);transform:translateY(-1px)}.header-order{padding:11px 17px;border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:900}.header-cart{position:relative;width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--red);color:#fff;box-shadow:0 12px 28px #a9252f42}.cart-icon{font-size:22px;line-height:1}.cart-count{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--ink);color:#fff;border:2px solid var(--paper);font-size:11px;font-weight:900}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.hero h1,.section h2,.restaurant-copy h2,.menu-hero h1{font-family:Archivo Black,Impact,sans-serif;text-transform:uppercase;letter-spacing:-.045em}.cta{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border:0;border-radius:999px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease}.cta:hover{transform:translateY(-2px)}.cta.primary{background:var(--red);color:#fff;box-shadow:0 14px 32px #a9252f33}.cta.cream{background:#fff;color:var(--ink);border:1px solid rgba(71,52,31,.13)}.cta.full{width:100%;margin-top:16px}.hero{position:relative;width:100%;max-width:1500px;min-height:calc(100svh - var(--header-height));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);align-items:center;gap:clamp(40px,5vw,88px);padding:clamp(60px,7vw,100px) max(24px,calc((100vw - 1200px)/2));overflow:hidden;background:radial-gradient(circle at 86% 25%,rgba(169,37,47,.14),transparent 30%),radial-gradient(circle at 18% 80%,rgba(47,142,90,.1),transparent 28%)}.hero-pattern{position:absolute;inset:0;opacity:.34;background-image:repeating-linear-gradient(135deg,transparent 0 42px,rgba(88,63,34,.035) 43px 44px);pointer-events:none}.hero-content{position:relative;z-index:4;min-width:0;max-width:760px}.hero h1{margin:18px 0 26px;font-size:clamp(58px,6.2vw,100px);line-height:.9}.hero h1 span{color:var(--red)}.hero-content>p{max-width:640px;margin:0;color:var(--ink-soft);font-size:19px;line-height:1.7}.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.mode-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.mode-pills span{padding:9px 12px;border-radius:999px;background:#ffffff9e;border:1px solid rgba(88,62,36,.12);color:var(--ink-soft);font-size:13px;font-weight:700}.hero-visual{position:relative;z-index:2;min-width:0;min-height:540px;display:flex;align-items:center;justify-content:center}.hero-logo-shell{position:relative;width:min(100%,440px);aspect-ratio:1;display:grid;place-items:center;padding:20px;border-radius:50%;background:#ffffffc2;border:1px solid rgba(77,55,32,.1);box-shadow:0 38px 90px #5034182e;animation:heroFloat 4s ease-in-out infinite}.hero-logo-shell:before{content:"";position:absolute;inset:-20px;z-index:-1;border:2px dashed rgba(169,37,47,.19);border-radius:50%;animation:heroSpin 22s linear infinite}.hero-logo-shell img{width:100%;height:100%;border-radius:50%;object-fit:contain}.hero-sticker{position:absolute;z-index:5;right:0;bottom:10%;width:110px;height:110px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);color:var(--ink);text-align:center;font-size:12px;font-weight:900;transform:rotate(8deg);box-shadow:0 16px 35px #5c401a33}@keyframes heroFloat{50%{transform:translateY(-10px)}}@keyframes heroSpin{to{transform:rotate(360deg)}}.ticker{width:100%;overflow:hidden;background:var(--red);color:#fff;border-block:1px solid rgba(255,255,255,.15)}.ticker-track{display:flex;width:max-content;animation:tickerMove 11s linear infinite;will-change:transform}.ticker-group{display:flex;flex-shrink:0;align-items:center;padding:14px 0}.ticker-group span{flex-shrink:0;padding:0 30px;white-space:nowrap;font-size:13px;font-weight:900;letter-spacing:.08em}@keyframes tickerMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{width:100%;max-width:1200px;margin:0 auto;padding:92px 24px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.section h2{max-width:900px;margin:6px 0 0;font-size:clamp(38px,5vw,67px);line-height:.98}.section-head>a{color:var(--red);font-size:14px;font-weight:900}.offers-section{padding-bottom:40px}.offer-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.offer-card{position:relative;min-height:330px;overflow:hidden;display:flex;align-items:center;padding:36px;border-radius:30px;box-shadow:var(--shadow)}.offer-main{background:linear-gradient(125deg,var(--red-dark),var(--red-bright));color:#fff}.offer-main:after{content:"🍕";position:absolute;right:-20px;bottom:-45px;opacity:.13;font-size:260px;transform:rotate(-12deg)}.offer-tuesday{background:linear-gradient(140deg,#efe09c,var(--yellow));color:var(--ink)}.offer-number{margin-right:28px;font-family:Archivo Black,sans-serif;font-size:clamp(120px,15vw,220px);line-height:.7;color:#ffffff2b}.offer-day{width:112px;height:112px;flex:0 0 112px;display:grid;place-items:center;margin-right:20px;border-radius:24px;background:var(--red);color:#fff;font-family:Archivo Black,sans-serif;font-size:30px;transform:rotate(-7deg)}.offer-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;opacity:.78}.offer-card h3{margin:8px 0 12px;font-family:Archivo Black,sans-serif;text-transform:uppercase;font-size:clamp(30px,4vw,54px);line-height:.95}.offer-card h3 strong{color:var(--red);font-size:1.5em}.offer-card p{max-width:520px;margin:0 0 18px;line-height:1.6;opacity:.88}.offer-card a{font-weight:900;text-decoration:underline;text-underline-offset:5px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.food-card{overflow:hidden;display:flex;flex-direction:column;background:#ffffffb8;border:1px solid rgba(81,59,35,.11);border-radius:24px;box-shadow:0 14px 40px #4c351d14;transition:transform .22s ease,box-shadow .22s ease;transition-delay:var(--delay)}.food-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #4c351d24}.food-image{position:relative;height:220px;background-size:cover;background-position:center}.badge,.mini-badge{display:inline-block;padding:6px 9px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:900}.badge{position:absolute;z-index:2;top:12px;left:12px}.food-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:16px}.food-body h3,.menu-product h3{margin:0 0 7px;font-size:19px}.food-body p,.menu-product p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.food-bottom,.menu-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.plus,.add-btn{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:27px;line-height:1}.restaurant-section{width:calc(100% - 48px);max-width:1240px;margin:70px auto 30px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);overflow:hidden;border-radius:34px;background:#efe0c5;border:1px solid rgba(76,56,34,.13);box-shadow:var(--shadow)}.restaurant-photo{position:relative;min-height:640px}.restaurant-photo>img{width:100%;height:100%;object-fit:cover}.restaurant-photo-caption{position:absolute;left:22px;bottom:22px;display:grid;gap:3px;padding:14px 17px;border-radius:16px;background:#fffaf0eb;backdrop-filter:blur(10px);color:var(--ink)}.restaurant-photo-caption span{color:var(--red);font-size:12px;font-weight:900}.restaurant-copy{padding:clamp(34px,5vw,70px);display:flex;flex-direction:column;justify-content:center}.restaurant-copy h2{margin:10px 0 22px;font-size:clamp(40px,5vw,66px);line-height:.95}.restaurant-copy h2 span{display:block;margin-top:8px;color:var(--red)}.restaurant-copy>p{color:var(--ink-soft);font-size:17px;line-height:1.7}.restaurant-mini-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.restaurant-mini-gallery img{width:100%;height:190px;object-fit:cover;border-radius:18px}.google-live-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;margin-bottom:18px}.opening-card,.rating-card{min-height:265px;padding:28px;border-radius:26px;background:#ffffffb8;border:1px solid rgba(80,58,35,.12);box-shadow:0 14px 42px #4b341c14}.opening-card{position:relative;overflow:hidden}.opening-card.is-open{border-color:#2f8e5a57;background:linear-gradient(145deg,#ffffffd1,#dcf1e2cc)}.opening-card.is-closing{border-color:#ce8b1666;background:linear-gradient(145deg,#ffffffd1,#ffebb8cc)}.opening-card.is-closed{border-color:#a9252f40}.opening-card-top{display:flex;align-items:center;gap:13px}.live-dot{width:16px;height:16px;flex:0 0 16px;border-radius:50%;background:#999;box-shadow:0 0 0 7px #78787817}.is-open .live-dot{background:var(--green);box-shadow:0 0 0 7px #2f8e5a1f}.is-closing .live-dot{background:#d18b12;box-shadow:0 0 0 7px #d18b121f}.is-closed .live-dot{background:var(--red);box-shadow:0 0 0 7px #a9252f1a}.opening-kicker{display:block;margin-bottom:3px;color:var(--muted);text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:900}#openingStatus{font-family:Archivo Black,sans-serif;text-transform:uppercase;font-size:clamp(24px,3vw,37px)}.opening-message{margin:22px 0;color:var(--ink-soft);font-size:16px;line-height:1.6}.today-hours{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 15px;border-radius:14px;background:#f4ead6b3}.today-hours span{color:var(--muted);font-size:12px;font-weight:800}.today-hours b{text-align:right;font-size:13px}.hours-details{margin-top:14px}.hours-details summary{cursor:pointer;color:var(--red);font-size:12px;font-weight:900}.all-hours{display:grid;gap:6px;margin-top:12px}.hours-row{color:var(--ink-soft);font-size:12px}.google-source{display:block;margin-top:16px;color:var(--muted);font-size:10px}.rating-card{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:18px}.google-g{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#fff;color:#4285f4;font-family:Archivo Black,sans-serif;font-size:31px;box-shadow:0 10px 30px #3c3c3c14}.rating-main{display:flex;align-items:center;gap:12px;margin:6px 0}#googleRating{font-family:Archivo Black,sans-serif;font-size:40px}.stars,.review-stars{color:#e5a70d;letter-spacing:.08em}.rating-card p{margin:0;color:var(--muted);font-size:13px}.google-review-link{grid-column:1/-1;justify-self:start;padding:10px 14px;border-radius:999px;background:var(--ink);color:#fff;font-size:12px;font-weight:900}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{min-height:230px;display:flex;flex-direction:column;padding:22px;border-radius:22px;background:#ffffffb3;border:1px solid rgba(81,59,35,.11)}.review-head{display:flex;align-items:center;gap:10px}.review-head img,.review-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover}.review-avatar{display:grid;place-items:center;background:#fff;color:#4285f4;font-weight:900}.review-author{font-size:13px;font-weight:900}.review-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:3px;color:var(--muted);font-size:10px}.review-text{flex:1;margin:18px 0;color:var(--ink-soft);font-size:13px;line-height:1.6}.review-google-link{color:var(--red);font-size:11px;font-weight:900}.contact-panel{display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:30px;margin-top:40px;margin-bottom:90px;padding-top:30px;padding-bottom:30px;border-radius:30px;background:#ffffffa6;border:1px solid rgba(75,54,31,.11)}.contact-panel img{width:160px;height:160px;border-radius:50%;object-fit:cover}.contact-panel p{color:var(--muted)}.stack{display:grid;gap:10px}.footer{width:calc(100% - 48px);max-width:1200px;margin:0 auto;padding:38px 0 70px;display:grid;grid-template-columns:1fr auto;gap:22px;border-top:1px solid var(--line);color:var(--ink-soft)}.footer strong{font-size:22px}.footer p{margin:5px 0}.footer-actions{display:grid;gap:7px;justify-items:end;font-size:13px;font-weight:800}.footer small{grid-column:1/-1;color:var(--muted)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .62s ease,transform .62s ease}.reveal.visible{opacity:1;transform:translateY(0)}.menu-page{width:100%;max-width:1200px;margin:0 auto;padding:48px 24px 120px}.menu-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;padding:38px 0}.menu-hero h1{margin:8px 0;font-size:clamp(48px,7vw,82px)}.menu-hero p{max-width:680px;margin:0;color:var(--muted);line-height:1.6}.cart-pill{flex:0 0 auto;padding:15px 19px;border:0;border-radius:999px;background:var(--red);color:#fff;font-weight:900}.category-bar{position:sticky;top:var(--header-height);z-index:30;display:flex;gap:8px;overflow-x:auto;margin:0 calc(50% - 50vw);padding:11px max(24px,calc((100vw - 1200px)/2));background:#f4ead6f0;backdrop-filter:blur(14px);border-block:1px solid rgba(75,55,34,.11);scrollbar-width:none}.category-bar::-webkit-scrollbar{display:none}.category-bar a{flex:0 0 auto;padding:9px 12px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(70,50,30,.1);white-space:nowrap;font-size:13px;font-weight:800}.menu-category{scroll-margin-top:150px;padding:48px 0 10px}.menu-category-title{display:flex;align-items:center;gap:14px;margin-bottom:20px}.menu-category-title>span{font-size:38px}.menu-category-title h2{margin:0;font-size:32px}.menu-category-title p{margin:4px 0 0;color:var(--muted)}.menu-products{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.menu-product{min-height:190px;display:grid;grid-template-columns:minmax(0,1fr) 190px;overflow:hidden;border-radius:22px;background:#ffffffb8;border:1px solid rgba(75,55,34,.11);box-shadow:0 10px 32px #48321d12}.menu-product-info{min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:20px}.menu-product img,.food-placeholder{width:190px;height:100%;object-fit:cover}.food-placeholder{display:grid;place-items:center;background:var(--cream-2);font-size:58px}.mini-badge{margin-bottom:8px}.mobile-cart{display:none;position:fixed;z-index:950;left:12px;right:12px;bottom:12px;transition:transform .18s ease}.mobile-cart button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border:0;border-radius:18px;background:var(--red);color:#fff;font-weight:900;box-shadow:0 18px 50px #47221a47}.mobile-cart.bump{transform:scale(1.02)}.modal{max-width:none;padding:0;border:0;background:transparent;color:var(--ink)}.modal::backdrop{background:#2f251b94;backdrop-filter:blur(7px)}.modal-card{position:relative;width:min(620px,calc(100vw - 24px));max-height:88vh;overflow-y:auto;padding:28px;border-radius:26px;background:var(--paper);border:1px solid rgba(79,58,37,.14);color:var(--ink);box-shadow:0 30px 100px #2b1e1440}.modal-card h2{margin:8px 0;padding-right:35px;font-size:32px}.modal-card>p{color:var(--muted);line-height:1.55}.modal-close{position:absolute;top:18px;right:18px;width:38px;height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--cream-2);color:var(--ink);font-size:25px}.option-block{display:grid;gap:12px;margin:22px 0}.hidden{display:none!important}.modal-card label{display:block;margin:10px 0 6px;font-size:13px;font-weight:800}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.choice-grid label{margin:0}.choice-grid input{display:none}.choice-grid span{height:100%;display:flex;flex-direction:column;gap:4px;padding:13px;border-radius:14px;background:#fff;border:1px solid rgba(75,55,34,.15);cursor:pointer}.choice-grid input:checked+span{border-color:var(--red);background:#a9252f12}.check-list{display:grid;gap:8px}.check-list label{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0;padding:12px;border-radius:12px;background:#fff;border:1px solid rgba(75,55,34,.1)}.check-list label>span{display:flex;align-items:center;gap:8px}.check-list input{width:auto;accent-color:var(--red)}select,input,textarea{width:100%;padding:12px 14px;outline:none;border:1px solid rgba(75,55,34,.18);border-radius:12px;background:#fff;color:var(--ink)}select:focus,input:focus,textarea:focus{border-color:var(--red)}textarea{min-height:80px;resize:vertical}.drawer-backdrop{position:fixed;z-index:2000;inset:0;opacity:0;pointer-events:none;background:#2a1f168f;transition:opacity .25s ease}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:2100;top:0;right:0;bottom:0;width:min(500px,100vw);display:flex;flex-direction:column;background:var(--paper);border-left:1px solid rgba(75,55,34,.13);transform:translate(100%);transition:transform .28s ease;box-shadow:-20px 0 70px #34241633}.cart-drawer.open{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:24px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:5px 0 0}.drawer-head button{width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--cream-2);color:var(--ink);font-size:25px}.cart-items{flex:1;overflow-y:auto;padding:18px}.cart-line{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.cart-line-main{min-width:0;flex:1}.cart-line small{display:block;max-width:300px;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.4}.cart-line-price{display:flex;align-items:flex-start;gap:7px;white-space:nowrap}.remove-item{padding:0 4px;border:0;background:transparent;color:var(--red);font-size:22px}.cart-line-actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:12px}.cart-quantity{display:inline-flex;align-items:center;gap:9px;padding:4px;border-radius:999px;background:var(--cream);border:1px solid rgba(74,54,34,.12)}.cart-quantity button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:17px}.cart-quantity span{min-width:20px;text-align:center;font-size:13px;font-weight:900}.edit-item{padding:8px 11px;border-radius:999px;border:1px solid rgba(169,37,47,.18);background:#a9252f0f;color:var(--red);font-size:11px;font-weight:900}.cart-summary{padding:20px;border-top:1px solid var(--line);background:#fff8ea}.empty-cart{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.empty-cart>span{margin-bottom:14px;font-size:48px}.empty-cart b{color:var(--ink);font-size:18px}.empty-cart p{max-width:230px;font-size:14px;line-height:1.5}.promo-progress{margin-bottom:17px}.promo-progress-card{display:flex;gap:13px;padding:14px;border-radius:17px;background:linear-gradient(135deg,#fff0df,#ffe7c8);border:1px solid rgba(169,37,47,.13)}.promo-progress-card.unlocked{background:linear-gradient(135deg,#e2f5e7,#d4eedc);border-color:#2f8e5a38}.promo-progress-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;background:#fff;font-size:21px}.promo-progress-copy{min-width:0;flex:1}.promo-progress-copy b{display:block;color:var(--ink);font-size:13px}.promo-progress-copy p{margin:4px 0;color:var(--ink-soft);font-size:11px;line-height:1.45}.promo-progress-copy small{color:var(--red);font-size:10px;font-weight:800}.promo-meter{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:10px}.promo-meter span{height:5px;border-radius:999px;background:#4634221f}.promo-meter span.active,.promo-meter.full span{background:var(--red)}.unlocked .promo-meter span.active,.unlocked .promo-meter.full span{background:var(--green)}.summary-line,.summary-total,.summary-promo{display:flex;align-items:center;justify-content:space-between;gap:18px}.summary-line{margin-bottom:9px;color:var(--muted);font-size:13px}.summary-promo{margin:9px 0;padding:10px 12px;border-radius:12px;background:#2f8e5a17;color:var(--green-dark);font-size:12px;font-weight:800}.summary-promo[hidden]{display:none!important}.summary-total{margin-top:13px;padding-top:13px;border-top:1px solid var(--line);font-size:22px;font-weight:900}.summary-total b{color:var(--red);font-size:25px}.order-choice{margin:20px 0}.checkout-pricing{margin:22px 0;padding:17px;border-radius:17px;background:var(--cream);border:1px solid rgba(75,55,34,.12)}.checkout-price-line{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:6px 0;color:var(--muted);font-size:13px}.checkout-price-line.promo{color:var(--green-dark);font-weight:800}.checkout-price-total{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:11px;padding-top:14px;border-top:1px solid var(--line);font-size:20px;font-weight:900}.checkout-price-total b{color:var(--red);font-size:26px}.checkout-best-offer{margin:10px 0 0;color:var(--ink-soft);font-size:11px;line-height:1.5}.demo-note{text-align:center;color:var(--muted);font-size:11px}.success-card{text-align:center}.success-icon{width:80px;height:80px;margin:8px auto 22px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:40px;font-weight:900}@media(min-width:1600px){.hero{max-width:1540px;grid-template-columns:minmax(0,1.28fr) minmax(400px,.72fr)}.hero-content{max-width:780px}.hero-logo-shell{width:430px}}@media(max-width:1100px){.main-nav{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.menu-products,.restaurant-section{grid-template-columns:1fr}.restaurant-photo{min-height:500px}}@media(max-width:900px){.hero{min-height:auto;grid-template-columns:1fr;padding-top:62px}.hero-content{max-width:760px}.hero-visual{min-height:480px}.hero-logo-shell{width:min(440px,76vw)}.offer-grid,.google-live-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr 1fr}.contact-panel{grid-template-columns:120px 1fr}.contact-panel img{width:120px;height:120px}.contact-panel .stack{grid-column:1/-1;grid-template-columns:1fr 1fr}}@media(max-width:650px){:root{--header-height:66px}.topbar{min-height:66px;padding:8px 12px}.brand span,.header-order{display:none}.brand img{width:44px;height:44px;flex-basis:44px}.header-cart{width:46px;height:46px;flex-basis:46px}.hero{padding:48px 18px 28px}.hero h1{font-size:clamp(47px,14.5vw,61px)}.hero-content>p{font-size:16px}.hero-visual{min-height:380px}.hero-logo-shell{width:min(330px,80vw)}.hero-sticker{width:88px;height:88px;bottom:4%;font-size:10px}.ticker-track{animation-duration:8.5s}.ticker-group span{padding:0 21px;font-size:12px}.section{padding:68px 15px}.section-head{align-items:flex-start}.section-head>a{display:none}.offer-card{min-height:290px;padding:26px}.offer-number{margin-right:12px;font-size:120px}.offer-day{width:78px;height:78px;flex-basis:78px;font-size:22px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.food-image{height:150px}.food-body{padding:12px}.food-body h3{font-size:15px}.food-body p{display:none}.food-bottom b{font-size:12px}.plus{width:36px;height:36px;flex-basis:36px}.restaurant-section{width:calc(100% - 24px);margin-top:35px}.restaurant-photo{min-height:330px}.restaurant-copy{padding:28px 20px}.restaurant-mini-gallery img{height:140px}.reviews-grid{grid-template-columns:1fr}.contact-panel{margin:0 12px 65px;grid-template-columns:80px 1fr;padding:20px}.contact-panel img{width:80px;height:80px}.contact-panel h2{font-size:29px}.contact-panel .stack{grid-template-columns:1fr}.footer{width:calc(100% - 30px);grid-template-columns:1fr}.footer-actions{justify-items:start}.menu-page{padding:25px 12px 110px}.menu-hero{display:block}.menu-hero h1{font-size:48px}.cart-pill{display:none}.category-bar{padding:10px 12px}.menu-category{scroll-margin-top:125px;padding-top:35px}.menu-products{gap:10px}.menu-product{min-height:145px;grid-template-columns:minmax(0,1fr) 125px}.menu-product-info{padding:14px}.menu-product img,.food-placeholder{width:125px}.menu-product p{font-size:11px}.menu-product h3{font-size:15px}.menu-product-bottom b{font-size:12px}.add-btn{width:36px;height:36px;flex-basis:36px;font-size:24px}.mobile-cart{display:block}.choice-grid{grid-template-columns:1fr}.modal-card{padding:24px 18px}.cart-drawer{width:100%}.cart-line{gap:8px}.cart-line-price{flex-direction:column;align-items:flex-end}.opening-card,.rating-card{padding:22px}}@media(max-width:390px){.hero h1{font-size:45px}.product-grid{grid-template-columns:1fr}.food-image{height:215px}.menu-product{grid-template-columns:minmax(0,1fr) 108px}.menu-product img,.food-placeholder{width:108px}}:root{--topbar-height: 76px;--opening-strip-height: 38px;--header-height: calc( var(--topbar-height) + var(--opening-strip-height) )}.site-header{position:sticky;top:0;z-index:1800;width:100%}.site-header .topbar{position:relative;top:auto;z-index:2;min-height:var(--topbar-height)}.header-actions{display:flex;align-items:center;gap:7px}.header-action{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.header-action span{font-size:15px}.header-action.call{background:#2f8e5a1a;color:var(--green-dark);border:1px solid rgba(47,142,90,.16)}.header-action.order{background:var(--red);color:#fff;box-shadow:0 8px 20px #a9252f29}.header-action.reviews{background:#f5df6d66;color:var(--ink);border:1px solid rgba(168,131,22,.15)}.opening-strip{position:relative;z-index:1;min-height:var(--opening-strip-height);display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 16px;background:#eee5d6;color:var(--ink-soft);border-bottom:1px solid rgba(75,55,34,.11);font-size:12px}.opening-strip strong{font-size:12px}.opening-strip-dot{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#8f8a83}.opening-strip.is-open{background:#dff1e5;color:var(--green-dark)}.opening-strip.is-open .opening-strip-dot{background:var(--green);box-shadow:0 0 0 5px #2f8e5a1a}.opening-strip.is-closing{background:#fff0c8;color:#895b00}.opening-strip.is-closing .opening-strip-dot{background:#d18b12;box-shadow:0 0 0 5px #d18b121a}.opening-strip.is-closed{background:#f5dfdf;color:var(--red-dark)}.opening-strip.is-closed .opening-strip-dot{background:var(--red);box-shadow:0 0 0 5px #a9252f14}.opening-strip-arrow{margin-left:2px;font-weight:900}.header-order{display:none!important}.promo-coach{position:fixed;z-index:1700;top:calc(var(--header-height) + 16px);right:18px;width:min(430px,calc(100vw - 36px));display:flex;align-items:flex-start;gap:12px;padding:14px 42px 14px 14px;border-radius:18px;background:linear-gradient(135deg,#fff3df,#ffe0bd);border:1px solid rgba(169,37,47,.16);box-shadow:0 18px 50px #422b1733;animation:promoCoachIn .26s ease-out}.promo-coach[hidden]{display:none!important}.promo-coach.almost{background:linear-gradient(135deg,#fff0c2,#ffe096)}.promo-coach.unlocked{background:linear-gradient(135deg,#dff5e5,#caedd6);border-color:#2f8e5a40}.promo-coach-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;background:#ffffffd1;font-size:21px}.promo-coach-copy{min-width:0}.promo-coach-copy b{display:block;margin-bottom:3px;color:var(--ink);font-size:14px}.promo-coach-copy p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.5}.promo-coach-close{position:absolute;top:8px;right:9px;width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#ffffff8c;color:var(--ink);font-size:18px}@keyframes promoCoachIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.review-more{display:none;align-self:flex-start;margin:-8px 0 13px;padding:0;border:0;background:transparent;color:var(--red);font-size:11px;font-weight:900}@media(max-width:1100px){.main-nav{display:none}}@media(max-width:760px){:root{--topbar-height: 66px;--opening-strip-height: 42px}.site-header .topbar{min-height:var(--topbar-height);gap:7px;padding:8px 9px}.brand{margin-right:auto}.brand span{display:none}.brand img{width:42px;height:42px;flex-basis:42px}.header-actions{gap:4px}.header-action{min-height:42px;gap:3px;padding:6px 8px;border-radius:13px;font-size:10px}.header-action span{font-size:14px}.header-cart{width:43px;height:43px;flex-basis:43px}.opening-strip{justify-content:flex-start;overflow:hidden;padding:8px 12px;white-space:nowrap}.opening-strip strong{flex:0 0 auto}#headerOpeningDetail{overflow:hidden;text-overflow:ellipsis}.opening-strip-arrow{margin-left:auto}.promo-coach{inset:auto 10px 78px;width:auto;padding:13px 38px 13px 12px;border-radius:16px}.promo-coach-icon{width:38px;height:38px;flex-basis:38px}.promo-coach-copy b{font-size:13px}.promo-coach-copy p{font-size:11px}.review-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.review-text.expanded{display:block;overflow:visible;-webkit-line-clamp:unset;line-clamp:unset}.review-more{display:inline-flex}}@media(max-width:430px){.header-action b{display:none}.header-action{width:39px;height:39px;padding:0;border-radius:50%}.header-action span{font-size:16px}.brand img,.header-cart{width:40px;height:40px;flex-basis:40px}}.pizza-offer-banner{position:sticky;top:var(--header-height);z-index:850;width:calc(100% - 48px);max-width:1160px;margin:12px auto 0;display:flex;align-items:flex-start;gap:14px;padding:15px 48px 15px 16px;border-radius:18px;background:linear-gradient(135deg,#fff1d6,#ffd99d);border:2px solid rgba(169,37,47,.22);box-shadow:0 14px 35px #51341929;animation:pizzaOfferShow .28s ease}.pizza-offer-banner[hidden]{display:none!important}.pizza-offer-banner.almost{background:linear-gradient(135deg,#ffe8a6,#ffc963);border-color:#d69316}.pizza-offer-banner.unlocked{background:linear-gradient(135deg,#d7f5df,#b9e8c8);border-color:var(--green)}.pizza-offer-banner.selected{background:linear-gradient(135deg,#e3f4e8,#d3eadb);border-color:#2f8e5a73}.pizza-offer-banner.selecting{background:linear-gradient(135deg,#f4ead6,#ecd2a8);border-color:var(--red)}.pizza-offer-icon{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;border-radius:16px;background:#ffffffe6;font-size:27px;box-shadow:0 5px 15px #00000014}.pizza-offer-content{min-width:0;flex:1}.pizza-offer-content>strong{display:block;margin-bottom:4px;color:var(--red-dark);font-family:Archivo Black,sans-serif;text-transform:uppercase;font-size:16px}.pizza-offer-banner.unlocked .pizza-offer-content>strong,.pizza-offer-banner.selected .pizza-offer-content>strong{color:var(--green-dark)}.pizza-offer-content p{margin:0;color:var(--ink);font-size:14px;line-height:1.45}.pizza-offer-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.promo-action{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border:0;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:900}.pizza-offer-banner.unlocked .promo-action{background:var(--green-dark)}.promo-action.secondary{background:#ffffffb8;color:var(--ink);border:1px solid rgba(65,49,31,.12)}.promo-action.mini{margin-top:7px;padding:7px 10px;font-size:10px}.pizza-offer-close{position:absolute;top:9px;right:10px;width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#ffffffc7;color:var(--ink);font-size:20px;line-height:1;z-index:3}.pizza-offer-close:hover{background:#fff;transform:scale(1.04)}@keyframes pizzaOfferShow{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.free-pizza-hint{margin:4px 0;padding:11px 12px;border-radius:13px;background:#2f8e5a1a;border:1px solid rgba(47,142,90,.18);color:var(--green-dark);font-size:12px;font-weight:800;line-height:1.45}.free-pizza-hint[hidden]{display:none!important}.pizza-size-choice.free-disabled{opacity:.38;pointer-events:none}.free-cart-line{margin:5px -8px;padding:16px 8px;border-radius:15px;background:#2f8e5a12}.cart-line-title{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.free-cart-badge{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;background:var(--green);color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em}.free-quantity{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:#2f8e5a1a;color:var(--green-dark);font-size:11px;font-weight:900}.free-line-price{display:grid;justify-items:end;gap:2px}.free-line-price del{color:var(--muted);font-size:11px}.free-line-price strong{color:var(--green-dark);font-size:15px}.promo-meter{grid-template-columns:repeat(2,1fr)!important}.checkout-warning{margin:10px 0;padding:11px 12px;border-radius:12px;background:#fff0d6;color:#775118;font-size:11px;line-height:1.5}@media(max-width:760px){.pizza-offer-banner{top:var(--header-height);width:calc(100% - 20px);margin:8px auto 0;padding:12px 40px 12px 11px;border-radius:15px}.pizza-offer-icon{width:42px;height:42px;flex-basis:42px;font-size:22px}.pizza-offer-content>strong{font-size:13px}.pizza-offer-content p{font-size:12px}.promo-action{width:100%;min-height:38px}.pizza-offer-close{width:30px;height:30px}}.simple-quantity-options{margin:18px 0}.modal-quantity-selector{display:inline-flex;align-items:center;gap:16px;width:max-content;padding:7px;border:1px solid rgba(75,55,34,.15);border-radius:999px;background:#fff;box-shadow:0 8px 22px #4b372214}.modal-quantity-selector button{width:42px;height:42px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--cream-2);color:var(--ink);font-size:22px;font-weight:900}.modal-quantity-selector button:last-child{background:var(--red);color:#fff}.modal-quantity-selector button:disabled{opacity:.35;cursor:not-allowed}.modal-quantity-selector strong{min-width:34px;text-align:center;font-size:18px}.drawer-head-actions{display:flex;align-items:center;gap:8px}.drawer-head .empty-cart-button{width:auto;min-height:40px;padding:0 13px;border:1px solid rgba(169,37,47,.18);border-radius:999px;background:#a9252f12;color:var(--red);font-size:12px;font-weight:900}.drawer-head .empty-cart-button:hover{background:var(--red);color:#fff}.drawer-head .empty-cart-button[hidden]{display:none}.drawer-head .close-cart-button{flex:0 0 40px}@media(max-width:420px){.drawer-head{padding:18px 16px}.drawer-head .empty-cart-button{padding:0 10px;font-size:11px}}.cart-upsell{padding:14px 18px 16px;border-top:1px solid var(--line);background:linear-gradient(135deg,#fff7e8,#f7e4c2)}.cart-upsell[hidden]{display:none}.cart-upsell-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cart-upsell-heading strong{display:block;color:var(--red-dark);font-size:14px}.cart-upsell-heading span{display:block;margin-top:2px;color:var(--muted);font-size:10px}.cart-upsell-toggle-all{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(169,37,47,.18);border-radius:999px;background:#ffffffb8;color:var(--red);font-size:10px;font-weight:900}.cart-upsell-categories{display:grid;gap:7px}.cart-upsell-category{overflow:hidden;border:1px solid rgba(75,55,34,.12);border-radius:14px;background:#ffffffb8}.cart-upsell-category-toggle{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px;border:0;background:transparent;color:var(--ink);text-align:left}.cart-upsell-category-name{display:flex;align-items:center;gap:9px}.cart-upsell-category-name>span:first-child{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--cream-2);font-size:18px}.cart-upsell-category-name b,.cart-upsell-category-name small{display:block}.cart-upsell-category-name b{font-size:12px}.cart-upsell-category-name small{margin-top:1px;color:var(--muted);font-size:9px}.cart-upsell-category-symbol{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:19px;font-weight:900}.cart-upsell-category.expanded .cart-upsell-category-toggle{border-bottom:1px solid rgba(75,55,34,.09)}.cart-upsell-products{display:flex;gap:8px;overflow-x:auto;padding:8px;scrollbar-width:none}.cart-upsell-products::-webkit-scrollbar{display:none}.cart-upsell-products[hidden]{display:none}.cart-upsell-product{min-width:138px;display:grid;grid-template-columns:38px minmax(0,1fr) 30px;align-items:center;gap:8px;padding:8px;border:1px solid rgba(75,55,34,.12);border-radius:14px;background:#ffffffe0}.cart-upsell-product img,.cart-upsell-emoji{width:38px;height:38px;border-radius:10px;object-fit:cover}.cart-upsell-emoji{display:grid;place-items:center;background:var(--cream-2);font-size:21px}.cart-upsell-product-copy{min-width:0}.cart-upsell-product b,.cart-upsell-product small{display:block}.cart-upsell-product b{overflow:hidden;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.cart-upsell-product small{margin-top:2px;color:var(--red);font-size:11px;font-weight:900}.cart-upsell-product button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:19px;font-weight:900}.menu-category-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:24px 0 8px;padding:15px 17px;border:1px solid rgba(75,55,34,.12);border-radius:18px;background:#ffffff8c}.menu-category-controls strong,.menu-category-controls span{display:block}.menu-category-controls strong{color:var(--ink);font-size:14px}.menu-category-controls span{margin-top:2px;color:var(--muted);font-size:11px}.menu-category-controls button{flex:0 0 auto;padding:10px 14px;border:0;border-radius:999px;background:var(--red);color:#fff;font-size:12px;font-weight:900}.menu-category{padding:8px 0}.menu-category-title{position:relative;margin-bottom:0;padding:15px 17px;border:1px solid rgba(75,55,34,.12);border-radius:18px;background:#ffffffb8;box-shadow:0 8px 24px #48321d0d}.menu-category.expanded{padding:16px 0 24px}.menu-category.expanded .menu-category-title{margin-bottom:16px;border-color:#a9252f33}.menu-category-toggle{width:42px;height:42px;display:grid;place-items:center;margin-left:auto;padding:0;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:24px;font-weight:900;line-height:1}.menu-category.expanded .menu-category-toggle{background:var(--green)}.menu-products[hidden]{display:none}@media(max-width:650px){.menu-category-controls{margin-top:16px;padding:12px}.menu-category-controls span{display:none}.menu-category-title{padding:12px}.menu-category-title>span{font-size:29px}.menu-category-title h2{font-size:21px}.menu-category-toggle{width:38px;height:38px}}@media(min-width:1101px){.hero{width:100%;max-width:1600px;grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);gap:clamp(48px,5vw,88px);padding:clamp(64px,6vw,96px) clamp(32px,4vw,72px)}.hero-content{width:100%;max-width:790px}.hero h1{width:max-content;max-width:100%;font-size:clamp(62px,5vw,96px);white-space:nowrap}.hero-content>p{max-width:610px}.hero-visual{min-height:520px}.hero-logo-shell{width:min(100%,440px)}}@media(min-width:901px)and (max-width:1100px){.hero{min-height:auto;grid-template-columns:1fr;gap:24px;padding:64px 40px 48px}.hero-content{max-width:760px}.hero-visual{min-height:440px}.hero-logo-shell{width:min(400px,60vw)}}


/* =========================================================
   TASTYIGNITER DANS LE DESIGN ESCALE
   ========================================================= */

.escale-home {
    overflow: hidden;
}

.escale-featured {
    margin-top: 20px;
}

/* Le composant Tasty ne doit pas recréer une énorme marge */
.escale-featured > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.escale-featured .card {
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(81,59,35,.11);
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 14px 40px rgba(76,53,29,.08);
    transition:
        transform .22s ease,
        box-shadow .22s ease;
}

.escale-featured .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(76,53,29,.14);
}

.escale-featured .card-img-top,
.escale-featured img {
    object-fit: cover;
}

.escale-featured .btn-primary {
    border-color: var(--red);
    background: var(--red);
}

@media (min-width: 1100px) {

    .escale-featured .row {
        --bs-gutter-x: 16px;
    }

}

/* =========================================================
   FOOTER L'ESCALE
   ========================================================= */

footer.escale-footer {
    width: calc(100% - 48px);
    max-width: 1200px;

    margin: 0 auto;

    padding: 38px 0 70px;

    display: grid;
    grid-template-columns: 1fr auto;

    gap: 22px;

    background: transparent !important;
    background-color: transparent !important;

    color: var(--ink-soft) !important;

    border-top: 1px solid var(--line);
}

footer.escale-footer strong {
    color: var(--ink) !important;
    font-size: 22px;
}

footer.escale-footer p {
    margin: 5px 0;
    color: var(--ink-soft) !important;
}

footer.escale-footer a {
    color: var(--ink-soft) !important;
    text-decoration: none;
}

footer.escale-footer a:hover {
    color: var(--red) !important;
}

footer.escale-footer small {
    grid-column: 1 / -1;
    color: var(--muted) !important;
}

footer.escale-footer .footer-actions {
    display: grid;
    gap: 7px;

    justify-items: end;

    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 650px) {

    footer.escale-footer {
        width: calc(100% - 30px);

        grid-template-columns: 1fr;

        padding-bottom: 50px;
    }

    footer.escale-footer .footer-actions {
        justify-items: start;
    }

}




/* =========================================================
   ESCALE - PAGE MENU TASTYIGNITER
   ========================================================= */

.escale-menu-page {
    --escale-menu-red: #c91e25;
    --escale-menu-red-dark: #a9151b;
    --escale-menu-cream: #f8f1e7;
    --escale-menu-paper: #fffdf9;
    --escale-menu-ink: #211a17;
    --escale-menu-muted: #766b64;
    --escale-menu-border: rgba(33, 26, 23, 0.11);

    min-height: 100vh;
    background:
        radial-gradient(
            circle at top right,
            rgba(201, 30, 37, 0.06),
            transparent 34rem
        ),
        var(--escale-menu-cream);

    color: var(--escale-menu-ink);
}


/* HERO */

.escale-menu-hero {
    padding: 54px 0 34px;
}

.escale-menu-hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.escale-menu-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--escale-menu-red);
    font-size: 0.76rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.escale-menu-hero h1 {
    margin: 0;
    color: var(--escale-menu-ink);
    font-size: clamp(2.7rem, 7vw, 5.5rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.escale-menu-hero p {
    max-width: 650px;
    margin: 18px 0 0;
    color: var(--escale-menu-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.escale-menu-order-control {
    min-width: 250px;
    padding: 17px 20px;
    border: 1px solid var(--escale-menu-border);
    border-radius: 22px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 10px 30px rgba(30, 20, 15, .05);
}

.escale-order-label {
    display: block;
    margin-bottom: 7px;
    color: var(--escale-menu-muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}


/* MAIN */

.escale-menu-main {
    padding-bottom: 90px;
}


/* SEARCH */

.escale-menu-search {
    margin-bottom: 22px;
}

.escale-menu-search input {
    min-height: 52px;
    border: 1px solid var(--escale-menu-border);
    border-radius: 16px;
    background: rgba(255,255,255,.82);
    box-shadow: none;
}


/* CATEGORY CONTROLS */

.escale-menu-category-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding: 2px 2px 0;
}

.escale-menu-category-controls strong {
    display: block;
    font-size: 1rem;
}

.escale-menu-category-controls span {
    display: block;
    margin-top: 2px;
    color: var(--escale-menu-muted);
    font-size: .82rem;
}

.escale-toggle-all {
    flex: 0 0 auto;
    padding: 9px 15px;
    border: 1px solid var(--escale-menu-border);
    border-radius: 999px;
    background: rgba(255,255,255,.75);
    color: var(--escale-menu-ink);
    font-size: .78rem;
    font-weight: 800;
}


/* CATEGORY CHIPS */

.escale-category-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    padding: 2px 0 7px;
    overflow-x: auto;
    scrollbar-width: none;
}

.escale-category-bar::-webkit-scrollbar {
    display: none;
}

.escale-category-link {
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid var(--escale-menu-border);
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    color: var(--escale-menu-ink);
    font-size: .78rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease;
}

.escale-category-link:hover {
    border-color: rgba(201,30,37,.25);
    background: #fff;
    color: var(--escale-menu-red);
    transform: translateY(-1px);
}


/* CATEGORY */

.escale-menu-category {
    margin-bottom: 13px;
    overflow: hidden;
    border: 1px solid var(--escale-menu-border);
    border-radius: 24px;
    background: rgba(255,255,255,.55);
}

.escale-category-heading {
    scroll-margin-top: 130px;
}

.escale-category-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 22px;
    border: 0;
    background: transparent;
    color: var(--escale-menu-ink);
    text-align: left;
}

.escale-category-copy strong {
    display: block;
    font-size: clamp(1.12rem, 2vw, 1.4rem);
    font-weight: 900;
    letter-spacing: -.025em;
}

.escale-category-copy small {
    display: block;
    margin-top: 3px;
    color: var(--escale-menu-muted);
    font-size: .76rem;
}

.escale-category-symbol {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 50%;
    background: var(--escale-menu-red);
    color: #fff;
    font-size: 1.55rem;
    font-weight: 300;
    line-height: 1;
}

.escale-category-toggle.collapsed .symbol-minus {
    display: none;
}

.escale-category-toggle:not(.collapsed) .symbol-plus {
    display: none;
}

.escale-category-description {
    padding: 0 22px 18px;
    color: var(--escale-menu-muted);
    line-height: 1.6;
}

.escale-category-products {
    padding: 0 13px 13px;
}


/* PRODUCTS GRID */

.escale-menu-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}


/* PRODUCT CARD */

.escale-menu-product {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    min-height: 178px;
    overflow: hidden;
    border: 1px solid rgba(33,26,23,.09);
    border-radius: 20px;
    background: var(--escale-menu-paper);
    box-shadow:
        0 8px 26px rgba(34, 22, 16, .045);
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.escale-menu-product:hover {
    border-color: rgba(201,30,37,.16);
    box-shadow:
        0 14px 35px rgba(34, 22, 16, .085);
    transform: translateY(-2px);
}

.escale-menu-product.is-unavailable {
    opacity: .68;
}

.escale-product-anchor {
    position: absolute;
    top: -130px;
}

.escale-product-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 17px;
}

.escale-product-name {
    margin: 0;
    color: var(--escale-menu-ink);
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.02em;
}

.escale-product-description {
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    color: var(--escale-menu-muted);
    font-size: .79rem;
    line-height: 1.45;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.escale-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 7px;
}

.escale-product-badge {
    display: inline-flex;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(201,30,37,.1);
    color: var(--escale-menu-red);
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.escale-product-badge.unavailable {
    background: rgba(33,26,23,.08);
    color: var(--escale-menu-muted);
}

.escale-product-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.escale-product-price small {
    display: block;
    margin-bottom: 1px;
    color: var(--escale-menu-muted);
    font-size: .62rem;
}

.escale-product-price strong {
    color: var(--escale-menu-ink);
    font-size: .93rem;
    font-weight: 900;
}

.escale-product-price del {
    margin-right: 4px;
    color: #9a918b;
    font-size: .72rem;
}


/* ADD BUTTON */

.escale-add-product {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--escale-menu-red);
    color: #fff;
    box-shadow:
        0 7px 16px rgba(201,30,37,.24);
    transition:
        transform .16s ease,
        background .16s ease;
}

.escale-add-product:hover {
    background: var(--escale-menu-red-dark);
    color: #fff;
    transform: scale(1.07);
}

.escale-add-product.disabled,
.escale-add-product:disabled,
.escale-add-product.unavailable {
    background: #b9b1ac;
    box-shadow: none;
    cursor: not-allowed;
}


/* PRODUCT IMAGE */

.escale-product-media {
    min-width: 0;
    min-height: 100%;
    background: #eee8df;
}

.escale-product-media img {
    width: 100%;
    height: 100%;
    min-height: 178px;
    object-fit: cover;
}

.escale-product-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 178px;
    place-items: center;
    font-size: 2.2rem;
}

.escale-product-availability {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #a33;
    font-size: .68rem;
}


/* CART DESKTOP */

.escale-cart-column #cart-box {
    position: sticky;
    top: 110px;
    border: 1px solid var(--escale-menu-border) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.88) !important;
    box-shadow:
        0 16px 40px rgba(30,20,15,.07) !important;
}


/* REAL TASTY PRODUCT MODAL */

#orange-modal .modal-dialog[data-control="cart-item"] {
    max-width: 620px;
}

#orange-modal .modal-dialog[data-control="cart-item"] .modal-content {
    overflow: hidden;
    border-radius: 26px;
}

#orange-modal .modal-dialog[data-control="cart-item"] .modal-header {
    padding: 22px 24px 12px;
}

#orange-modal .modal-dialog[data-control="cart-item"] .modal-title {
    font-weight: 900;
    letter-spacing: -.025em;
}

#orange-modal .modal-dialog[data-control="cart-item"] .modal-body {
    padding: 16px 24px 20px;
}

#orange-modal .modal-dialog[data-control="cart-item"] .modal-footer {
    padding: 18px 24px 24px;
}

#orange-modal .modal-dialog[data-control="cart-item"] .btn-primary {
    border-color: var(--escale-menu-red);
    background: var(--escale-menu-red);
    border-radius: 14px;
}

#orange-modal .modal-dialog[data-control="cart-item"] .menu-option {
    padding: 14px;
    border: 1px solid rgba(33,26,23,.1);
    border-radius: 16px;
    background: #fffaf5;
}


/* MOBILE */

@media (max-width: 991.98px) {

    .escale-menu-hero {
        padding-top: 34px;
    }

    .escale-menu-hero-inner {
        display: block;
    }

    .escale-menu-order-control {
        width: 100%;
        margin-top: 24px;
    }

    .escale-menu-products {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 575.98px) {

    .escale-menu-hero {
        padding: 28px 0 22px;
    }

    .escale-menu-hero h1 {
        font-size: 3.2rem;
    }

    .escale-menu-hero p {
        margin-top: 12px;
        font-size: .9rem;
    }

    .escale-menu-category-controls span {
        display: none;
    }

    .escale-category-toggle {
        padding: 18px;
    }

    .escale-category-products {
        padding: 0 8px 8px;
    }

    .escale-menu-product {
        grid-template-columns: minmax(0, 1fr) 105px;
        min-height: 160px;
        border-radius: 17px;
    }

    .escale-product-content {
        padding: 14px;
    }

    .escale-product-media img,
    .escale-product-placeholder {
        min-height: 160px;
    }

    .escale-add-product {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

}

.escale-category-main {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
}

.escale-category-image {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    overflow: hidden;
    border-radius: 16px;
    background: #eee8df;
}

.escale-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 575.98px) {

    .escale-category-image {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        border-radius: 13px;
    }

}