*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0e0e0e;--surface:#1a1a1a;--surface-high:#20201f;--surface-highest:#262626;--primary:#ff906d;--primary-hot:#ff5d26;--primary-container:#ff784d;--neon:#cafd00;--neon-dim:#beee00;--text:#fff;--text-dim:#adaaaa;--font-display:"Epilogue",sans-serif;--font-body:"Plus Jakarta Sans",sans-serif;--radius-sm:.75rem;--radius-md:1.5rem;--radius-lg:3rem;--radius-full:999px}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-body);cursor:none;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:none;font-family:var(--font-body);border:none;outline:none}img{max-width:100%;display:block}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.02em;font-weight:800}.cursor-dot{background:var(--primary);pointer-events:none;z-index:10000;mix-blend-mode:difference;border-radius:50%;width:8px;height:8px;transition:transform .15s,opacity .15s;position:fixed}.cursor-ring{border:2px solid var(--primary);pointer-events:none;z-index:9999;border-radius:50%;width:40px;height:40px;transition:transform .25s cubic-bezier(.18,.89,.32,1.28),width .3s,height .3s,opacity .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring.hover{border-color:var(--neon);background:#cafd0014;width:64px;height:64px}.cursor-glow{pointer-events:none;z-index:9998;background:radial-gradient(circle,#ff5d2614 0%,#0000 70%);border-radius:50%;width:300px;height:300px;transition:transform .4s ease-out;position:fixed;transform:translate(-50%,-50%)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0e0e0e99;justify-content:space-between;align-items:center;padding:1rem 3rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#0e0e0ed9;padding:.75rem 3rem}.nav-logo{font-family:var(--font-display);color:var(--primary);letter-spacing:-.03em;font-size:1.5rem;font-weight:900}.nav-logo span{color:var(--neon)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);font-size:.875rem;font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--text)}.nav-links a:hover:after{width:100%}.nav-cart{background:var(--surface-high);border-radius:var(--radius-full);align-items:center;gap:.5rem;padding:.5rem 1.25rem;transition:all .3s;display:flex;position:relative}.nav-cart:hover{background:var(--primary-hot);transform:scale(1.05)}.nav-cart .badge{background:var(--neon);color:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex}.mobile-toggle{color:var(--text);background:0 0;font-size:1.5rem;display:none}.hero{align-items:center;min-height:100vh;padding:8rem 4rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(135deg,#0e0e0ef2 0%,#0e0e0e66 50%,#0e0e0ecc 100%);position:absolute;inset:0}.hero-bg img{object-fit:cover;filter:brightness(.5)saturate(1.3);width:100%;height:100%}.hero-content{z-index:2;max-width:700px;position:relative}.hero-tag{color:var(--neon);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.12em;background:#cafd001a;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;animation:.8s .2s both fadeInUp;display:inline-flex}.hero h1{margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);line-height:.95;animation:.8s .4s both fadeInUp}.hero h1 .highlight{color:var(--primary);display:inline-block;position:relative}.hero h1 .highlight:after{content:"";background:var(--primary);opacity:.2;border-radius:2px;height:.15em;position:absolute;bottom:.05em;left:0;right:0}.hero-sub{color:var(--text-dim);max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7;animation:.8s .6s both fadeInUp}.hero-actions{flex-wrap:wrap;gap:1rem;animation:.8s .8s both fadeInUp;display:flex}.hero-price{z-index:2;animation:4s ease-in-out infinite float;position:absolute;bottom:20%;right:8%}.hero-price-inner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-md);text-align:center;background:#26262699;padding:1.5rem 2rem}.hero-price-inner .label{text-transform:uppercase;letter-spacing:.1em;color:var(--neon);font-size:.7rem;font-weight:700}.hero-price-inner .amount{font-family:var(--font-display);color:var(--primary);font-size:2.5rem;font-weight:900}.hero-particles{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.particle{background:var(--primary);opacity:.6;border-radius:50%;width:4px;height:4px;animation:6s infinite particleFloat;position:absolute}.particle:nth-child(2){background:var(--neon);width:3px;height:3px;animation-delay:1s;left:20%}.particle:nth-child(3){width:5px;height:5px;animation-delay:2s;left:50%}.particle:nth-child(4){background:var(--neon);animation-delay:3s;left:70%}.particle:nth-child(5){width:3px;height:3px;animation-delay:4s;left:90%}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-container));color:#000;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;padding:.875rem 2rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.18,.89,.32,1.28);box-shadow:0 20px 40px #ff906d26}.btn-primary:hover{transform:scale(1.05)translateY(-2px);box-shadow:0 25px 50px #ff5d2640}.btn-secondary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text);border-radius:var(--radius-full);background:#26262666;border:1px solid #76757526;padding:.875rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s}.btn-secondary:hover{border-color:var(--primary);background:#262626b3;transform:translateY(-2px)}.btn-neon{background:var(--neon);color:#000;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;padding:.75rem 1.5rem;font-size:.8rem;font-weight:700;transition:all .3s}.btn-neon:hover{background:var(--neon-dim);transform:scale(1.05);box-shadow:0 0 30px #cafd0033}section{padding:6rem 4rem}.section-tag{color:var(--neon);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.7rem;font-weight:700;display:inline-flex}.section-title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.section-sub{color:var(--text-dim);max-width:500px;margin-bottom:3rem;font-size:1rem;line-height:1.7}.featured{background:var(--bg)}.featured-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}.food-card{background:var(--surface-high);border-radius:var(--radius-lg) var(--radius-md) var(--radius-md) var(--radius-md);transition:all .4s cubic-bezier(.18,.89,.32,1.28);position:relative;overflow:hidden}.food-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #ff906d1a}.food-card:hover .food-card-img img{transform:scale(1.1)}.food-card-img{height:240px;position:relative;overflow:hidden}.food-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.food-card-img .overlay{opacity:0;background:linear-gradient(#0000 50%,#0e0e0ecc);justify-content:center;align-items:flex-end;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.food-card:hover .overlay{opacity:1}.food-card-badges{z-index:2;gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.badge-new{background:var(--neon);color:#000;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;padding:.25rem .75rem;font-size:.65rem;font-weight:700}.badge-hot{background:var(--primary-hot);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;padding:.25rem .75rem;font-size:.65rem;font-weight:700}.food-card-body{padding:1.5rem}.food-card-body h3{margin-bottom:.5rem;font-size:1.25rem}.food-card-body p{color:var(--text-dim);margin-bottom:1rem;font-size:.85rem;line-height:1.6}.food-card-footer{justify-content:space-between;align-items:center;display:flex}.food-card-price{font-family:var(--font-display);color:var(--primary);font-size:1.5rem;font-weight:800}.spice-dots{gap:3px;display:flex}.spice-dot{background:var(--surface);border-radius:50%;width:8px;height:8px;transition:background .3s}.spice-dot.active{background:var(--primary-hot)}.add-btn{background:var(--primary-hot);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .3s;display:flex}.add-btn:hover{transform:rotate(90deg)scale(1.1);box-shadow:0 0 20px #ff5d264d}.ingredients{background:var(--surface)}.ingredients-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.ingredient-card{background:var(--surface-high);border-radius:var(--radius-md);padding:2rem;transition:all .4s;position:relative;overflow:hidden}.ingredient-card:before{content:"";background:linear-gradient(90deg,var(--primary),var(--neon));transform-origin:0;height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.ingredient-card:hover:before{transform:scaleX(1)}.ingredient-card:hover{background:var(--surface-highest);transform:translateY(-4px)}.ingredient-icon{border-radius:var(--radius-sm);background:#ff5d261a;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;display:flex}.ingredient-card h4{margin-bottom:.5rem;font-size:1rem}.ingredient-card p{color:var(--text-dim);font-size:.85rem;line-height:1.6}.menu-hero{text-align:center;padding:10rem 4rem 4rem}.filter-bar{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.filter-btn{border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;border:1px solid #0000;padding:.5rem 1.5rem;font-size:.8rem;font-weight:600;transition:all .3s}.filter-btn.active,.filter-btn:hover{background:var(--primary-hot);color:#fff;border-color:var(--primary-hot)}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:0 4rem 4rem;display:grid}.story-hero{align-items:center;min-height:60vh;padding:10rem 4rem 4rem;display:flex;position:relative}.story-content{max-width:700px}.story-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:6rem 4rem;display:grid}.story-section.reverse{direction:rtl}.story-section.reverse>*{direction:ltr}.story-img{border-radius:var(--radius-lg);position:relative;overflow:hidden}.story-img img{object-fit:cover;width:100%;height:400px;transition:transform .6s}.story-img:hover img{transform:scale(1.05)}.story-text h2{margin-bottom:1rem;font-size:2rem}.story-text p{color:var(--text-dim);margin-bottom:1.5rem;line-height:1.8}.testimonial{background:var(--surface-high);border-radius:var(--radius-md);border-left:3px solid var(--primary);margin-top:2rem;padding:2rem}.testimonial p{color:var(--text-dim);margin-bottom:.5rem;font-style:italic;line-height:1.7}.testimonial cite{color:var(--neon);font-size:.8rem;font-weight:600}.locations-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.location-card{background:var(--surface-high);border-radius:var(--radius-md);padding:2rem;transition:all .4s;position:relative;overflow:hidden}.location-card:after{content:"";background:linear-gradient(90deg,var(--primary),var(--neon));height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.location-card:hover:after{transform:scaleX(1)}.location-card:hover{transform:translateY(-4px)}.location-card h3{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem}.location-card p{color:var(--text-dim);font-size:.85rem;line-height:1.8}.checkout{padding:10rem 4rem 4rem}.checkout-grid{grid-template-columns:1.4fr 1fr;gap:3rem;display:grid}.checkout-items{flex-direction:column;gap:1rem;display:flex}.checkout-item{background:var(--surface-high);border-radius:var(--radius-md);align-items:center;gap:1.25rem;padding:1.25rem;transition:all .3s;display:flex}.checkout-item:hover{background:var(--surface-highest)}.checkout-item img{object-fit:cover;border-radius:var(--radius-sm);width:80px;height:80px}.checkout-item-info{flex:1}.checkout-item-info h3{margin-bottom:.25rem;font-size:1rem}.checkout-item-info p{color:var(--text-dim);font-size:.8rem}.qty-controls{align-items:center;gap:.75rem;display:flex}.qty-btn{background:var(--surface);width:32px;height:32px;color:var(--text);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .3s;display:flex}.qty-btn:hover{background:var(--primary-hot);color:#fff}.checkout-item-price{font-family:var(--font-display);color:var(--primary);font-size:1.125rem;font-weight:800}.remove-btn{color:var(--text-dim);background:0 0;border:none;margin-top:.25rem;font-size:.8rem;transition:color .3s}.remove-btn:hover{color:#ff716c}.checkout-summary{background:var(--surface-high);border-radius:var(--radius-md);height:fit-content;padding:2rem;position:sticky;top:6rem}.checkout-summary h2{margin-bottom:1.5rem;font-size:1.5rem}.summary-row{color:var(--text-dim);justify-content:space-between;margin-bottom:1rem;font-size:.9rem;display:flex}.summary-row.total{color:var(--text);border-top:1px solid #76757526;margin-top:1rem;padding-top:1rem;font-size:1.25rem;font-weight:700}.summary-row.total .price{color:var(--primary);font-family:var(--font-display)}.rewards-banner{border-radius:var(--radius-sm);background:#cafd0014;align-items:center;gap:.75rem;margin:1.5rem 0;padding:1rem;display:flex}.rewards-banner .icon{font-size:1.5rem}.rewards-banner p{color:var(--neon);font-size:.8rem}.checkout-form{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.form-input{color:var(--text);font-size:.9rem;font-family:var(--font-body);background:0 0;border:none;border-bottom:1px solid #76757533;padding:.75rem 0;transition:border-color .3s}.form-input:focus{border-bottom:2px solid var(--primary);outline:none;box-shadow:0 2px 8px #ff5d261a}.form-input::placeholder{color:var(--text-dim)}.empty-cart{text-align:center;color:var(--text-dim);padding:4rem}.empty-cart .icon{margin-bottom:1rem;font-size:4rem}.footer{background:var(--surface);padding:4rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand h3{font-family:var(--font-display);color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.footer-brand h3 span{color:var(--neon)}.footer-brand p{color:var(--text-dim);font-size:.85rem;line-height:1.7}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--neon);margin-bottom:1rem;font-size:.8rem}.footer-col a{color:var(--text-dim);margin-bottom:.5rem;font-size:.85rem;transition:color .3s;display:block}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #7675751a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-bottom p{color:var(--text-dim);font-size:.8rem}.footer-socials{gap:1rem;display:flex}.footer-socials a{background:var(--surface-high);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;transition:all .3s;display:flex}.footer-socials a:hover{background:var(--primary-hot);transform:translateY(-3px)}.cta-banner{text-align:center;padding:6rem 4rem;position:relative;overflow:hidden}.cta-banner:before{content:"";background:radial-gradient(#ff5d261a 0%,#0000 70%);position:absolute;inset:0}.cta-banner h2{margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem)}.cta-banner p{color:var(--text-dim);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.marquee{background:var(--surface);border-top:1px solid #7675750d;border-bottom:1px solid #7675750d;padding:1.5rem 0;overflow:hidden}.marquee-inner{gap:3rem;width:max-content;animation:20s linear infinite marquee;display:flex}.marquee-item{font-family:var(--font-display);text-transform:uppercase;white-space:nowrap;color:var(--surface-highest);-webkit-text-stroke:1px var(--text-dim);opacity:.3;font-size:1.5rem;font-weight:800}.marquee-item .dot{background:var(--primary);vertical-align:middle;border-radius:50%;width:8px;height:8px;margin:0 1.5rem;display:inline-block}.reveal{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translate(-60px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translate(60px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:scale(.9)}.reveal-scale.visible{opacity:1;transform:scale(1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes particleFloat{0%{opacity:0;transform:translateY(100vh)rotate(0)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(-20vh)rotate(720deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (width<=1024px){section{padding:4rem 2rem}.hero{padding:8rem 2rem 4rem}.story-section{grid-template-columns:1fr;gap:2rem}.checkout-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){body{cursor:auto}.cursor-dot,.cursor-ring,.cursor-glow{display:none}.navbar{padding:.75rem 1.5rem}.nav-links{display:none}.mobile-toggle{display:block}.hero{padding:7rem 1.5rem 3rem}.hero h1{font-size:2.5rem}.hero-price{display:none}.featured-grid,.menu-grid{grid-template-columns:1fr}.filter-bar{gap:.5rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.menu-grid{padding:0 1.5rem 3rem}}.page-transition{animation:.5s ease-out pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-progress{background:linear-gradient(90deg,var(--primary),var(--neon));z-index:10001;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}.loader{background:var(--bg);z-index:100000;justify-content:center;align-items:center;transition:opacity .6s,visibility .6s;display:flex;position:fixed;inset:0}.loader.hidden{opacity:0;visibility:hidden}.loader-text{font-family:var(--font-display);color:var(--primary);font-size:2rem;font-weight:900;animation:1s infinite pulse}
