/* ============================================================
   adanamanqal.com — ADANA Manqalda Dönər web sitesi
   Tasarım: tasarim.zip'ten birebir aktarılan renk/tipografi.
   Responsive: mobil öncelikli düzeltmeler dosyanın sonunda.
   ============================================================ */
:root {
  --bg: #faf6f1;
  --ink: #221712;
  --red: #c2340f;
  --red-dark: #9c2a0c;
  --cream: #f4ebe0;
  --border: #eadfd3;
  --muted: #6f6055;
  --muted2: #8a7a6d;
  --dark: #221712;
  --dark-card: #2e211a;
  --dark-border: #45332a;
  --dark-text: #f4ebe0;
  --dark-muted: #cbb9a9;
  --accent: #e8956a;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: 'Montserrat', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
button { font-family: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
img, iframe { max-width: 100%; }

.wrap { max-width: 1120px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* ---- Bölüm boşlukları (mobilde media query ile daralır) ---- */
.sec { padding-top: 76px; padding-bottom: 76px; }
.sec-sm { padding-top: 48px; padding-bottom: 48px; }
.page-head { padding-top: 64px; padding-bottom: 24px; }
.list-pad { padding-top: 24px; padding-bottom: 80px; }
.foot-pad { padding-top: 64px; padding-bottom: 40px; }
.hero-grid { padding-top: 72px; padding-bottom: 80px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 48px; align-items: center; }
.hero-photo-wrap { position: relative; height: 520px; min-width: 0; }
.about-grid { padding-top: 80px; padding-bottom: 80px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 48px; align-items: center; }
.about-photo { height: 380px; min-width: 0; }
.g-photo { height: 240px; border-radius: 18px; }
.map-card { overflow: hidden; height: 560px; display: flex; flex-direction: column; }

/* ---- Üst bar ---- */
.night-banner { background: var(--dark); color: var(--dark-text); text-align: center; padding: 9px 16px; font-size: 12px; font-weight: 700; letter-spacing: 0.22em; }
@keyframes nb-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.night-banner span { display: inline-block; animation: nb-blink 1.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .night-banner span { animation: none; } }
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(250,246,241,0.93); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.topbar-in { max-width: 1120px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 14px 28px; flex-wrap: wrap; }
.logo { display: flex; flex-direction: column; line-height: 1; color: var(--ink); }
.logo b { font-weight: 900; font-size: 20px; letter-spacing: 0.04em; color: var(--red); }
.logo span { font-weight: 600; font-size: 9px; letter-spacing: 0.3em; margin-top: 3px; color: var(--ink); }
.nav { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-left: auto; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; }
.nav a { color: var(--ink); }
.nav a:hover { color: var(--red); }
.nav a.active { color: var(--red); border-bottom: 2px solid var(--red); padding-bottom: 2px; }
.call-btn { background: var(--red); color: #fff !important; padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 13px; letter-spacing: 0.03em; white-space: nowrap; }
.call-btn:hover { background: var(--red-dark); }
.wa-btn { flex: none; width: 40px; height: 40px; border-radius: 999px; background: #25D366; color: #fff !important; display: inline-flex; align-items: center; justify-content: center; }
.wa-btn:hover { background: #1eb457; }
.wa-btn:active { transform: scale(0.94); }

/* ---- Butonlar / rozetler ---- */
.btn { display: inline-block; border: 0; border-radius: 999px; font-weight: 800; }
.btn-red { background: var(--red); color: #fff !important; }
.btn-red:hover { background: var(--red-dark); }
.btn-outline { background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; font-weight: 700; }
.btn-outline:hover { background: var(--ink); color: var(--cream) !important; }
.chip { background: var(--cream); border: 1px solid var(--border); padding: 7px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; }
.kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.24em; color: var(--red); }

/* ---- Kartlar ---- */
.card { background: #fff; border: 1px solid var(--border); border-radius: 20px; }
.menu-card { padding: 28px; }
.set-card { padding: 30px; display: flex; flex-direction: column; gap: 16px; position: relative; border-radius: 22px; }
.hset-card { background: var(--dark-card); border: 1px solid var(--dark-border); border-radius: 18px; padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.fav-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }

/* ---- Menü satırı ---- */
.mi { display: flex; align-items: baseline; gap: 10px; padding: 8px 0; }
.mi .n { font-weight: 600; font-size: 14px; min-width: 0; }
.mi .dots { flex: 1; border-bottom: 2px dotted #e0d2c2; transform: translateY(-3px); min-width: 14px; }
.mi .p { font-weight: 800; font-size: 14px; color: var(--red); white-space: nowrap; }
.add-btn { flex: none; width: 30px; height: 30px; border-radius: 999px; border: 0; background: var(--red); color: #fff; font-size: 17px; font-weight: 800; line-height: 1; display: inline-flex; align-items: center; justify-content: center; align-self: center; }
.add-btn:hover { background: var(--red-dark); }
.add-btn:active { transform: scale(0.92); }

/* ---- Sepet çubuğu ---- */
.cart-bar { position: fixed; left: 50%; transform: translateX(-50%); bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 90; background: var(--dark); color: var(--dark-text); border-radius: 999px; padding: 12px 14px 12px 22px; display: none; align-items: center; gap: 16px; box-shadow: 0 10px 30px rgba(34,23,18,0.35); max-width: calc(100vw - 32px); }
.cart-bar.show { display: flex; }
.cart-bar .sum { font-weight: 800; font-size: 15px; white-space: nowrap; }
.cart-bar .go { background: var(--red); color: #fff; border: 0; border-radius: 999px; padding: 10px 20px; font-weight: 800; font-size: 14px; white-space: nowrap; }
.cart-bar .go:hover { background: var(--red-dark); }
.cart-bar .bar-up { flex: none; width: 34px; height: 34px; border-radius: 999px; border: 1px solid var(--dark-border); background: var(--dark-card); color: var(--dark-text); display: inline-flex; align-items: center; justify-content: center; }

/* ---- Modal ---- */
.modal-back { position: fixed; inset: 0; z-index: 100; background: rgba(34,23,18,0.55); display: none; align-items: flex-end; justify-content: center; padding: 0; }
.modal-back.show { display: flex; }
.modal { background: var(--bg); border-radius: 22px 22px 0 0; width: 100%; max-width: 560px; max-height: 92dvh; overflow: auto; overscroll-behavior: contain; padding: 26px 22px calc(22px + env(safe-area-inset-bottom, 0px)); }
@media (min-width: 640px) { .modal-back { align-items: center; padding: 24px; } .modal { border-radius: 22px; padding-bottom: 22px; } }
.modal h3 { margin: 0 0 4px; font-size: 22px; font-weight: 900; }
.mhead { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.modal-close { flex: none; width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--border); background: var(--cream); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; }
.modal-close:hover { border-color: var(--red); color: var(--red); }
.modal-close:active { transform: scale(0.92); }
.modal .sub { font-size: 13px; color: var(--muted); font-weight: 600; }
.mrow { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.mrow .nm { flex: 1; font-weight: 700; font-size: 14px; min-width: 0; overflow-wrap: break-word; }
.mrow .nm small { display: block; font-weight: 600; color: var(--muted2); font-size: 12px; margin-top: 2px; }
.qty { display: inline-flex; align-items: center; gap: 8px; }
.qty button { width: 32px; height: 32px; border-radius: 999px; border: 1px solid var(--border); background: #fff; font-size: 16px; font-weight: 800; color: var(--ink); }
.qty button:hover { border-color: var(--red); color: var(--red); }
.qty b { min-width: 18px; text-align: center; font-size: 15px; }
.mrow .lp { font-weight: 800; color: var(--red); font-size: 14px; white-space: nowrap; }
.field { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; }
.field label { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); }
/* 16px: iOS input odaklanınca sayfayı zoom'lamasın */
.field input, .field textarea { border: 1px solid var(--border); border-radius: 12px; background: #fff; padding: 12px 14px; font-family: inherit; font-size: 16px; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--red); }
.seg { display: flex; background: var(--cream); border: 1px solid var(--border); border-radius: 999px; padding: 4px; margin-top: 16px; }
.seg button { flex: 1; border: 0; background: transparent; border-radius: 999px; padding: 10px 6px; font-weight: 800; font-size: 14px; color: var(--muted); white-space: nowrap; }
.seg button.on { background: var(--dark); color: var(--dark-text); }
.opt-group { margin-top: 16px; }
.opt-group .gt { font-weight: 800; font-size: 14px; margin-bottom: 8px; }
.opt-group .gt small { color: var(--muted2); font-weight: 600; }
.opt { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid var(--border); border-radius: 12px; background: #fff; margin-bottom: 8px; font-weight: 600; font-size: 14px; cursor: pointer; }
.opt.on { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.opt .pd { margin-left: auto; font-weight: 800; color: var(--red); font-size: 13px; white-space: nowrap; }
.submit-btn { width: 100%; margin-top: 18px; background: var(--red); color: #fff; border: 0; border-radius: 999px; padding: 15px; font-weight: 800; font-size: 16px; }
.submit-btn:hover { background: var(--red-dark); }
.submit-btn:disabled { opacity: 0.6; cursor: wait; }
.err-box { margin-top: 12px; background: #fdecea; border: 1px solid #f5c6c0; color: #9c2a0c; border-radius: 12px; padding: 12px 14px; font-size: 14px; font-weight: 600; display: none; }
.err-box.show { display: block; }

/* ---- Koyu bölüm ---- */
.dark-sec { background: var(--dark); color: var(--dark-text); }
.dark-sec a.plain { color: var(--dark-text); }

/* ---- Footer ---- */
.footer { background: var(--dark); color: var(--dark-muted); }
.footer-in { max-width: 1120px; margin: 0 auto; padding: 40px 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.footer-in b { font-weight: 800; color: var(--dark-text); }

/* ---- Görsel yuvası (placeholder) ---- */
.photo { background: linear-gradient(135deg, #3a2a20 0%, #6b3a1f 45%, #c2340f 100%); border-radius: 24px; display: flex; align-items: center; justify-content: center; color: #f4ebe0; position: relative; overflow: hidden; }
.photo::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 30%, rgba(255,255,255,0.14), transparent 55%); }
.photo span { font-size: 64px; filter: drop-shadow(0 6px 18px rgba(0,0,0,0.35)); }
.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---- Alt sekme çubuğu (yalnız mobil) ---- */
.tabbar { display: none; }

.toast { position: fixed; left: 50%; transform: translateX(-50%); bottom: calc(84px + env(safe-area-inset-bottom, 0px)); z-index: 95; background: var(--ink); color: var(--cream); padding: 10px 20px; border-radius: 999px; font-size: 14px; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity 0.25s; max-width: calc(100vw - 32px); text-align: center; }
.toast.show { opacity: 1; }

/* ---- Masaüstü sepet paneli (sağ dock) + yüzen sepet düğmesi ---- */
.cart-dock { position: fixed; top: 0; right: 0; bottom: 0; width: 344px; z-index: 96; background: var(--bg); border-left: 1px solid var(--border); box-shadow: -14px 0 34px rgba(34,23,18,0.09); display: none; flex-direction: column; }
.cart-dock .dock-in { flex: 1; overflow: auto; overscroll-behavior: contain; padding: 22px 20px 26px; }
.dock-empty { text-align: center; padding: 46px 10px; color: var(--muted); font-weight: 600; line-height: 2; font-size: 15px; }
.dock-empty small { font-size: 13px; color: var(--muted2); }

/* ---- Sepet: profesyonel detaylar ---- */
.cnt-pill { display: inline-block; background: var(--cream); border: 1px solid var(--border); color: var(--muted); font-size: 12px; font-weight: 700; border-radius: 999px; padding: 3px 10px; vertical-align: 3px; margin-left: 6px; }
.line-x { flex: none; width: 26px; height: 26px; border-radius: 999px; border: 0; background: transparent; color: var(--muted2); font-size: 17px; font-weight: 700; line-height: 1; display: inline-flex; align-items: center; justify-content: center; }
.line-x:hover { color: var(--red); background: var(--cream); }
.up-title { font-weight: 800; font-size: 14px; margin: 14px 0 8px; }
.up-strip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.up-strip::-webkit-scrollbar { display: none; }
.up-card { flex: none; width: 128px; text-align: left; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 10px 12px; display: flex; flex-direction: column; gap: 8px; font-family: inherit; cursor: pointer; }
.up-card:hover { border-color: var(--red); }
.up-card:active { transform: scale(0.97); }
.up-card .un { font-size: 12.5px; font-weight: 700; line-height: 1.3; color: var(--ink); }
.up-card .up-b { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.up-card .up { font-size: 13px; font-weight: 800; color: var(--red); }
.up-card .ua { width: 24px; height: 24px; border-radius: 999px; background: var(--red); color: #fff; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; }
.pay-note { margin-top: 10px; font-size: 12.5px; color: var(--muted); font-weight: 600; background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 9px 12px; }
.set-suggest { display: none; }
.set-suggest.show { display: block; margin-top: 12px; background: linear-gradient(135deg, #fdf3e7, #fbe8d8); border: 1.5px dashed var(--red); border-radius: 14px; padding: 12px 14px; }
.set-suggest .ss-t { font-weight: 900; font-size: 14px; color: var(--red-dark); }
.set-suggest .ss-d { font-size: 12.5px; font-weight: 600; color: var(--muted); margin: 4px 0 10px; line-height: 1.5; }
.set-suggest .ss-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.set-suggest .ss-p { font-size: 15px; font-weight: 900; }
.set-suggest .ss-p s { color: var(--muted2); font-weight: 600; font-size: 12.5px; }
.set-suggest .ss-btn { background: var(--red); color: #fff; border: 0; border-radius: 999px; padding: 9px 16px; font-weight: 800; font-size: 13px; white-space: nowrap; }
.set-suggest .ss-btn:hover { background: var(--red-dark); }

/* ---- Elan zolağı + bağlı modu ---- */
.promo-strip { background: var(--red); color: #fff; text-align: center; padding: 9px 16px; font-size: 13px; font-weight: 800; letter-spacing: 0.03em; }

/* ---- Sifarişi izlə (adım göstergesi) ---- */
.tsteps { display: flex; flex-direction: column; margin-top: 6px; }
.tstep { display: flex; gap: 14px; align-items: flex-start; position: relative; padding-bottom: 26px; }
.tstep:last-child { padding-bottom: 0; }
.tstep .td { flex: none; width: 26px; height: 26px; border-radius: 999px; border: 2px solid var(--border); background: #fff; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.tstep .td i { width: 10px; height: 10px; border-radius: 999px; background: var(--border); }
.tstep:not(:last-child)::before { content: ""; position: absolute; left: 12px; top: 26px; bottom: 0; width: 2px; background: var(--border); }
.tstep .tt b { display: block; font-size: 15px; font-weight: 800; color: var(--muted2); }
.tstep .tt small { display: block; font-size: 12.5px; font-weight: 600; color: var(--muted2); margin-top: 2px; }
.tstep.done .td, .tstep.now .td { border-color: var(--red); }
.tstep.done .td i, .tstep.now .td i { background: var(--red); }
.tstep.done::before { background: var(--red); }
.tstep.done .tt b, .tstep.now .tt b { color: var(--ink); }
.tstep.now .tt b { color: var(--red); }
@keyframes tpulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(194,52,15,0.35); } 50% { box-shadow: 0 0 0 8px rgba(194,52,15,0); } }
.tstep.now .td { animation: tpulse 1.6s ease-in-out infinite; }

/* ---- Sədaqət + hədiyyə ---- */
.loyal-box { background: linear-gradient(135deg, #fdf3e7, #fbe8d8); border: 1.5px dashed var(--red); border-radius: 14px; padding: 14px 16px; }
.loyal-box .lb-t { font-weight: 900; font-size: 14px; color: var(--red-dark); }
.loyal-box .lb-d { font-size: 13px; font-weight: 600; color: var(--muted); margin: 6px 0 10px; line-height: 1.5; }
.loyal-box .lb-bar { height: 10px; border-radius: 999px; background: #fff; border: 1px solid var(--border); overflow: hidden; }
.loyal-box .lb-bar i { display: block; height: 100%; background: var(--red); border-radius: 999px; transition: width 0.4s; }
.loyal-box .lb-n { font-size: 11px; font-weight: 800; color: var(--muted2); margin-top: 5px; text-align: right; }
.gift-row { display: flex; align-items: center; gap: 10px; margin-top: 12px; background: linear-gradient(135deg, #fdf3e7, #fbe8d8); border: 1.5px dashed var(--red); border-radius: 12px; padding: 11px 12px; font-size: 13.5px; cursor: pointer; }
.gift-row input { width: 18px; height: 18px; accent-color: var(--red); }

/* ---- Tıklanabilir əlaqə kartları (sağda chevron) ---- */
.tap-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; transition: transform 0.12s; }
.tap-card:hover { transform: translateX(2px); }
.tap-card .tc-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.tap-card .tc-arrow { flex: none; font-size: 30px; font-weight: 700; line-height: 1; color: var(--red); opacity: 0.55; }
.tap-card:hover .tc-arrow { opacity: 1; }

/* ---- Web Push: teşvik banner + anahtarlar ---- */
.push-banner { position: fixed; left: 14px; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); z-index: 88; background: var(--dark); color: var(--dark-text); border-radius: 16px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 34px rgba(34,23,18,0.4); max-width: 460px; margin: 0 auto; transform: translateY(140%); transition: transform 0.35s cubic-bezier(0.2,0.9,0.3,1.2); }
.push-banner.show { transform: translateY(0); }
.push-banner .pb-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.push-banner .pb-txt b { font-size: 14px; font-weight: 800; }
.push-banner .pb-txt span { font-size: 12.5px; color: var(--dark-muted); line-height: 1.4; }
.push-banner .pb-acts { display: flex; align-items: center; gap: 8px; flex: none; }
.push-banner .pb-yes { background: var(--red); color: #fff; border: 0; border-radius: 999px; padding: 10px 16px; font-weight: 800; font-size: 13px; white-space: nowrap; }
.push-banner .pb-yes:hover { background: var(--red-dark); }
.push-banner .pb-no { background: transparent; border: 0; color: var(--dark-muted); font-size: 18px; width: 30px; height: 30px; border-radius: 999px; }
.push-banner .pb-no:hover { background: rgba(255,255,255,0.1); color: #fff; }
@media (min-width: 720px) { .push-banner { left: auto; right: 22px; max-width: 380px; } }

/* Sipariş onayında bildiriş çağrısı */
.ok-push { margin-top: 16px; background: linear-gradient(135deg, #fdf3e7, #fbe8d8); border: 1.5px dashed var(--red); border-radius: 14px; padding: 14px; display: flex; flex-direction: column; gap: 4px; text-align: center; }
.ok-push b { font-size: 14px; }
.ok-push span { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.ok-push-btn { margin-top: 8px; align-self: center; background: var(--red); color: #fff; border: 0; border-radius: 999px; padding: 10px 22px; font-weight: 800; font-size: 13.5px; }
.ok-push-btn:hover { background: var(--red-dark); }
.ok-push-btn:disabled { background: #22703a; }

/* Hesap sayfası bildiriş anahtarı */
.push-toggle { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--border); margin-top: 6px; }
.push-toggle .pt-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.push-toggle .pt-txt b { font-size: 14px; }
.push-toggle .pt-txt span { font-size: 12.5px; color: var(--muted); line-height: 1.4; }
.push-toggle .pt-btn { flex: none; border: 0; border-radius: 999px; padding: 9px 18px; font-weight: 800; font-size: 13px; }
.push-toggle .pt-btn.on { background: var(--red); color: #fff; }
.push-toggle .pt-btn.off { background: var(--cream); border: 1px solid var(--border); color: var(--muted); }

/* ---- Hesab səhifəsi ---- */
.acct-card { padding: 24px 22px; display: flex; flex-direction: column; gap: 14px; }
.acct-card h2 { margin: 0; font-size: 17px; font-weight: 900; letter-spacing: 0.04em; display: flex; align-items: center; gap: 8px; }
.addr-row { display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px; border: 1px solid var(--border); border-radius: 12px; background: #fff; cursor: pointer; }
.addr-row.on { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.addr-row .at { flex: 1; min-width: 0; font-size: 14px; font-weight: 600; line-height: 1.5; overflow-wrap: break-word; }
.addr-row .at small { display: block; color: var(--muted2); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 2px; }
.ord-card { border: 1px solid var(--border); border-radius: 14px; background: #fff; padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; }
.ord-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.ord-head b { font-size: 15px; }
.ord-date { font-size: 12px; color: var(--muted2); font-weight: 600; }
.ord-status { font-size: 11px; font-weight: 800; letter-spacing: 0.06em; border-radius: 999px; padding: 4px 10px; background: var(--cream); border: 1px solid var(--border); color: var(--muted); }
.ord-status.done { background: #e8f5ea; border-color: #cde8d2; color: #22703a; }
.ord-status.cancel { background: #fdecea; border-color: #f5c6c0; color: #9c2a0c; }
.ord-items { font-size: 13px; color: var(--muted); font-weight: 600; line-height: 1.6; }
.ord-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.ord-total { font-weight: 900; color: var(--red); font-size: 16px; }
.reorder-btn { background: var(--red); color: #fff; border: 0; border-radius: 999px; padding: 9px 16px; font-weight: 800; font-size: 13px; }
.reorder-btn:hover { background: var(--red-dark); }
.acct-empty { font-size: 14px; color: var(--muted); font-weight: 600; line-height: 1.7; }
/* checkout içindeki kayıtlı adres seçici */
.addr-pick { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.addr-pick .apl { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); }
.cart-dock .submit-btn { position: sticky; bottom: 0; box-shadow: 0 -12px 22px rgba(250, 246, 241, 0.95); }
.dock-fab { display: none; }
@media (min-width: 1000px) {
  .cart-bar { display: none !important; } /* masaüstünde panel + yüzen düğme kullanılır */
  .cart-dock.open { display: flex; }
  body.dock-open { padding-right: 344px; }
  .dock-fab { position: fixed; right: 22px; bottom: 22px; z-index: 94; width: 58px; height: 58px; border-radius: 999px; background: var(--red); color: #fff; border: 0; font-size: 25px; box-shadow: 0 12px 30px rgba(194,52,15,0.45); display: inline-flex; align-items: center; justify-content: center; }
  .dock-fab:hover { background: var(--red-dark); }
  body.dock-open .dock-fab { display: none; }
  .fab-badge { position: absolute; top: -3px; right: -3px; background: var(--dark); color: #fff; border-radius: 999px; min-width: 20px; height: 20px; padding: 0 5px; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
  .fab-badge[hidden] { display: none; }
}

/* ---- Menü arama kutusu ---- */
.search-box { display: flex; align-items: center; gap: 10px; margin-top: 16px; max-width: 460px; background: #fff; border: 1.5px solid var(--border); border-radius: 999px; padding: 4px 8px 4px 16px; }
.search-box:focus-within { border-color: var(--red); }
.search-box span { font-size: 17px; flex: none; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; font-family: inherit; font-size: 16px; padding: 10px 4px; color: var(--ink); }
.search-empty { color: var(--muted); font-weight: 600; padding: 8px 0 24px; }

/* ---- Menü sayfası set şeridi ---- */
.mset-strip { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.mset-strip::-webkit-scrollbar { display: none; }
.mset-card { flex: none; width: 250px; background: #fff; border: 1.5px dashed var(--red); border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.mset-card .mst-n { font-weight: 900; font-size: 16px; }
.mset-card .mst-i { font-size: 12.5px; font-weight: 600; color: var(--muted); line-height: 1.6; }
.mset-card .mst-b { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 6px; }
.mset-card .mst-old { font-size: 12px; color: var(--muted2); text-decoration: line-through; }
.mset-card .mst-p { font-size: 19px; font-weight: 900; color: var(--red); }
.mset-card .mst-add { margin-left: auto; background: var(--red); color: #fff; border: 0; border-radius: 999px; padding: 8px 14px; font-weight: 800; font-size: 12.5px; white-space: nowrap; }
.mset-card .mst-add:hover { background: var(--red-dark); }

/* ---- Menü kategori kartı: silik tema arkaplanı ---- */
.menu-card { position: relative; overflow: hidden; }
.menu-card .cat-bg { position: absolute; top: 0; right: 0; width: 46%; max-width: 240px; aspect-ratio: 1; background-size: cover; background-position: center; opacity: 0.07; pointer-events: none; border-radius: 0 0 0 100%; -webkit-mask-image: linear-gradient(215deg, #000 30%, transparent 78%); mask-image: linear-gradient(215deg, #000 30%, transparent 78%); }
.menu-card > *:not(.cat-bg) { position: relative; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ---- Tablet ---- */
@media (max-width: 900px) {
  .hero-grid { gap: 32px; }
  .hero-photo-wrap { height: 400px; }
  .about-photo { height: 300px; }
}

/* ---- Mobil ---- */
@media (max-width: 720px) {
  .wrap { padding-left: 18px; padding-right: 18px; }
  .night-banner { font-size: 11px; letter-spacing: 0.14em; padding: 8px 12px; }

  /* Üst bar: sadece logo + büyük telefon butonu; menü alt sekme çubuğunda */
  .topbar-in { padding: 10px 18px; gap: 8px 12px; }
  .logo b { font-size: 18px; }
  .nav { display: none; }
  .topbar-in { flex-wrap: nowrap; }
  .wa-btn { margin-left: auto; width: 40px; height: 40px; }
  .call-btn { padding: 11px 14px; font-size: 13.5px; font-weight: 800; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }

  /* Mobil uygulama tarzı alt sekme çubuğu */
  .tabbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; display: grid; grid-template-columns: repeat(6, 1fr); background: rgba(250,246,241,0.97); backdrop-filter: blur(12px); border-top: 1px solid var(--border); padding: 6px 2px calc(6px + env(safe-area-inset-bottom, 0px)); }
  .tabbar a, .tabbar button { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 9.5px; font-weight: 700; color: var(--muted); background: none; border: 0; letter-spacing: 0.01em; padding: 4px 1px; white-space: nowrap; overflow: hidden; }
  .tabbar .ti { font-size: 20px; line-height: 1.15; position: relative; }
  .tabbar a.active { color: var(--red); }
  .tbadge { position: absolute; top: -5px; right: -11px; background: var(--red); color: #fff; border-radius: 999px; min-width: 16px; height: 16px; padding: 0 4px; font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
  .tbadge[hidden] { display: none; }

  .sec { padding-top: 44px; padding-bottom: 44px; }
  .sec-sm { padding-top: 36px; padding-bottom: 36px; }
  .page-head { padding-top: 36px; padding-bottom: 12px; }
  .list-pad { padding-top: 18px; padding-bottom: 72px; }
  .foot-pad { padding-top: 44px; padding-bottom: 28px; }
  .hero-grid { padding-top: 34px; padding-bottom: 48px; gap: 26px; }
  .hero-photo-wrap { height: 290px; }
  .about-grid { padding-top: 48px; padding-bottom: 48px; gap: 28px; }
  .about-photo { height: 230px; }
  .g-photo { height: 160px; border-radius: 14px; }
  .photo span { font-size: 46px; }
  .map-card { height: 400px; }

  .menu-card { padding: 20px 16px; }
  .set-card { padding: 22px 18px; }
  .hset-card { padding: 20px 18px; }
  .fav-card { padding: 16px; }

  /* Dokunma hedefleri */
  .add-btn { width: 34px; height: 34px; font-size: 18px; }
  .qty button { width: 34px; height: 34px; }
  .mi { padding: 9px 0; }

  .modal { padding-left: 16px; padding-right: 16px; max-height: 100%; }
  .modal h3 { font-size: 20px; }

  /* Modal açıkken alt sekme çubuğu görünür ve tıklanabilir kalsın */
  .tabbar { z-index: 110; }
  .modal-back { bottom: calc(63px + env(safe-area-inset-bottom, 0px)); }

  /* Sepet çubuğu: tam genişlik, alt sekme çubuğunun üstünde */
  .cart-bar { left: 14px; right: 14px; transform: none; max-width: none; bottom: calc(72px + env(safe-area-inset-bottom, 0px)); justify-content: space-between; padding: 8px 8px 8px 10px; gap: 8px; }
  .toast { bottom: calc(140px + env(safe-area-inset-bottom, 0px)); }
  .cart-bar .sum { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
  .cart-bar .go { padding: 10px 12px; font-size: 12px; }
  .cart-bar .bar-up { width: 30px; height: 30px; }
}

/* ---- Çok dar ekranlar ---- */
@media (max-width: 370px) {
  .logo span { display: none; }
  .call-btn { padding: 8px 11px; font-size: 11px; }
  .chip { padding: 6px 10px; font-size: 11px; }
  .cart-bar .sum { font-size: 12px; }
  .cart-bar .go { padding: 9px 10px; font-size: 11px; }
}
