﻿:root{
  color-scheme:light;
  font-size:16px;
  --bg:#fff8ef;
  --bg-soft:#f2eadf;
  --panel:rgba(255,255,255,0.94);
  --panel-strong:#ffffff;
  --ink:#17120d;
  --ink-muted:#6d6258;
  --accent:#d93625;
  --accent-strong:#f5b642;
  --accent-dark:#9f2419;
  --edge:rgba(15,23,42,0.16);
  --glow:rgba(255,122,69,0.45);
  --shadow-lg:0 35px 75px rgba(15,23,42,0.16);
  --shadow-md:0 20px 45px rgba(15,23,42,0.12);
  --shadow-sm:0 12px 28px rgba(15,23,42,0.1);
  --ok:#23c065;
  --danger:#ff6b6b;
  --blur:28px;
}
:root[data-theme='dark']{
  color-scheme:dark;
  --bg:#120d0a;
  --bg-soft:#211610;
  --panel:rgba(31,24,19,0.92);
  --panel-strong:rgba(22,17,14,0.96);
  --ink:#fff6ea;
  --ink-muted:#cdbdaf;
  --accent:#ff513d;
  --accent-strong:#f4b84b;
  --accent-dark:#ff8a66;
  --edge:rgba(255,218,178,0.16);
  --glow:rgba(255,111,78,0.35);
  --shadow-lg:0 35px 80px rgba(0,0,0,0.68);
  --shadow-md:0 22px 55px rgba(0,0,0,0.5);
  --shadow-sm:0 14px 34px rgba(0,0,0,0.38);
  --ok:#20d083;
  --danger:#ff8fa0;
}
*,
*::before,
*::after{box-sizing:border-box}
body{
  margin:0;
  min-height:100vh;
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  background:
    radial-gradient(1100px 520px at 10% -20%,rgba(245,182,66,0.24),transparent 65%),
    radial-gradient(900px 500px at 90% -10%,rgba(217,54,37,0.13),transparent 70%),
    linear-gradient(140deg,var(--bg),var(--bg-soft));
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cpath fill='rgba(255,255,255,0.08)' d='M0 199h200v1H0zM0 99h200v1H0zM99 0h1v200h-1zM199 0h1v200h-1z'/%3E%3C/svg%3E");
  opacity:.45;
  pointer-events:none;
}
[data-theme='dark'] body{
  background:
    radial-gradient(900px 520px at 14% -12%,rgba(255,92,54,0.17),transparent 64%),
    radial-gradient(760px 480px at 92% 0%,rgba(244,184,75,0.11),transparent 66%),
    linear-gradient(140deg,var(--bg),var(--bg-soft));
}
[data-theme='dark'] body::before{
  background-image:none;
  opacity:0;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.progress{
  position:fixed;
  inset:0 auto auto 0;
  width:100%;
  height:4px;
  transform-origin:left;
  transform:scaleX(0);
  background:linear-gradient(90deg,var(--accent),var(--accent-strong));
  box-shadow:0 0 22px var(--glow);
  z-index:140;
}
.wrap{
  max-width:1200px;
  margin:0 auto;
  padding:32px clamp(18px,5vw,48px) 120px;
}
header.app{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0 4px 18px;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
}
.header-primary{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.logo{
  width:56px;
  height:56px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(159,36,25,0.1);
  box-shadow:0 12px 26px rgba(159,36,25,0.12);
  background:var(--accent-dark);
}
.logo img{width:100%;height:100%;object-fit:cover}
.brand-text{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.brand-text h1{
  margin:0;
  font-size:clamp(1.42rem, 2.2vw, 1.92rem);
  letter-spacing:0;
  color:var(--accent-dark);
  line-height:1;
}
.brand-text p{
  margin:7px 0 0;
  color:var(--ink-muted);
  font-size:.84rem;
  font-weight:700;
}
.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
  margin-left:auto;
}
.header-actions > *{flex-shrink:0;}
.social{
  display:flex;
  align-items:center;
  gap:9px;
  padding:0;
  border-radius:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.social-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(130deg,var(--accent),var(--accent-dark));
  transition:transform .2s ease, box-shadow .2s ease;
}
.social-icon:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 14px 30px var(--glow)}
.social-handles{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:5px;
  line-height:1.2;
  font-weight:800;
  max-width:380px;
}
.social-handles a{
  display:flex;
  align-items:center;
  gap:4px;
  padding:5px 7px;
  color:var(--ink-muted);
  font-size:.72rem;
  letter-spacing:0;
  opacity:1;
  width:auto;
  height:auto;
  background:rgba(255,248,239,0.9);
  border:1px solid rgba(159,36,25,0.08);
  border-radius:999px;
}
.social-handles a:hover{
  color:var(--accent-dark);
  text-decoration:none;
}
[data-theme='dark'] .social-handles a{
  color:var(--ink-muted);
  background:rgba(255,218,178,0.07);
  border-color:rgba(255,218,178,0.12);
  opacity:1;
}
[data-theme='dark'] .social-handles a:hover{
  color:var(--accent-dark);
  background:rgba(255,138,102,0.11);
}

@media (max-width:860px){
  header.app{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }
  .header-actions{
    width:100%;
    justify-content:space-between;
    gap:10px;
  }
  .social{
    width:100%;
    justify-content:flex-start;
    order:2;
  }
  .social-handles{
    max-width:none;
  }
  .whatsapp{
    flex:1 1 auto;
    justify-content:center;
  }
  .theme-toggle{
    flex:0 0 auto;
  }
}
.whatsapp{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 18px;
  border-radius:16px;
  border:none;
  font-weight:900;
  color:#fff;
  background:linear-gradient(120deg,var(--ok),#128c7e);
  box-shadow:0 16px 34px rgba(18,140,126,0.2);
}
.whatsapp svg{width:18px;height:18px;fill:currentColor}
.theme-toggle{
  width:44px;
  height:44px;
  border:1px solid var(--edge);
  background:var(--panel-strong);
  border-radius:999px;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:var(--shadow-sm);
}
[data-theme='dark'] .theme-toggle{
  background:rgba(255,218,178,0.07);
  border-color:rgba(255,218,178,0.16);
  color:var(--ink);
}
.theme-toggle svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  stroke-width:1.8px;
  fill:none;
}
.theme-toggle .icon-moon{display:none}
[data-theme='dark'] .theme-toggle .icon-sun{display:none}
[data-theme='dark'] .theme-toggle .icon-moon{display:block}
.hero{
  position:relative;
  margin-top:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  align-items:end;
  gap:28px;
  min-height:520px;
  padding:42px;
  border-radius:28px;
  border:1px solid rgba(23,18,13,0.08);
  background:
    linear-gradient(90deg,rgba(23,18,13,0.9) 0%,rgba(23,18,13,0.76) 44%,rgba(23,18,13,0.24) 100%),
    url("hero-burger.jpg") center/cover no-repeat;
  box-shadow:0 32px 80px rgba(23,18,13,0.18);
  overflow:hidden;
}
.hero-left{
  display:flex;
  flex-direction:column;
  gap:18px;
  max-width:620px;
  position:relative;
  z-index:1;
}
.hero-right{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
}
.hero-eyebrow{
  margin:0;
  text-transform:uppercase;
  letter-spacing:0;
  font-size:.75rem;
  color:rgba(255,255,255,0.72);
  font-weight:800;
}
.hero-headline{
  margin:0;
  font-size:clamp(2.7rem,5vw,4.9rem);
  line-height:.95;
  color:#fff;
  font-weight:900;
  letter-spacing:0;
}
.hero-headline span{color:#fff;}
.hero-sub{
  margin:0;
  color:rgba(255,255,255,0.78);
  max-width:560px;
  font-size:1.06rem;
  line-height:1.62;
}
.hero-sub strong{
  color:var(--accent-dark);
  font-weight:700;
}
.hero-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.btn-whatsapp{
  border:none;
  border-radius:16px;
  padding:12px 26px;
  font-weight:700;
  color:#fff;
  background:linear-gradient(120deg,var(--ok),#128c7e);
  box-shadow:0 18px 32px rgba(35,192,101,0.35);
  cursor:pointer;
}
.btn-whatsapp:hover{transform:translateY(-1px);}
.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(255,255,255,0.28);
  border-radius:16px;
  padding:12px 26px;
  font-weight:600;
  background:rgba(255,255,255,0.1);
  color:#fff;
  box-shadow:none;
  backdrop-filter:blur(14px);
  cursor:pointer;
  transition:color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.btn-ghost:hover{
  background:rgba(255,255,255,0.16);
  box-shadow:none;
  transform:translateY(-1px);
}
[data-theme='dark'] .btn-ghost{
  border-color:rgba(0,0,0,0.6);
  background:rgba(0,0,0,0.82);
  color:#f8fafc;
  box-shadow:0 20px 38px rgba(0,0,0,0.65);
}
[data-theme='dark'] .btn-ghost:hover{
  background:rgba(0,0,0,0.95);
  box-shadow:0 24px 46px rgba(0,0,0,0.75);
}
.hero-badge{
  align-self:flex-start;
  padding:6px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  color:rgba(255,255,255,0.82);
  font-size:.78rem;
  letter-spacing:0;
  font-weight:800;
  text-transform:uppercase;
}
.smart-helper{
  display:flex;
  flex-direction:column;
  gap:14px;
  width:100%;
  padding:18px;
  border:1px solid rgba(255,255,255,0.18);
  border-radius:22px;
  background:rgba(23,18,13,0.48);
  box-shadow:0 24px 54px rgba(0,0,0,0.26);
  backdrop-filter:blur(18px);
}
.smart-helper .hero-badge{
  margin:0;
}
.smart-helper h3{
  margin:0;
  font-size:1.4rem;
  line-height:1.1;
  color:#fff;
}
.smart-buttons{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.smart-buttons button{
  min-height:44px;
  border:1px solid rgba(255,255,255,0.18);
  border-radius:14px;
  background:rgba(255,255,255,0.1);
  color:#fff;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(23,18,13,0.06);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.smart-buttons button:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(0,0,0,0.18);
}
.smart-buttons button.is-active{
  border-color:rgba(255,255,255,0.18);
  background:#fff;
  color:var(--accent-dark);
}
[data-theme='dark'] .smart-buttons button.is-active{
  border-color:rgba(255,218,178,0.26);
  background:linear-gradient(135deg,rgba(255,246,234,0.98),rgba(255,222,190,0.92));
  color:#34170f;
  box-shadow:0 16px 32px rgba(0,0,0,0.32);
}
.smart-note{
  margin:0;
  color:rgba(255,255,255,0.72);
  font-size:.9rem;
}
.controls{margin-top:38px}
.category-nav{
  position:sticky;
  top:10px;
  z-index:120;
  margin:22px 0 18px;
  display:flex;
  gap:8px;
  overflow:auto;
  padding:10px;
  border:1px solid var(--edge);
  border-radius:18px;
  background:rgba(255,255,255,0.82);
  box-shadow:0 16px 38px rgba(23,18,13,0.08);
  backdrop-filter:blur(18px);
  scrollbar-width:none;
}
.category-nav::-webkit-scrollbar{display:none}
.category-chip{
  flex:0 0 auto;
  min-height:40px;
  padding:9px 14px;
  border:1px solid rgba(159,36,25,0.13);
  border-radius:999px;
  background:var(--panel-strong);
  color:var(--ink);
  font-weight:900;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.category-chip:hover{
  transform:translateY(-1px);
  border-color:rgba(159,36,25,0.28);
}
.category-chip.is-active{
  border-color:transparent;
  background:linear-gradient(120deg,var(--accent),var(--accent-strong));
  color:#fff;
  box-shadow:0 14px 28px var(--glow);
}
[data-theme='dark'] .category-nav{
  background:rgba(22,17,14,0.82);
}
[data-theme='dark'] .category-chip{
  border-color:rgba(255,218,178,0.14);
  background:rgba(255,218,178,0.06);
}
.control-card{
  border:1px solid var(--edge);
  border-radius:28px;
  background:var(--panel);
  box-shadow:var(--shadow-sm);
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.search-row{
  display:flex;
  gap:18px;
  align-items:flex-start;
  flex-wrap:wrap;
  justify-content:space-between;
}
.control-label{
  margin:0;
  font-size:1rem;
  font-weight:700;
  letter-spacing:.02em;
}
.control-sub{
  margin:6px 0 0;
  color:var(--ink-muted);
  font-size:.9rem;
}
.field{
  min-width:280px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:18px;
  border:1px solid var(--edge);
  background:var(--panel-strong);
  box-shadow:var(--shadow-sm);
}
.field svg{
  width:20px;
  height:20px;
  stroke:var(--ink-muted);
}
.field input{
  border:none;
  outline:none;
  background:transparent;
  width:100%;
  font-size:1rem;
  color:var(--ink);
}
.field.search.compact span{
  font-weight:600;
  color:var(--ink-muted);
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:.75rem;
}
.chip-strip{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.chip-label{
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.25em;
  color:var(--ink-muted);
}
.chip-scroller{
  position:relative;
  flex:1;
}
.chip-shadow{
  position:absolute;
  top:0;
  bottom:0;
  width:40px;
  pointer-events:none;
}
.chip-shadow.left{
  left:0;
  background:linear-gradient(90deg,var(--panel),transparent);
}
.chip-shadow.right{
  right:0;
  background:linear-gradient(270deg,var(--panel),transparent);
}
.chips{
  display:flex;
  gap:10px;
  overflow:auto;
  padding:4px 0;
  scrollbar-width:none;
}
.chips::-webkit-scrollbar{display:none}
.chip{
  border-radius:999px;
  border:1px solid var(--edge);
  background:var(--panel-strong);
  padding:8px 16px;
  font-weight:600;
  color:var(--ink-muted);
  cursor:pointer;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease;
}
.chip.is-active{
  background:linear-gradient(120deg,var(--accent),var(--accent-strong));
  color:#fff;
  border-color:transparent;
  box-shadow:0 14px 32px var(--glow);
}
.section{
  margin-top:16px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  transition:opacity .3s ease;
}
.section.section-empty{
  opacity:.3;
}
.section summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 14px;
  color:var(--ink);
  font-size:1.35rem;
  font-weight:900;
  cursor:default;
}
.section summary::-webkit-details-marker{
  display:none;
}
.section summary .count{
  padding:6px 10px;
  border-radius:999px;
  background:rgba(159,36,25,0.08);
  color:var(--accent-dark);
  font-size:.78rem;
  font-weight:900;
}
[data-theme='dark'] .section summary .count{
  background:rgba(255,138,102,0.12);
}
#k-icecek{
  margin-top:34px;
  padding:24px;
  border:1px solid rgba(15,145,126,0.16);
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(235,255,251,0.92),rgba(255,255,255,0.82)),
    radial-gradient(circle at top right,rgba(21,177,151,0.16),transparent 42%);
  box-shadow:0 22px 50px rgba(23,18,13,0.08);
}
#k-icecek summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 16px;
  color:var(--ink);
  font-size:1.45rem;
  font-weight:900;
  cursor:default;
}
#k-icecek summary::-webkit-details-marker{
  display:none;
}
#k-icecek .count{
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,145,126,0.1);
  color:#087568;
  font-size:.8rem;
  font-weight:900;
}
#k-icecek .list{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}
#k-icecek .item{
  border-color:rgba(15,145,126,0.14);
  background:rgba(255,255,255,0.88);
}
#k-icecek .item:hover{
  border-color:rgba(15,145,126,0.3);
}
#k-icecek .item .price{
  color:#087568;
}
#k-icecek .item .add button{
  color:#087568;
  background:#eafaf7;
}
#k-icecek .item .add button:hover{
  background:#d8f5ef;
}
[data-theme='dark'] #k-icecek{
  border-color:rgba(55,214,179,0.2);
  background:
    linear-gradient(135deg,rgba(12,35,31,0.86),rgba(22,17,14,0.92)),
    radial-gradient(circle at top right,rgba(32,208,131,0.16),transparent 46%);
  box-shadow:0 24px 56px rgba(0,0,0,0.44);
}
[data-theme='dark'] #k-icecek .count{
  background:rgba(32,208,131,0.14);
  color:#7af0ca;
}
[data-theme='dark'] #k-icecek .item{
  border-color:rgba(55,214,179,0.16);
  background:rgba(15,28,25,0.86);
}
[data-theme='dark'] #k-icecek .item:hover{
  border-color:rgba(55,214,179,0.32);
}
[data-theme='dark'] #k-icecek .item .price{
  color:#7af0ca;
}
[data-theme='dark'] #k-icecek .item .add button{
  color:#7af0ca;
  background:rgba(32,208,131,0.11);
}
[data-theme='dark'] #k-icecek .item .add button:hover{
  background:rgba(32,208,131,0.18);
}
.section .list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:12px;
  padding:0;
}
.menu-item,
.section .item{
  border:1px solid var(--edge);
  border-radius:18px;
  padding:14px;
  background:var(--panel-strong);
  box-shadow:0 10px 24px rgba(23,18,13,0.06);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  gap:10px 14px;
  align-items:start;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.menu-item:hover,
.section .item:hover{
  transform:translateY(-2px);
  border-color:rgba(159,36,25,0.2);
  box-shadow:0 18px 36px rgba(23,18,13,0.1);
}
[data-theme='dark'] .menu-item,
[data-theme='dark'] .section .item{
  background:rgba(22,17,14,0.92);
  border-color:rgba(255,218,178,0.13);
  box-shadow:0 12px 28px rgba(0,0,0,0.34);
}
[data-theme='dark'] .menu-item:hover,
[data-theme='dark'] .section .item:hover{
  border-color:rgba(255,138,102,0.28);
  box-shadow:0 20px 42px rgba(0,0,0,0.45);
}
.section .item.is-smart-match{
  border-color:rgba(159,36,25,0.45);
  background:linear-gradient(135deg,#fff,#fff8ef);
  box-shadow:0 18px 36px rgba(159,36,25,0.12);
}
[data-theme='dark'] .section .item.is-smart-match{
  border-color:rgba(255,138,102,0.48);
  background:linear-gradient(135deg,rgba(39,24,18,0.96),rgba(56,33,20,0.88));
  box-shadow:0 18px 36px rgba(0,0,0,0.5);
}
.menu-item h3,
.section .item .name{
  margin:0;
  font-size:1rem;
  line-height:1.28;
  font-weight:800;
  color:var(--ink);
}
.section .item .desc{
  margin:6px 0 0;
  color:var(--ink-muted);
  font-size:.84rem;
  line-height:1.34;
}
.menu-item .price,
.section .item .price{
  justify-self:end;
  padding-top:2px;
  font-weight:900;
  color:var(--accent-dark);
  font-size:1.05rem;
  white-space:nowrap;
}
.menu-item .add,
.section .item .add{
  grid-column:2;
  grid-row:2;
  align-self:end;
  justify-self:end;
}
.menu-item .add button,
.section .item .add button{
  width:auto;
  border:none;
  border-radius:14px;
  padding:9px 13px;
  font-weight:700;
  color:var(--accent-dark);
  background:#fff8ef;
  box-shadow:none;
  cursor:pointer;
  transition:transform .2s ease, background .2s ease;
}
.menu-item .add button:hover,
.section .item .add button:hover{
  transform:translateY(-1px);
  background:#ffe8dd;
}
[data-theme='dark'] .menu-item .add button,
[data-theme='dark'] .section .item .add button{
  color:var(--accent-dark);
  background:rgba(255,138,102,0.12);
}
[data-theme='dark'] .menu-item .add button:hover,
[data-theme='dark'] .section .item .add button:hover{
  background:rgba(255,138,102,0.2);
}
.badges{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:0 0 7px;
}
.product-badge{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 8px;
  border-radius:999px;
  background:rgba(159,36,25,0.08);
  color:var(--accent-dark);
  font-size:.7rem;
  font-weight:900;
  text-transform:uppercase;
}
[data-theme='dark'] .product-badge{
  background:rgba(255,138,102,0.12);
  color:var(--accent-dark);
}
.menu-item.is-hidden,
.section .item.is-hidden{display:none}
.callfab{
  position:fixed;
  bottom:24px;
  left:24px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(120deg,var(--ok),#0a8f6a);
  color:#fff;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 18px 38px rgba(15,23,42,0.18);
  z-index:175;
}
.callfab svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  stroke-width:1.6px;
  fill:none;
}
.callfab:hover{transform:translateY(-1px);}

.toast{
  position:fixed;
  left:50%;
  bottom:92px;
  transform:translate(-50%,16px);
  z-index:190;
  max-width:min(420px,calc(100% - 32px));
  padding:13px 16px;
  border-radius:16px;
  background:#17120d;
  color:#fff;
  font-weight:800;
  box-shadow:0 18px 42px rgba(23,18,13,0.22);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
}
[data-theme='dark'] .toast{
  background:#fff6ea;
  color:#2a130d;
  box-shadow:0 18px 42px rgba(0,0,0,0.42);
}
.toast.is-visible{
  opacity:1;
  transform:translate(-50%,0);
}

.cartfab{
  position:fixed;
  bottom:24px;
  right:24px;
  border:none;
  border-radius:999px;
  padding:14px 20px;
  font-weight:700;
  color:#fff;
  background:linear-gradient(120deg,var(--accent),var(--accent-dark));
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  box-shadow:0 24px 50px var(--glow);
  z-index:180;
}
.cartfab svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8px;fill:none}
.cartfab small{
  background:rgba(0,0,0,0.25);
  padding:4px 10px;
  border-radius:999px;
  font-size:.85rem;
}
.cart{
  position:fixed;
  right:24px;
  bottom:94px;
  width:380px;
  max-width:calc(100% - 32px);
  background:var(--panel);
  border:1px solid var(--edge);
  border-radius:24px;
  padding:18px;
  box-shadow:var(--shadow-lg);
  backdrop-filter:blur(var(--blur));
  display:none;
  z-index:170;
}
.cart header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  font-weight:700;
  margin-bottom:14px;
}
.cart header div{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.cart header strong{
  font-size:1.15rem;
}
.cart header small{
  color:var(--ink-muted);
  font-weight:500;
  line-height:1.35;
}
.cart header button{
  border:none;
  background:var(--panel-strong);
  width:40px;
  height:40px;
  border-radius:999px;
  font-size:24px;
  cursor:pointer;
  color:var(--ink);
  box-shadow:var(--shadow-sm);
  line-height:1;
  flex:0 0 auto;
}
.cart .rows{
  max-height:min(360px,52vh);
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding-right:2px;
}
.cart-empty{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:18px;
  border:1px dashed var(--edge);
  border-radius:18px;
  color:var(--ink-muted);
  background:rgba(255,255,255,0.5);
}
[data-theme='dark'] .cart-empty{
  background:rgba(255,218,178,0.04);
}
.cart-empty strong{
  color:var(--ink);
}
.cart .row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px 14px;
  align-items:start;
  padding:14px;
  border:1px solid var(--edge);
  border-radius:18px;
  background:var(--panel-strong);
  box-shadow:var(--shadow-sm);
}
.cart-line-main{
  min-width:0;
}
.cart-line-main strong{
  display:block;
  font-size:.95rem;
  line-height:1.35;
}
.cart-line-main span{
  display:block;
  margin-top:4px;
  color:var(--ink-muted);
  font-size:.85rem;
}
.cart-line-total{
  grid-column:1 / -1;
  justify-self:end;
  color:var(--accent-dark);
  font-weight:800;
}
.cart .qty{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--edge);
  border-radius:999px;
  padding:5px;
  background:var(--panel);
}
.cart .qty button{
  border:none;
  background:var(--panel-strong);
  width:32px;
  height:32px;
  border-radius:50%;
  font-weight:700;
  cursor:pointer;
  color:var(--ink);
  box-shadow:0 6px 14px rgba(15,23,42,0.08);
}
[data-theme='dark'] .cartfab{
  background:linear-gradient(120deg,var(--accent),#b72d20);
}
[data-theme='dark'] .cartfab small{
  background:rgba(0,0,0,0.32);
}
.cart .qty span{
  min-width:20px;
  text-align:center;
  font-weight:800;
}
.cart footer{
  margin-top:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.cart-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:14px 0 2px;
  color:var(--ink-muted);
}
.cart-total strong{
  color:var(--ink);
  font-size:1.25rem;
}
.cart footer .whatsapp{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  padding:13px 18px;
  border-radius:16px;
  border:none;
  font-weight:700;
  color:#fff;
  background:linear-gradient(120deg,var(--ok),#128c7e);
  box-shadow:var(--shadow-sm);
}
.cart footer .whatsapp.is-disabled{
  pointer-events:none;
  opacity:.48;
  filter:saturate(.5);
}
.modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(23,18,13,0.58);
  display:none;
  align-items:flex-start;
  justify-content:center;
  z-index:200;
  padding:calc(24px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom));
  overflow:auto;
}
[data-theme='dark'] .modal-overlay{
  background:rgba(5,3,2,0.72);
}
.modal{
  width:min(480px,92vw);
  background:var(--panel-strong);
  border-radius:24px;
  padding:24px;
  border:1px solid var(--edge);
  box-shadow:var(--shadow-lg);
  max-height:calc(100vh - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  max-height:calc(100dvh - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.modal-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:20px;
}
.modal-eyebrow{
  margin:0 0 8px;
  text-transform:uppercase;
  letter-spacing:0;
  font-size:.72rem;
  color:var(--accent-dark);
  font-weight:800;
}
.modal-head h3{
  margin:0;
  font-size:1.55rem;
  line-height:1.2;
}
.modal-sub{
  margin:8px 0 0;
  color:var(--ink-muted);
  font-size:.92rem;
  max-width:340px;
  line-height:1.5;
}
.modal-head .icon-only{
  width:42px;
  height:42px;
  padding:0;
  font-size:1.5rem;
  color:var(--ink);
  background:#fff;
  border-color:var(--edge);
}
[data-theme='dark'] .modal-head .icon-only{
  background:rgba(255,218,178,0.07);
  border-color:rgba(255,218,178,0.16);
}
.summary-compact{
  margin:16px 0 12px;
  border:1px solid var(--edge);
  border-radius:18px;
  padding:0;
  background:#fff;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
[data-theme='dark'] .summary-compact{
  background:rgba(255,218,178,0.05);
}
.summary-label{
  display:block;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
  font-size:.74rem;
  color:var(--ink-muted);
}
.summary-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  border-radius:0;
  padding:18px;
  border:0;
  background:linear-gradient(135deg,#fff8ef,#fff);
  color:var(--ink);
  box-shadow:none;
}
[data-theme='dark'] .summary-total{
  background:linear-gradient(135deg,rgba(64,35,22,0.88),rgba(22,17,14,0.96));
}
.summary-total small{
  display:block;
  margin-top:6px;
  color:var(--ink-muted);
}
.summary-total strong{
  font-size:1.75rem;
  font-weight:800;
  color:var(--accent-dark);
  white-space:nowrap;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.2em;
}
.badge.muted{
  background:rgba(15,23,42,0.06);
  color:var(--ink-muted);
}
[data-theme='dark'] .badge.muted{
  background:rgba(255,218,178,0.08);
}
.badge.saving{
  background:rgba(35,192,101,0.12);
  color:var(--ok);
}
.badge.accent{
  background:rgba(159,36,25,0.1);
  color:var(--accent-dark);
}
[data-theme='dark'] .badge.accent{
  background:rgba(255,138,102,0.12);
}
.modal-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px;
}
.co-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-weight:800;
  font-size:.92rem;
}
.co-field .input-shell{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid var(--edge);
  border-radius:16px;
  padding:13px 14px;
  background:#fff;
  min-height:54px;
  transition:border-color .2s ease, box-shadow .2s ease;
}
[data-theme='dark'] .co-field .input-shell{
  background:rgba(255,218,178,0.05);
}
.co-field .input-shell:focus-within{
  border-color:rgba(159,36,25,0.42);
  box-shadow:0 0 0 4px rgba(159,36,25,0.08);
}
[data-theme='dark'] .co-field .input-shell:focus-within{
  border-color:rgba(255,138,102,0.46);
  box-shadow:0 0 0 4px rgba(255,138,102,0.12);
}
.co-field svg{
  width:20px;
  height:20px;
  stroke:var(--accent-dark);
  flex:0 0 auto;
}
.co-field input,
.co-field textarea{
  border:none;
  outline:none;
  background:transparent;
  width:100%;
  resize:none;
  color:var(--ink);
}
.co-field textarea{
  min-height:42px;
  line-height:1.4;
}
.co-field[data-span='full']{grid-column:1 / -1}
.modal-meta{
  margin:14px 0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.meta-card{
  display:flex;
  gap:10px;
  align-items:center;
  border:1px solid var(--edge);
  border-radius:14px;
  padding:11px 12px;
  background:var(--panel);
  box-shadow:var(--shadow-sm);
}
.meta-card.is-active{
  border-color:rgba(159,36,25,0.28);
  background:#fff8ef;
  box-shadow:0 16px 32px rgba(159,36,25,0.1);
}
[data-theme='dark'] .meta-card.is-active{
  border-color:rgba(255,138,102,0.28);
  background:rgba(64,35,22,0.72);
  box-shadow:0 16px 32px rgba(0,0,0,0.32);
}
.meta-card small{
  text-transform:uppercase;
  letter-spacing:0;
  font-size:.7rem;
  color:inherit;
  opacity:.8;
}
.meta-card strong{
  display:block;
  margin-top:4px;
}
.meta-icon{
  width:36px;
  height:36px;
  border-radius:12px;
  background:rgba(159,36,25,0.08);
  display:grid;
  place-items:center;
  color:var(--accent-dark);
}
[data-theme='dark'] .meta-icon{
  background:rgba(255,138,102,0.12);
}
.meta-icon svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  stroke-width:1.5px;
  fill:none;
}
.meta-card.is-active .meta-icon{
  background:rgba(159,36,25,0.12);
  color:var(--accent-dark);
}
[data-theme='dark'] .meta-card.is-active .meta-icon{
  background:rgba(255,138,102,0.16);
}
.modal .actions{
  display:flex;
  gap:12px;
  flex-wrap:nowrap;
}
.btn-modal{
  flex:1 1 180px;
  border-radius:16px;
  border:1px solid var(--edge);
  background:var(--panel-strong);
  padding:13px;
  font-weight:700;
  cursor:pointer;
}
.btn-modal.ghost{
  background:transparent;
  color:var(--ink-muted);
}
[data-theme='dark'] .btn-modal.ghost{
  border-color:rgba(255,218,178,0.14);
}
.btn-modal.icon-only{
  flex:0 0 auto;
  border-radius:50%;
}
.btn-wa{
  background:linear-gradient(120deg,var(--ok),#128c7e);
  color:#fff;
  border:none;
  box-shadow:0 16px 28px rgba(35,192,101,0.22);
}
[data-theme='dark'] .modal-head{
  background:transparent;
}
.site-footer{
  margin-top:48px;
  padding:22px 2px 0;
  border-top:1px solid var(--edge);
  background:transparent;
  box-shadow:none;
  color:var(--ink-muted);
  font-size:.84rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.site-footer div{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
}
.site-footer strong{
  color:var(--ink);
  font-size:.95rem;
}
.site-footer span,
.site-footer a{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.site-footer span:not(:first-child)::before,
.site-footer a:not(:first-child)::before{
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor;
  opacity:.45;
}
.site-footer a{
  color:var(--accent-dark);
  font-weight:800;
}
.site-footer .credit{
  opacity:.62;
}
.site-footer .credit a{
  font-weight:800;
}
[data-theme='dark'] .site-footer{
  background:transparent;
  border-top-color:rgba(255,218,178,0.12);
}
@media (max-width:640px){
  .site-footer{
    align-items:center;
    flex-direction:column;
    gap:10px;
    padding-top:18px;
    text-align:center;
    font-size:.78rem;
  }
  .site-footer div{
    justify-content:center;
    gap:7px;
    width:100%;
  }
  .site-footer strong{
    flex:0 0 100%;
    font-size:.95rem;
  }
  .site-footer span:not(:first-child)::before,
  .site-footer a:not(:first-child)::before{
    display:none;
  }
  .site-footer .footer-main span + span::before,
  .site-footer .footer-meta > span:not(.credit)::before{
    content:"";
    display:inline-flex;
    width:4px;
    height:4px;
    border-radius:50%;
    background:currentColor;
    opacity:.42;
  }
  .site-footer .footer-meta{
    row-gap:8px;
  }
  .site-footer .credit{
    flex:0 0 100%;
    justify-content:center;
    opacity:.58;
  }
}
@media (max-width:960px){
  .wrap{padding-bottom:112px}
  .hero{
    grid-template-columns:1fr;
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(23,18,13,0.88) 0%,rgba(23,18,13,0.72) 52%,rgba(23,18,13,0.62) 100%),
      url("hero-burger.jpg") center/cover no-repeat;
  }
  .hero-right{
    max-width:520px;
  }
  .callfab{
    left:12px;
    bottom:18px;
    width:54px;
    height:54px;
    padding:0;
    justify-content:center;
    border-radius:18px;
  }
  .callfab > span:last-child{
    display:none;
  }
  .cartfab{
    left:78px;
    right:12px;
    bottom:18px;
    justify-content:center;
    min-height:54px;
    border-radius:18px;
    padding:14px 18px;
  }
  .cart{
    left:0;
    right:0;
    bottom:0;
    width:100%;
    max-width:none;
    border-radius:26px 26px 0 0;
    padding:18px 16px calc(18px + env(safe-area-inset-bottom));
    max-height:82vh;
    overflow:hidden;
    border-left:0;
    border-right:0;
    border-bottom:0;
  }
  .cart::before{
    content:"";
    display:block;
    width:46px;
    height:5px;
    margin:0 auto 14px;
    border-radius:999px;
    background:rgba(109,98,88,0.35);
  }
  .cart .rows{
    max-height:45vh;
  }
  body.cart-open::after{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.38);
    z-index:160;
  }
  body.cart-open .cart{
    z-index:180;
  }
  body.cart-open .callfab,
  body.cart-open .cartfab{
    z-index:150;
  }
}
@media (max-width:640px){
  .wrap{padding-bottom:112px;}
  header.app,
  .hero{
    padding:18px;
    gap:20px;
    border-radius:22px;
  }
  .hero-headline{
    font-size:2.55rem;
  }
  .smart-helper{
    padding:14px;
  }
  .smart-buttons{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .smart-buttons button{
    min-height:42px;
  }
  .header-actions{
    align-items:stretch;
  }
  .social{
    order:3;
  }
  .social-handles a{
    font-size:.74rem;
  }
  .section .list{
    grid-template-columns:1fr;
    padding:0;
  }
  .category-nav{
    top:8px;
    margin:18px 0 14px;
    padding:8px;
    border-radius:16px;
  }
  .category-chip{
    min-height:38px;
    padding:8px 12px;
    font-size:.84rem;
  }
  .section summary{
    font-size:1.18rem;
  }
  #k-icecek{
    margin-top:28px;
    padding:16px;
    border-radius:22px;
  }
  #k-icecek summary{
    font-size:1.22rem;
  }
  .section .item{
    grid-template-columns:1fr;
  }
  .section .item .price,
  .section .item .add{
    grid-column:1;
    justify-self:start;
  }
  .section .item .add{
    width:100%;
  }
  .section .item .add button{
    width:100%;
  }
  .toast{
    bottom:84px;
  }

  .cart .row{
    grid-template-columns:1fr;
  }
  .cart .qty{
    justify-self:start;
  }
  .cart-line-total{
    justify-self:start;
  }
  .modal{
    width:100%;
    max-width:100%;
    max-height:calc(100vh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    max-height:calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding:18px 14px calc(18px + env(safe-area-inset-bottom));
    border-radius:22px;
  }
  .modal-overlay{
    align-items:flex-start;
    padding:calc(10px + env(safe-area-inset-top)) 10px calc(10px + env(safe-area-inset-bottom));
  }
  .modal-head{
    position:sticky;
    top:-18px;
    z-index:2;
    padding:0 0 12px;
    margin-bottom:14px;
    background:linear-gradient(180deg,var(--panel-strong) 75%,rgba(255,255,255,0));
  }
  [data-theme='dark'] .modal-head{
    background:linear-gradient(180deg,var(--panel-strong) 75%,rgba(22,17,14,0));
  }
  .modal-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .co-field[data-span='full']{
    grid-column:auto;
  }
  .summary-total{
    align-items:center;
    padding:16px;
  }
  .summary-total strong{
    font-size:1.45rem;
  }
  .modal-meta{
    grid-template-columns:1fr;
    gap:8px;
  }
  .meta-card{
    padding:10px 12px;
  }
  .modal .actions{
    position:sticky;
    bottom:-18px;
    z-index:2;
    padding-top:12px;
    background:linear-gradient(0deg,var(--panel-strong) 78%,rgba(255,255,255,0));
  }
  .btn-modal{
    flex-basis:0;
  }
}






