
:root{
  --bg:#090909; --bg2:#0e0e0e; --panel:#131313; --panel2:#181818;
  --line:#292929; --text:#f6f2e8; --muted:#aaa59d; --orange:#ff9700;
  --orange2:#ffb238; --green:#25d366; --shadow:0 24px 70px rgba(0,0,0,.34);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"DM Sans",sans-serif}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
.site-header{
  height:78px;position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;
  padding:0 clamp(18px,5vw,78px);border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(8,8,8,.9);backdrop-filter:blur(16px)
}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:235px}
.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{font-family:"Playfair Display",serif;font-size:18px;line-height:1.1}
.brand-copy span{font-size:11px;color:var(--muted);margin-top:3px}
.desktop-nav{display:flex;align-items:center;gap:26px}
.desktop-nav a{font-size:13px;color:#d7d1c8;text-decoration:none;transition:.2s}
.desktop-nav a:hover{color:var(--orange2)}
.header-cart{border:1px solid rgba(255,151,0,.35);background:#15110b;color:#fff;border-radius:999px;padding:9px 13px;
display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:700}
.header-cart b{display:grid;place-items:center;min-width:24px;height:24px;background:var(--orange);color:#111;border-radius:50%;font-size:12px}

.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);
background:
radial-gradient(circle at 76% 30%,rgba(255,151,0,.16),transparent 28%),
radial-gradient(circle at 30% 5%,rgba(255,178,56,.05),transparent 24%),
linear-gradient(135deg,#090909,#11100e 55%,#080808)}
.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent)}
.hero-inner{position:relative;z-index:1;width:min(1220px,calc(100% - 36px));min-height:590px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding:64px 0}
.pill{display:inline-flex;border:1px solid rgba(255,151,0,.32);background:rgba(255,151,0,.07);color:var(--orange2);padding:8px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.11em}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(52px,6.1vw,88px);line-height:.94;margin:20px 0}
.hero h1 span{color:var(--orange)}
.hero-copy>p{max-width:650px;color:#bbb5ab;font-size:17px;line-height:1.72;margin:0}
.hero-actions{display:flex;gap:12px;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;padding:13px 18px;font-size:14px;font-weight:700}
.btn-primary{background:linear-gradient(135deg,var(--orange2),var(--orange));color:#111}
.btn-secondary{border:1px solid var(--line);background:#111;color:#f5f1e8}
.contact-strip{display:flex;align-items:center;gap:12px;margin-top:26px}
.contact-strip>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#151515;border:1px solid var(--line)}
.contact-strip div{display:flex;flex-direction:column}
.contact-strip small{color:var(--muted);font-size:11px}
.contact-strip a{text-decoration:none;font-size:15px;font-weight:700;margin-top:2px}
.hero-card{justify-self:end;position:relative;width:min(430px,100%);aspect-ratio:1/1;border:1px solid rgba(255,151,0,.2);border-radius:36px;background:linear-gradient(145deg,#17120b,#0c0c0c);box-shadow:var(--shadow);overflow:hidden;display:grid;place-items:center}
.hero-card:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(255,151,0,.11);filter:blur(70px)}
.hero-card img{width:64%;border-radius:50%;position:relative;z-index:2;filter:drop-shadow(0 25px 35px rgba(0,0,0,.45))}
.hero-card-copy{position:absolute;left:25px;right:25px;bottom:22px;background:rgba(10,10,10,.78);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:17px;padding:15px 17px;z-index:3}
.hero-card-copy span{font-size:10px;letter-spacing:.16em;color:var(--orange2)}
.hero-card-copy strong{display:block;font-family:"Playfair Display",serif;font-size:20px;margin:5px 0}
.hero-card-copy small{color:var(--muted)}

.order-config{width:min(1180px,calc(100% - 36px));margin:-34px auto 0;position:relative;z-index:5;background:rgba(19,19,19,.96);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:18px}
.config-grid{display:grid;grid-template-columns:1.25fr .85fr 1.2fr;gap:15px;align-items:end}
label{display:block;font-size:12px;color:#bcb6ad;margin-bottom:7px}
.toggle-group{display:grid;grid-template-columns:1fr 1fr;background:#0c0c0c;border:1px solid var(--line);border-radius:12px;padding:4px}
.toggle{border:0;background:transparent;color:var(--muted);border-radius:9px;padding:11px;cursor:pointer}
.toggle.active{background:var(--orange);color:#101010;font-weight:800}
select,input,textarea{width:100%;border:1px solid var(--line);background:#0c0c0c;color:var(--text);border-radius:12px;padding:12px 13px;outline:none}
select:focus,input:focus,textarea:focus{border-color:rgba(255,151,0,.75);box-shadow:0 0 0 3px rgba(255,151,0,.08)}
.schedule-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.delivery-panel{margin-top:12px;padding-top:14px;border-top:1px solid var(--line)}
.hidden{display:none!important}

.trust-row{width:min(1180px,calc(100% - 36px));margin:30px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.trust-row article{border:1px solid var(--line);background:#101010;border-radius:17px;padding:16px;display:flex;gap:13px;align-items:center}
.trust-row article>span{width:37px;height:37px;display:grid;place-items:center;border-radius:11px;background:#1d160d;color:var(--orange2);font-size:11px;font-weight:800}
.trust-row div{display:flex;flex-direction:column}
.trust-row strong{font-size:13px}
.trust-row small{color:var(--muted);font-size:11px;margin-top:3px}

.menu-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:72px 0 100px}
.menu-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:22px}
.section-kicker{color:var(--orange2);letter-spacing:.17em;font-size:10px;font-weight:800}
.menu-heading h2,.drawer-header h2{font-family:"Playfair Display",serif}
.menu-heading h2{font-size:42px;margin:7px 0 5px}
.menu-heading p{color:var(--muted);margin:0}
.search-wrap{position:relative;width:min(330px,100%)}
.search-wrap span{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--muted)}
.search-wrap input{padding-left:37px}
.category-tabs{display:flex;gap:8px;overflow-x:auto;padding:4px 0 18px;scrollbar-width:none}
.category-tabs::-webkit-scrollbar{display:none}
.category-tab{white-space:nowrap;border:1px solid var(--line);background:#111;color:#d7d2c9;border-radius:999px;padding:9px 14px;font-size:12px;cursor:pointer}
.category-tab.active{border-color:var(--orange);background:var(--orange);color:#111;font-weight:800}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.menu-card{min-height:155px;border:1px solid var(--line);background:linear-gradient(145deg,#141414,#101010);border-radius:18px;padding:17px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}
.menu-card:hover{transform:translateY(-2px);border-color:#3a3429}
.menu-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.menu-card h3{font-size:15px;line-height:1.35;margin:0}
.menu-meta{font-size:10px;color:var(--muted);margin-top:6px}
.menu-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px}
.price{font-size:18px;font-weight:800;color:var(--orange2)}
.add-btn{border:1px solid rgba(255,151,0,.5);background:#1a130a;color:var(--orange2);border-radius:10px;padding:9px 13px;font-weight:800;cursor:pointer}
.add-btn:hover{background:var(--orange);color:#111}

.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(475px,100%);z-index:60;background:#0e0e0e;border-left:1px solid var(--line);display:flex;flex-direction:column;transform:translateX(105%);transition:transform .26s ease}
.cart-drawer.open{transform:translateX(0)}
.overlay{position:fixed;inset:0;z-index:55;background:rgba(0,0,0,.66);opacity:0;pointer-events:none;transition:.2s}
.overlay.show{opacity:1;pointer-events:auto}
.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}
.drawer-header h2{margin:4px 0 0;font-size:28px}
.close-btn{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#151515;color:white;font-size:24px;cursor:pointer}
.cart-items{flex:1;overflow-y:auto;padding:8px 20px}
.empty-cart{padding:55px 15px;text-align:center;color:var(--muted);line-height:1.6}
.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:15px 0;border-bottom:1px solid var(--line)}
.cart-line h4{font-size:14px;margin:0 0 3px;line-height:1.4}
.cart-line small{color:var(--muted)}
.qty{display:flex;align-items:center;gap:9px;margin-top:9px}
.qty button{width:28px;height:28px;border:1px solid var(--line);background:#161616;color:white;border-radius:8px;cursor:pointer}
.remove-btn{border:0;background:transparent;color:#e57b68;font-size:11px;padding:0;margin-top:7px;cursor:pointer}
.customer-form{border-top:1px solid var(--line);padding:14px 20px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.customer-form>div+div{margin-top:10px}
.drawer-footer{border-top:1px solid var(--line);background:#0a0a0a;padding:17px 20px 20px}
.subtotal-row{display:flex;align-items:center;justify-content:space-between;font-size:18px}
.subtotal-row strong{font-size:22px;color:var(--orange2)}
.drawer-footer p{font-size:11px;color:var(--muted);line-height:1.5}
.checkout-btn{width:100%;border:0;border-radius:13px;background:var(--green);color:#072713;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:15px;cursor:pointer}
.drawer-phone{display:block;text-align:center;font-size:12px;color:#cac4ba;margin-top:13px;text-decoration:none}
.mobile-cart-bar{display:none}

footer{border-top:1px solid var(--line);background:#080808;padding:30px clamp(18px,5vw,70px);display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:48px;height:48px;border-radius:50%}
.footer-brand div,.footer-contact{display:flex;flex-direction:column}
.footer-brand span,.footer-contact small{color:var(--muted);font-size:11px}
.footer-contact{text-align:right}
.footer-contact a{font-weight:800;text-decoration:none;margin-top:3px}
footer>p{grid-column:1/-1;color:#706c65;font-size:10px;margin:0}

@media(max-width:1000px){
  .desktop-nav{display:none}
  .hero-inner{grid-template-columns:1fr .72fr;gap:30px}
  .hero-card{border-radius:28px}
  .menu-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  body{padding-bottom:82px}
  .site-header{height:68px;padding:0 14px}
  .brand{min-width:0}
  .brand img{width:44px;height:44px}
  .brand-copy strong{font-size:15px}
  .brand-copy span{font-size:10px}
  .header-cart{padding:8px 10px}
  .header-cart>span:not(.cart-icon){display:none}
  .hero-inner{grid-template-columns:1fr;min-height:auto;padding:52px 0 78px}
  .hero h1{font-size:49px}
  .hero-copy>p{font-size:15px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .hero-card{display:none}
  .order-config{margin-top:-35px;padding:14px}
  .config-grid{grid-template-columns:1fr}
  .schedule-fields{grid-template-columns:1fr 1fr}
  .trust-row{grid-template-columns:1fr;margin-top:18px}
  .trust-row article{padding:13px}
  .menu-shell{padding:54px 0 70px}
  .menu-heading{align-items:stretch;flex-direction:column;gap:18px}
  .menu-heading h2{font-size:34px}
  .search-wrap{width:100%}
  .menu-grid{grid-template-columns:1fr}
  .menu-card{min-height:132px}
  .cart-drawer{width:100%}
  .form-row{grid-template-columns:1fr}
  .mobile-cart-bar.visible{display:flex}
  .mobile-cart-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:35;border:0;border-radius:15px;background:linear-gradient(135deg,var(--orange2),var(--orange));color:#111;padding:12px 15px;align-items:center;justify-content:space-between;box-shadow:0 16px 45px rgba(0,0,0,.5);cursor:pointer}
  .mobile-cart-bar div{display:flex;flex-direction:column;text-align:left}
  .mobile-cart-bar small{font-size:10px}
  .mobile-cart-bar strong{font-size:14px}
  .mobile-cart-bar>span{font-size:18px;font-weight:900}
  footer{grid-template-columns:1fr;text-align:left;padding-bottom:30px}
  .footer-contact{text-align:left}
}
@media(max-width:390px){
  .brand-copy span{display:none}
  .hero h1{font-size:43px}
  .hero-actions{grid-template-columns:1fr}
  .schedule-fields{grid-template-columns:1fr}
}


/* Location & contact */
.location-section{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto 70px;
}
.location-card{
  position:relative;
  overflow:hidden;
  padding:38px;
  background:
    radial-gradient(circle at 90% 20%,rgba(255,151,0,.13),transparent 35%),
    linear-gradient(145deg,#151515,#0d0d0d);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
}
.location-info h2{
  margin:8px 0 28px;
  font-family:"Playfair Display",serif;
  font-size:38px;
}
.location-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:24px;
}
.location-detail strong{
  display:block;
  margin-bottom:7px;
  color:var(--orange2);
  font-size:13px;
}
.location-detail p{
  margin:0;
  color:#c9c3ba;
  font-size:15px;
  line-height:1.7;
}
.location-detail a{
  color:var(--text);
  text-decoration:none;
  font-weight:800;
}
.location-actions{
  display:flex;
  gap:10px;
  margin-top:28px;
}
.location-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 19px;
  border-radius:11px;
  text-decoration:none;
  font-weight:800;
  transition:transform .2s ease,border-color .2s ease;
}
.location-btn:hover{transform:translateY(-2px)}
.whatsapp-location-btn{
  background:var(--green);
  color:#072713;
}
.secondary-location-btn{
  border:1px solid var(--line);
  background:#151515;
  color:var(--text);
}
@media(max-width:760px){
  .location-section{margin-bottom:35px}
  .location-card{padding:24px 20px;border-radius:18px}
  .location-info h2{font-size:30px}
  .location-grid{grid-template-columns:1fr;gap:20px}
  .location-actions{display:grid;grid-template-columns:1fr 1fr}
  .location-btn{width:100%}
}
@media(max-width:390px){
  .location-actions{grid-template-columns:1fr}
}


/* Enhanced delivery address section */
.delivery-address-card{
  padding:18px;
  border:1px solid rgba(255,151,0,.18);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,151,0,.05),rgba(255,255,255,.015));
}
.delivery-address-heading h3{
  margin:5px 0 6px;
  font-family:"Playfair Display",serif;
  font-size:24px;
}
.delivery-address-heading p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}
.delivery-address-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.field-span-2{grid-column:1/-1}

@media(max-width:760px){
  .delivery-address-card{padding:15px}
  .delivery-address-grid{grid-template-columns:1fr}
  .field-span-2{grid-column:auto}
}


/* Clearly separated menu category sections */
.menu-grid{
  display:block;
}
.menu-category-section{
  margin-bottom:42px;
}
.menu-category-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:4px 0 15px;
  padding-bottom:11px;
  border-bottom:1px solid var(--line);
}
.menu-category-heading>div{
  display:flex;
  align-items:center;
  gap:10px;
}
.menu-category-heading h3{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:27px;
  color:var(--text);
}
.category-line{
  width:5px;
  height:27px;
  border-radius:999px;
  background:var(--orange);
}
.category-count{
  color:var(--muted);
  font-size:11px;
}
.category-items-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
}
@media(max-width:1000px){
  .category-items-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .menu-category-section{margin-bottom:34px}
  .menu-category-heading h3{font-size:24px}
  .category-items-grid{grid-template-columns:1fr}
}

.fee-row{margin-top:8px;font-size:15px;color:var(--muted)}.fee-row strong{font-size:17px;color:var(--text)}.grand-total-row{margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}.grand-total-row strong{font-size:24px;color:var(--orange2)}

/* Phase 2 — Swiggy/Zomato-style product cards */
.food-card{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:14px;align-items:stretch;padding:14px;min-height:170px}
.food-copy{display:flex;flex-direction:column;min-width:0}.food-copy .menu-card-bottom{margin-top:auto}
.food-description{margin:8px 0 14px;color:var(--muted);font-size:12.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.food-tags{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-bottom:5px}.bestseller-tag{font-size:10px;font-weight:800;color:var(--orange2);text-transform:uppercase;letter-spacing:.05em}.food-image-wrap{border-radius:14px;overflow:hidden;min-height:138px;background:#17120c}.food-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.food-image-placeholder{height:100%;min-height:138px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:linear-gradient(145deg,#17110b,#251707);border:1px solid rgba(255,153,0,.15)}.food-image-placeholder span{font-size:42px}.food-image-placeholder small{font-size:9px;color:var(--muted)}.menu-card.sold-out{opacity:.58}.add-btn:disabled{cursor:not-allowed;filter:grayscale(1);opacity:.7}
@media(max-width:520px){.food-card{grid-template-columns:minmax(0,1fr) 108px}.food-image-wrap,.food-image-placeholder{min-height:128px}.food-description{-webkit-line-clamp:2}}

.flow-shell{max-width:980px;margin:110px auto 60px;padding:0 20px}.flow-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:24px}
.flow-card{background:#121212;border:1px solid #2b2b2b;border-radius:22px;padding:22px}.flow-card h1,.flow-card h2{margin-top:0}
.flow-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #282828}
.flow-thumb{width:72px;height:72px;border-radius:14px;object-fit:cover;background:#222}.flow-placeholder{display:grid;place-items:center;font-size:28px}
.flow-item h3{margin:0 0 5px;font-size:16px}.flow-item p{margin:0;color:#aaa}.flow-qty{display:flex;gap:10px;align-items:center;margin-top:9px}.flow-qty button{width:30px;height:30px;border-radius:50%;border:1px solid #444;background:#1c1c1c;color:#fff}
.summary-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.summary-row.total{border-top:1px solid #333;margin-top:8px;padding-top:16px;font-size:20px;font-weight:700}
.primary-wide{display:block;width:100%;padding:15px 18px;border:0;border-radius:14px;background:#f59e0b;color:#111;font-weight:800;text-align:center;text-decoration:none;margin-top:18px}
.secondary-wide{display:block;width:100%;padding:13px 18px;border:1px solid #444;border-radius:14px;color:#fff;text-align:center;text-decoration:none;margin-top:10px}
.checkout-form{display:grid;gap:14px}.checkout-form label{display:grid;gap:7px;color:#ddd;font-weight:600}.checkout-form input,.checkout-form textarea,.checkout-form select{width:100%;box-sizing:border-box;background:#171717;border:1px solid #3a3a3a;color:#fff;border-radius:12px;padding:12px}
.type-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.type-btn{padding:14px;border:1px solid #444;background:#171717;color:#fff;border-radius:14px;font-weight:700}.type-btn.active{border-color:#f59e0b;background:#2b210d}
.promo-row{display:grid;grid-template-columns:1fr auto;gap:8px}.promo-msg{font-size:13px;margin-top:7px;color:#bbb}.promo-ok{color:#4ade80}.promo-bad{color:#f87171}
.hidden{display:none!important}@media(max-width:760px){.flow-grid{grid-template-columns:1fr}.flow-shell{margin-top:90px}.flow-item{grid-template-columns:60px 1fr}.flow-item>strong{grid-column:2}.flow-thumb{width:60px;height:60px}}

/* Phase 2.6 UX cleanup */
#cartDrawer, .cart-drawer, .drawer-overlay, .cart-overlay { }

/* Dedicated cart-page flow: legacy drawer disabled */
.cart-drawer,.overlay{display:none!important;}


/* ===== PREMIUM STOREFRONT UPGRADE 2026 ===== */
:root{--premium-bg:#090909;--premium-card:#141414;--premium-card2:#1a1a1a;--premium-line:#292929;--premium-accent:#f59e0b;--premium-muted:#aaa}
body{background:radial-gradient(circle at 80% 0,rgba(245,158,11,.08),transparent 28rem),var(--premium-bg)}
.site-header{background:rgba(9,9,9,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}
.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#090909 0%,#111 55%,#191108 100%)}
.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-140px;top:-170px;background:radial-gradient(circle,rgba(245,158,11,.22),transparent 67%);pointer-events:none}
.hero h1{letter-spacing:-.04em;line-height:.98}.hero h1 span{color:var(--premium-accent)}
.pill{border:1px solid rgba(245,158,11,.35);background:rgba(245,158,11,.08);color:#ffc45e}
.btn,.header-cart{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover,.header-cart:hover{transform:translateY(-2px)}
.btn-primary{box-shadow:0 12px 34px rgba(245,158,11,.18)}
.menu-shell{max-width:1280px}.menu-heading h2{font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.035em}
.menu-tools{position:sticky;top:78px;z-index:20;background:rgba(9,9,9,.88);backdrop-filter:blur(16px);padding:12px;border:1px solid rgba(255,255,255,.06);border-radius:18px}
.category-tabs{scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{white-space:nowrap;border:1px solid var(--premium-line);background:#121212}.category-tab.active{background:var(--premium-accent);color:#111;border-color:var(--premium-accent);box-shadow:0 8px 24px rgba(245,158,11,.18)}
.menu-card{background:linear-gradient(180deg,#171717,#111);border:1px solid rgba(255,255,255,.075);border-radius:20px;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.menu-card:hover{transform:translateY(-4px);border-color:rgba(245,158,11,.32);box-shadow:0 20px 48px rgba(0,0,0,.28)}
.menu-card img{transition:transform .4s ease}.menu-card:hover img{transform:scale(1.035)}
.menu-category-heading h3{letter-spacing:-.025em}.category-line{background:linear-gradient(90deg,var(--premium-accent),transparent)}
.mobile-cart-bar{box-shadow:0 -18px 50px rgba(0,0,0,.38);backdrop-filter:blur(18px)}
.premium-trust-strip{max-width:1180px;margin:-24px auto 36px;position:relative;z-index:3;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.premium-trust-strip div{background:#121212;border:1px solid #242424;border-radius:16px;padding:16px;text-align:center}.premium-trust-strip strong{display:block;color:#fff}.premium-trust-strip span{font-size:12px;color:#999}
@media(max-width:760px){.premium-trust-strip{grid-template-columns:repeat(2,1fr);margin-top:-12px}.premium-trust-strip div{padding:12px 8px}.menu-tools{top:66px}.hero{padding-bottom:44px}}


.store-open-status{position:sticky;top:72px;z-index:90;text-align:center;padding:9px 16px;font-size:13px;font-weight:800;letter-spacing:.01em;background:#22190d;color:#ffd99a;border-bottom:1px solid #4d3515}.store-open-status.open{background:#102019;color:#a9e9bf;border-color:#244934}.store-open-status.closed{background:#241310;color:#ffc2b5;border-color:#5c2d25}.store-closed-note{font-size:12px;color:#aaa;margin-top:4px}

/* Official social & discovery links */
.footer-social{display:flex;flex-direction:column;gap:7px}.footer-social small{color:var(--muted);font-size:11px}.footer-social-links{display:flex;gap:12px;flex-wrap:wrap}.footer-social-links a{color:#f4eee5;text-decoration:none;font-size:12px;font-weight:800}.footer-social-links a:hover{text-decoration:underline}.success-social-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.success-social-actions a{text-decoration:none;text-align:center}@media(max-width:640px){.success-social-actions{grid-template-columns:1fr}.footer-social-links{flex-direction:column;gap:6px}}

/* Live order availability */
.store-open-status{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;position:sticky;top:72px;z-index:90;text-align:center;padding:10px 16px;font-size:13px;font-weight:700;letter-spacing:.01em;background:#241310;color:#ffc2b5;border-bottom:1px solid #5c2d25;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.store-open-status strong{font-size:13px;letter-spacing:.035em}.store-open-status span{font-weight:600;opacity:.9}.store-open-status.open{background:#102019;color:#b9f2ca;border-color:#28573a}.store-open-status.closed{background:#241310;color:#ffc2b5;border-color:#5c2d25}
@media(max-width:640px){.store-open-status{top:64px;gap:3px;padding:9px 12px}.store-open-status strong,.store-open-status span{width:100%}.store-open-status span{font-size:11px}}

/* ===== Premium glassmorphism storefront theme ===== */
body{
  position:relative;
  isolation:isolate;
  min-height:100vh;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,151,0,.14),transparent 24%),
    radial-gradient(circle at 88% 12%,rgba(255,178,56,.10),transparent 22%),
    radial-gradient(circle at 78% 68%,rgba(125,70,18,.14),transparent 25%),
    linear-gradient(145deg,#070707 0%,#0b0a09 44%,#11100e 70%,#070707 100%);
  background-attachment:fixed;
}
body:before,
body:after{
  content:"";
  position:fixed;
  z-index:-2;
  border-radius:50%;
  pointer-events:none;
  filter:blur(90px);
  opacity:.72;
}
body:before{width:360px;height:360px;left:-120px;top:14vh;background:rgba(255,132,0,.17)}
body:after{width:430px;height:430px;right:-160px;top:52vh;background:rgba(255,185,75,.10)}

.site-header{
  background:rgba(10,10,10,.58);
  border-bottom:1px solid rgba(255,255,255,.09);
  box-shadow:0 10px 35px rgba(0,0,0,.16);
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
}
.hero{
  background:transparent;
  border-bottom:0;
}
.hero:after{
  opacity:.45;
  background-size:64px 64px;
}
.hero-card,
.order-config,
.trust-row article,
.menu-card,
.location-card{
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.026));
  border:1px solid rgba(255,255,255,.11);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 24px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(24px) saturate(135%);
  -webkit-backdrop-filter:blur(24px) saturate(135%);
}
.hero-card{
  background:
    radial-gradient(circle at 70% 22%,rgba(255,151,0,.16),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  border-color:rgba(255,170,63,.19);
}
.hero-card-copy{
  background:rgba(9,9,9,.46);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(20px) saturate(140%);
  -webkit-backdrop-filter:blur(20px) saturate(140%);
}
.order-config{background:linear-gradient(145deg,rgba(25,25,25,.68),rgba(12,12,12,.46))}
.toggle-group,
select,input,textarea,
.search-wrap input{
  background:rgba(7,7,7,.46);
  border-color:rgba(255,255,255,.10);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.toggle.active{
  background:linear-gradient(135deg,var(--orange2),var(--orange));
  box-shadow:0 8px 24px rgba(255,151,0,.16);
}
.trust-row article>span{
  background:rgba(255,151,0,.10);
  border:1px solid rgba(255,151,0,.18);
}
.category-tab{
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.category-tab:hover{border-color:rgba(255,151,0,.34);background:rgba(255,151,0,.06)}
.category-tab.active{
  background:linear-gradient(135deg,var(--orange2),var(--orange));
  border-color:rgba(255,186,82,.85);
  box-shadow:0 10px 28px rgba(255,151,0,.17);
}
.menu-card{position:relative;overflow:hidden}
.menu-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 28%,transparent 70%,rgba(255,151,0,.035));
}
.menu-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,168,54,.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 28px 65px rgba(0,0,0,.32);
}
.add-btn{
  background:rgba(255,151,0,.08);
  border-color:rgba(255,151,0,.34);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.btn-secondary,
.secondary-location-btn,
.close-btn,
.qty button{
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.11);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.cart-drawer{
  background:rgba(10,10,10,.72);
  border-left:1px solid rgba(255,255,255,.10);
  box-shadow:-24px 0 70px rgba(0,0,0,.38);
  backdrop-filter:blur(28px) saturate(145%);
  -webkit-backdrop-filter:blur(28px) saturate(145%);
}
.drawer-footer{background:rgba(6,6,6,.52);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
footer{
  background:rgba(7,7,7,.52);
  border-top:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.location-card:before{
  content:"";
  position:absolute;
  width:260px;height:260px;
  right:-80px;top:-100px;
  border-radius:50%;
  background:rgba(255,151,0,.10);
  filter:blur(55px);
  pointer-events:none;
}
@media(max-width:760px){
  body{background-attachment:scroll}
  .hero-inner{padding-top:42px}
  .order-config,.trust-row article,.menu-card,.location-card{backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}
}


/* ===== Real food photography backdrop — menu section only ===== */
.menu-shell{
  position:relative;
  isolation:isolate;
}
.menu-photo-backdrop{
  position:absolute;
  z-index:-1;
  top:-34px;
  bottom:-48px;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  overflow:hidden;
  pointer-events:none;
  background:#090909;
}
.menu-bg-photo{
  position:absolute;
  display:block;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  opacity:.24;
  filter:saturate(.92) contrast(1.08) brightness(.68);
  transform:translateZ(0);
  will-change:transform;
}
.menu-bg-photo-one{
  inset:0 48% 56% 0;
  background-image:url("assets/backgrounds/bg-food-1.webp");
  background-position:center 42%;
  mask-image:linear-gradient(110deg,#000 0%,#000 44%,transparent 96%),linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);
  -webkit-mask-image:linear-gradient(110deg,#000 0%,#000 44%,transparent 96%);
}
.menu-bg-photo-two{
  top:24%;
  right:-3%;
  width:58%;
  height:52%;
  background-image:url("assets/backgrounds/bg-food-2.webp");
  background-position:center;
  opacity:.20;
  -webkit-mask-image:linear-gradient(260deg,#000 0%,#000 48%,transparent 96%);
  mask-image:linear-gradient(260deg,#000 0%,#000 48%,transparent 96%);
}
.menu-bg-photo-three{
  left:-3%;
  bottom:-2%;
  width:62%;
  height:46%;
  background-image:url("assets/backgrounds/bg-food-3.webp");
  background-position:center 56%;
  opacity:.18;
  -webkit-mask-image:linear-gradient(105deg,#000 0%,#000 50%,transparent 98%);
  mask-image:linear-gradient(105deg,#000 0%,#000 50%,transparent 98%);
}
.menu-bg-vignette{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom,rgba(7,7,7,.96) 0%,rgba(7,7,7,.54) 8%,rgba(7,7,7,.42) 48%,rgba(7,7,7,.74) 91%,rgba(7,7,7,.98) 100%),
    radial-gradient(circle at 50% 42%,transparent 0%,rgba(0,0,0,.2) 56%,rgba(0,0,0,.72) 100%);
}
.menu-shell .menu-heading,
.menu-shell .category-tabs,
.menu-shell .menu-grid{
  position:relative;
  z-index:1;
}
.menu-shell .menu-heading{
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(17,17,17,.64),rgba(10,10,10,.43));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 50px rgba(0,0,0,.22);
  backdrop-filter:blur(22px) saturate(135%);
  -webkit-backdrop-filter:blur(22px) saturate(135%);
}
.menu-shell .category-tabs{
  margin-top:14px;
  padding:12px 10px 16px;
  border-radius:18px;
  background:rgba(8,8,8,.30);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
@media (min-width:761px){
  .menu-bg-photo-one{background-attachment:fixed}
  .menu-bg-photo-two{background-attachment:fixed}
  .menu-bg-photo-three{background-attachment:fixed}
}
@media(max-width:760px){
  .menu-photo-backdrop{top:-18px;bottom:-28px}
  .menu-bg-photo{filter:saturate(.88) contrast(1.05) brightness(.62)}
  .menu-bg-photo-one{inset:0 28% 65% -14%;opacity:.18}
  .menu-bg-photo-two{top:30%;right:-25%;width:90%;height:40%;opacity:.15}
  .menu-bg-photo-three{left:-25%;bottom:0;width:92%;height:38%;opacity:.14}
  .menu-bg-vignette{background:linear-gradient(to bottom,rgba(7,7,7,.94),rgba(7,7,7,.55) 18%,rgba(7,7,7,.62) 76%,rgba(7,7,7,.97))}
  .menu-shell .menu-heading{padding:18px;border-radius:20px}
}
@media(prefers-reduced-motion:reduce){
  .menu-bg-photo{background-attachment:scroll!important}
}

/* ===== v1.6 storefront polish + adaptive theme ===== */
html,body{max-width:100%;overflow-x:clip}
.site-header{gap:14px}
.theme-toggle{
  margin-left:auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;
  min-height:42px;padding:8px 12px;border-radius:999px;cursor:pointer;
  border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055);color:var(--text);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  transition:transform .18s ease,border-color .18s ease,background .18s ease
}
.theme-toggle:hover{transform:translateY(-1px);border-color:rgba(255,151,0,.36)}
.theme-toggle-icon{font-size:16px;line-height:1}.theme-toggle-text{font-size:12px;font-weight:700}
.desktop-nav + .theme-toggle{margin-left:0}

/* Make the first menu content arrive sooner and let the photography read as intentional. */
.menu-shell{padding-top:42px}
.menu-photo-backdrop{top:0;bottom:-28px;background:#0a0908}
.menu-bg-photo{opacity:.34;filter:saturate(1.02) contrast(1.05) brightness(.78)}
.menu-bg-photo-one{inset:0 45% 48% -2%;opacity:.36}
.menu-bg-photo-two{top:20%;right:-2%;width:61%;height:55%;opacity:.30}
.menu-bg-photo-three{left:-2%;bottom:-1%;width:65%;height:48%;opacity:.27}
.menu-bg-vignette{
  background:
    linear-gradient(to bottom,rgba(7,7,7,.74) 0%,rgba(7,7,7,.30) 12%,rgba(7,7,7,.28) 48%,rgba(7,7,7,.48) 88%,rgba(7,7,7,.92) 100%),
    radial-gradient(circle at 50% 42%,transparent 0%,rgba(0,0,0,.08) 58%,rgba(0,0,0,.45) 100%);
}
.menu-shell .menu-heading{background:linear-gradient(145deg,rgba(14,14,14,.62),rgba(8,8,8,.40));border-color:rgba(255,255,255,.14)}
.menu-shell .category-tabs{background:rgba(8,8,8,.20)}

/* Light theme follows the same premium glass language rather than becoming plain white. */
:root[data-theme="light"]{
  --bg:#f6f2ea;--bg2:#eee8dd;--panel:rgba(255,255,255,.72);--panel2:rgba(255,255,255,.82);
  --line:rgba(65,47,27,.14);--text:#211b16;--muted:#766e65;--orange:#e78400;--orange2:#bd6800;
  --green:#159447;--shadow:0 24px 70px rgba(86,60,30,.13)
}
:root[data-theme="light"] body{
  background:
    radial-gradient(circle at 12% 18%,rgba(255,151,0,.14),transparent 25%),
    radial-gradient(circle at 88% 12%,rgba(255,190,90,.16),transparent 23%),
    linear-gradient(145deg,#f8f5ee,#efe8dc 56%,#f9f6f0);
  color:var(--text)
}
:root[data-theme="light"] body:before{background:rgba(255,148,18,.15)}
:root[data-theme="light"] body:after{background:rgba(245,184,84,.13)}
:root[data-theme="light"] .site-header{
  background:rgba(250,247,241,.72);border-bottom-color:rgba(70,48,25,.11);box-shadow:0 10px 35px rgba(87,60,30,.08)
}
:root[data-theme="light"] .desktop-nav a{color:#514940}
:root[data-theme="light"] .header-cart{background:rgba(255,247,235,.72);color:#211b16;border-color:rgba(207,119,0,.28)}
:root[data-theme="light"] .theme-toggle{background:rgba(255,255,255,.58);color:#211b16;border-color:rgba(70,48,25,.13)}
:root[data-theme="light"] .hero-copy>p,:root[data-theme="light"] .menu-heading p{color:#6c645b}
:root[data-theme="light"] .hero-card,
:root[data-theme="light"] .order-config,
:root[data-theme="light"] .trust-row article,
:root[data-theme="light"] .menu-card,
:root[data-theme="light"] .location-card,
:root[data-theme="light"] .flow-card{
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,250,242,.50));
  border-color:rgba(72,51,28,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 22px 58px rgba(83,57,28,.11)
}
:root[data-theme="light"] .hero-card{background:radial-gradient(circle at 70% 22%,rgba(255,151,0,.14),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,248,237,.56))}
:root[data-theme="light"] .hero-card-copy{background:rgba(255,252,247,.66);border-color:rgba(75,52,25,.12)}
:root[data-theme="light"] .toggle-group,
:root[data-theme="light"] select,
:root[data-theme="light"] input,
:root[data-theme="light"] textarea,
:root[data-theme="light"] .search-wrap input{background:rgba(255,255,255,.62);color:#211b16;border-color:rgba(70,48,25,.13)}
:root[data-theme="light"] .category-tab{background:rgba(255,255,255,.58);color:#443c34;border-color:rgba(70,48,25,.13)}
:root[data-theme="light"] .btn-secondary,
:root[data-theme="light"] .secondary-location-btn,
:root[data-theme="light"] .close-btn,
:root[data-theme="light"] .qty button,
:root[data-theme="light"] .secondary-wide{background:rgba(255,255,255,.62);color:#211b16;border-color:rgba(70,48,25,.13)}
:root[data-theme="light"] .cart-drawer{background:rgba(248,244,237,.84);border-left-color:rgba(70,48,25,.12);box-shadow:-24px 0 70px rgba(79,55,28,.17)}
:root[data-theme="light"] .drawer-footer{background:rgba(255,252,247,.66)}
:root[data-theme="light"] footer{background:rgba(246,241,232,.72);border-top-color:rgba(70,48,25,.11)}
:root[data-theme="light"] .store-open-status.status-open{background:rgba(222,247,231,.94);color:#155d34;border-color:rgba(21,148,71,.22)}
:root[data-theme="light"] .store-open-status.status-closed{background:rgba(253,232,228,.95);color:#8a2d22;border-color:rgba(190,63,47,.18)}
:root[data-theme="light"] .menu-photo-backdrop{background:#ece3d6}
:root[data-theme="light"] .menu-bg-photo{filter:saturate(.94) contrast(1.02) brightness(1.04);opacity:.31}
:root[data-theme="light"] .menu-bg-vignette{
  background:
    linear-gradient(to bottom,rgba(246,242,234,.82) 0%,rgba(246,242,234,.40) 14%,rgba(246,242,234,.43) 50%,rgba(246,242,234,.60) 88%,rgba(246,242,234,.96) 100%),
    radial-gradient(circle at 50% 42%,transparent 0%,rgba(246,242,234,.08) 56%,rgba(236,226,211,.56) 100%)
}
:root[data-theme="light"] .menu-shell .menu-heading{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,249,239,.54));border-color:rgba(72,51,28,.14)}
:root[data-theme="light"] .menu-shell .category-tabs{background:rgba(255,255,255,.34)}
:root[data-theme="light"] .add-btn{background:rgba(230,132,0,.08);color:#a75c00;border-color:rgba(207,119,0,.28)}
:root[data-theme="light"] .menu-card:hover{border-color:rgba(207,119,0,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 24px 54px rgba(84,58,28,.13)}

@media(max-width:1000px){.theme-toggle-text{display:none}.theme-toggle{width:42px;padding:8px}}
@media(max-width:760px){
  .menu-shell{padding-top:30px}
  .menu-bg-photo-one{inset:0 20% 63% -16%;opacity:.23}
  .menu-bg-photo-two{top:29%;right:-30%;width:98%;height:42%;opacity:.20}
  .menu-bg-photo-three{left:-30%;bottom:0;width:100%;height:39%;opacity:.18}
  .menu-bg-vignette{background:linear-gradient(to bottom,rgba(7,7,7,.76),rgba(7,7,7,.42) 19%,rgba(7,7,7,.48) 76%,rgba(7,7,7,.92))}
  :root[data-theme="light"] .menu-bg-vignette{background:linear-gradient(to bottom,rgba(246,242,234,.84),rgba(246,242,234,.50) 19%,rgba(246,242,234,.56) 76%,rgba(246,242,234,.95))}
}

/* =========================================================
   FINAL STOREFRONT POLISH — v1.7
   Premium commerce cards + responsive visual hierarchy
========================================================= */

.menu-shell{padding-top:34px}
.menu-heading{margin-bottom:18px}
.menu-heading p{max-width:540px}

.popular-picks{margin:22px 0 28px;padding:22px;border:1px solid var(--glass-line,rgba(255,255,255,.1));border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 22px 55px rgba(0,0,0,.18);backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%)}
.popular-picks[hidden]{display:none!important}
.popular-picks-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}
.popular-picks-head h3{font-family:Georgia,'Times New Roman',serif;font-size:30px;letter-spacing:-.03em;margin:5px 0 3px}
.popular-picks-head p{margin:0;color:var(--muted);font-size:13px}
.popular-chip{border:1px solid rgba(245,158,11,.28);background:rgba(245,158,11,.1);color:var(--orange2);font-size:11px;font-weight:900;padding:8px 11px;border-radius:999px;white-space:nowrap}
.popular-picks-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}

.category-items-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.menu-card.food-card{display:flex;flex-direction:column;padding:0;min-height:100%;border-radius:22px;background:linear-gradient(160deg,rgba(27,27,27,.88),rgba(13,13,13,.82));box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 14px 34px rgba(0,0,0,.14)}
.food-image-wrap{position:relative;width:100%;aspect-ratio:16/10;min-height:0;border-radius:0;background:#17120c;overflow:hidden}
.food-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.food-image-overlay{position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(0,0,0,.34));pointer-events:none}
.food-image-placeholder{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:radial-gradient(circle at 70% 10%,rgba(245,158,11,.18),transparent 35%),linear-gradient(145deg,#17110b,#251707)}
.food-image-placeholder span{font-size:48px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}
.food-image-placeholder small{font-size:10px;color:var(--muted)}
.food-card-badges{position:absolute;left:11px;top:11px;right:11px;display:flex;justify-content:space-between;gap:7px;align-items:flex-start;pointer-events:none}
.food-badge{display:inline-flex;align-items:center;min-height:25px;padding:5px 9px;border-radius:999px;font-size:9px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.055em;backdrop-filter:blur(10px);box-shadow:0 5px 14px rgba(0,0,0,.18)}
.bestseller-badge{color:#1a1000;background:rgba(255,181,47,.94);border:1px solid rgba(255,215,142,.7)}
.unavailable-badge{margin-left:auto;color:#fff;background:rgba(145,35,25,.9);border:1px solid rgba(255,255,255,.15)}
.food-copy{padding:16px;display:flex;flex:1;flex-direction:column;min-width:0}
.food-meta-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:7px}
.food-category-label{font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:var(--orange2)}
.menu-meta{font-size:9px;padding:4px 7px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);color:var(--muted)}
.food-copy h3{font-size:16px;line-height:1.3;letter-spacing:-.01em;margin:0;color:var(--text)}
.food-description{min-height:38px;margin:8px 0 15px;font-size:12px;line-height:1.55;color:var(--muted);-webkit-line-clamp:2}
.food-copy .menu-card-bottom{margin-top:auto;padding-top:13px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;gap:12px}
.food-price-block{display:flex;flex-direction:column;gap:2px;min-width:0}
.food-price-block .price{font-size:19px;font-weight:900;letter-spacing:-.025em;color:var(--text)}
.food-price-block small{font-size:8.5px;color:var(--muted);white-space:nowrap}
.add-btn{min-width:82px;height:39px;border-radius:12px;border:1px solid rgba(245,158,11,.48);background:rgba(245,158,11,.12);color:var(--orange2);font-size:12px;font-weight:900;letter-spacing:.03em;box-shadow:inset 0 1px 0 rgba(255,255,255,.07);transition:transform .16s ease,background .16s ease,box-shadow .16s ease}
.add-btn:hover:not(:disabled){transform:translateY(-1px);background:var(--orange);color:#171006;box-shadow:0 9px 20px rgba(245,158,11,.2)}
.add-btn:active:not(:disabled){transform:scale(.97)}
.menu-card.sold-out .food-image-wrap img{filter:grayscale(.75) brightness(.68)}
.menu-card.sold-out{opacity:.72}

.empty-menu-state{grid-column:1/-1;display:grid;place-items:center;text-align:center;gap:8px;min-height:260px;padding:40px;border:1px dashed rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.025)}
.empty-menu-state>span{font-size:34px;color:var(--orange2)}
.empty-menu-state strong{font-size:20px}
.empty-menu-state p{margin:0;color:var(--muted);font-size:13px}

/* Keep the category control readable over menu imagery */
.category-tabs{position:sticky;top:116px;z-index:22;margin:0 -6px 28px;padding:10px 6px;background:linear-gradient(180deg,var(--page-bg,rgba(8,8,8,.93)) 55%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}

/* Light-theme card refinement */
:root[data-theme="light"] .menu-card.food-card{background:linear-gradient(155deg,rgba(255,255,255,.9),rgba(250,244,236,.76));border-color:rgba(106,72,37,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 16px 38px rgba(84,58,28,.09)}
:root[data-theme="light"] .popular-picks{background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(252,243,231,.58));border-color:rgba(106,72,37,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 22px 50px rgba(84,58,28,.09)}
:root[data-theme="light"] .food-copy .menu-card-bottom{border-top-color:rgba(73,51,30,.09)}
:root[data-theme="light"] .menu-meta{border-color:rgba(73,51,30,.1);background:rgba(94,57,21,.04)}
:root[data-theme="light"] .category-tabs{background:linear-gradient(180deg,rgba(249,244,236,.94) 60%,transparent)}

@media(max-width:1040px){
  .category-items-grid,.popular-picks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){
  .menu-shell{padding-top:22px}
  .popular-picks{padding:16px;margin:16px 0 22px;border-radius:21px}
  .popular-picks-head{align-items:flex-start;margin-bottom:13px}
  .popular-picks-head h3{font-size:25px}
  .popular-chip{display:none}
  .popular-picks-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-right:-16px;padding-right:16px;scrollbar-width:none}
  .popular-picks-grid::-webkit-scrollbar{display:none}
  .popular-picks-grid .featured-food-card{flex:0 0:min(82vw,330px);scroll-snap-align:start}
  .category-items-grid{grid-template-columns:1fr;gap:12px}
  .menu-card.food-card:not(.featured-food-card){display:grid;grid-template-columns:minmax(0,1fr) 124px;grid-template-areas:"copy image";min-height:154px}
  .menu-card.food-card:not(.featured-food-card) .food-copy{grid-area:copy;padding:14px}
  .menu-card.food-card:not(.featured-food-card) .food-image-wrap{grid-area:image;aspect-ratio:auto;height:100%;min-height:154px;border-left:1px solid rgba(255,255,255,.055)}
  .menu-card.food-card:not(.featured-food-card) .food-description{min-height:0;margin:6px 0 10px;-webkit-line-clamp:2;font-size:11.5px}
  .menu-card.food-card:not(.featured-food-card) .food-copy h3{font-size:15px}
  .menu-card.food-card:not(.featured-food-card) .food-copy .menu-card-bottom{padding-top:9px}
  .menu-card.food-card:not(.featured-food-card) .food-price-block small{display:none}
  .menu-card.food-card:not(.featured-food-card) .add-btn{position:absolute;right:10px;bottom:10px;z-index:2;min-width:72px;height:36px;background:rgba(15,12,8,.86);backdrop-filter:blur(10px)}
  :root[data-theme="light"] .menu-card.food-card:not(.featured-food-card) .add-btn{background:rgba(255,249,239,.92)}
  .food-card-badges{left:8px;top:8px;right:8px}
  .food-badge{font-size:8px;min-height:22px;padding:4px 7px}
  .category-tabs{top:103px;margin-bottom:20px}
}

@media(max-width:420px){
  .menu-card.food-card:not(.featured-food-card){grid-template-columns:minmax(0,1fr) 112px}
  .menu-card.food-card:not(.featured-food-card) .food-image-wrap{min-height:148px}
}

@media(prefers-reduced-motion:reduce){
  .menu-card,.menu-card img,.add-btn{transition:none!important}
}

/* =========================================================
   v1.8 — FINAL ALIGNMENT & GRID CORRECTIONS
   Keeps every menu element on the same visual grid.
========================================================= */

/* One consistent content rail */
.menu-shell{
  width:min(1240px,calc(100% - 48px));
  margin-inline:auto;
  padding-top:30px;
}

.menu-heading,
.category-tabs,
.popular-picks,
.menu-grid,
.menu-category-section{
  width:100%;
  box-sizing:border-box;
}

/* Prevent sticky tabs from floating over section titles/cards */
.category-tabs{
  position:relative;
  top:auto;
  z-index:3;
  display:flex;
  align-items:center;
  gap:9px;
  margin:14px 0 28px;
  padding:10px;
  overflow-x:auto;
  overflow-y:hidden;
  border-radius:18px;
  scroll-padding-inline:10px;
}

.category-tab{
  flex:0 0 auto;
  min-height:40px;
  padding:9px 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* Category heading always occupies its own row */
.menu-category-section{
  margin:0 0 34px;
  padding:0;
}

.menu-category-heading{
  min-height:52px;
  margin:0 0 16px;
  padding:0 2px 12px;
  align-items:center;
}

.menu-category-heading>div{
  min-width:0;
  align-items:center;
}

.menu-category-heading h3{
  font-size:clamp(24px,2.2vw,31px);
  line-height:1.1;
  white-space:normal;
}

.category-count{
  flex:0 0 auto;
  padding-left:12px;
  white-space:nowrap;
}

/* Balanced desktop cards: 2 columns, horizontal composition */
.category-items-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}

.menu-card.food-card:not(.featured-food-card){
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  grid-template-areas:"image copy";
  min-height:190px;
  height:100%;
  overflow:hidden;
}

.menu-card.food-card:not(.featured-food-card) .food-image-wrap{
  grid-area:image;
  width:100%;
  height:100%;
  min-height:190px;
  aspect-ratio:auto;
  border-radius:0;
  border-right:1px solid rgba(255,255,255,.055);
}

.menu-card.food-card:not(.featured-food-card) .food-copy{
  grid-area:copy;
  min-width:0;
  padding:18px;
}

.menu-card.food-card:not(.featured-food-card) .food-description{
  min-height:39px;
  margin:8px 0 14px;
}

.menu-card.food-card:not(.featured-food-card) .menu-card-bottom{
  margin-top:auto;
}

/* Keep placeholders visually proportionate */
.menu-card.food-card:not(.featured-food-card) .food-image-placeholder span{
  font-size:42px;
}

/* Popular cards remain image-led but align to equal heights */
.popular-picks-grid{
  align-items:stretch;
}
.popular-picks-grid .featured-food-card{
  height:100%;
}
.popular-picks-grid .featured-food-card .food-copy{
  min-height:174px;
}

/* Remove accidental large visual gaps */
.popular-picks{
  margin:18px 0 28px;
}
.menu-grid{
  margin:0;
  padding:0;
}

/* Tablet */
@media(max-width:980px){
  .menu-shell{
    width:min(100% - 32px,900px);
  }
  .category-items-grid{
    grid-template-columns:1fr;
  }
  .menu-card.food-card:not(.featured-food-card){
    grid-template-columns:180px minmax(0,1fr);
  }
}

/* Mobile: compact food-commerce layout with no overlap */
@media(max-width:700px){
  .menu-shell{
    width:calc(100% - 24px);
    padding-top:18px;
  }

  .menu-shell .menu-heading{
    padding:16px;
    margin-bottom:12px;
  }

  .menu-heading h2{
    font-size:clamp(29px,9vw,38px);
    line-height:1.02;
  }

  .category-tabs{
    position:relative;
    top:auto;
    margin:10px 0 22px;
    padding:7px;
    gap:7px;
    border-radius:16px;
  }

  .category-tab{
    min-height:36px;
    padding:8px 13px;
    font-size:11px;
  }

  .menu-category-heading{
    min-height:44px;
    margin-bottom:12px;
    padding-bottom:10px;
  }

  .menu-category-heading h3{
    font-size:25px;
  }

  .category-line{
    height:25px;
  }

  .category-items-grid{
    gap:12px;
  }

  .menu-card.food-card:not(.featured-food-card){
    display:grid;
    grid-template-columns:minmax(0,1fr) 118px;
    grid-template-areas:"copy image";
    min-height:158px;
  }

  .menu-card.food-card:not(.featured-food-card) .food-copy{
    padding:14px;
  }

  .menu-card.food-card:not(.featured-food-card) .food-image-wrap{
    grid-area:image;
    min-height:158px;
    border-right:0;
    border-left:1px solid rgba(255,255,255,.055);
  }

  .menu-card.food-card:not(.featured-food-card) .food-copy h3{
    font-size:15px;
    line-height:1.25;
  }

  .menu-card.food-card:not(.featured-food-card) .food-description{
    min-height:0;
    margin:6px 0 10px;
    font-size:11.5px;
    line-height:1.45;
  }

  .menu-card.food-card:not(.featured-food-card) .food-copy .menu-card-bottom{
    padding-top:9px;
    padding-right:0;
  }

  .menu-card.food-card:not(.featured-food-card) .add-btn{
    position:absolute;
    right:9px;
    bottom:9px;
    min-width:70px;
    height:35px;
  }

  .food-price-block .price{
    font-size:18px;
  }

  .category-count{
    font-size:10px;
  }
}

@media(max-width:390px){
  .menu-shell{width:calc(100% - 18px)}
  .menu-card.food-card:not(.featured-food-card){
    grid-template-columns:minmax(0,1fr) 106px;
  }
  .menu-card.food-card:not(.featured-food-card) .food-copy{
    padding:12px;
  }
}

/* FSSAI License */
.footer-license {
    text-align: center;
    margin: 12px 0 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.4px;
}

.footer-license strong {
    color: #ff9700;
    font-weight: 600;
}


/* Footer icon visibility */
.footer-social-links a{display:inline-flex;align-items:center;gap:8px;color:var(--text)!important;text-decoration:none;font-weight:700}
.footer-social-links svg{width:18px;height:18px;flex-shrink:0}
.instagram-link svg{color:#E1306C}
.google-link svg{color:#4285F4}
.footer-license{text-align:center;margin:16px 0;color:var(--text)}
