:root{
  --bg:#fff9ee;
  --surface:#ffffff;
  --surface-soft:#f7eedf;
  --surface-deep:#f1e2cc;
  --text:#231916;
  --muted:#6f625c;
  --line:#eadcca;
  --brand:#8d271b;
  --brand-dark:#641b14;
  --brand-soft:#f4d7ce;
  --accent:#f5c95b;
  --accent-deep:#dba92d;
  --green:#2f7b57;
  --shadow:0 24px 70px rgba(71,35,22,.13);
  --shadow-sm:0 12px 32px rgba(71,35,22,.09);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:14px;
  --container:min(1180px,calc(100% - 40px));
  --header-h:76px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Noto Sans Bengali","Hind Siliguri","SolaimanLipi",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;overflow-x:hidden}
body.dialog-open{overflow:hidden}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:var(--container);margin-inline:auto}
.section{padding:112px 0}
.skip-link{position:fixed;left:16px;top:-70px;z-index:9999;background:#fff;color:#111;padding:10px 16px;border-radius:10px;box-shadow:var(--shadow-sm)}
.skip-link:focus{top:14px}
:focus-visible{outline:3px solid rgba(245,201,91,.9);outline-offset:3px}

/* Buttons */
.btn{min-height:48px;border:0;border-radius:999px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;color:inherit}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0) scale(.98)}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 12px 26px rgba(141,39,27,.24)}
.btn-primary:hover{background:var(--brand-dark);box-shadow:0 16px 32px rgba(141,39,27,.28)}
.btn-light{background:#fff;color:var(--brand)}
.btn-soft{background:var(--surface-soft);color:var(--text)}
.btn-whatsapp{background:#187d51;color:#fff}
.btn-lg{min-height:56px;padding:0 28px}
.btn-block{width:100%}
.icon-btn{width:46px;height:46px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--text);padding:0}
.text-link,.text-button{border:0;background:transparent;color:var(--brand);font-weight:800;padding:8px 0}
.text-button{font-size:.88rem}

/* Header */
.site-header{height:var(--header-h);position:sticky;top:0;z-index:40;background:rgba(255,249,238,.9);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:border-color .2s ease,box-shadow .2s ease}
.site-header.scrolled{border-color:rgba(234,220,202,.9);box-shadow:0 8px 24px rgba(66,35,20,.06)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:44px;height:44px;border-radius:15px;background:var(--brand);display:grid;place-items:center;box-shadow:0 8px 20px rgba(141,39,27,.22)}
.brand-mark>span{width:25px;height:14px;border-radius:18px 18px 4px 4px;background:var(--accent);position:relative}
.brand-mark>span:after{content:"";position:absolute;left:-4px;right:-4px;bottom:-7px;height:4px;background:#fff6e7;border-radius:4px}
.brand strong{display:block;font-size:1.1rem;line-height:1.05}
.brand small{display:block;color:var(--muted);font-size:.68rem;margin-top:3px}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.desktop-nav a{font-size:.92rem;font-weight:700;color:#554943;position:relative}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--brand);transition:right .2s ease}
.desktop-nav a:hover:after{right:0}
.header-order{min-height:44px;padding-inline:18px}
.mobile-menu-btn,.mobile-menu{display:none}

/* Hero */
.hero{min-height:calc(100svh - var(--header-h));display:flex;align-items:center;position:relative;padding:74px 0 86px;overflow:hidden;background:linear-gradient(180deg,#fffaf1 0%,#fff6e8 100%)}
.hero:before{content:"";position:absolute;inset:auto -15% -42% auto;width:680px;height:680px;border:1px solid rgba(141,39,27,.08);border-radius:50%}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.orb-one{width:260px;height:260px;background:rgba(245,201,91,.18);left:-90px;top:6%}
.orb-two{width:360px;height:360px;background:rgba(141,39,27,.07);right:-120px;bottom:-90px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:76px;position:relative;z-index:1}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900;color:var(--brand)}
.eyebrow span{width:26px;height:2px;background:var(--brand)}
.hero h1{font-size:clamp(3rem,5.7vw,5.9rem);line-height:1.02;letter-spacing:-.055em;margin:22px 0 24px;max-width:760px}
.hero h1 em{font-style:normal;color:var(--brand);position:relative;white-space:nowrap}
.hero h1 em:after{content:"";position:absolute;left:3%;right:0;bottom:2px;height:10px;background:var(--accent);z-index:-1;border-radius:10px;transform:rotate(-1.5deg)}
.hero-copy>p{font-size:1.08rem;color:var(--muted);max-width:610px;margin:0}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}
.hero-points{display:flex;flex-wrap:wrap;gap:16px 22px;margin-top:30px;color:#665853;font-size:.84rem;font-weight:700}
.hero-points span{display:inline-flex;align-items:center;gap:6px}
.hero-points svg{color:var(--green)}
.hero-visual{position:relative;min-width:0}
.hero-image-card{position:relative;border-radius:42px;padding:18px;background:#fff;box-shadow:var(--shadow);transform:rotate(2.5deg)}
.hero-image-card:before{content:"";position:absolute;inset:-14px 28px auto auto;width:72px;height:72px;background:var(--accent);border-radius:50%;z-index:-1}
.hero-image-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:30px}
.hero-label{position:absolute;top:38px;left:38px;z-index:2;background:#fff6e7;color:var(--brand);padding:8px 14px;border-radius:999px;font-size:.78rem;font-weight:900;box-shadow:var(--shadow-sm)}
.hero-food-info{display:flex;justify-content:space-between;align-items:end;gap:18px;padding:18px 14px 6px}
.hero-food-info small{display:block;color:var(--muted);font-size:.72rem}.hero-food-info strong{display:block;font-size:1.25rem;margin-top:3px}.hero-food-info>span{font-weight:900;color:var(--brand);font-size:1.25rem}
.floating-chip{position:absolute;display:flex;align-items:center;gap:11px;padding:13px 16px;background:#fff;border:1px solid rgba(234,220,202,.8);border-radius:18px;box-shadow:var(--shadow-sm);z-index:4}
.floating-chip>svg{width:28px;height:28px;color:var(--brand)}
.floating-chip small,.floating-chip b{display:block}.floating-chip small{font-size:.65rem;color:var(--muted)}.floating-chip b{font-size:.82rem}
.chip-time{left:-48px;bottom:84px}.chip-custom{right:-36px;top:66px}

/* Benefits */
.benefit-strip{background:#fff;border-block:1px solid var(--line)}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:30px 0}
.benefit-grid article{display:flex;gap:14px;align-items:center;padding:0 30px;border-right:1px solid var(--line)}
.benefit-grid article:first-child{padding-left:0}.benefit-grid article:last-child{border-right:0;padding-right:0}
.benefit-grid article>span{width:48px;height:48px;border-radius:16px;background:var(--surface-soft);display:grid;place-items:center;color:var(--brand);flex:0 0 auto}
.benefit-grid strong{display:block;font-size:.95rem}.benefit-grid p{margin:3px 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}

/* Section heading */
.section-head{display:flex;align-items:end;justify-content:space-between;gap:56px;margin-bottom:42px}
.section-head h2,.signature-copy h2,.faq-intro h2,.delivery-copy h2{font-size:clamp(2.1rem,4vw,4rem);line-height:1.12;letter-spacing:-.035em;margin:12px 0 0}
.section-head>p{max-width:430px;margin:0;color:var(--muted)}
.section-head.centered{display:block;text-align:center}.section-head.centered>p{margin:14px auto 0}.section-head.centered>div{max-width:760px;margin:auto}

/* Menu */
.menu-section{background:#fff}
.menu-toolbar{display:flex;align-items:center;gap:18px;justify-content:space-between;margin-bottom:24px}
.search-box{height:52px;min-width:320px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:999px;padding:0 10px 0 17px;background:#fff}
.search-box:focus-within{border-color:rgba(141,39,27,.5);box-shadow:0 0 0 4px rgba(141,39,27,.07)}
.search-box svg{color:var(--muted)}.search-box input{border:0;outline:0;min-width:0;flex:1;background:transparent}.search-box button{width:34px;height:34px;display:none;border:0;background:var(--surface-soft);border-radius:50%;place-items:center;padding:0}.search-box.has-value button{display:grid}
.category-tabs{display:flex;align-items:center;gap:9px;overflow:auto;padding:4px;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}
.category-tabs button{min-width:max-content;min-height:44px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 17px;font-weight:800;color:#665852}
.category-tabs button.active{background:var(--text);border-color:var(--text);color:#fff}
.menu-status{font-size:.82rem;color:var(--muted);min-height:24px;margin-bottom:10px}
.food-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.food-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative;min-width:0}
.food-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-sm);border-color:transparent}
.food-card-image{position:relative;padding:10px 10px 0}.food-card-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}
.food-badge{position:absolute;left:20px;top:20px;background:rgba(255,255,255,.92);color:var(--brand);border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:900;backdrop-filter:blur(8px)}
.food-card-body{padding:17px 17px 18px}.food-card-category{display:block;color:var(--brand);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.food-card h3{font-size:1.13rem;line-height:1.25;margin:7px 0}.food-card p{font-size:.78rem;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}
.food-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px}.food-price small{display:block;color:var(--muted);font-size:.63rem}.food-price strong{font-size:1.08rem;color:var(--brand)}
.food-add{width:43px;height:43px;border:0;border-radius:14px;background:var(--brand);color:#fff;display:grid;place-items:center;transition:transform .18s ease}.food-add:hover{transform:rotate(5deg) scale(1.05)}
.empty-state{text-align:center;padding:76px 20px;border:1px dashed var(--line);border-radius:var(--radius-lg);background:var(--bg)}.empty-state>span{width:70px;height:70px;border-radius:50%;background:#fff;display:grid;place-items:center;margin:auto;color:var(--brand)}.empty-state h3{margin:16px 0 4px}.empty-state p{margin:0 0 20px;color:var(--muted)}

/* Signature */
.signature-section{background:var(--surface-soft)}
.signature-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:90px;align-items:center}
.signature-visual{position:relative}.plate-stack{background:#fff;padding:14px;border-radius:38px;box-shadow:var(--shadow);transform:rotate(-2deg)}.plate-stack img{border-radius:28px;width:100%}.plate-note{display:block;padding:12px 10px 2px;color:var(--muted);font-size:.7rem;text-align:center}
.ingredient-card{position:absolute;right:-28px;bottom:42px;max-width:300px;background:#fff;border-radius:20px;padding:16px;display:flex;gap:12px;box-shadow:var(--shadow-sm);border:1px solid var(--line)}.ingredient-card>span{width:34px;height:34px;background:#e3f1e9;color:var(--green);display:grid;place-items:center;border-radius:11px;font-weight:900;flex:0 0 auto}.ingredient-card strong{display:block;font-size:.86rem}.ingredient-card p{margin:3px 0 0;font-size:.73rem;color:var(--muted)}
.signature-copy>p{font-size:1.02rem;color:var(--muted);max-width:610px}.feature-list{display:grid;gap:10px;margin:28px 0}.feature-list article{display:flex;gap:16px;padding:15px 0;border-bottom:1px solid rgba(141,39,27,.12)}.feature-list article>span{font-size:.73rem;font-weight:900;color:var(--brand);padding-top:3px}.feature-list strong{display:block}.feature-list p{margin:3px 0 0;color:var(--muted);font-size:.82rem}

/* Steps */
.how-section{background:#fff}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step-card{position:relative;padding:28px;border:1px solid var(--line);border-radius:var(--radius-lg);min-height:260px;background:#fff}.step-card:nth-child(even){margin-top:24px}.step-no{position:absolute;right:22px;top:18px;font-size:2.4rem;font-weight:900;color:rgba(141,39,27,.08)}.step-icon{width:56px;height:56px;border-radius:18px;background:var(--surface-soft);color:var(--brand);display:grid;place-items:center}.step-icon svg{width:26px;height:26px}.step-card h3{margin:25px 0 8px}.step-card p{margin:0;color:var(--muted);font-size:.86rem}

/* Delivery */
.delivery-section{padding-top:70px;background:#fff}
.delivery-card{background:var(--brand);color:#fff;border-radius:36px;padding:52px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;position:relative;overflow:hidden}.delivery-card:after{content:"";position:absolute;width:300px;height:300px;border:60px solid rgba(255,255,255,.05);border-radius:50%;right:-120px;top:-110px}.section-kicker.light{color:var(--accent)}.delivery-copy h2{margin-top:10px}.delivery-copy p{color:rgba(255,255,255,.72);margin-bottom:0}.delivery-checker{position:relative;z-index:2;background:rgba(255,255,255,.1);padding:24px;border:1px solid rgba(255,255,255,.17);border-radius:24px}.delivery-checker>label{display:block;font-size:.8rem;font-weight:800;margin-bottom:8px}.checker-row{display:flex;gap:10px}.checker-row select{flex:1;min-width:0;min-height:52px;border:0;border-radius:14px;padding:0 14px;color:var(--text);background:#fff}.delivery-result{min-height:24px;margin-top:12px;font-size:.77rem;color:rgba(255,255,255,.8)}.delivery-result.success{color:#dff8e8}.delivery-result.warn{color:#ffe8a9}

/* FAQ */
.faq-section{background:var(--bg)}
.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.faq-intro p{color:var(--muted)}.accordion{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.faq-item button{width:100%;min-height:68px;padding:0 20px;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;font-weight:800}.faq-item button svg{transition:transform .2s ease}.faq-item.open button svg{transform:rotate(45deg)}.faq-item>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq-item>div p{overflow:hidden;margin:0;padding:0 20px;color:var(--muted);font-size:.86rem}.faq-item.open>div{grid-template-rows:1fr}.faq-item.open>div p{padding-bottom:20px}

/* Final CTA / Footer */
.final-cta{padding:92px 0;background:var(--accent)}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.final-cta span{font-size:.8rem;font-weight:900;color:var(--brand)}.final-cta h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1.1;letter-spacing:-.035em;margin:8px 0 0;max-width:760px}.final-cta .btn-light{box-shadow:var(--shadow-sm);flex:0 0 auto}
.site-footer{background:#211715;color:#fff;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .65fr 1fr;gap:70px}.footer-brand{color:#fff}.footer-brand small{color:rgba(255,255,255,.55)}.footer-grid>div:first-child>p,.footer-grid>div:last-child p{color:rgba(255,255,255,.62);max-width:440px;font-size:.84rem}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid>div>strong{margin-bottom:5px}.footer-grid a:not(.brand){color:rgba(255,255,255,.7);font-size:.84rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;color:rgba(255,255,255,.45);font-size:.72rem}

/* Floating cart and bottom nav */
.floating-cart{position:fixed;left:50%;bottom:22px;z-index:45;transform:translateX(-50%);min-width:320px;max-width:calc(100% - 32px);min-height:62px;border:0;background:var(--text);color:#fff;border-radius:22px;padding:9px 14px 9px 10px;display:flex;align-items:center;gap:12px;box-shadow:0 18px 45px rgba(35,25,22,.28)}
.floating-cart[hidden]{display:none}.floating-cart:hover{transform:translateX(-50%) translateY(-3px)}.cart-icon-wrap{width:46px;height:46px;background:var(--brand);border-radius:15px;display:grid;place-items:center;position:relative}.cart-icon-wrap b,.nav-cart-icon b{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;border-radius:10px;background:var(--accent);color:var(--text);font-size:.65rem;display:grid;place-items:center;padding:0 5px}.floating-cart>span:nth-child(2){text-align:left;flex:1}.floating-cart small,.floating-cart strong{display:block}.floating-cart small{font-size:.65rem;color:rgba(255,255,255,.62)}.floating-cart strong{font-size:.9rem}.floating-arrow{opacity:.7}
.bottom-nav{display:none}

/* Dialogs */
dialog{padding:0;border:0;background:transparent;color:inherit;max-width:none;max-height:none}dialog::backdrop{background:rgba(30,19,16,.66);backdrop-filter:blur(6px)}
.app-dialog{width:100%;height:100%;margin:0}.dialog-shell{position:relative;background:var(--bg);height:100%;overflow:auto}
.product-shell{max-width:1120px;height:min(860px,calc(100% - 48px));margin:24px auto;border-radius:32px;overflow:auto;box-shadow:var(--shadow)}
.dialog-close{width:44px;height:44px;border:0;border-radius:50%;background:#fff;display:grid;place-items:center;position:absolute;right:18px;top:18px;z-index:8;box-shadow:var(--shadow-sm)}
.product-layout{display:grid;grid-template-columns:.9fr 1.1fr;min-height:calc(100% - 88px)}.product-image-panel{padding:34px;background:var(--surface-soft);display:flex;align-items:center;justify-content:center;position:relative}.product-image-panel img{width:100%;border-radius:28px;box-shadow:var(--shadow-sm)}.product-image-panel>span{position:absolute;left:52px;top:52px;background:#fff;padding:7px 12px;border-radius:999px;font-size:.7rem;font-weight:900;color:var(--brand)}
.product-config{padding:48px 48px 132px;overflow:auto}.product-heading>span{color:var(--brand);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.product-heading h2{font-size:2.5rem;line-height:1.1;margin:8px 0}.product-heading p{color:var(--muted);margin:0}.product-base-row{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-bottom:24px;border-bottom:1px solid var(--line)}.product-base-row strong{font-size:1.35rem;color:var(--brand)}.product-base-row small{color:var(--muted)}
.config-section{padding:24px 0;border-bottom:1px solid var(--line)}.config-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.config-title h3{margin:0;font-size:1rem}.config-title span{font-size:.7rem;color:var(--muted)}
.option-grid,.spice-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.option-card,.spice-card{position:relative}.option-card input,.spice-card input,.addon-option input,.fulfillment-card input,.schedule-tabs input{position:absolute;opacity:0;pointer-events:none}.option-card>span,.spice-card>span{min-height:58px;border:1px solid var(--line);border-radius:15px;background:#fff;padding:0 15px;font-size:.82rem;font-weight:800}.option-card>span{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.spice-card>span{display:flex;align-items:center;justify-content:center;text-align:center}.option-card>span>span{display:block;min-width:0}.option-card>span>span small{display:block;color:var(--brand);font-size:.62rem;font-weight:700;margin-top:2px;line-height:1.25}.option-card>span>b{font-size:.7rem;white-space:nowrap}.option-card input:checked+span,.spice-card input:checked+span{border-color:var(--brand);box-shadow:0 0 0 2px rgba(141,39,27,.1);background:#fff8f3}.spice-options{grid-template-columns:repeat(3,1fr)}
.addon-list{display:grid;gap:9px}.addon-option{position:relative}.addon-option>span{min-height:54px;border:1px solid var(--line);border-radius:15px;background:#fff;display:flex;align-items:center;gap:12px;padding:8px 13px}.addon-option .check-ui{width:22px;height:22px;border:1.5px solid #cbb9a5;border-radius:7px;display:grid;place-items:center;flex:0 0 auto}.addon-option .check-ui svg{width:14px;height:14px;opacity:0}.addon-option .addon-info{flex:1}.addon-option .addon-info strong,.addon-option .addon-info small{display:block}.addon-option .addon-info strong{font-size:.82rem}.addon-option .addon-info small{font-size:.67rem;color:var(--muted)}.addon-option b{font-size:.82rem;color:var(--brand)}.addon-option input:checked+span{border-color:var(--brand);background:#fff8f3}.addon-option input:checked+span .check-ui{background:var(--brand);border-color:var(--brand);color:#fff}.addon-option input:checked+span .check-ui svg{opacity:1}
.product-note{padding-top:22px}.product-note label,.field>span{display:block;font-size:.78rem;font-weight:800;margin-bottom:7px}.product-note label span,.field>span small{font-weight:500;color:var(--muted)}.product-note textarea,.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fff;outline:0;color:var(--text)}.product-note textarea:focus,.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(141,39,27,.55);box-shadow:0 0 0 4px rgba(141,39,27,.07)}
.product-footer{position:absolute;right:0;bottom:0;width:55%;min-height:88px;background:rgba(255,249,238,.94);backdrop-filter:blur(14px);border-top:1px solid var(--line);display:flex;align-items:center;gap:14px;padding:14px 48px;z-index:5}.qty-stepper{min-width:124px;height:54px;border:1px solid var(--line);border-radius:17px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:4px}.qty-stepper button{width:42px;height:42px;border:0;border-radius:13px;background:var(--surface-soft);display:grid;place-items:center}.qty-stepper output{font-weight:900}.add-cart-btn{flex:1;justify-content:space-between;border-radius:17px;min-height:54px}.add-cart-btn strong{padding-left:14px;border-left:1px solid rgba(255,255,255,.25)}
.dialog-header{height:76px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:7}.dialog-header>div{flex:1}.dialog-header strong,.dialog-header small{display:block}.dialog-header small{color:var(--muted);font-size:.7rem}.mobile-only{display:none}

/* Cart */
.cart-shell{max-width:980px;height:min(860px,calc(100% - 48px));margin:24px auto;border-radius:32px;box-shadow:var(--shadow);overflow:hidden;background:var(--bg)}
.cart-content{height:calc(100% - 76px);display:grid;grid-template-columns:1fr 330px}.cart-items{padding:24px;overflow:auto;display:grid;gap:12px;align-content:start}.cart-item{display:grid;grid-template-columns:92px 1fr auto;gap:14px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px}.cart-item img{width:92px;height:82px;object-fit:cover;border-radius:14px}.cart-item-main h3{font-size:.95rem;margin:2px 0}.cart-item-main p{font-size:.7rem;color:var(--muted);margin:0;line-height:1.45}.cart-item-main>strong{display:block;color:var(--brand);margin-top:5px}.cart-item-actions{display:flex;flex-direction:column;align-items:end;justify-content:space-between}.mini-qty{display:flex;align-items:center;gap:9px;background:var(--surface-soft);padding:4px;border-radius:12px}.mini-qty button{width:30px;height:30px;border:0;background:#fff;border-radius:9px;display:grid;place-items:center}.mini-qty span{font-size:.78rem;font-weight:900}.remove-item{width:34px;height:34px;border:0;background:transparent;color:#9a655b;display:grid;place-items:center}.cart-summary{background:#fff;border-left:1px solid var(--line);padding:28px 24px;display:flex;flex-direction:column}.summary-head span,.summary-head small{display:block}.summary-head span{font-weight:900}.summary-head small{font-size:.7rem;color:var(--muted)}.summary-lines{display:grid;gap:13px;margin:28px 0}.summary-lines>div{display:flex;justify-content:space-between;font-size:.83rem}.summary-lines b{font-weight:800}.summary-lines .summary-total{padding-top:16px;border-top:1px solid var(--line);align-items:end}.summary-total strong{font-size:1.35rem;color:var(--brand)}.cart-summary>p{display:flex;gap:7px;color:var(--muted);font-size:.68rem;line-height:1.45}.cart-summary>p svg{flex:0 0 auto;color:var(--green)}.cart-empty{grid-column:1/-1;text-align:center;margin:auto;padding:50px}.cart-empty>span{width:76px;height:76px;border-radius:26px;background:var(--surface-soft);display:grid;place-items:center;margin:auto;color:var(--brand)}.cart-empty h3{margin:17px 0 4px}.cart-empty p{margin:0 0 20px;color:var(--muted)}

/* Checkout */
.checkout-shell{max-width:920px;height:min(900px,calc(100% - 32px));margin:16px auto;border-radius:30px;box-shadow:var(--shadow);overflow:auto;background:var(--bg)}.checkout-progress{height:4px;background:var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:3px;position:sticky;top:76px;z-index:6}.checkout-progress span{background:transparent;transition:background .2s ease}.checkout-progress span.active{background:var(--brand)}
#checkoutForm{min-height:calc(100% - 80px);display:flex;flex-direction:column}.checkout-step{display:none;padding:36px 48px 120px}.checkout-step.active{display:block}.step-heading{display:flex;gap:18px;align-items:flex-start;margin-bottom:28px}.step-heading>span{width:42px;height:42px;border-radius:14px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:.74rem;font-weight:900;flex:0 0 auto}.step-heading h2{margin:0;font-size:1.75rem}.step-heading p{margin:5px 0 0;color:var(--muted);font-size:.85rem}
.fulfillment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fulfillment-card{position:relative;min-height:108px;border:1px solid var(--line);border-radius:20px;padding:17px;display:flex;align-items:center;gap:13px;background:#fff}.fulfillment-card.selected{border-color:var(--brand);box-shadow:0 0 0 2px rgba(141,39,27,.08)}.fulfillment-icon{width:45px;height:45px;border-radius:15px;background:var(--surface-soft);color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.fulfillment-card strong,.fulfillment-card small{display:block}.fulfillment-card small{font-size:.68rem;color:var(--muted);margin-top:2px}.fulfillment-card i{width:23px;height:23px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin-left:auto;color:transparent}.fulfillment-card.selected i{background:var(--brand);border-color:var(--brand);color:#fff}.fulfillment-card i svg{width:14px;height:14px}
.delivery-fields{margin-top:22px}.field-row,.contact-grid,.later-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:block;margin-bottom:15px}.field input,.field select{min-height:52px}.field textarea{resize:vertical}.error{display:block;min-height:18px;margin-top:4px;color:#b22f24;font-size:.68rem}.field.invalid input,.field.invalid textarea,.field.invalid select{border-color:#c64a3c}.delivery-charge-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:11px 14px;min-height:78px;display:flex;flex-direction:column;justify-content:center}.delivery-charge-card span,.delivery-charge-card strong,.delivery-charge-card small{display:block}.delivery-charge-card span,.delivery-charge-card small{font-size:.68rem;color:var(--muted)}.delivery-charge-card strong{color:var(--brand);margin:2px 0}
.schedule-block{margin:8px 0 18px}.schedule-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.schedule-tabs label{position:relative}.schedule-tabs label>span{display:block;border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px}.schedule-tabs label.selected>span{border-color:var(--brand);box-shadow:0 0 0 2px rgba(141,39,27,.08)}.schedule-tabs strong,.schedule-tabs small{display:block}.schedule-tabs small{color:var(--muted);font-size:.68rem;margin-top:3px}.later-fields{margin-top:13px}.later-fields .field{margin-bottom:0}
.review-layout{display:grid;grid-template-columns:1fr 300px;gap:20px}.review-items{display:grid;gap:10px}.review-item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:9px}.review-item img{width:62px;height:58px;border-radius:11px;object-fit:cover}.review-item h3{font-size:.82rem;margin:1px 0}.review-item p{font-size:.65rem;color:var(--muted);margin:0}.review-item strong{font-size:.78rem;color:var(--brand)}.review-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;height:max-content}.review-card>div:first-child{font-size:.76rem;color:var(--muted);line-height:1.65}.review-card>div:first-child strong{display:block;color:var(--text);font-size:.88rem}.review-cost{display:grid;gap:9px;margin:18px 0;padding-top:16px;border-top:1px solid var(--line)}.review-cost>div{display:flex;justify-content:space-between;font-size:.76rem}.review-cost .total{padding-top:12px;border-top:1px solid var(--line);align-items:end}.review-cost .total strong{font-size:1.2rem;color:var(--brand)}.demo-notice{display:flex;gap:8px;background:var(--surface-soft);padding:11px;border-radius:13px;color:var(--muted)}.demo-notice svg{flex:0 0 auto;color:var(--green)}.demo-notice p{font-size:.66rem;margin:0}
.checkout-footer{position:sticky;bottom:0;z-index:6;background:rgba(255,249,238,.95);backdrop-filter:blur(12px);border-top:1px solid var(--line);min-height:82px;padding:14px 48px;display:flex;justify-content:flex-end;gap:10px;margin-top:auto}.checkout-footer .btn{min-width:150px}

/* Success */
.success-dialog{width:100%;height:100%;margin:0}.success-shell{position:relative;width:min(620px,calc(100% - 32px));max-height:calc(100% - 32px);overflow:auto;margin:16px auto;background:#fff;border-radius:30px;padding:46px;box-shadow:var(--shadow);text-align:center}.success-icon{width:72px;height:72px;border-radius:50%;background:#dff2e6;color:var(--green);display:grid;place-items:center;margin:0 auto 15px}.success-icon svg{width:34px;height:34px}.demo-pill{display:inline-block;padding:6px 11px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:.7rem;font-weight:900}.success-shell h2{font-size:2rem;margin:14px 0 7px}.success-shell>p{color:var(--muted);margin:0 auto;max-width:460px}.order-code{display:flex;justify-content:space-between;background:var(--surface-soft);border-radius:15px;padding:12px 15px;margin:20px 0;text-align:left}.order-code span{font-size:.72rem;color:var(--muted)}.order-code strong{color:var(--brand)}.success-shell pre{white-space:pre-wrap;text-align:left;background:#211715;color:#f7eee5;padding:17px;border-radius:17px;font-family:inherit;font-size:.74rem;line-height:1.65;max-height:260px;overflow:auto}.success-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0 8px}.success-actions .btn{border-radius:15px;padding-inline:12px}
.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,30px);opacity:0;z-index:100;background:#211715;color:#fff;padding:11px 16px;border-radius:12px;font-size:.78rem;box-shadow:var(--shadow-sm);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.toast.show{opacity:1;transform:translate(-50%,0)}

/* Reveal */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}

/* Responsive */
@media (max-width:1050px){
  :root{--container:min(100% - 32px,940px)}
  .desktop-nav{gap:17px}.desktop-nav a{font-size:.82rem}.header-order{display:none}
  .hero-grid{gap:40px}.chip-time{left:-20px}.chip-custom{right:-10px}
  .food-grid{grid-template-columns:repeat(3,1fr)}
  .signature-grid{gap:55px}.ingredient-card{right:-10px}
  .steps-grid{grid-template-columns:repeat(2,1fr)}.step-card:nth-child(even){margin-top:0}
  .faq-layout{gap:50px}
  .product-shell{max-width:calc(100% - 32px)}
}
@media (max-width:820px){
  :root{--header-h:68px;--container:calc(100% - 28px)}
  html{scroll-padding-top:78px}.section{padding:82px 0}
  .desktop-nav{display:none}.mobile-menu-btn{display:grid}.mobile-menu{display:grid;position:absolute;left:14px;right:14px;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:var(--shadow-sm);opacity:0;transform:translateY(-8px);pointer-events:none;transition:.2s ease}.mobile-menu.open{opacity:1;transform:none;pointer-events:auto}.mobile-menu a{padding:13px 14px;border-radius:12px;font-weight:800}.mobile-menu a:hover{background:var(--surface-soft)}
  .hero{min-height:auto;padding:55px 0 74px}.hero-grid{grid-template-columns:1fr;gap:48px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions{justify-content:center}.hero-points{justify-content:center}.hero h1{font-size:clamp(3.1rem,10vw,5.2rem)}.hero-visual{max-width:620px;margin:auto}.chip-time{left:4px}.chip-custom{right:4px}
  .benefit-grid{grid-template-columns:1fr}.benefit-grid article{padding:18px 0;border-right:0;border-bottom:1px solid var(--line)}.benefit-grid article:last-child{border-bottom:0}
  .section-head{display:block}.section-head>p{margin-top:14px}.menu-toolbar{display:block}.search-box{min-width:0;width:100%;margin-bottom:13px}.category-tabs{margin-inline:-2px}
  .food-grid{grid-template-columns:repeat(2,1fr)}
  .signature-grid{grid-template-columns:1fr;gap:56px}.signature-visual{max-width:650px;margin:auto}.ingredient-card{right:12px}
  .delivery-card{grid-template-columns:1fr;gap:26px;padding:38px}
  .faq-layout{grid-template-columns:1fr;gap:35px}
  .final-cta-inner{display:block;text-align:center}.final-cta .btn{margin-top:26px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:20px}
  .floating-cart{bottom:88px}
  .bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:44;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:8px max(8px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom));min-height:70px}.bottom-nav a,.bottom-nav button{border:0;background:transparent;color:#75645d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.66rem;font-weight:800;position:relative}.bottom-nav a.active{color:var(--brand)}.bottom-nav svg{width:21px;height:21px}.nav-cart-icon{position:relative;display:grid;place-items:center}
  body{padding-bottom:70px}
  .product-shell,.cart-shell,.checkout-shell{max-width:none;width:100%;height:100%;margin:0;border-radius:0}
  .desktop-only{display:none}.mobile-only{display:flex}.product-layout{grid-template-columns:1fr}.product-image-panel{padding:14px 18px 0;display:block}.product-image-panel img{max-height:330px;object-fit:cover}.product-image-panel>span{left:34px;top:30px}.product-config{padding:28px 24px 120px}.product-footer{width:100%;padding:12px 20px calc(12px + env(safe-area-inset-bottom));min-height:78px}.product-heading h2{font-size:2rem}
  .cart-content{grid-template-columns:1fr;height:calc(100% - 76px);overflow:auto}.cart-items{overflow:visible}.cart-summary{border-left:0;border-top:1px solid var(--line);padding-bottom:calc(28px + env(safe-area-inset-bottom))}
  .checkout-shell{border-radius:0}.checkout-step{padding:28px 24px 120px}.checkout-footer{padding:12px 24px calc(12px + env(safe-area-inset-bottom))}.checkout-progress{top:76px}.review-layout{grid-template-columns:1fr}.review-card{order:-1}
}
@media (max-width:560px){
  :root{--container:calc(100% - 24px)}
  .brand-mark{width:40px;height:40px;border-radius:13px}.brand strong{font-size:1rem}
  .hero{padding:38px 0 52px}.eyebrow{font-size:.64rem}.hero h1{font-size:clamp(2.7rem,13.5vw,4.1rem);margin:16px 0}.hero h1 em{white-space:normal}.hero-copy>p{font-size:.94rem}.hero-actions{display:grid;gap:10px;margin-top:24px}.hero-actions .btn{width:100%}.hero-points{gap:9px 14px;font-size:.72rem;margin-top:20px}.hero-image-card{padding:10px;border-radius:28px;transform:none}.hero-image-card img{border-radius:21px}.hero-label{top:24px;left:24px}.hero-food-info{padding:13px 8px 3px}.hero-food-info strong{font-size:1.05rem}.hero-food-info>span{font-size:1.05rem}.floating-chip{padding:10px 12px;border-radius:14px}.floating-chip>svg{width:23px;height:23px}.floating-chip b{font-size:.72rem}.chip-time{left:-4px;bottom:62px}.chip-custom{right:-4px;top:48px}
  .section{padding:70px 0}.section-head{margin-bottom:28px}.section-head h2,.signature-copy h2,.faq-intro h2,.delivery-copy h2{font-size:2.25rem}.section-head>p{font-size:.86rem}
  .food-grid{gap:12px}.food-card{border-radius:19px}.food-card-image{padding:7px 7px 0}.food-card-image img{border-radius:14px}.food-badge{left:13px;top:13px;padding:4px 7px;font-size:.58rem}.food-card-body{padding:12px}.food-card-category{font-size:.58rem}.food-card h3{font-size:.95rem;margin:5px 0}.food-card p{display:none}.food-card-bottom{margin-top:11px}.food-price strong{font-size:.94rem}.food-add{width:38px;height:38px;border-radius:12px}
  .signature-grid{gap:44px}.plate-stack{border-radius:26px;padding:9px}.plate-stack img{border-radius:20px}.ingredient-card{position:relative;right:auto;bottom:auto;margin:-20px 12px 0;max-width:none}.signature-copy>p{font-size:.9rem}
  .steps-grid{grid-template-columns:1fr}.step-card{min-height:0}.delivery-card{padding:30px 22px;border-radius:26px}.checker-row{display:grid}.checker-row .btn{width:100%}
  .faq-item button{min-height:62px;padding:0 16px}.faq-item>div p{padding-inline:16px}.faq-item.open>div p{padding-bottom:16px}
  .final-cta{padding:70px 0}.final-cta h2{font-size:2.2rem}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}
  .floating-cart{min-width:0;width:calc(100% - 24px);bottom:82px}
  .product-config{padding:22px 16px 116px}.product-image-panel{padding:10px 12px 0}.product-heading h2{font-size:1.75rem}.spice-options{gap:7px}.spice-card span{font-size:.72rem;padding-inline:6px}.option-card span{font-size:.75rem}.product-footer{padding-inline:12px}.qty-stepper{min-width:112px}.add-cart-btn{padding-inline:14px;font-size:.78rem}.add-cart-btn strong{padding-left:10px}
  .cart-items{padding:14px}.cart-item{grid-template-columns:76px 1fr;gap:10px}.cart-item img{width:76px;height:72px}.cart-item-actions{grid-column:2;flex-direction:row-reverse;align-items:center}.cart-summary{padding:22px 16px}
  .checkout-step{padding:24px 16px 110px}.step-heading{gap:12px}.step-heading h2{font-size:1.35rem}.fulfillment-options,.field-row,.contact-grid,.schedule-tabs,.later-fields{grid-template-columns:1fr}.fulfillment-card{min-height:92px}.checkout-footer{padding-inline:16px}.checkout-footer .btn{min-width:0;flex:1}.review-item{grid-template-columns:55px 1fr auto}.review-item img{width:55px;height:52px}
  .success-shell{padding:38px 20px 24px}.success-shell h2{font-size:1.6rem}.success-actions{grid-template-columns:1fr}
}
@media (max-width:360px){
  .food-grid{grid-template-columns:1fr}.food-card{display:grid;grid-template-columns:120px 1fr}.food-card-image{padding:7px}.food-card-image img{height:100%;aspect-ratio:auto;object-fit:cover}.food-card-body{display:flex;flex-direction:column}.food-card-bottom{margin-top:auto}
  .hero-points span:last-child{display:none}.chip-custom{display:none}
  .floating-cart{padding-right:10px}.floating-arrow{display:none}
}
@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}
}
