/* ==========================================================
   KAMPALA SUYA — stylesheet (mobile-first, fully responsive)
   ========================================================== */

:root{
  --ink:#0d0a09; --cream:#fffaf2; --orange:#f36a21; --red:#bf1d24;
  --gold:#f4b63b; --brown:#2b1713; --muted:#76655b; --whatsapp:#20b662;
  --line:#ead8c4; --radius:16px;
  --bar-h:74px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth; -webkit-text-size-adjust:100%;}
body{
  margin:0; color:var(--ink); background:var(--cream);
  font-family:"DM Sans",system-ui,-apple-system,sans-serif;
  overflow-x:hidden;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
button{font-family:inherit;}
.hidden{display:none !important;}

.container{width:min(1180px, calc(100% - 32px)); margin-inline:auto;}

.eyebrow{margin:0 0 10px; color:var(--orange); font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;}
.eyebrow-gold{color:var(--gold);} .eyebrow-red{color:#b92620;}
h1,h2,h3,h4{font-family:"Playfair Display",serif;}
h2{margin:0; font-size:clamp(1.9rem,6vw,3.4rem); letter-spacing:-.03em; line-height:1.02;}

/* ---------- buttons ---------- */
.button{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:13px 20px; border:2px solid var(--ink); border-radius:999px;
  background:transparent; color:var(--ink);
  font-weight:700; font-size:.95rem; cursor:pointer;
  transition:transform .18s ease, background .18s ease, opacity .18s;
  -webkit-tap-highlight-color:transparent;
}
.button:active{transform:scale(.97);}
@media (hover:hover){ .button:hover{transform:translateY(-2px);} }
.button-primary{color:#fff; background:var(--red); border-color:var(--red);}
.button-light{background:#fff;}
.button-ghost{border-color:rgba(0,0,0,.2); background:transparent;}
.button:disabled{opacity:.45; cursor:not-allowed; transform:none;}
.button.small{padding:9px 14px; font-size:.82rem; border-width:1.5px;}
.grow{flex:1;}

/* ---------- header ---------- */
.site-header{
  position:sticky; top:0; z-index:40; width:100%;
  padding:8px 0; background:#fff8e9; box-shadow:0 2px 14px rgba(0,0,0,.10);
}
.nav{display:flex; align-items:center; justify-content:space-between; gap:12px;}
.brand{display:flex; align-items:center; gap:8px; font-weight:700; min-width:0;}
.logo-frame{display:grid; place-items:center; width:46px; height:46px; overflow:hidden; border-radius:50%; background:#fff; flex:none;}
.brand-logo{width:100%; height:100%; object-fit:contain;}
.logo-frame.logo-fallback{background:var(--gold);}
.brand-name{
  font-family:"Playfair Display",serif; font-size:1.15rem; font-weight:800; letter-spacing:-.03em;
  white-space:nowrap;
}
.nav-links{display:none; gap:22px; font-size:.9rem; font-weight:600;}
.nav-actions{display:flex; align-items:center; gap:8px;}
.icon-btn{
  display:grid; place-items:center; width:42px; height:42px; flex:none;
  border-radius:50%; background:#fff; border:1.5px solid rgba(0,0,0,.12); font-size:1.05rem;
}
.nav-order{
  padding:10px 14px; color:var(--ink); background:var(--gold); border:0;
  font-size:.88rem; position:relative;
}
.cart-count{
  display:grid; place-items:center; min-width:21px; height:21px; padding:0 6px;
  border-radius:999px; background:var(--red); color:#fff; font-size:.72rem;
}

/* ---------- hero ---------- */
.hero{
  padding:46px 0 54px; color:#fff; overflow:hidden;
  background:linear-gradient(115deg,rgba(25,11,7,.92),rgba(72,28,16,.78)),
             radial-gradient(circle at 80% 30%,#b74321,transparent 38%), #3c1c13;
}
.hero-grid{display:grid; grid-template-columns:1fr; gap:34px; align-items:center;}
h1{margin:0; font-size:clamp(2.6rem,11vw,6rem); line-height:.98; letter-spacing:-.04em;}
.hero h1 em{color:var(--gold); font-style:normal;}
.hero-copy{max-width:520px; margin:18px 0 24px; color:#f5e9df; font-size:1rem; line-height:1.6;}
.hero-actions{display:flex; flex-wrap:wrap; gap:10px;}
.open-badge{
  display:inline-flex; align-items:center; gap:9px; margin-top:22px;
  padding:9px 15px; border-radius:999px; background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22); font-size:.85rem; font-weight:600;
}
.open-badge .dot{width:9px; height:9px; border-radius:50%; background:#7c7c7c; flex:none;}
.open-badge.is-open .dot{background:#2fd36f; box-shadow:0 0 0 4px rgba(47,211,111,.22);}
.open-badge.is-closed .dot{background:#ff6b5e;}
.trust{display:flex; flex-wrap:wrap; gap:12px 18px; margin-top:24px; font-size:.83rem; font-weight:600;}

.food-art{position:relative; min-height:290px; max-width:400px; margin-inline:auto; width:100%;}
.plate{
  position:absolute; right:0; top:14px; display:grid; place-items:center;
  width:min(100%,360px); aspect-ratio:1; border:14px solid #e4d5bc; border-radius:50%;
  background:radial-gradient(circle,#c34d25 0 18%,#6e2418 19% 25%,#ef8b31 26% 34%,#652216 35% 43%,#df6728 44% 53%,#3e1a12 54% 100%);
  box-shadow:0 26px 55px rgba(0,0,0,.35); transform:rotate(-10deg);
}
.skewer{width:74%; height:16px; border-radius:20px;
  background:repeating-linear-gradient(90deg,#e38734 0 24px,#6e2517 25px 52px,#ef9b42 53px 78px);
  box-shadow:0 4px 0 #3b170f; transform:rotate(18deg);}
.sticker{position:absolute; display:grid; place-items:center; width:82px; aspect-ratio:1;
  color:var(--ink); background:var(--gold); border:2px solid var(--ink); border-radius:50%;
  text-align:center; font-size:.7rem; font-weight:700; line-height:1.05; transform:rotate(12deg); z-index:1;}
.sticker-top{top:0; left:0;}
.sticker-bottom{right:-4px; bottom:6px; background:#f9f3e8; transform:rotate(-10deg);}

/* ---------- sections ---------- */
section{padding:54px 0;}
.section-heading{display:flex; flex-direction:column; gap:14px; margin-bottom:24px;}
.section-copy{max-width:460px; margin:0; color:var(--muted); line-height:1.6; font-size:.95rem;}

/* ---------- MENU ---------- */
.menu{background:#fff;}
.menu-tabs{
  display:flex; gap:8px; overflow-x:auto; padding:4px 0 14px;
  scrollbar-width:none; -ms-overflow-style:none;
  margin-inline:-16px; padding-inline:16px;
  position:sticky; top:58px; z-index:20; background:#fff;
}
.menu-tabs::-webkit-scrollbar{display:none;}
.tab{
  flex:none; padding:9px 15px; border-radius:999px; border:1.5px solid var(--line);
  background:#fff8ef; font-weight:700; font-size:.85rem; cursor:pointer; white-space:nowrap;
}
.tab.active{background:var(--ink); color:#fff; border-color:var(--ink);}

.menu-block{padding-top:26px; scroll-margin-top:120px;}
.menu-block h3{margin:0 0 4px; font-size:1.7rem; letter-spacing:-.02em;}
.menu-block .blurb{margin:0 0 18px; color:var(--muted); font-size:.92rem;}

/* 2-up on phones: pictures stay big but you can still browse fast */
.item-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px;}

.item-card{
  display:flex; flex-direction:column; overflow:hidden;
  border:1px solid var(--line); border-radius:var(--radius); background:#fffdf9;
  transition:transform .2s ease, box-shadow .2s ease;
}
@media (hover:hover){ .item-card:hover{transform:translateY(-3px); box-shadow:0 12px 26px rgba(60,28,19,.12);} }

.item-media{
  position:relative; width:100%; aspect-ratio:1/1; overflow:hidden;
  background:linear-gradient(135deg,#f7e6cf,#f3d3a8);
  display:grid; place-items:center;
}
.item-media img{width:100%; height:100%; object-fit:cover;}
.item-media .emoji-fallback{font-size:3.6rem; line-height:1;}
.badge{
  position:absolute; top:8px; left:8px; padding:4px 9px; border-radius:999px;
  background:var(--gold); color:var(--ink); font-size:.62rem; font-weight:700;
  letter-spacing:.04em; text-transform:uppercase; max-width:calc(100% - 16px);
  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.stock-pill{
  position:absolute; bottom:8px; left:8px; padding:4px 9px; border-radius:999px;
  background:rgba(0,0,0,.72); color:#fff; font-size:.62rem; font-weight:700; white-space:nowrap;
}
.stock-pill.low{background:#e0761c;}
.stock-pill.out{background:#5c5c5c;}

.item-card.sold-out .item-media img,
.item-card.sold-out .item-media .emoji-fallback{filter:grayscale(1); opacity:.45;}
.sold-out-stamp{
  position:absolute; inset:0; display:grid; place-items:center;
  background:rgba(255,255,255,.45);
}
.sold-out-stamp span{
  padding:8px 16px; border:3px solid var(--red); border-radius:8px;
  color:var(--red); background:rgba(255,255,255,.92);
  font-weight:800; letter-spacing:.08em; text-transform:uppercase; font-size:.85rem;
  transform:rotate(-8deg);
}

.item-body{display:flex; flex-direction:column; gap:3px; padding:11px 11px 13px; flex:1;}
.item-name{margin:0; font-family:"DM Sans",sans-serif; font-size:.92rem; font-weight:700; line-height:1.28;}
.item-note{margin:0; color:var(--muted); font-size:.75rem; line-height:1.3;}
.item-foot{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:8px; margin-top:auto; padding-top:10px;}
.item-price{font-size:1rem; font-weight:700; white-space:nowrap;}

.add-btn{
  padding:9px 15px; border:0; border-radius:999px; background:var(--red); color:#fff;
  font-weight:700; font-size:.84rem; cursor:pointer; white-space:nowrap;
  -webkit-tap-highlight-color:transparent; transition:transform .15s;
}
.add-btn:active{transform:scale(.94);}
.add-btn:disabled{background:#d4cbc4; color:#7c7269; cursor:not-allowed;}

.qty-control{display:flex; align-items:center; gap:4px; background:var(--ink); border-radius:999px; padding:4px;}
.qty-control button{
  width:30px; height:30px; border:0; border-radius:50%; background:#fff; color:var(--ink);
  font-size:1.1rem; font-weight:700; line-height:1; cursor:pointer; display:grid; place-items:center;
}
.qty-control button:disabled{opacity:.35; cursor:not-allowed;}
.qty-control .qty-num{min-width:26px; text-align:center; color:#fff; font-weight:700; font-size:.95rem;}

/* ---------- gallery ---------- */
.gallery{padding:52px 0; color:#fff; background:#100c0a;}
.gallery .section-copy{color:#d4c1b5;}
.gallery-grid{display:grid; grid-template-columns:1fr 1fr; grid-auto-rows:140px; gap:10px;}
.gallery-item{position:relative; overflow:hidden; border-radius:14px; background:#312019; margin:0;}
.gallery-item:first-child{grid-column:span 2;}
.gallery-item img{width:100%; height:100%; object-fit:cover; transition:transform .45s ease;}
@media (hover:hover){ .gallery-item:hover img{transform:scale(1.06);} }
.gallery-item span{position:absolute; left:12px; bottom:10px; padding:5px 10px; border-radius:999px;
  background:rgba(0,0,0,.6); font-size:.72rem; font-weight:700;}
/* shown when a gallery photo file is missing */
.gallery-placeholder{display:grid; place-items:center; align-content:center; gap:6px;
  width:100%; height:100%; padding:12px; text-align:center; color:#9b8578;
  background:repeating-linear-gradient(45deg,#241a15 0 10px,#2c201a 10px 20px);}
.gallery-placeholder span{font-size:1.9rem; line-height:1;}
.gallery-placeholder small{font-size:.62rem; word-break:break-all; line-height:1.3; opacity:.8;}

/* ---------- loyalty ---------- */
.loyalty{background:linear-gradient(120deg,#f2b136,#ffca62);}
.loyalty-box{display:grid; grid-template-columns:1fr; gap:24px; padding:28px 22px;
  border:2px solid var(--ink); border-radius:20px; background:#f9d885;}
.loyalty h2{max-width:600px;}
.loyalty p{line-height:1.6; margin:14px 0 0;}
.stamp-row{display:flex; gap:7px; flex-wrap:wrap;}
.stamp{display:grid; place-items:center; width:34px; height:34px; border:2px solid var(--ink);
  border-radius:50%; font-size:.8rem;}
.stamp.filled{background:var(--red); color:#fff;}

/* ---------- visit ---------- */
.visit-grid{display:grid; grid-template-columns:1fr; gap:18px;}
.map-card{min-height:250px; padding:26px; overflow:hidden; border-radius:20px; color:#fff;
  background:linear-gradient(135deg,rgba(52,29,20,.25),rgba(52,29,20,.85)),
             repeating-linear-gradient(35deg,#d0c3a5 0 2px,#ebdfc5 3px 42px);}
.map-card h3{margin:0 0 8px; font-size:1.6rem;}
.map-card p{margin:0; line-height:1.55; color:#f2e6dc;}
.pin{display:grid; place-items:center; width:60px; height:60px; margin:34px auto 0;
  background:var(--red); border:4px solid #fff; border-radius:50% 50% 50% 0;
  transform:rotate(-45deg); box-shadow:0 8px 15px #573829;}
.pin span{transform:rotate(45deg); font-size:1.5rem;}
.hours-card{padding:24px; border-radius:20px; background:#f0e1cc;}
.hours-card h3{margin:0 0 14px; font-size:1.6rem;}
.hours-card p{display:flex; justify-content:space-between; align-items:center; gap:14px;
  padding:12px 0; margin:0; border-bottom:1px solid #cdbba4; font-size:.95rem;}
.hours-card strong{color:var(--orange); text-align:right;}
.hours-card strong.closed{color:#a4392f;}
.hours-actions{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;}

/* ---------- catering ---------- */
.catering{color:#fff; background:linear-gradient(120deg,#2c120d,#7f2019);}
.catering-grid{display:grid; grid-template-columns:1fr; gap:26px; align-items:center;}
.catering-copy{color:#f1d8cd; line-height:1.65;}
.catering-points{display:grid; grid-template-columns:1fr 1fr; gap:9px; margin:20px 0; font-size:.9rem;}
.offer{padding:22px; border:1px solid rgba(255,255,255,.35); border-radius:16px; background:rgba(0,0,0,.2);}
.offer strong{display:block; margin-bottom:6px; color:var(--gold); font-size:1.7rem; font-family:"Playfair Display",serif;}
.offer p{margin:0; color:#f7e5db; line-height:1.6;}

/* ---------- social ---------- */
.social{padding-bottom:70px;}
.testimonial-grid{display:grid; grid-template-columns:1fr; gap:14px;}
.quote{padding:22px; border:1px solid var(--line); border-radius:15px; background:#fff;}
.quote p{margin:0 0 16px; font-family:"Playfair Display",serif; font-size:1.15rem; line-height:1.35;}
.quote span{color:var(--muted); font-size:.84rem;}
.social-footer{display:flex; flex-direction:column; gap:16px; margin-top:26px; padding:22px;
  border-radius:14px; color:#fff; background:#17100d;}
.social-footer p{margin:0; font-weight:600;}
.social-links{display:flex; flex-wrap:wrap; gap:9px;}
.social-links .button{font-size:.82rem; padding:10px 14px;}

/* ---------- footer ---------- */
footer{padding:26px 0 calc(var(--bar-h) + 26px); color:#e9ddcd; background:#211611;}
.footer-inner{display:flex; flex-direction:column; gap:8px; font-size:.82rem; line-height:1.5;}

/* ---------- sticky bar ---------- */
.sticky-bar{
  position:fixed; z-index:45; left:0; right:0; bottom:0;
  display:flex; gap:10px; padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,250,242,.94); backdrop-filter:blur(10px);
  border-top:1px solid var(--line);
}
.sticky-call{
  display:grid; place-items:center; padding:0 18px; border-radius:999px; flex:none;
  background:var(--whatsapp); color:#fff; font-weight:700; font-size:.92rem;
}
.sticky-cart{
  flex:1; display:flex; align-items:center; justify-content:center; gap:8px;
  padding:15px 18px; border:0; border-radius:999px; background:var(--red); color:#fff;
  font-weight:700; font-size:.95rem; cursor:pointer;
}
.sticky-total{padding:3px 10px; border-radius:999px; background:rgba(255,255,255,.22); font-size:.85rem;}

/* ---------- drawer ---------- */
.overlay{
  position:fixed; inset:0; z-index:50; background:rgba(15,8,5,.55);
  opacity:0; pointer-events:none; transition:opacity .25s;
  backdrop-filter:blur(2px);
}
.overlay.show{opacity:1; pointer-events:auto;}

.drawer{
  position:fixed; z-index:60; right:0; bottom:0; left:0;
  display:flex; flex-direction:column;
  max-height:92dvh; height:auto;
  background:var(--cream); border-radius:22px 22px 0 0;
  box-shadow:0 -12px 40px rgba(0,0,0,.3);
  transform:translateY(102%); transition:transform .32s cubic-bezier(.3,.8,.4,1);
}
.drawer.open{transform:translateY(0);}
.drawer-head{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:16px 18px; border-bottom:1px solid var(--line); flex:none;
}
.drawer-head::before{
  content:""; position:absolute; top:7px; left:50%; transform:translateX(-50%);
  width:42px; height:4px; border-radius:99px; background:rgba(0,0,0,.18);
}
.drawer-head h3{margin:0; font-size:1.3rem;}
.close-btn{width:38px; height:38px; border:0; border-radius:50%; background:#efe3d4;
  font-size:1rem; cursor:pointer; flex:none;}
.drawer-body{padding:16px 18px; overflow-y:auto; flex:1; -webkit-overflow-scrolling:touch;}
.drawer-foot{padding:14px 18px calc(14px + env(safe-area-inset-bottom));
  border-top:1px solid var(--line); background:#fff8ef; flex:none;}
.foot-actions{display:flex; gap:10px;}
.secure-note{margin:10px 0 0; text-align:center; color:var(--muted); font-size:.75rem;}

/* cart lines */
.cart-line{display:flex; gap:12px; align-items:center; padding:12px 0; border-bottom:1px solid var(--line);}
.cart-thumb{width:60px; height:60px; border-radius:12px; object-fit:cover; flex:none;
  background:linear-gradient(135deg,#f7e6cf,#f3d3a8); display:grid; place-items:center; font-size:1.6rem;}
.cart-thumb img{width:100%; height:100%; object-fit:cover; border-radius:12px;}
.cart-info{flex:1; min-width:0;}
.cart-info b{display:block; font-size:.94rem; line-height:1.3;}
.cart-info span{color:var(--muted); font-size:.82rem;}
.cart-line .qty-control{background:#efe3d4; padding:3px;}
.cart-line .qty-control .qty-num{color:var(--ink);}
.cart-line .qty-control button{background:#fff; width:29px; height:29px; font-size:1rem;}

.empty-cart{text-align:center; padding:44px 10px; color:var(--muted);}
.empty-cart span{font-size:3rem; display:block; margin-bottom:10px;}
.empty-cart p{margin:0 0 18px;}

.totals{display:grid; gap:7px; margin-bottom:13px; font-size:.92rem;}
.totals .row{display:flex; justify-content:space-between; gap:12px;}
.totals .row.grand{padding-top:9px; border-top:1px dashed #cdbba4; font-size:1.15rem; font-weight:700;}
.totals .muted{color:var(--muted);}
.totals .warn{color:#a4392f; font-weight:600; font-size:.84rem;}

/* form */
.mode-switch{display:flex; gap:8px; padding:5px; margin-bottom:18px; background:#efe3d4; border-radius:999px;}
.mode-btn{flex:1; padding:11px; border:0; border-radius:999px; background:transparent;
  font-weight:700; font-size:.9rem; cursor:pointer; color:var(--muted);}
.mode-btn.active{background:#fff; color:var(--ink); box-shadow:0 2px 8px rgba(0,0,0,.08);}
.field{display:block; margin-bottom:14px;}
.field > span{display:block; margin-bottom:6px; font-size:.85rem; font-weight:600;}
.field input, .field select, .field textarea{
  width:100%; padding:13px 14px; border:1.5px solid var(--line); border-radius:12px;
  background:#fff; font-family:inherit; font-size:16px; color:var(--ink); /* 16px stops iOS zoom */
}
.field textarea{resize:vertical;}
.field input:focus, .field select:focus, .field textarea:focus{outline:2px solid var(--gold); outline-offset:1px; border-color:transparent;}
.field.invalid input, .field.invalid select, .field.invalid textarea{border-color:#d9534f; background:#fff6f5;}
.pickup-note{padding:15px; border-radius:12px; background:#fff2d9; border:1px solid var(--gold); margin-bottom:14px;}
.pickup-note b{display:block; margin-bottom:5px; font-size:.85rem;}
.pickup-note p{margin:0; font-size:.9rem; line-height:1.5; color:var(--brown);}

/* success */
.done-box{text-align:center; padding:16px 4px 8px;}
.done-tick{width:66px; height:66px; margin:0 auto 16px; display:grid; place-items:center;
  border-radius:50%; background:#2fd36f; color:#fff; font-size:2rem;}
.done-box h4{margin:0 0 8px; font-size:1.6rem;}
.done-box > p{margin:0 0 18px; color:var(--muted); line-height:1.6;}
.receipt{text-align:left; padding:16px; margin-bottom:18px; border:1px dashed #cdbba4;
  border-radius:12px; background:#fff; font-size:.88rem; line-height:1.7;}
.receipt .r-row{display:flex; justify-content:space-between; gap:12px;}
.receipt hr{border:0; border-top:1px dashed #cdbba4; margin:9px 0;}

/* admin */
.admin-hint{margin:0 0 14px; color:var(--muted); font-size:.86rem; line-height:1.55;}
.admin-err{color:#c0392b; font-weight:600; font-size:.85rem;}
.admin-tools{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:16px;}
.admin-cat{margin:18px 0 8px; font-size:.75rem; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:var(--muted);}
.admin-row{display:flex; align-items:center; gap:10px; padding:9px 0; border-bottom:1px solid var(--line);}
.admin-row span{flex:1; font-size:.9rem; line-height:1.3;}
.admin-row input{width:74px; padding:9px; border:1.5px solid var(--line); border-radius:9px;
  text-align:center; font-family:inherit; font-size:16px;}
.admin-row.is-out input{border-color:#d9534f; background:#fff6f5;}

/* toast */
.toast{
  position:fixed; z-index:80; left:50%; bottom:calc(var(--bar-h) + 16px);
  transform:translate(-50%,20px); opacity:0; pointer-events:none;
  padding:12px 20px; border-radius:999px; background:var(--ink); color:#fff;
  font-size:.88rem; font-weight:600; transition:opacity .25s, transform .25s;
  max-width:calc(100% - 32px); text-align:center;
}
.toast.show{opacity:1; transform:translate(-50%,0);}

/* ==========================================================
   BREAKPOINTS
   ========================================================== */
@media (min-width:600px){
  .testimonial-grid{grid-template-columns:1fr 1fr;}
  .gallery-grid{grid-auto-rows:170px;}
  .footer-inner{flex-direction:row; justify-content:space-between; align-items:center;}
  .social-footer{flex-direction:row; justify-content:space-between; align-items:center;}
  h2{font-size:clamp(2rem,4.4vw,3.4rem);}
}

@media (min-width:820px){
  .container{width:min(1180px, calc(100% - 48px));}
  section{padding:82px 0;}
  .nav-links{display:flex;}
  .site-header{padding:10px 0;}
  .logo-frame{width:58px; height:58px;}
  .brand-name{font-size:1.35rem;}
  .icon-btn{display:none;}
  .hero{padding:74px 0 84px;}
  .hero-grid{grid-template-columns:1.08fr .92fr; gap:44px;}
  .hero-copy{font-size:1.06rem;}
  .food-art{min-height:400px; max-width:none;}
  .plate{width:min(100%,400px); border-width:16px;}
  .sticker{width:100px; font-size:.76rem;}
  .section-heading{flex-direction:row; justify-content:space-between; align-items:flex-end; gap:26px; margin-bottom:30px;}
  .menu-tabs{top:78px;}
  .item-grid{grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px;}
  .item-media{aspect-ratio:4/3;}
  .item-body{gap:4px; padding:14px 14px 16px;}
  .item-name{font-size:1rem;}
  .item-note{font-size:.8rem;}
  .item-price{font-size:1.1rem;}
  .add-btn{padding:10px 16px; font-size:.88rem;}
  .badge{top:10px; left:10px; padding:5px 11px; font-size:.7rem;}
  .stock-pill{top:10px; bottom:auto; left:auto; right:10px; padding:5px 11px; font-size:.7rem;}
  .gallery-grid{grid-template-columns:1.4fr 1fr 1fr; grid-auto-rows:200px;}
  .gallery-item:first-child{grid-column:span 1; grid-row:span 2;}
  .loyalty-box{grid-template-columns:1fr auto; align-items:center; padding:44px;}
  .stamp-row{max-width:270px;}
  .visit-grid{grid-template-columns:1.1fr .9fr; gap:22px;}
  .map-card{min-height:330px; padding:32px;}
  .pin{margin-top:70px; width:70px; height:70px;}
  .hours-card{padding:32px;}
  .catering-grid{grid-template-columns:1fr .9fr; gap:40px;}
  .testimonial-grid{grid-template-columns:repeat(3,1fr); gap:18px;}
  .social{padding-bottom:96px;}
  footer{padding-bottom:30px;}

  /* desktop: side drawer instead of bottom sheet */
  .drawer{
    top:0; left:auto; bottom:0; width:440px; max-height:100dvh; height:100dvh;
    border-radius:0; transform:translateX(102%);
  }
  .drawer.open{transform:translateX(0);}
  .drawer-head::before{display:none;}
  .sticky-bar{
    left:auto; right:22px; bottom:22px; padding:0;
    background:transparent; border:0; backdrop-filter:none; gap:10px;
  }
  .sticky-call{padding:16px 20px; box-shadow:0 10px 26px rgba(0,0,0,.25);}
  .sticky-cart{flex:none; box-shadow:0 10px 26px rgba(0,0,0,.25);}
  .toast{bottom:100px;}
}

@media (min-width:1100px){
  .item-grid{grid-template-columns:repeat(4,1fr);}
}

@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important; transition-duration:.01ms !important;}
  html{scroll-behavior:auto;}
}
