*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#c91022;--dark-red:#950916;--red-light:#e8323e;--cream:#fef5e7;--cream-dark:#f5e6cb;--orange:#ff8c1a;--yellow:#ffd166;--dark:#1a0c0a;--muted:#78655c;--white:#fff;--shadow-sm:0 4px 20px #5c140b14;--shadow-md:0 16px 50px #5c140b24;--shadow-lg:0 24px 70px #5c140b33;--radius:24px;--radius-lg:40px;--font-display:"Oswald", system-ui, sans-serif;--font-body:"Poppins", system-ui, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body), sans-serif;color:var(--dark);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit;border:none;outline:none}img{max-width:100%;display:block}ul{list-style:none}.header{z-index:100;background:var(--red);position:sticky;top:0;box-shadow:0 4px 24px #8c0a1440}.header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1240px;height:64px;margin:0 auto;padding:0 24px;display:flex}.header-order-btn{background:var(--yellow);color:var(--dark);border-radius:999px;align-items:center;gap:6px;padding:8px 20px;font-size:.82rem;font-weight:700;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 4px 14px #00000026}.header-order-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.order-icon{font-size:1.1rem}.header-nav{align-items:center;gap:28px;display:flex}.nav-link{color:var(--white);letter-spacing:.02em;text-transform:uppercase;font-size:.85rem;font-weight:600;transition:opacity .16s;position:relative}.nav-link:after{content:"";background:var(--yellow);border-radius:2px;width:0;height:2px;transition:width .22s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{opacity:1}.nav-link:hover{opacity:.9}.header-logo{align-items:center;gap:8px;display:flex}.logo-icon{filter:drop-shadow(0 4px 8px #0003);font-size:2rem}.logo-text{font-family:var(--font-display), sans-serif;color:var(--white);letter-spacing:.04em;text-transform:uppercase;font-size:1.5rem;font-weight:700}.header-cart-btn{background:var(--dark-red);color:var(--white);border-radius:999px;align-items:center;gap:6px;padding:8px 18px;font-size:.82rem;font-weight:700;transition:background .16s;display:inline-flex}.header-cart-btn:hover{background:#7a0812}.mobile-menu-btn{color:var(--white);cursor:pointer;background:0 0;font-size:1.6rem;display:none}.mobile-nav{background:var(--dark-red);flex-direction:column;gap:8px;padding:12px 24px 20px;display:none}.mobile-nav a{color:var(--white);border-bottom:1px solid #ffffff1a;padding:8px 0;font-size:.92rem;font-weight:600;transition:color .16s}.mobile-nav a.active{color:var(--yellow)}.hero{background:var(--red);min-height:640px;position:relative;overflow:hidden}.hero-bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-splat{border-radius:50%;position:absolute}.hero-splat-1{background:radial-gradient(circle,#ffd1664d,#0000 70%);width:500px;height:500px;top:-120px;right:5%}.hero-splat-2{background:radial-gradient(circle,#ff8c1a33,#0000 70%);width:380px;height:380px;bottom:-100px;left:10%}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:32px;max-width:1240px;margin:0 auto;padding:60px 32px 80px;display:grid;position:relative}.hero-subtitle{letter-spacing:.1em;text-transform:uppercase;color:var(--dark-red);background:var(--white);border-radius:999px;margin-bottom:16px;padding:6px 18px;font-size:.78rem;font-weight:700;display:inline-block}.hero-title{font-family:var(--font-display), sans-serif;color:var(--white);text-transform:uppercase;letter-spacing:-.03em;text-shadow:0 8px #50080e4d;margin-bottom:28px;font-size:clamp(3.6rem,8vw,7.5rem);font-weight:700;line-height:.9}.hero-title span{background:linear-gradient(90deg, var(--white), var(--yellow));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.btn-primary{background:var(--yellow);min-height:50px;color:var(--dark);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 28px;font-size:.9rem;font-weight:800;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 12px 30px #0000002e}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px #00000038}.btn-outline{min-height:50px;color:var(--white);cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:999px;justify-content:center;align-items:center;padding:0 28px;font-size:.9rem;font-weight:800;transition:background .16s,border-color .16s;display:inline-flex}.btn-outline:hover{border-color:var(--white);background:#ffffff1a}.hero-visual{place-items:center;min-height:440px;display:grid;position:relative}.hero-burger-circle{aspect-ratio:1;filter:blur(6px);background:radial-gradient(circle,#ffd166b3,#0000 68%);border-radius:50%;width:min(26vw,340px);position:absolute}.hero-burger-img{object-fit:cover;filter:drop-shadow(0 36px 28px #28080459);border-radius:50%;width:clamp(280px,38vw,480px);height:clamp(280px,38vw,480px);animation:4s ease-in-out infinite heroFloat;position:relative}.hero-float{z-index:3;object-fit:cover;border-radius:50%;width:125px;height:125px;animation:3.2s ease-in-out infinite chipFloat;position:absolute;box-shadow:0 8px 20px #00000040}.hero-float-fries{animation-delay:0s;top:10%;left:8%}.hero-float-chili{animation-delay:.5s;top:5%;right:10%}.hero-float-cheese{animation-delay:1s;bottom:12%;left:7%}.hero-float-leaf{animation-delay:1.5s;bottom:15%;right:5%}.hero-flame{font-size:2rem;animation:1.8s ease-in-out infinite flameFlicker;position:absolute}.hero-flame-1{animation-delay:.2s;bottom:30%;left:4%}.hero-flame-2{animation-delay:.6s;bottom:35%;right:6%}.section-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--red);background:#fde8e4;border-radius:999px;margin-bottom:12px;padding:5px 16px;font-size:.72rem;font-weight:700;display:inline-block}.section-tag.center{width:fit-content;margin-left:auto;margin-right:auto;display:block}.section-tag.white-tag{color:var(--white);background:#fff3}.section-title{font-family:var(--font-display), sans-serif;color:var(--dark);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(2rem,4.5vw,3.6rem);font-weight:700;line-height:1}.section-desc{color:var(--muted);max-width:520px;font-size:.95rem;line-height:1.75}.section-heading-center{text-align:center;margin-bottom:40px}.section-heading-center .section-title{margin-bottom:8px}.why-section{background:var(--cream);padding:90px 24px 80px}.why-inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:56px;max-width:1240px;margin:0 auto;display:grid}.why-image-card{border-radius:var(--radius-lg);min-height:380px;box-shadow:var(--shadow-lg);background:radial-gradient(circle at 50% 45%,#ffd16680,#0000 14rem),linear-gradient(150deg,#3b120e,#a31a14);place-items:center;display:grid;position:relative;overflow:hidden}.why-real-img{object-fit:cover;opacity:.92;width:100%;height:100%;position:absolute;inset:0}.why-features{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px;display:grid}.why-feature{background:var(--white);box-shadow:var(--shadow-sm);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:6px;padding:16px 8px;display:flex}.why-feature-icon{font-size:1.8rem}.why-feature-label{text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.why-text-col .section-desc{margin-bottom:0}.categories{padding:60px 24px 50px}.categories-grid{grid-template-columns:repeat(6,1fr);gap:18px;max-width:1240px;margin:0 auto;display:grid}.cat-card{background:var(--white);text-align:center;box-shadow:var(--shadow-sm);cursor:pointer;font:inherit;color:var(--dark);border:2px solid #0000;border-radius:20px;padding:26px 16px;transition:transform .22s,box-shadow .22s,background .22s,color .22s}.cat-card:hover{box-shadow:var(--shadow-md);border-color:var(--red);transform:translateY(-4px)}.cat-card-active{background:var(--red);color:var(--white);border-color:var(--red);box-shadow:0 16px 40px #c910224d}.cat-img-wrap{background:var(--cream);border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 14px;display:grid;overflow:hidden}.cat-card-active .cat-img-wrap{background:#ffffff26}.cat-card:not(.cat-card-active) .cat-img-wrap{background:var(--cream)}.cat-img{object-fit:cover;width:100%;height:100%}.cat-name{text-transform:uppercase;font-size:.82rem;font-weight:700}.ticker-wrap{background:var(--cream-dark);border-top:1px solid #c9102214;border-bottom:1px solid #c9102214;padding:18px 0;overflow:hidden}.ticker-track{gap:12px;width:max-content;animation:28s linear infinite tickerScroll;display:flex}.ticker-item{font-family:var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:-.01em;color:var(--dark);opacity:.18;white-space:nowrap;font-size:1.8rem;font-weight:700}.ticker-dot{color:var(--red);opacity:.4;margin:0 16px}.flavors-section{background:radial-gradient(circle at 20% 80%, #ffd16638, transparent 22rem), var(--cream);padding:80px 24px}.flavors-inner{grid-template-columns:1fr 1.15fr;align-items:center;gap:56px;max-width:1240px;margin:0 auto;display:grid}.flavors-image-card{border-radius:var(--radius-lg);min-height:430px;box-shadow:var(--shadow-lg);background:radial-gradient(circle at 50% 60%,#ffb43c66,#0000 12rem),linear-gradient(160deg,#2a0d08,#641410);place-items:center;display:grid;position:relative;overflow:hidden}.flavors-real-img{object-fit:cover;opacity:.9;width:100%;height:100%;position:absolute;inset:0}.flavors-title{font-family:var(--font-display), sans-serif;text-transform:uppercase;color:var(--dark);margin-bottom:20px;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;line-height:1}.flavors-desc{color:var(--muted);margin-bottom:22px;font-size:.92rem;line-height:1.8}.flavors-list{grid-template-columns:1fr 1fr;gap:10px 24px;margin-bottom:28px;display:grid}.flavors-list li{color:var(--dark);align-items:center;gap:8px;font-size:.88rem;font-weight:500;display:flex}.check-icon{background:var(--red);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:900;display:inline-flex}.popular-section{background:var(--white);padding:70px 24px 80px}.popular-inner{max-width:1240px;margin:0 auto}.popular-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.dish-card{background:var(--cream);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-sm);padding:32px 20px;transition:transform .2s,box-shadow .2s}.dish-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.dish-img-circle{background:var(--white);border-radius:50%;place-items:center;width:120px;height:120px;margin:0 auto 18px;display:grid;overflow:hidden;box-shadow:0 8px 24px #5c140b1a}.dish-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.dish-card:hover .dish-img{transform:scale(1.08)}.dish-name{margin-bottom:4px;font-size:1rem;font-weight:700}.dish-price{color:var(--red);margin-bottom:14px;font-size:1.1rem;font-weight:800}.dish-add-btn{background:var(--red);color:var(--white);cursor:pointer;border-radius:999px;padding:8px 22px;font-size:.82rem;font-weight:700;transition:background .16s,transform .16s}.dish-add-btn:hover{background:var(--dark-red);transform:translateY(-1px)}.dish-category-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--red);background:#fde8e4;border-radius:999px;margin-bottom:8px;padding:3px 12px;font-size:.7rem;font-weight:700;display:inline-block}.no-dishes-msg{text-align:center;color:var(--muted);padding:40px 0;font-size:1rem}.chefs-section{padding:80px 24px}.chefs-inner{max-width:1240px;margin:0 auto}.chefs-header{margin-bottom:36px}.chefs-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:36px;display:grid}.chef-card{background:var(--white);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-sm);padding:36px 20px;transition:transform .2s}.chef-card:hover{transform:translateY(-4px)}.chef-avatar{background:linear-gradient(135deg, var(--red), var(--orange));border-radius:50%;place-items:center;width:100px;height:100px;margin:0 auto 16px;display:grid;overflow:hidden;box-shadow:0 14px 32px #c9102240}.chef-photo{object-fit:cover;width:100%;height:100%}.chef-card h3{margin-bottom:4px;font-size:1rem}.chef-card p{color:var(--muted);margin:0;font-size:.85rem}.stats-row{background:linear-gradient(135deg, var(--red), #e83d20);border-radius:22px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden;box-shadow:0 18px 48px #c9102247}.stat-item{text-align:center;color:var(--white);border-right:1px solid #ffffff26;padding:28px 16px}.stat-item:last-child{border-right:0}.stat-item strong{font-family:var(--font-display), sans-serif;font-size:2rem;font-weight:700;display:block}.stat-item span{opacity:.8;font-size:.78rem}.offers-section{padding:0 24px 80px}.offers-inner{background:linear-gradient(135deg, var(--orange), var(--red));border-radius:var(--radius-lg);max-width:1240px;box-shadow:var(--shadow-lg);grid-template-columns:.8fr 1.2fr;align-items:center;gap:0;margin:0 auto;display:grid;overflow:hidden}.offers-visual{background:radial-gradient(circle,#ffd16659,#0000 60%);place-items:center;min-height:360px;display:grid;position:relative;overflow:hidden}.offers-real-img{object-fit:cover;opacity:.95;mix-blend-mode:normal;border-radius:var(--radius-lg);width:100%;height:100%;transition:opacity .3s,mix-blend-mode .3s;position:absolute;inset:0}.offers-content{color:var(--white);padding:48px}.offers-title{font-family:var(--font-display), sans-serif;text-transform:uppercase;color:var(--white);margin-bottom:16px;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;line-height:.95}.offers-desc{color:#ffffffd9;max-width:440px;margin-bottom:26px;font-size:.92rem;line-height:1.7}.offers-form{gap:10px;max-width:440px;display:flex}.offers-form input{background:var(--white);min-height:52px;color:var(--dark);border-radius:999px;flex:1;padding:0 20px;font-size:.9rem}.offers-form input:focus{box-shadow:0 0 0 4px #ffd16666}.offers-form button{background:var(--dark);min-height:52px;color:var(--white);cursor:pointer;white-space:nowrap;border-radius:999px;padding:0 24px;font-size:.85rem;font-weight:800;transition:background .16s,transform .16s}.offers-form button:hover{background:#000;transform:translateY(-1px)}.footer{color:var(--white);background:#1e0b08;padding:56px 24px 0}.footer-inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;max-width:1240px;margin:0 auto;padding-bottom:40px;display:grid}.footer-logo{align-items:center;gap:8px;margin-bottom:16px;display:flex}.footer-col p{color:#fff9;margin-bottom:4px;font-size:.88rem;line-height:1.7}.footer-col h4{text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px;font-size:.95rem;font-weight:700}.footer-col a{color:#fff9;font-size:.88rem;line-height:2.2;transition:color .16s;display:block}.footer-col a:hover{color:var(--yellow)}.footer-bottom{text-align:center;max-width:1240px;margin:0 auto;padding:20px 0}.footer-bottom p{color:#ffffff59;font-size:.82rem}@keyframes heroFloat{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-16px)rotate(2deg)}}@keyframes chipFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(10deg)}}@keyframes flameFlicker{0%,to{opacity:.8;transform:scale(1)translateY(0)}50%{opacity:1;transform:scale(1.15)translateY(-6px)}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1024px){.hero-content{text-align:center;grid-template-columns:1fr;padding:48px 24px 60px}.hero-subtitle{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:320px}.hero-burger-img{width:280px;height:280px}.hero-float{width:60px;height:60px}.why-inner,.flavors-inner{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(3,1fr)}.popular-grid{grid-template-columns:repeat(2,1fr)}.chefs-grid{grid-template-columns:repeat(3,1fr)}.offers-inner{grid-template-columns:1fr}.offers-visual{min-height:260px}.footer-inner{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.header-nav,.header-nav-right{display:none}.mobile-menu-btn{display:block}.mobile-nav{display:flex}.header-order-btn{display:none}.hero{min-height:auto}.hero-title{font-size:3.5rem}.hero-burger-img{width:220px;height:220px}.hero-float{width:48px;height:48px}.categories-grid,.why-features{grid-template-columns:repeat(2,1fr)}.popular-grid,.chefs-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid #ffffff1f}.flavors-list{grid-template-columns:1fr}.offers-form{flex-direction:column}.footer-inner{grid-template-columns:1fr}}@media (width<=480px){.hero-title{font-size:2.8rem}.hero-visual{min-height:240px}.hero-burger-img{width:180px;height:180px}.hero-float{width:40px;height:40px}.categories-grid{grid-template-columns:1fr 1fr;gap:10px}.why-image-card,.flavors-image-card{min-height:280px}.offers-content{padding:28px 20px}}
