:root{--red:#e43d30;--red-dark:#b92720;--orange:#f6a623;--ink:#211a18;--muted:#786d68;--cream:#fff8f2;--line:#eee3dc;--white:#fff;--shadow:0 14px 40px rgba(64,31,20,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fffdfa;color:var(--ink);font-family:Alexandria,Arial,sans-serif;padding-bottom:84px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.restaurant-shell{min-height:100vh}.restaurant-header{height:76px;padding:0 clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,253,250,.95);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.restaurant-brand{display:flex;align-items:center;gap:10px}.brand-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--red),var(--orange));display:grid;place-items:center;font-size:25px;box-shadow:0 8px 20px rgba(228,61,48,.25)}.restaurant-brand strong{display:block;font-size:15px}.restaurant-brand small{font-size:11px;color:var(--muted)}.restaurant-header-actions{display:flex;gap:10px}.round-action{width:43px;height:43px;border-radius:14px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;position:relative}.cart-action b{position:absolute;top:-6px;left:-6px;min-width:20px;height:20px;border-radius:10px;background:var(--red);color:#fff;font-size:10px;display:grid;place-items:center}.restaurant-main{width:min(1220px,calc(100% - 28px));margin:auto}.hero-food{margin:26px 0 42px;min-height:430px;border-radius:34px;padding:48px;background:linear-gradient(120deg,#2c1814 0%,#5b241b 55%,#a73528 100%);display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;position:relative;color:#fff;box-shadow:var(--shadow)}.hero-food:after{content:"";position:absolute;width:360px;height:360px;border:70px solid rgba(255,255,255,.06);border-radius:50%;left:-110px;bottom:-160px}.hero-copy{position:relative;z-index:2;align-self:center}.eyebrow{display:inline-flex;background:rgba(255,255,255,.12);padding:8px 14px;border-radius:999px;font-size:13px}.hero-copy h1{font-size:clamp(38px,5vw,68px);line-height:1.18;margin:18px 0}.hero-copy em{color:#ffd36d;font-style:normal}.hero-copy p{color:#f7ddd7;max-width:560px;line-height:1.9}.hero-copy a,.primary-link{display:inline-flex;margin-top:16px;background:var(--orange);color:#211a18;padding:14px 24px;border-radius:15px;font-weight:800}.hero-visual{display:grid;place-items:center;position:relative}.pizza-orbit{width:290px;height:290px;border-radius:50%;display:grid;place-items:center;font-size:170px;background:radial-gradient(circle,#ffbe55 0 63%,#f5a629 64% 74%,#9d301f 75%);box-shadow:0 30px 70px rgba(0,0,0,.32);transform:rotate(-10deg)}.hero-chip{position:absolute;background:#fff;color:var(--ink);padding:10px 14px;border-radius:12px;font-size:12px;font-weight:700;box-shadow:var(--shadow)}.chip-one{top:20%;right:0}.chip-two{bottom:18%;left:4%}.home-section{margin:40px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-heading span,.menu-page-head span,.cart-head span{color:var(--red);font-size:12px;font-weight:800}.section-heading h2,.menu-page-head h1,.cart-head h1{margin:5px 0 0;font-size:clamp(25px,3vw,38px)}.section-heading>a{color:var(--red);font-weight:700}.category-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(130px,1fr);gap:12px;overflow-x:auto;padding-bottom:8px}.category-strip a{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;text-align:center;min-width:130px;transition:.2s}.category-strip a:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#f0b0aa}.category-icon{font-size:36px;margin-bottom:8px}.promo-banner{background:linear-gradient(120deg,#fff0df,#ffe0b4);border:1px solid #ffd6a0;border-radius:28px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between}.promo-banner span{color:var(--red);font-weight:800;font-size:12px}.promo-banner h2{margin:6px 0}.promo-banner p{margin:0;color:var(--muted)}.promo-banner a{background:var(--red);color:#fff;padding:13px 20px;border-radius:14px;font-weight:800}.menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.menu-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.2s;min-width:0}.menu-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.menu-card-image{height:190px;display:block;position:relative;background:var(--cream)}.menu-card-image img{width:100%;height:100%;object-fit:cover}.menu-badge{position:absolute;top:12px;right:12px;background:var(--red);color:#fff;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:700}.menu-card-body{padding:16px}.menu-card-top,.menu-card-bottom{display:flex;justify-content:space-between;align-items:center}.menu-card-top small{color:var(--red);font-weight:700}.menu-card-top span{font-size:11px;color:var(--muted)}.menu-card h3{font-size:17px;margin:10px 0 6px}.menu-card p{font-size:12px;line-height:1.7;color:var(--muted);height:42px;overflow:hidden;margin:0 0 14px}.menu-card-bottom small{display:block;color:var(--muted);font-size:10px}.menu-card-bottom strong{font-size:15px}.menu-add{width:42px;height:42px;border-radius:14px;background:var(--red);color:#fff;font-size:25px;display:grid;place-items:center}.menu-page-head{margin:28px 0 18px;background:var(--cream);border-radius:26px;padding:28px;display:flex;justify-content:space-between;gap:24px;align-items:center}.menu-page-head p{color:var(--muted)}.menu-page-head form{display:flex;background:#fff;border:1px solid var(--line);padding:5px;border-radius:15px;min-width:min(440px,100%)}.menu-page-head input{border:0;outline:0;padding:12px;background:transparent;flex:1}.menu-page-head button{border:0;background:var(--red);color:#fff;border-radius:11px;padding:0 18px}.filter-chips{display:flex;gap:10px;overflow:auto;padding:4px 0 18px}.filter-chips a{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:999px;font-size:13px}.filter-chips a.is-active{background:var(--red);color:#fff;border-color:var(--red)}.menu-page-grid{margin-bottom:40px}.empty-menu{text-align:center;background:#fff;border:1px dashed #e7cfc3;border-radius:26px;padding:55px 20px;margin:30px 0}.empty-menu>span{font-size:60px}.empty-menu p{color:var(--muted)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:34px;margin:30px 0 50px}.product-gallery>img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:30px;background:var(--cream)}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.thumbs button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:3px}.thumbs img{width:68px;height:68px;object-fit:cover;border-radius:10px}.product-config{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px}.product-category{color:var(--red);font-size:12px;font-weight:800}.product-config h1{font-size:34px;margin:8px 0}.product-description{color:var(--muted);line-height:1.9}.config-block{border-top:1px solid var(--line);padding-top:20px;margin-top:22px}.config-title{display:flex;justify-content:space-between;align-items:center}.config-title h3{margin:0;font-size:16px}.config-title span{font-size:10px;background:#fff0ed;color:var(--red);padding:5px 9px;border-radius:999px}.variant-list,.extras-list{display:grid;gap:9px;margin-top:12px}.variant-list label,.extras-list label{cursor:pointer}.variant-list input,.extras-list input{display:none}.variant-list label>span,.extras-list label>span{display:flex;justify-content:space-between;border:1px solid var(--line);padding:14px;border-radius:14px}.variant-list input:checked+span,.extras-list input:checked+span{border-color:var(--red);background:#fff5f3}.variant-list strong,.extras-list strong{color:var(--red);font-size:13px}.config-block textarea{width:100%;min-height:90px;border:1px solid var(--line);border-radius:14px;padding:12px;resize:vertical;margin-top:12px}.product-buybar{display:flex;gap:12px;margin-top:24px}.qty-control{display:flex;border:1px solid var(--line);border-radius:15px;overflow:hidden}.qty-control button,.qty-control input{width:44px;border:0;background:#fff;text-align:center}.buy-button{border:0;background:var(--red);color:#fff;border-radius:15px;flex:1;padding:14px 18px;display:flex;justify-content:space-between;font-weight:800}.cart-head{margin:28px 0}.cart-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:24px;margin-bottom:40px}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:16px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px}.cart-item>img{width:110px;height:110px;object-fit:cover;border-radius:16px}.cart-item-info h3{margin:3px 0 7px}.cart-item-info p,.cart-item-info small{display:block;color:var(--muted);margin:3px 0;font-size:12px}.cart-item-info strong{display:block;margin-top:8px;color:var(--red)}.cart-item-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:end}.cart-item-actions select{border:1px solid var(--line);border-radius:10px;padding:7px}.cart-item-actions button{border:0;background:#fff0ed;color:var(--red);border-radius:10px;padding:8px 12px}.cart-summary{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;height:max-content;position:sticky;top:95px}.cart-summary h2{margin-top:0}.cart-summary>div{display:flex;justify-content:space-between;margin:16px 0}.cart-summary small{color:var(--muted)}.cart-summary>a{display:block;text-align:center;background:var(--red);color:#fff;padding:14px;border-radius:13px;font-weight:800;margin-top:16px}.cart-summary .continue-menu{background:#fff;color:var(--red);border:1px solid #efb7b2}.restaurant-bottom-nav{position:fixed;bottom:0;right:0;left:0;height:70px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-top:1px solid var(--line);display:none;grid-template-columns:repeat(5,1fr);z-index:80}.restaurant-bottom-nav a{display:grid;place-items:center;align-content:center;gap:3px;color:#948984}.restaurant-bottom-nav span{font-size:19px}.restaurant-bottom-nav b{font-size:9px}.restaurant-bottom-nav a.is-active{color:var(--red)}
@media(max-width:980px){.menu-grid{grid-template-columns:repeat(2,1fr)}.hero-food{grid-template-columns:1fr;padding:34px}.hero-visual{display:none}.product-layout,.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.menu-page-head{align-items:stretch;flex-direction:column}.menu-page-head form{min-width:0}.restaurant-bottom-nav{display:grid}}
@media(max-width:600px){body{padding-bottom:78px}.restaurant-header{height:66px;padding:0 14px}.restaurant-brand strong{font-size:12px}.restaurant-brand small{display:none}.brand-mark{width:40px;height:40px}.restaurant-main{width:min(100% - 20px,1220px)}.hero-food{min-height:360px;margin-top:14px;border-radius:24px;padding:28px 22px}.hero-copy h1{font-size:36px}.menu-grid{grid-template-columns:1fr 1fr;gap:10px}.menu-card-image{height:135px}.menu-card-body{padding:12px}.menu-card h3{font-size:14px}.menu-card p{font-size:10px;height:34px}.menu-card-bottom strong{font-size:12px}.menu-add{width:34px;height:34px}.promo-banner{padding:22px;align-items:flex-start;flex-direction:column;gap:14px}.product-layout{margin-top:16px}.product-config{padding:20px;border-radius:22px}.product-config h1{font-size:27px}.product-buybar{position:sticky;bottom:78px;background:#fff;padding-top:10px;z-index:4}.cart-item{grid-template-columns:82px 1fr}.cart-item>img{width:82px;height:82px}.cart-item-actions{grid-column:1/-1;flex-direction:row}.section-heading h2{font-size:24px}}

/* Restaurant Footer V2 */
.restaurant-footer{margin-top:70px;background:linear-gradient(135deg,#211512 0%,#321b16 58%,#5a241b 100%);color:#fff;border-radius:34px 34px 0 0;overflow:hidden}.restaurant-footer-inner{width:min(1220px,calc(100% - 40px));margin:auto;padding:52px 0 38px;display:grid;grid-template-columns:1.4fr .65fr .65fr 1fr;gap:42px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand-mark{width:50px;height:50px;border-radius:17px;background:linear-gradient(135deg,var(--red),var(--orange));display:grid;place-items:center;font-size:27px;box-shadow:0 12px 28px rgba(228,61,48,.3)}.footer-brand strong{display:block;font-size:17px}.footer-brand small{display:block;color:#d8bbb1;font-size:11px;margin-top:3px}.footer-brand-block>p{max-width:430px;color:#d8c5bf;line-height:1.9;font-size:12px;margin:18px 0}.footer-trust-chips{display:flex;flex-wrap:wrap;gap:8px}.footer-trust-chips span{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);padding:8px 10px;border-radius:999px;font-size:10px;color:#f8e8e2}.footer-links-block h3,.footer-order-card h3{margin:0 0 16px;font-size:14px}.footer-links-block{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-links-block a{color:#d8c5bf;font-size:12px;transition:.2s}.footer-links-block a:hover{color:#fff;transform:translateX(-3px)}.footer-order-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:22px}.footer-order-card>span{font-size:10px;color:#ffd36d;font-weight:800}.footer-order-card h3{font-size:18px;margin:7px 0}.footer-order-card p{font-size:11px;color:#d8c5bf;line-height:1.8}.footer-order-card a{margin-top:10px;background:var(--orange);color:#251713;border-radius:13px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:800}.restaurant-footer-bottom{border-top:1px solid rgba(255,255,255,.1);width:min(1220px,calc(100% - 40px));margin:auto;padding:18px 0 22px;display:flex;justify-content:space-between;gap:16px;color:#bfa9a2;font-size:10px}.restaurant-footer-bottom p{margin:0}.restaurant-bottom-nav svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom-nav-icon{height:28px;display:grid;place-items:center}.bottom-nav-cart-button{width:48px;height:48px;margin-top:-25px;border-radius:17px;background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(228,61,48,.35);position:relative;border:4px solid #fff}.bottom-nav-cart-button svg{width:22px;height:22px}.bottom-nav-cart-button i{position:absolute;top:-7px;left:-7px;min-width:19px;height:19px;padding:0 4px;border-radius:10px;background:#211a18;color:#fff;font-style:normal;font-size:9px;display:grid;place-items:center;border:2px solid #fff}.restaurant-bottom-nav .bottom-nav-cart{overflow:visible}.restaurant-bottom-nav a{transition:.2s}.restaurant-bottom-nav a:active{transform:scale(.94)}
@media(max-width:980px){.restaurant-footer{display:none}.restaurant-bottom-nav{height:74px;padding:4px max(8px,env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));box-shadow:0 -12px 30px rgba(40,22,17,.08)}.restaurant-bottom-nav a{border-radius:14px}.restaurant-bottom-nav a.is-active:not(.bottom-nav-cart){background:#fff3ef}.restaurant-bottom-nav b{font-size:9px;font-weight:700}.restaurant-bottom-nav .bottom-nav-cart b{margin-top:-2px}}


/* Fixed navigation + WhatsApp — Phase 13 */
.restaurant-whatsapp-float{position:fixed;left:24px;bottom:24px;z-index:95;display:flex;align-items:center;gap:10px;min-height:56px;padding:9px 14px 9px 10px;border-radius:18px;background:linear-gradient(135deg,#25d366,#18a94f);color:#fff;box-shadow:0 16px 34px rgba(26,166,79,.3);border:1px solid rgba(255,255,255,.35);transition:transform .2s ease,box-shadow .2s ease}.restaurant-whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(26,166,79,.38)}.whatsapp-float-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.16)}.whatsapp-float-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.whatsapp-float-copy{display:flex;flex-direction:column;line-height:1.25}.whatsapp-float-copy strong{font-size:12px}.whatsapp-float-copy small{margin-top:3px;color:rgba(255,255,255,.82);font-size:9px}.restaurant-bottom-nav{will-change:transform}
@media(min-width:981px){body{padding-bottom:92px}.restaurant-bottom-nav{display:grid;right:50%;left:auto;bottom:18px;transform:translateX(50%);width:min(620px,calc(100% - 40px));height:68px;border:1px solid var(--line);border-radius:22px;overflow:visible;box-shadow:0 18px 48px rgba(40,22,17,.15);grid-template-columns:repeat(5,1fr);padding:4px 10px}.restaurant-bottom-nav a{border-radius:15px}.restaurant-bottom-nav a.is-active:not(.bottom-nav-cart){background:#fff3ef}.restaurant-bottom-nav b{font-size:9px}.bottom-nav-cart-button{margin-top:-22px}.restaurant-whatsapp-float{bottom:26px}}
@media(max-width:980px){body{padding-bottom:92px}.restaurant-whatsapp-float{left:max(12px,env(safe-area-inset-left));bottom:calc(88px + env(safe-area-inset-bottom));min-width:48px;min-height:48px;padding:5px;border-radius:16px}.whatsapp-float-icon{width:38px;height:38px}.whatsapp-float-copy{display:none}}
@media(max-width:420px){.restaurant-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr));padding-right:4px;padding-left:4px}.restaurant-bottom-nav b{font-size:8px}}
