:root{
  --red:#f42b24;--red-dark:#d91f1a;--cream:#fff8ec;--cream2:#f7ead8;--ink:#241914;--muted:#746a63;--line:#eadfd2;
  --radius:28px;--shadow:0 18px 50px rgba(55,35,20,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,sans-serif}
button,a{font:inherit}button{cursor:pointer;border:0}a{text-decoration:none;color:inherit}.hidden{display:none!important}
.topbar{position:sticky;top:0;z-index:20;height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,248,236,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(36,25,20,.07)}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:26px;letter-spacing:-1.4px}.brand>span:last-child>span{color:var(--red)}
.brand-mark{width:46px;height:46px;border-radius:15px;background:var(--red);display:grid;place-items:center;font-size:23px;box-shadow:0 8px 18px rgba(244,43,36,.22)}
.nav{display:flex;gap:30px;color:#5d534c;font-size:14px;font-weight:700}.nav a:hover{color:var(--red)}
.header-actions{display:flex;align-items:center;gap:15px}.login-link{background:transparent;font-weight:800;color:var(--ink)}.cart-btn{position:relative;width:50px;height:50px;border-radius:17px;background:var(--red);color:#fff;font-size:21px;box-shadow:0 10px 20px rgba(244,43,36,.18)}.cart-btn b{position:absolute;right:-5px;top:-6px;background:#ffb900;color:#21170d;font-size:12px;min-width:22px;height:22px;border-radius:99px;display:grid;place-items:center}
.hero{max-width:1240px;margin:auto;padding:70px 5vw 55px;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.delivery-pill{display:inline-flex;padding:11px 16px;border-radius:99px;background:#ffedd1;color:#675a4d;font-weight:700;font-size:13px}.hero h1{font-family:"Baloo 2";font-size:clamp(50px,6vw,82px);line-height:.92;letter-spacing:-3px;margin:25px 0}.hero h1 span{position:relative}.hero h1 span:after{content:"";position:absolute;left:4px;bottom:2px;width:55%;height:13px;background:#ffbf17;z-index:-1;border-radius:2px}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:600px}.hero-actions{display:flex;gap:13px;align-items:center;margin:28px 0}.primary-btn,.secondary-btn,.outline-btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 24px;border-radius:18px;font-weight:800;transition:.2s}.primary-btn{background:var(--red);color:white;box-shadow:0 13px 25px rgba(244,43,36,.18)}.primary-btn:hover{background:var(--red-dark);transform:translateY(-2px)}.secondary-btn,.outline-btn{background:#fff;border:1px solid var(--line);color:var(--ink)}.secondary-btn:hover,.outline-btn:hover{border-color:#d8c5b0}.rating{color:#81776f;font-size:14px}.rating:first-letter{color:#ffbd12}.hero-visual{position:relative}.hero-visual img{width:100%;height:540px;object-fit:cover;border-radius:36px;box-shadow:var(--shadow)}.floating-card{position:absolute;z-index:2;background:#fff;border:1px solid rgba(30,20,10,.06);box-shadow:0 16px 35px rgba(35,22,10,.14);border-radius:20px;padding:14px 18px;display:flex;gap:10px;align-items:center}.floating-card.top{left:-30px;top:40px}.floating-card.bottom{right:-25px;bottom:35px}.floating-card>span{display:flex;flex-direction:column;gap:3px}.floating-card small{color:#8a8078}.trust-strip{max-width:1160px;margin:0 auto 75px;padding:0 5vw;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trust-strip>div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 22px}.trust-strip b{display:block}.trust-strip span{color:#8b8078;font-size:13px}
.menu-section{padding:75px 5vw;background:#fffdf8;border-top:1px solid #f0e4d7;border-bottom:1px solid #f0e4d7}.section-heading{max-width:1240px;margin:auto;display:flex;justify-content:space-between;gap:30px;align-items:end}.section-heading small,.how-intro small,.final-cta small,.auth-card small,.cart-panel small{color:var(--red);font-weight:900;letter-spacing:2px}.section-heading h2,.how-intro h2{font-family:"Baloo 2";font-size:54px;line-height:1;margin:8px 0}.section-heading p,.how-intro p{color:var(--muted);margin:0}.search{width:340px;height:54px;border:1px solid var(--line);border-radius:99px;background:#fff;display:flex;align-items:center;padding:0 18px;gap:9px}.search span{font-size:28px;color:#887d73}.search input{border:0;outline:0;width:100%;background:transparent;font-size:14px}.categories{max-width:1240px;margin:32px auto;display:flex;gap:10px;overflow:auto}.categories button{white-space:nowrap;padding:11px 17px;border-radius:99px;background:#f7efe4;color:#6e6259;font-weight:800}.categories button.active,.categories button:hover{background:var(--red);color:#fff}.menu-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.food-card{background:#fff;border:1px solid var(--line);border-radius:25px;overflow:hidden;box-shadow:0 7px 22px rgba(44,27,13,.05);transition:.2s}.food-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.food-card img{width:100%;height:230px;object-fit:contain;background:#f7efe4;display:block}.food-body{padding:18px 20px 20px}.food-top{display:flex;justify-content:space-between;gap:10px}.food-card h3{margin:0;font-family:"Baloo 2";font-size:25px}.food-card p{color:#81766d;font-size:13px;line-height:1.5;margin:6px 0 18px}.price{font-size:19px;color:var(--red);font-weight:900}.add{width:44px;height:44px;border-radius:15px;background:var(--red);color:#fff;font-size:26px;line-height:1}.empty{grid-column:1/-1;padding:50px;text-align:center;color:var(--muted)}
.how-section{max-width:1240px;margin:auto;padding:100px 5vw}.how-intro{text-align:center;margin-bottom:40px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps article{background:#281b16;color:#fff;border-radius:28px;padding:28px;min-height:260px}.steps article>span{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--red);font-weight:900}.steps h3{font-family:"Baloo 2";font-size:27px;margin:26px 0 7px}.steps p{color:#cfc3bc;line-height:1.6;margin:0}
.final-cta{max-width:1160px;margin:0 auto 90px;border-radius:34px;background:#f6d7c5;padding:48px 52px;display:flex;align-items:center;justify-content:space-between;gap:30px}.final-cta h2{font-family:"Baloo 2";font-size:48px;line-height:.98;margin:8px 0}.final-cta p{color:#725e55;max-width:600px;line-height:1.6}.final-actions{display:flex;gap:10px;flex-wrap:wrap}
.footer{background:#211713;color:#fff;padding:60px 5vw 25px}.footer-main{max-width:1160px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer .brand{margin-bottom:16px}.footer p{color:#a99d96}.footer h4{margin:5px 0 16px}.footer-main a:not(.brand),.footer-main button{display:block;background:transparent;color:#bdb1aa;padding:6px 0;text-align:left}.footer-main a:not(.brand):hover,.footer-main button:hover{color:#fff}.footer-bottom{max-width:1160px;margin:45px auto 0;padding-top:20px;border-top:1px solid #3b2d27;display:flex;justify-content:space-between;color:#82766f;font-size:12px}
.overlay{position:fixed;inset:0;z-index:50;background:rgba(26,17,12,.65);backdrop-filter:blur(8px);display:grid;place-items:center;padding:18px}.auth-card,.cart-panel{width:min(100%,480px);max-height:92vh;overflow:auto;background:var(--cream);border-radius:30px;padding:34px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.3)}.auth-logo{width:56px;height:56px;border-radius:18px;background:var(--red);display:grid;place-items:center;font-size:27px;margin-bottom:20px}.auth-card h2,.cart-panel h2{font-family:"Baloo 2";font-size:38px;margin:7px 0}.auth-card>div p{color:var(--muted);line-height:1.5}.close{position:absolute;right:18px;top:15px;background:#fff;border:1px solid var(--line);width:38px;height:38px;border-radius:12px;font-size:24px;color:#655a52}.auth-card form{display:grid;gap:14px;margin-top:20px}.auth-card label{font-size:12px;font-weight:800;color:#554941}.auth-card input{display:block;width:100%;margin-top:7px;height:50px;border:1px solid var(--line);border-radius:15px;padding:0 15px;outline:0;background:#fff;font-size:14px}.auth-card input:focus{border-color:var(--red)}.full{width:100%}.switch{text-align:center;font-size:13px}.switch button{background:none;color:var(--red);font-weight:800}.auth-msg{text-align:center;color:var(--red);font-weight:700;margin-top:12px}.cart-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img{width:65px;height:65px;border-radius:14px;object-fit:cover}.cart-item-info{flex:1}.cart-item-info b{display:block}.cart-item-info small{display:block;color:var(--muted);letter-spacing:0;margin-top:4px}.cart-item-actions{display:flex;align-items:center;gap:8px}.cart-item-actions button{width:30px;height:30px;border-radius:9px;background:#eee1d5}.cart-total{display:flex;justify-content:space-between;font-size:18px;padding:22px 0}.checkout-note{text-align:center;font-size:11px;color:#8b8078}.cart-empty{text-align:center;padding:45px 0;color:var(--muted)}
@media(max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero-visual img{height:420px}.floating-card.top{left:8px}.floating-card.bottom{right:8px}.menu-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.final-cta{margin:0 5vw 70px;padding:35px;display:block}.final-actions{margin-top:22px}.footer-main{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.topbar{height:70px;padding:0 18px}.brand{font-size:23px}.brand-mark{width:42px;height:42px}.login-link{display:none}.hero{padding:35px 20px}.hero h1{font-size:54px;letter-spacing:-2px}.hero p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-visual img{height:360px;border-radius:28px}.floating-card{padding:11px 13px;font-size:13px}.trust-strip{grid-template-columns:1fr;padding:0 20px;margin-bottom:45px}.menu-section{padding:55px 20px}.section-heading{display:block}.section-heading h2,.how-intro h2{font-size:44px}.search{width:100%;margin-top:25px}.categories{margin:24px 0}.menu-grid{grid-template-columns:1fr}.food-card img{height:230px}.how-section{padding:65px 20px}.final-cta{margin:0 20px 55px;padding:30px;border-radius:27px}.final-cta h2{font-size:40px}.footer{padding:45px 20px 20px}.footer-main{grid-template-columns:1fr}.footer-bottom{display:block;line-height:1.7}.auth-card,.cart-panel{padding:26px 20px;border-radius:24px}}
