:root{--bg:#050505;--panel:#111;--panel2:#171717;--border:#303030;--text:#f6f6f6;--muted:#b6b6b6;--gold:#ffad00;--gold2:#f68d00;--green:#12b847;--red:#ff3131;--purple:#a446c4;--shadow:0 16px 45px rgba(0,0,0,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% 0,#151006 0,#050505 20rem);color:var(--text);font-family:Inter,Arial,sans-serif;padding-bottom:100px}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}img{display:block}.container{width:min(1180px,calc(100% - 28px));margin:auto}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 0 10px;gap:12px}.logo{width:150px;height:66px;object-fit:contain}.icon-btn{border:0;background:transparent;color:#fff;font-size:28px;padding:8px}.header-actions{display:flex;gap:6px;align-items:center}.mini-cart{position:relative}.mini-cart .bubble{position:absolute;right:0;top:0;background:var(--gold);color:#111;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800}.hero{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #242424}.hero img{width:100%;aspect-ratio:2.9/1;object-fit:cover}.hero .hero-copy{position:absolute;left:6%;top:13%;max-width:42%}.hero h1{margin:0;color:white;font-size:clamp(25px,5vw,54px);line-height:.95;text-transform:uppercase;font-weight:1000;font-style:italic;text-shadow:0 2px 3px #000}.hero h1 span{display:block;color:var(--gold2);font-size:1.45em}.hero p{font-size:clamp(12px,2vw,20px);line-height:1.2;margin:12px 0}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 18px;font-weight:900;text-transform:uppercase;letter-spacing:.3px}.primary-btn{background:#e92323;color:#fff}.secondary-btn{background:#232323;color:#fff;border:1px solid #4a4a4a}.category-list{display:flex;gap:10px;overflow:auto;padding:12px 1px 4px;scrollbar-width:none}.category-list::-webkit-scrollbar{display:none}.category-card{min-width:120px;padding:7px 8px 10px;border:1px solid #454545;border-radius:16px;background:#101010;color:#fff}.category-card.active{border-color:var(--gold);box-shadow:0 0 0 1px rgba(255,173,0,.25)}.category-card img{width:100%;height:76px;border-radius:11px;object-fit:cover}.category-card span{display:block;margin-top:5px;font-weight:800}.menu-section{scroll-margin-top:8px;margin:21px 0}.menu-section header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.menu-section h2{margin:0;text-transform:uppercase;font-size:22px;font-style:italic}.menu-section small{color:var(--gold)}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product-card{min-width:0;background:linear-gradient(145deg,#191919,#0a0a0a);border:1px solid #353535;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.product-card img{width:100%;height:125px;object-fit:cover}.product-card-body{display:flex;flex-direction:column;gap:5px;padding:9px;flex:1}.product-card h3{font-size:15px;margin:0;text-transform:uppercase}.product-card p{color:var(--muted);font-size:12px;line-height:1.25;margin:0;min-height:32px}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card strong{color:var(--gold);font-size:16px}.add-btn{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;border:1px solid var(--gold);background:#111;color:var(--gold);font-size:27px;line-height:1}.sticky-cart{position:fixed;bottom:0;left:0;right:0;z-index:20}.sticky-inner{width:min(1180px,calc(100% - 20px));margin:8px auto;background:#161616;border:1px solid #484848;border-radius:16px;padding:9px 10px;display:flex;align-items:center;gap:11px;box-shadow:var(--shadow)}.sticky-cart .cart-info{display:flex;align-items:center;gap:9px;min-width:160px}.sticky-cart .bag{font-size:30px}.sticky-cart .count{background:var(--gold);color:#111;border-radius:50%;width:23px;height:23px;display:grid;place-items:center;font-size:12px;font-weight:bold}.sticky-cart strong{font-size:18px}.whatsapp-btn{margin-left:auto;display:flex;align-items:center;justify-content:center;gap:9px;border:0;background:linear-gradient(90deg,#10b947,#18d155);color:white;border-radius:11px;padding:14px 21px;font-weight:1000;text-transform:uppercase}.sticky-cart.is-empty .whatsapp-btn{opacity:.55}.footer-points{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:16px 0 8px;color:#ccc;font-size:13px}.footer-point{display:flex;align-items:center;gap:8px}.footer-point span:first-child{font-size:23px;color:var(--gold)}.page-header{position:sticky;top:0;z-index:7;background:rgba(0,0,0,.93);backdrop-filter:blur(9px);border-bottom:1px solid #252525}.page-header .container{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.page-title{margin:15px 0 14px;text-align:center;text-transform:uppercase;font-size:34px}.cart-layout{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:220px 1fr 165px;gap:17px;background:#111;border:1px solid #3c3c3c;border-radius:16px;overflow:hidden}.cart-item img{width:100%;height:170px;object-fit:cover}.cart-info{padding:16px 0}.cart-info h3{margin:0 0 8px;text-transform:uppercase;font-size:22px}.cart-info p{margin:0 0 15px;color:var(--muted)}.cart-info strong,.cart-actions b{color:var(--gold);font-size:20px}.cart-actions{padding:15px;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.trash{background:transparent;border:0;color:var(--red);font-size:22px}.qty{display:grid;grid-template-columns:42px 42px 42px;border:1px solid #555;border-radius:9px;overflow:hidden}.qty button,.qty span{height:40px;display:grid;place-items:center;background:#101010;border:0;color:white;font-size:20px}.qty button:first-child{color:var(--red)}.qty button:last-child{color:var(--gold)}.qty span{border-left:1px solid #555;border-right:1px solid #555}.coupon,.totals,.form-panel,.summary-card{background:#101010;border:1px solid #3c3c3c;border-radius:15px;padding:18px;margin-top:14px}.coupon{display:flex;gap:12px;align-items:center}.coupon input{flex:1}.totals .line,.summary-card .line,.summary-line{display:flex;justify-content:space-between;gap:12px;padding:9px 0}.totals .grand,.summary-card .grand{border-top:1px solid #454545;margin-top:7px;padding-top:14px;font-size:25px;font-weight:1000}.totals .grand b,.summary-card .grand b{color:var(--gold)}.continue{width:100%;margin-top:15px;background:linear-gradient(90deg,#10b947,#18d155);border:0;color:#fff;border-radius:12px;padding:18px;text-transform:uppercase;font-weight:1000;font-size:17px}.disabled{opacity:.5;pointer-events:none}.empty-state{text-align:center;padding:55px 20px;background:#101010;border:1px solid #333;border-radius:16px}.empty-state div{font-size:64px}.checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:17px}.form-panel{margin-top:0}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:13px}.field label,.group-title{font-size:13px;font-weight:900;text-transform:uppercase;color:#f3f3f3}.field input,.field select,.field textarea,.coupon input{background:#202020;border:1px solid #555;border-radius:9px;color:white;padding:13px;font-size:15px;width:100%}.field textarea{min-height:90px;resize:vertical}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:8px 0 15px}.choice-row.payment{grid-template-columns:repeat(3,1fr)}.choice{position:relative}.choice input{position:absolute;opacity:0}.choice label{display:flex;align-items:center;justify-content:center;min-height:49px;border:1px solid #555;border-radius:10px;background:#181818;font-weight:900;text-transform:uppercase}.choice input:checked+label{border-color:var(--gold);color:var(--gold);box-shadow:0 0 0 1px rgba(255,173,0,.2);background:linear-gradient(135deg,#291900,#181818)}.summary-card{margin:0;height:max-content;position:sticky;top:91px}.summary-card h2{margin-top:0;text-transform:uppercase;font-size:20px;color:var(--gold)}.summary-line{border-bottom:1px dotted #414141;font-size:14px}.summary-line b{white-space:nowrap}.small-note{color:#999;text-align:center;font-size:12px;margin:12px 0}.toast{position:fixed;top:18px;left:50%;transform:translate(-50%,-30px);background:#242424;color:white;border:1px solid var(--gold);padding:12px 18px;border-radius:10px;opacity:0;transition:.25s;z-index:99}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:850px){.product-grid{grid-template-columns:repeat(3,1fr)}.checkout-grid{grid-template-columns:1fr}.summary-card{position:static}.footer-points{grid-template-columns:1fr 1fr}.hero .hero-copy{max-width:50%}.cart-item{grid-template-columns:150px 1fr 130px}.cart-item img{height:160px}.cart-info h3{font-size:18px}}@media(max-width:570px){body{padding-bottom:92px}.container{width:min(100% - 18px,1180px)}.logo{width:120px;height:54px}.icon-btn{font-size:22px}.hero{border-radius:16px}.hero img{aspect-ratio:1.75/1}.hero .hero-copy{left:5%;top:11%;max-width:51%}.hero p{font-size:11px;margin:8px 0}.hero .primary-btn{padding:9px 11px;font-size:12px}.category-card{min-width:99px}.category-card img{height:60px}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card img{height:105px}.product-card-body{padding:8px}.product-card h3{font-size:13px}.product-card p{font-size:11px}.product-card strong{font-size:14px}.menu-section h2{font-size:19px}.sticky-inner{padding:8px}.sticky-cart .cart-info{min-width:128px;gap:6px}.sticky-cart .bag{font-size:25px}.sticky-cart strong{font-size:15px}.whatsapp-btn{padding:13px 11px;font-size:12px}.footer-points{display:none}.page-title{font-size:25px}.cart-item{grid-template-columns:105px 1fr;gap:0;position:relative}.cart-item img{height:100%;min-height:147px}.cart-info{padding:11px}.cart-info h3{font-size:16px;margin-right:48px}.cart-info p{font-size:12px;margin-bottom:8px}.cart-info strong{font-size:16px}.cart-actions{position:absolute;right:5px;top:7px;bottom:6px;padding:0;justify-content:space-between}.cart-actions b{display:none}.qty{grid-template-columns:30px 30px 30px}.qty button,.qty span{height:31px;font-size:16px}.coupon{padding:12px;display:grid;grid-template-columns:1fr auto}.coupon span{grid-column:1/-1}.row{grid-template-columns:1fr}.choice-row.payment{grid-template-columns:1fr}.continue{font-size:15px}.summary-card,.form-panel,.totals{padding:13px}}


/* Mobile-first improvements and hero carousel */
.hero-carousel{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #242424;background:#0b0b0b}.hero-track{display:flex;transition:transform .55s ease}.hero-slide{min-width:100%;user-select:none}.hero-slide img{width:100%;aspect-ratio:2.9/1;object-fit:cover}.category-list{scroll-snap-type:x proximity;padding-bottom:8px}.category-card{scroll-snap-align:start}.product-card,.category-card,.add-btn,.whatsapp-btn,.continue,.choice label,.icon-btn{-webkit-tap-highlight-color:transparent}.product-card{min-height:260px}.product-card .add-btn{width:40px;height:40px;font-size:30px}.sticky-inner{padding:10px 12px;border-radius:18px}.mini-cart .bubble{font-size:11px;font-weight:900}.footer-point{background:rgba(255,255,255,.02);padding:10px;border-radius:12px;border:1px solid #232323}.hero-carousel::after{content:'';position:absolute;inset:auto 0 0 0;height:24%;background:linear-gradient(to top,rgba(0,0,0,.18),transparent);pointer-events:none}
@media(max-width:850px){.hero-slide img{aspect-ratio:2.2/1}.product-grid{gap:10px}.category-card{min-width:104px}.footer-points{gap:8px}}
@media(max-width:570px){.hero-carousel{border-radius:16px}.hero-slide img{aspect-ratio:1.55/1}.topbar{padding:10px 0 8px}.category-list{gap:8px}.category-card{min-width:96px;padding:6px 6px 8px;border-radius:14px}.category-card img{height:58px;border-radius:10px}.category-card span{font-size:13px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{border-radius:14px;min-height:245px}.product-card img{height:112px}.product-card h3{font-size:13px;line-height:1.1}.product-card p{font-size:11px;min-height:34px}.product-card strong{font-size:15px}.product-card .add-btn{width:38px;height:38px}.menu-section{margin:18px 0}.sticky-inner{width:min(100% - 14px,1180px);padding:8px 10px}.sticky-cart .cart-info{min-width:118px}.whatsapp-btn{padding:12px 10px;font-size:12px;border-radius:10px}.page-header .container{padding:8px 0}.coupon,.totals,.form-panel,.summary-card{border-radius:14px}.field input,.field select,.field textarea,.coupon input{font-size:16px}.choice label{min-height:52px}.continue{font-size:16px;padding:16px}.row{gap:10px}}


.location-modal[hidden]{display:none}.location-modal{position:fixed;inset:0;z-index:120}.location-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7)}.location-modal__card{position:relative;width:min(92vw,720px);max-height:88vh;overflow:auto;margin:5vh auto 0;background:#0f0f0f;border:1px solid #3a3a3a;border-radius:18px;padding:16px;box-shadow:var(--shadow)}.location-modal__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.location-modal__header h3{margin:0;font-size:22px}.location-modal__close{font-size:18px}.location-modal__address{margin:0 0 12px;color:#ddd;line-height:1.45}.location-modal__map-wrap{border:1px solid #303030;border-radius:14px;overflow:hidden;background:#111}.location-modal__map-wrap iframe{display:block;width:100%;height:320px;border:0}.location-modal__actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:14px}.location-trigger{font-size:24px}.continue{font-size:18px;padding:16px}@media(max-width:570px){.location-modal__card{width:min(94vw,720px);margin:4vh auto 0;padding:14px;border-radius:16px}.location-modal__header h3{font-size:18px}.location-modal__map-wrap iframe{height:250px}.location-modal__actions{display:grid;grid-template-columns:1fr;gap:8px}.continue{font-size:14px;padding:14px}.location-trigger{font-size:22px}}


/* SEO content and developer credit */
.seo-content{margin:26px 0 18px;padding:20px;border:1px solid #2b2b2b;border-radius:18px;background:linear-gradient(135deg,rgba(255,173,0,.08),rgba(255,255,255,.02));box-shadow:var(--shadow)}
.seo-content h1{margin:0 0 10px;font-size:clamp(22px,4vw,34px);line-height:1.05;text-transform:uppercase;color:#fff}
.seo-content p{margin:8px 0;color:#d8d8d8;line-height:1.55;font-size:15px}
.seo-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}
.seo-menu-card{background:#111;border:1px solid #303030;border-radius:14px;padding:12px;min-height:105px}
.seo-menu-card h3{margin:0 0 6px;color:var(--gold);font-size:16px;text-transform:uppercase}
.seo-menu-card p{margin:0;font-size:13px;color:#cfcfcf;line-height:1.35}
.site-footer{margin:22px auto 110px;padding:22px 0 0;border-top:1px solid rgba(255,173,0,.28);color:#d8d8d8;text-align:center}
.site-footer .footer-content{display:grid;gap:8px;justify-items:center}
.site-footer strong{font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:.04em}
.site-footer p{margin:0;font-size:13px;color:#bdbdbd;line-height:1.45}
.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:6px 0}
.footer-links a{padding:8px 10px;border:1px solid #323232;border-radius:999px;background:#101010;color:#f5f5f5;font-size:12px;font-weight:800;text-transform:uppercase}
.footer-links a:hover{border-color:var(--gold);color:var(--gold)}
.dev-credit a{color:var(--gold);font-weight:900;text-decoration:none}
.compact-footer{margin-bottom:28px}
@media(max-width:850px){.seo-menu-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:570px){.seo-content{padding:15px;margin:20px 0 14px}.seo-menu-grid{grid-template-columns:1fr 1fr;gap:8px}.seo-menu-card{padding:10px;min-height:96px}.seo-menu-card h3{font-size:14px}.seo-menu-card p{font-size:12px}.site-footer{margin-bottom:98px;padding-top:18px}.footer-links{gap:6px}.footer-links a{font-size:11px;padding:7px 8px}.compact-footer{margin-bottom:22px}}
