/* Chef's Specials Card Image Fix */
.special-card img {
  width: 200px !important;
  height: 150px !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 18px #b2222220 !important;
  border: 2px solid #fff !important;
  background: #fff !important;
  display: block !important;
  flex-shrink: 0 !important;
}
/* Cart Panel Fixes */
 .cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100vw;
  height: 100vh;
  background: #232b3a;
  box-shadow: -4px 0 32px #0008;
  z-index: 9999;
  display: none;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  overflow-y: auto;
  margin-left: 40px;
  padding-left: 32px;
  padding-right: 32px;
}
.cart-panel.open {
  display: flex !important;
}
@media (max-width: 600px) {
  .cart-panel {
    width: 100vw;
    min-width: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}
/* Chef's Specials Section Styling */
.special-card {
  background: linear-gradient(135deg, #fffbe6 60%, #ffe0e0 100%);
  box-shadow: 0 6px 32px #b2222240, 0 1.5px 8px #0001;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
  padding: 32px 24px;
  /* width, min-width, max-width removed to restore original */
  border: 2.5px solid #d4af37;
  position: relative;
  overflow: hidden;
  transition: transform .18s, box-shadow .18s;
}
.special-card:hover {
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 12px 48px #b2222260, 0 2px 12px #0002;
  border-color: #b22222;
}
.special-card img {
  width: 200px !important;
  height: 150px !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 18px #b2222220 !important;
  border: 2px solid #fff !important;
  background: #fff !important;
  display: block !important;
  flex-shrink: 0 !important;
}
.special-card h3 {
  font-size: 2.2rem;
  color: #b22222;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-family: 'Georgia', serif;
}
.special-card .desc {
  font-size: 1.15rem;
  color: #3a2c1a;
  margin-bottom: 10px;
  font-family: 'Segoe UI', sans-serif;
}
.special-card .price {
  font-size: 1.25rem;
  font-weight: 800;
  color: #d4af37;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 0 #fff8;
}
.special-card::before {
  content: '';
  position: absolute;
  top: -60px; left: -60px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, #d4af37 0%, #fff0 80%);
  opacity: 0.18;
  z-index: 0;
}
.special-card > * { position: relative; z-index: 1; }
.food-carousel {
  scrollbar-width: none; /* Firefox */
}
.food-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
@media (max-width: 600px) {
  .header {
    padding: 4px 0;
    min-width: 0;
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
    position: relative;
  }
  .container.nav {
    padding: 0 4px;
    min-width: 0;
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .logo img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
  }
  .logo span {
    font-size: 1rem !important;
  }
  .nav {
    padding: 6px 0 !important;
    gap: 4px !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 6px;
  }
  .chip, .btn, .cart-toggle {
    font-size: 0.95rem !important;
    padding: 5px 10px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 16px !important;
  }
  .cart-toggle {
    height: 32px !important;
  }
  nav.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    gap: 4px !important;
  }
  .footer .container {
    padding-bottom: 70px !important;
  }
  #chat-btn {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
    border-radius: 999px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    font-size: 1.1rem !important;
    padding: 12px 18px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body {
    padding-bottom: 80px !important;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .logo img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
  }
  .logo span {
    font-size: 1rem !important;
  }
  .btn, .chip, .cart-toggle {
    font-size: 0.95rem !important;
    padding: 5px 10px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 16px !important;
  }
  .cart-toggle {
    height: 32px !important;
  }
}
@media (max-width: 600px) {
  .header {
    padding: 4px 0;
  }
  .container.nav {
    padding: 0 4px;
  }
  .logo img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
  }
  .logo span {
    font-size: 1rem !important;
  }
  .nav {
    padding: 6px 0 !important;
    gap: 4px !important;
  }
  .chip, .btn, .cart-toggle {
    font-size: 0.95rem !important;
    padding: 5px 10px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 16px !important;
  }
  .cart-toggle {
    right: 6px !important;
    top: 12px !important;
    padding-right: 10px !important;
    font-size: 1rem !important;
    height: 32px !important;
  }
  nav.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    gap: 4px !important;
  }
}
:root{
  --bg:#0b1220;
  --card:#0f172a;
  --muted:#94a3b8;
  --text:#e5e7eb;
  --accent:#d4af37;
  --accent-2:#38bdf8;
  --danger:#ef4444;
  --success:#10b981;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);
  font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;scroll-behavior:smooth}
a{color:var(--accent);text-decoration:none}
img{max-width:100%;display:block;border-radius:16px}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

.header{position:sticky;top:0;z-index:50;background:rgba(11,18,32,.7);
  backdrop-filter:blur(10px);border-bottom:1px solid rgba(212,175,55,.2)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo{display:flex;align-items:center;gap:12px;font-weight:700}
.logo img{width:40px;height:40px;border-radius:8px}

.btn{display:inline-flex;align-items:center;gap:8px;
  background: linear-gradient(135deg, #b22222 60%, #e57373 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.btn:hover, .btn:focus {
  background: #fff;
  color: #b22222;
  box-shadow: 0 6px 24px rgba(178,34,34,.18);
  outline: none;
}
.btn.secondary{background:transparent;color:var(--text);border:1px solid rgba(212,175,55,.35)}
.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.1)}

.chip{padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);
  color: var(--accent);
  background: rgba(212,175,55,0.08);
  border: 1px solid var(--accent);
  display: inline-flex;
  gap: 8px;
  align-items: center;
  transition: background .2s, color .2s, border .2s;
}
.chip:hover, .chip:focus, .chip:active {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
  box-shadow: none;
  outline: none;
}

.hero{position:relative;overflow:hidden}
.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;padding:120px 0 120px 0;min-height:100vh;}
@media (max-width:900px){.hero-inner{grid-template-columns:1fr;padding:28px 0}}
.hero h1{font-size:clamp(28px,4.5vw,54px);line-height:1.05;margin:0 0 14px}
.hero p{color:var(--muted);font-size:clamp(16px,2.4vw,18px)}
.hero .art{position:relative;border-radius:24px;overflow-x:hidden;display:flex;flex-direction:row;align-items:center;gap:18px;}
.hero .art::after{content:"";position:absolute;inset:0;border:1px solid rgba(212,175,55,.25);
  border-radius:24px;pointer-events:none}

.hero .art img.restaurant-collage {
  max-width: 300px;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 0 18px #222;
  margin-left: 8px;
  display: block;
}

@media (max-width:900px){
  .hero .art {
    max-width:100vw;
    overflow-x:visible;
  }
}
@media (max-width:700px){
  .hero .art{flex-wrap:wrap;justify-content:center;}
  .hero .art img{max-width:140px;max-height:140px;width:auto;height:auto;}
}
.gradient-orb{position:absolute;width:420px;height:420px;
  background:radial-gradient(ellipse at center,var(--accent-2),transparent 60%);
  filter:blur(40px);opacity:.25;top:-120px;left:-120px;pointer-events:none}

.section{padding:120px 0;min-height:100vh;border-top:1px solid rgba(255,255,255,.06)}
.section h2{font-size:clamp(22px,3.2vw,36px);margin:0 0 8px}
.section p.lead{color:var(--muted);margin:0 0 22px}
.grid{display:grid;gap:18px}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
@media (max-width:900px){.grid.cols-3{grid-template-columns:1fr}}

.card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);
  border-radius:18px;padding:16px;transition:transform .2s, box-shadow .2s}
.card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.35)}
.card .price{font-weight:800;color:var(--accent)}
.card .tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.tag{font-size:12px;padding:4px 8px;border:1px solid rgba(255,255,255,.15);
  border-radius:999px;color:var(--muted)}

.menu-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 20px;
  background:rgba(38,38,38,0.3);border-radius:12px;padding:8px;}
.search{flex:1;min-width:220px;background:transparent;border:1px solid rgba(255,255,255,.12);
  color:var(--text);padding:10px 12px;border-radius:12px;outline:none}
.category-tabs{display:flex;gap:10px;overflow:auto;padding-bottom:8px;}
.category-tabs button{color:var(--accent);background:rgba(212,175,55,0.08);
  font-weight: 600;
  border-radius: 8px;
  padding: 6px 16px;
  border: 1px solid var(--accent);
  color: var(--accent);
  background: rgba(212,175,55,0.08);
  transition: background .2s, color .2s, border .2s;
}
.category-tabs button:hover, .category-tabs button:focus, .category-tabs button:active {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
  box-shadow: none;
  outline: none;
}
.category-tabs button[data-cat="all"]{color:#fff;background:var(--accent);}
.search::placeholder{color:#f3f3c3;opacity:1;}
.category-tabs button{white-space:nowrap}

.cart-toggle{
  position:fixed;
  right:32px;
  bottom:40px;
  z-index:60;
  box-shadow:0 4px 16px rgba(0,0,0,.12);
  background: linear-gradient(135deg, #b22222 60%, #e57373 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  transition: background .2s, color .2s;
}
.cart-toggle:hover, .cart-toggle:focus {
  background: #fff;
  color: #b22222;
  outline: none;
}
@media (max-width: 700px) {
@media (max-width: 700px) {
  .cart-toggle { right: 12px; bottom: 24px; }
}

/* CART PANEL + ITEMS (FIXED) */
/* Make cart panel window a bit bigger */
.cart-panel{position:fixed;top:0;right:0;height:100vh;width:min(600px,99vw);background:var(--card);
  border-left:1px solid rgba(255,255,255,.1);box-shadow:-10px 0 30px rgba(0,0,0,.4);
  transform:translateX(110%);transition:transform .25s ease;z-index:70;display:none;flex-direction:column}
.cart-panel.open{transform:translateX(0);display:flex}
.cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}
.cart-body{
  padding:16px;
  flex:1;
  overflow-y:auto;
  min-height:120px;
  max-height:calc(100vh - 60px);
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* Grid-based cart items */
/* Make cart items more compact */
.cart-item{
  display:grid;
  grid-template-columns: 36px 1fr auto; /* qty | content | price */
  align-items:center;
  gap:8px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px;
  padding: 6px 6px;
}
.cart-item > .kbd:first-child{
  display:flex;align-items:center;justify-content:center;
  min-width:36px;height:24px;border-radius:6px;
}
.cart-item > .kbd:last-child{
  align-self:start;white-space:nowrap;
}
.cart-item .input{width:100%;margin-top:2px;font-size:14px;padding:6px 8px;}
.cart-item .row{margin-top:2px;gap:6px;flex-wrap:nowrap;}
.cart-item .row .btn {
  flex: 0 0 auto;
  min-width: 24px;
  padding: 4px 6px;
  font-size: 13px;
  background: var(--accent);
  color: #111827;
  border: 1px solid #d4af37;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(212,175,55,.10);
  font-weight: bold;
  margin-right: 4px;
}
.cart-item button{margin-left:0;} /* override buggy auto margin */

@media (max-width:420px){
  .cart-item{grid-template-columns:36px 1fr;}
  .cart-item > .kbd:last-child{grid-column:2 / -1;justify-self:end;margin-top:4px;}
}

.cart-footer{
  border-top:1px solid rgba(255,255,255,.1);
  padding:4px 12px;
  display:flex;
  flex-direction:column;
  gap:4px;
  background: var(--card);
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.input{width:100%;background:transparent;border:1px solid rgba(255,255,255,.12);color:var(--text);padding:10px 12px;border-radius:12px;outline:none}
.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.kbd{border:1px solid rgba(255,255,255,.15);padding:2px 6px;border-radius:6px;color:#f3f3c3;font-size:12px}

.footer{padding:32px 0;color:#f3f3c3;text-align:center;border-top:1px solid rgba(255,255,255,.06)}
.small{font-size:12px;color:#f3f3c3}
