*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Plus Jakarta Sans',sans-serif;color:#15171c;background:#fffaf7}button,input,textarea{font:inherit}.site-head{height:76px;padding:0 max(5vw,20px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}.brand{text-decoration:none;color:#15171c;font-weight:800;font-size:20px;display:flex;gap:9px}.cart-btn{border:0;background:#15171c;color:#fff;border-radius:50px;padding:12px 18px;cursor:pointer}.hero{min-height:540px;background:radial-gradient(circle at 75% 35%,#4a2620 0,#15171c 38%),#15171c;color:white;padding:75px max(7vw,25px);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden}.hero h1{font-size:clamp(48px,7vw,88px);line-height:.96;margin:14px 0 22px;letter-spacing:-4px}.hero h1 em{font-style:normal;color:#ff6a3d}.hero p{color:#c6c6c9;max-width:540px;font-size:17px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:#ff8b68}.eyebrow.dark{color:#e54b1d}.type-chips{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.type-chips span{padding:9px 13px;background:#ffffff10;border:1px solid #ffffff20;border-radius:50px;font-size:13px}.primary{display:inline-block;background:#ff5c2b;color:#fff;border:0;text-decoration:none;padding:15px 22px;border-radius:14px;font-weight:800;cursor:pointer;box-shadow:0 10px 25px #ff5c2b30}.float-food{font-size:170px;text-align:center;animation:float 4s ease-in-out infinite;filter:drop-shadow(0 25px 30px #0008);position:relative}.float-food span,.float-food i{position:absolute;font-size:65px}.float-food span{left:5%;top:0}.float-food i{right:4%;bottom:0}@keyframes float{50%{transform:translateY(-14px) rotate(2deg)}}main{max-width:1250px;margin:auto;padding:75px 25px}.section-title{display:flex;align-items:end;justify-content:space-between}.section-title h2{font-size:40px;margin:8px 0}.section-title p{color:#777}.filters{display:flex;gap:9px;overflow:auto;padding:20px 0 30px}.filters button{white-space:nowrap;border:1px solid #ddd;background:#fff;padding:11px 16px;border-radius:50px;cursor:pointer}.filters button.active{background:#15171c;color:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#fff;border:1px solid #eee;border-radius:22px;padding:14px;box-shadow:0 8px 30px #00000008;transition:.25s}.product:hover{transform:translateY(-5px);box-shadow:0 16px 35px #00000012}.food-img{height:180px;border-radius:17px;background:linear-gradient(145deg,#fff0e8,#ffe0d1);display:grid;place-items:center;overflow:hidden}.food-img span{font-size:80px}.food-img img{width:100%;height:100%;object-fit:cover}.product small{display:block;color:#ff5c2b;font-weight:700;margin-top:15px}.product h3{margin:6px 0}.product p{color:#777;font-size:13px;min-height:42px}.product>div:last-child{display:flex;align-items:center;justify-content:space-between}.product strong{font-size:18px}.product button{width:40px;height:40px;border:0;border-radius:12px;background:#ff5c2b;color:#fff;font-size:22px;cursor:pointer}.drawer{position:fixed;right:-460px;top:0;width:min(440px,100%);height:100vh;background:#fff;z-index:50;padding:22px;transition:.3s;box-shadow:-20px 0 50px #0002;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between}.drawer-head button{border:0;background:#eee;width:38px;height:38px;border-radius:50%;font-size:24px}.overlay{position:fixed;inset:0;background:#0008;z-index:40;opacity:0;visibility:hidden;transition:.3s}.overlay.show{opacity:1;visibility:visible}#cartItems{overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:50px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #eee;padding:14px 0}.cart-emoji{font-size:30px}.cart-row small{display:block;color:#777}.qty{display:flex;gap:10px;align-items:center;margin-top:8px}.qty button{border:0;border-radius:8px;width:27px;height:27px}.drawer #cartTotals p,.summary p{display:flex;justify-content:space-between}.grand{font-size:20px}.checkout-link{background:#15171c;color:#fff;text-decoration:none;text-align:center;padding:16px;border-radius:14px;font-weight:800}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,30px);background:#15171c;color:#fff;padding:12px 20px;border-radius:50px;opacity:0;z-index:100;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.mobile-cart{display:none;position:fixed;bottom:12px;left:12px;right:12px;background:#15171c;color:#fff;text-decoration:none;padding:15px 18px;border-radius:15px;z-index:25;justify-content:space-between}.checkout-grid{max-width:1150px;margin:45px auto;padding:20px;display:grid;grid-template-columns:1.4fr .8fr;gap:35px}.checkout-form,.summary,.receipt{background:#fff;border:1px solid #eee;border-radius:24px;padding:30px}.checkout-form h1{font-size:42px}.type-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.type-cards input{display:none}.type-cards span{border:2px solid #eee;padding:18px;border-radius:15px;display:flex;flex-direction:column;gap:5px;cursor:pointer}.type-cards input:checked+span{border-color:#ff5c2b;background:#fff5f1}.fields{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:25px 0}.fields label{font-size:13px;font-weight:700}.fields input,.fields textarea{width:100%;border:1px solid #ddd;border-radius:12px;padding:12px;margin-top:7px}.wide{grid-column:1/-1}.pay{display:flex;gap:10px;flex-wrap:wrap}.pay label{padding:12px;border:1px solid #ddd;border-radius:12px}.summary{height:max-content;position:sticky;top:100px}.sum-item{display:flex;justify-content:space-between;gap:15px;padding:10px 0}.full{width:100%;text-align:center;margin-top:15px}.success{min-height:100vh;display:grid;place-items:center;padding:20px;background:#f6f1ed}.receipt{width:min(520px,100%);text-align:center}.receipt .sum-item{text-align:left}.check{margin:0 auto 20px;width:65px;height:65px;border-radius:50%;background:#e8f8ee;color:#178d47;display:grid;place-items:center;font-size:34px}footer{padding:35px max(5vw,20px);background:#15171c;color:#fff;display:flex;justify-content:space-between}.error{background:#fee;color:#a22;padding:12px;border-radius:10px}@media(max-width:900px){.hero{grid-template-columns:1fr}.float-food{display:none}.products{grid-template-columns:repeat(2,1fr)}.checkout-grid{grid-template-columns:1fr}.summary{position:static}.section-title{display:block}}@media(max-width:560px){.hero{min-height:500px}.hero h1{letter-spacing:-2px}.products{grid-template-columns:1fr 1fr;gap:10px}.food-img{height:125px}.product p{display:none}.product{padding:10px}.section-title h2{font-size:31px}.type-cards{grid-template-columns:1fr}.fields{grid-template-columns:1fr}.wide{grid-column:auto}.mobile-cart{display:flex}.checkout-form,.summary{padding:20px}.checkout-form h1{font-size:34px}footer{padding-bottom:85px;display:block}footer span{display:block;margin-top:8px;color:#aaa}}
