@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap");

:root {
  --bg: #f5f5f2;
  --surface: #ffffff;
  --surface-2: #f1f2ee;
  --ink: #20221f;
  --muted: #777d76;
  --line: #e7e9e4;
  --brand: #e95c78;
  --brand-hover: #c83f5d;
  --brand-soft: #fff0f3;
  --accent: #f5c928;
  --accent-soft: #fff7d7;
  --ok: #32ae6f;
  --ok-soft: #eaf8f0;
  --warn: #ff3b30;
  --warn-soft: #ffe5e5;
  --bottom-bar: #32ae6f;
  --bottom-bar-ink: #ffffff;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 8px rgba(38, 42, 36, .04);
  --shadow-md: 0 14px 34px rgba(38, 42, 36, .08);
  --shadow-lg: 0 20px 48px rgba(38, 42, 36, .12);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
}

/* Müşteri kombo yapılandırıcı */
.combo-catalog{width:min(1180px,calc(100% - 32px));margin:38px auto}.combo-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.combo-public-card{display:grid;grid-template-columns:110px 1fr;overflow:hidden;color:inherit;text-decoration:none;background:#fff;border:1px solid #e0e5e2;border-radius:14px}.combo-public-card>div{display:grid;place-items:center;min-height:120px;color:#fff;background:#2f6d54;font-size:34px;font-weight:900}.combo-public-card img{width:100%;height:100%;object-fit:cover}.combo-public-card section{padding:14px}.combo-public-card p{margin:5px 0;color:#68736d;font-size:13px}.combo-public-card b{display:block;margin-top:10px;color:#2f6d54}.combo-detail-wrap{width:min(960px,calc(100% - 32px));margin:34px auto 70px}.combo-detail-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:18px 0 25px}.combo-detail-head h1{margin:5px 0;font-size:38px}.combo-detail-head p{margin:0;color:#66736c}.combo-detail-head>strong{font-size:25px;color:#2f6d54}.combo-config-group{padding:18px;margin-bottom:16px;background:#fff;border:1px solid #dee5e1;border-radius:14px}.combo-config-group>header{display:flex;justify-content:space-between;gap:15px}.combo-config-group h2{margin:0;font-size:20px}.combo-config-group header p{margin:5px 0 0;color:#6b756f;font-size:13px}.combo-choice-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.combo-choice-buttons>button{display:flex;justify-content:space-between;gap:16px;min-width:180px;padding:11px 13px;border:1px solid #cfd9d4;border-radius:9px;background:#f9fbfa;cursor:pointer}.combo-choice-buttons>button strong{color:#2f6d54}.combo-selected-instances{display:grid;gap:9px;margin-top:14px}.combo-selection-instance{padding:13px;border:1px solid #c8d9d0;border-radius:10px;background:#f1f7f4}.combo-selection-instance>header{display:flex;justify-content:space-between}.combo-selection-instance>header button{border:0;color:#a13d3d;background:transparent;cursor:pointer}.combo-instance-field{display:grid;gap:5px;margin-top:10px}.combo-instance-field select{padding:9px;border:1px solid #ccd5d0;border-radius:8px}.combo-instance-options{display:grid;gap:6px;margin-top:10px;border:0;padding:0}.combo-instance-options legend{font-weight:750}.combo-instance-options legend small{color:#6b756f;font-weight:500}.combo-instance-options label{display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:center;padding:7px;background:#fff;border-radius:7px}.combo-submit-bar{position:sticky;bottom:12px;display:flex;align-items:center;gap:12px;padding:14px;margin-top:18px;background:#fff;border:1px solid #c6d9cf;border-radius:13px;box-shadow:0 10px 30px rgba(30,65,49,.15)}.combo-submit-bar label{font-weight:700}.combo-submit-bar input{width:60px;padding:8px}.combo-submit-bar button{padding:11px 17px;border:0;border-radius:8px;color:#fff;background:#2f6d54;font-weight:800}.combo-submit-bar a{color:#2f6d54;font-weight:800}.combo-submit-bar p{margin:0 0 0 auto;color:#2f6d54}@media(max-width:760px){.combo-card-grid{grid-template-columns:1fr}.combo-detail-head{align-items:flex-start;flex-direction:column}.combo-submit-bar{align-items:stretch;flex-wrap:wrap}.combo-submit-bar p{width:100%;margin:0}}

/* Ayrı QR sepet ekranı */
.floating-cart-link{position:fixed;right:18px;bottom:18px;z-index:20;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;color:#fff!important;background:#2f6d54;border-radius:999px;text-decoration:none;font-weight:800;box-shadow:0 8px 25px rgba(31,72,54,.28)}
.floating-cart-link span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:#2f6d54;font-size:12px}
.floating-cart-link span[hidden]{display:none}
.cart-page-wrap{width:min(920px,calc(100% - 32px));margin:34px auto 70px}.cart-page-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.cart-page-head h1{margin:12px 0 4px;font-size:34px}.cart-page-head p{margin:0;color:#6d7772}.cart-text-button{border:0;background:transparent;color:#a43c3c;font-weight:700;cursor:pointer}.cart-lines{display:grid;gap:10px}.cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto 100px auto;align-items:center;gap:16px;padding:16px;background:#fff;border:1px solid #e2e6e4;border-radius:12px}.cart-line small,.cart-line span{display:block;margin-top:4px;color:#6d7772}.cart-line-main{min-width:0}.cart-line-total{text-align:right}.cart-lines.pending{opacity:.55}.cart-lines.pending .cart-line{border-style:dashed}.cart-quantity{display:flex;align-items:center;gap:9px}.cart-quantity button,.cart-remove{border:1px solid #d9dfdc;background:#fff;border-radius:8px;cursor:pointer}.cart-quantity button{width:32px;height:32px;font-size:18px}.cart-remove{padding:7px 9px;color:#a43c3c}.cart-summary{position:sticky;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;padding:16px 18px;background:#fff;border:1px solid #cbdcd3;border-radius:14px;box-shadow:0 12px 35px rgba(25,55,42,.15)}.cart-summary span{display:block;color:#6d7772;font-size:12px}.cart-summary strong{font-size:24px}.cart-summary button{padding:13px 22px;border:0;border-radius:9px;color:#fff;background:#2f6d54;font-weight:800;cursor:pointer}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:55px 20px;text-align:center;background:#fff;border:1px dashed #ccd5d0;border-radius:14px}.cart-empty a{margin-top:8px;color:#2f6d54;font-weight:800}.waiter-presentation{position:fixed;inset:0;z-index:100;padding:clamp(22px,5vw,70px);overflow:auto;color:#13241c;background:#f8faf9}.waiter-presentation>header,.waiter-presentation>footer{display:flex;justify-content:space-between;align-items:end;padding:18px 0;border-bottom:3px solid #2f6d54;font-size:clamp(20px,4vw,38px)}.waiter-presentation>footer{margin-top:20px;border-top:3px solid #2f6d54;border-bottom:0}.waiter-presentation article{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid #dce3df;font-size:clamp(17px,3vw,28px)}.waiter-presentation article span{display:block;margin-top:6px;color:#56645d;font-size:.62em}.waiter-presentation>button{margin-top:30px;padding:12px 20px;border:1px solid #2f6d54;border-radius:9px;color:#2f6d54;background:#fff;font-weight:800}.showing-cart{overflow:hidden}
.waiter-presentation>.complete-presentation{display:block;width:100%;margin-top:12px;color:#fff;background:#2f6d54;cursor:pointer}
.cart-confirm-dialog{width:min(430px,calc(100% - 32px));padding:0;border:0;border-radius:18px;color:#183126;background:#fff;box-shadow:0 24px 80px rgba(10,35,24,.28)}
.cart-confirm-dialog::backdrop{background:rgba(12,27,20,.62);backdrop-filter:blur(3px)}
.cart-confirm-dialog form{display:flex;flex-direction:column;align-items:center;padding:28px;text-align:center}
.cart-confirm-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:16px;border-radius:50%;color:#fff;background:#2f6d54;font-size:26px;font-weight:900}
.cart-confirm-dialog h2{margin:0;font-size:24px}
.cart-confirm-dialog p{max-width:340px;margin:10px 0 24px;color:#617068;line-height:1.55}
.cart-confirm-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:10px;width:100%}
.cart-confirm-actions button{min-height:46px;padding:10px 14px;border-radius:10px;font:inherit;font-weight:800;cursor:pointer}
.cart-confirm-cancel{border:1px solid #ccd8d2;color:#42554b;background:#fff}
.cart-confirm-approve{border:1px solid #2f6d54;color:#fff;background:#2f6d54}
/* hidden özniteliği sınıf display kurallarını ezmelidir; aksi halde boş sepet uyarısı dolu sepette de görünür. */
.cart-page [hidden],.cart-empty[hidden],.cart-summary[hidden],.cart-lines[hidden],.qr-cart-locked[hidden],.waiter-presentation[hidden],.cart-text-button[hidden]{display:none!important}
.cart-summary button:disabled{opacity:.5;cursor:default}
@media(max-width:640px){
.cart-confirm-dialog form{padding:24px 18px}.cart-confirm-actions{grid-template-columns:1fr}
.cart-page-wrap{width:calc(100% - 24px);margin:18px auto 40px}
.cart-page-head{align-items:flex-start;gap:10px;margin-bottom:14px}.cart-page-head h1{margin:8px 0 2px;font-size:24px}.cart-page-head p{font-size:13px}
.cart-line{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:13px}
.cart-line .cart-line-main{grid-column:1/-1}
.cart-line .cart-quantity{grid-column:1;grid-row:2;justify-self:start}
.cart-line .cart-line-total{grid-column:2;grid-row:2;justify-self:end;font-size:17px}
.cart-line .cart-remove{grid-column:1/-1;grid-row:3;justify-self:end;padding:6px 12px;font-size:13px}
.cart-quantity button{width:38px;height:38px}
.cart-summary{position:sticky;bottom:8px;gap:12px;padding:12px 14px}.cart-summary strong{font-size:20px}.cart-summary button{padding:12px 16px}
.cart-empty{padding:34px 16px}}

/* QR masa sepeti */
.cart-choice { cursor:pointer; }
.cart-choice input { width:18px; height:18px; margin-right:7px; accent-color:var(--tenant-accent,#2f6d54); }
.detail-section h2 small { margin-left:7px; color:var(--muted); font-size:12px; font-weight:500; }
.qr-cart-actions { position:sticky; bottom:12px; z-index:5; display:grid; grid-template-columns:auto minmax(0,1fr) minmax(0,1fr); align-items:center; gap:9px; padding:13px; margin-top:20px; border:1px solid rgba(47,109,84,.25); border-radius:14px; background:rgba(255,255,255,.96); box-shadow:0 10px 35px rgba(20,45,34,.16); backdrop-filter:blur(8px); }
.qr-cart-actions label { display:flex; align-items:center; gap:6px; font-size:13px; font-weight:700; }
.qr-quantity-stepper{display:grid;grid-template-columns:36px 46px 36px;align-items:center;overflow:hidden;border:1px solid #d8dedb;border-radius:9px;background:#fff}
.qr-quantity-stepper button{height:42px;padding:0;border:0;color:#2f6d54;background:#eef5f1;font-size:20px;font-weight:800;cursor:pointer}
.qr-cart-actions .qr-quantity-stepper input[type=number]{width:46px;height:42px;padding:0;border:0;border-radius:0;text-align:center;font:inherit;font-weight:800;-moz-appearance:textfield}
.qr-quantity-stepper input::-webkit-inner-spin-button,.qr-quantity-stepper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
.qr-cart-add,.qr-cart-show { display:flex;align-items:center;justify-content:center;width:100%;height:44px;border:0;border-radius:9px;padding:9px 13px;font:inherit;font-weight:750;cursor:pointer; }
.qr-cart-add { color:#fff; background:#2f6d54; }
.qr-cart-show { color:#2f6d54; background:#eaf3ee; }
.qr-cart-show span { display:inline-grid; place-items:center; min-width:20px; height:20px; margin-left:5px; color:#fff; background:#2f6d54; border-radius:10px; font-size:11px; }
.qr-cart-actions p { grid-column:1/-1; margin:0; color:#395548; font-size:13px; line-height:1.45; }
.cart-ready-to-show { border-color:#2f6d54; }
.qr-cart-locked { display:flex; flex-direction:column; gap:5px; padding:15px; margin-top:18px; color:#685f44; background:#fff8df; border:1px solid #ead99c; border-radius:11px; }
.qr-cart-locked span { font-size:13px; }
@media(max-width:640px){.qr-cart-actions{grid-template-columns:1fr 1fr}.qr-cart-actions label{grid-column:1/-1}.qr-cart-show{font-size:12px}}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html:has(.public-page),
body:has(.public-page) {
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.public-page {
  width: min(100%, 560px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--accent);
  color: var(--ink);
  font-size: 14px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-link,
.back-link {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.desktop-only {
  display: none;
}

.language-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.language-switch span,
.language-switch a {
  display: block;
  min-width: 29px;
  padding: 5px 6px;
  text-align: center;
}

.brand-logo {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 8px;
  border: 1px solid var(--line);
  object-fit: contain;
  background: var(--surface);
}

.language-switch .active {
  border-radius: 5px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 2px 7px rgba(32, 34, 31, .07);
}

.menu-heading {
  padding: 24px 18px 18px;
}

.menu-heading > p,
.menu-heading-copy > p {
  margin: 0 0 4px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
}

.menu-heading h1 {
  margin: 0;
  font-family: var(--display);
  font-size: 28px;
  line-height: 1.15;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 0 13px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: #9ca19b;
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
}

.table-context {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 18px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}

.context-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border: 2px solid #aeb3ad;
  border-radius: 50%;
}

.context-dot.active {
  border-color: var(--ok);
  background: var(--ok);
}

.table-context strong {
  color: var(--ink);
}

.waiter-call-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 14px 18px 0;
  padding: 12px;
  border: 1px solid #ccebd9;
  border-radius: 8px;
  background: var(--ok-soft);
}

.waiter-call-panel strong,
.waiter-call-panel span {
  display: block;
}

.waiter-call-panel strong {
  font-size: 11px;
}

.waiter-call-panel span {
  margin-top: 2px;
  color: #4e7460;
  font-size: 9px;
}

.waiter-call-panel button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: var(--ok);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.category-section {
  padding: 22px 0;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.section-title h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 19px;
}

.section-title span,
.section-title a {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.category-list {
  display: flex;
  gap: 10px;
  padding: 0 18px 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-list::-webkit-scrollbar {
  display: none;
}

.category-item {
  flex: 0 0 78px;
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 8px 5px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.category-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.category-item.active {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--ink);
}

.featured-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  align-items: center;
  min-height: 190px;
  margin: 0 18px 26px;
  padding: 24px 18px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
}

.featured-copy {
  position: relative;
  z-index: 1;
}

.featured-copy p {
  margin: 0;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-copy h2 {
  margin: 5px 0;
  font-family: var(--display);
  font-size: 23px;
}

.featured-copy > span {
  display: block;
  max-width: 230px;
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
}

.featured-copy a {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 10px;
  border-radius: 6px;
  background: var(--surface);
  color: var(--brand-hover);
  font-size: 10px;
  font-weight: 800;
}

.featured-product > img {
  width: 128px;
  height: 128px;
  border: 7px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 24px rgba(102, 19, 44, .2);
}

.menu-browser {
  padding: 0 18px 24px;
}

.desktop-categories {
  display: none;
}

.catalog-section + .catalog-section {
  margin-top: 28px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 20px rgba(39, 43, 37, .06);
}

.product-card > img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.product-card-body {
  display: grid;
  align-content: start;
  min-height: 112px;
  padding: 11px;
}

.product-card-body h3 {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.product-card-body p {
  display: -webkit-box;
  margin: 5px 0 9px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card-body strong {
  align-self: end;
  color: var(--brand-hover);
  font-size: 13px;
}

.menu-footer {
  padding: 10px 18px 28px;
  color: #a1a69f;
  font-size: 9px;
  text-align: center;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.quick-info div {
  min-width: 0;
  padding: 15px 10px;
  text-align: center;
}

.quick-info div + div {
  border-left: 1px solid var(--line);
}

.quick-info strong,
.quick-info span {
  display: block;
}

.quick-info strong {
  font-size: 9px;
}

.quick-info span {
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 8px;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-list strong,
.contact-list span {
  display: block;
}

.contact-list strong {
  font-size: 10px;
}

.contact-list span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
}

.detail-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.detail-header .language-switch {
  justify-self: end;
}

.detail-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 32px;
  background: var(--accent-soft);
}

.detail-visual > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 9px;
  border-radius: 6px;
  background: var(--ok);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.detail-visual > img {
  width: 225px;
  aspect-ratio: 1;
  border: 10px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 20px 38px rgba(49, 58, 42, .16);
}

.detail-body {
  padding: 26px 22px 34px;
}

.detail-title {
  text-align: center;
}

.detail-title p {
  margin: 0;
  color: var(--brand);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-title h1 {
  margin: 5px 0 0;
  font-family: var(--display);
  font-size: 31px;
}

.detail-title > strong {
  display: block;
  margin-top: 6px;
  color: var(--brand-hover);
  font-size: 20px;
}

.detail-title > span {
  display: block;
  max-width: 470px;
  margin: 13px auto 0;
  color: var(--muted);
  font-size: 11px;
}

.detail-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.detail-section h2 {
  margin: 0 0 11px;
  font-size: 12px;
}

.choice-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  color: var(--muted);
  font-size: 11px;
}

.choice-row + .choice-row {
  border-top: 1px solid var(--line);
}

.choice-row strong {
  color: var(--ink);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag {
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--accent-soft);
  color: #6d5a05;
  font-size: 9px;
  font-weight: 700;
}

.tag.success {
  background: var(--ok-soft);
  color: #187849;
}

.tag.warning {
  background: var(--warn-soft);
  color: var(--warn);
}

.nutrition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nutrition-grid.single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 240px;
}

.nutrition-grid div {
  padding: 12px 7px;
  text-align: center;
}

.nutrition-grid div + div {
  border-left: 1px solid var(--line);
}

.nutrition-grid span,
.nutrition-grid strong {
  display: block;
}

.nutrition-grid span {
  color: var(--muted);
  font-size: 8px;
}

.nutrition-grid strong {
  margin-top: 3px;
  font-size: 12px;
}

@media (min-width: 900px) {
  .public-page {
    width: min(calc(100% - 48px), 1280px);
    min-height: calc(100vh - 48px);
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
  }

  .public-header {
    min-height: 78px;
    padding-right: 38px;
    padding-left: 38px;
  }

  .brand {
    font-size: 18px;
  }

  .menu-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: end;
    padding: 36px 38px 28px;
  }

  .menu-heading h1 {
    font-size: 38px;
  }

  .search-box {
    margin-top: 0;
  }

  .table-context {
    margin-right: 38px;
    margin-left: 38px;
    font-size: 11px;
  }

  .category-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .category-section > .section-title {
    padding-right: 38px;
    padding-left: 38px;
  }

  .category-list {
    gap: 14px;
    padding-right: 38px;
    padding-left: 38px;
  }

  .category-item {
    flex-basis: 106px;
    gap: 9px;
    padding: 11px 8px;
    font-size: 11px;
  }

  .category-item img {
    width: 62px;
    height: 62px;
  }

  .featured-product {
    grid-template-columns: minmax(0, 1fr) 220px;
    min-height: 260px;
    margin-right: 38px;
    margin-bottom: 36px;
    margin-left: 38px;
    padding: 38px 46px;
  }

  .featured-copy h2 {
    font-size: 34px;
  }

  .featured-copy > span {
    max-width: 440px;
    font-size: 12px;
  }

  .featured-product > img {
    width: 210px;
    height: 210px;
    border-width: 10px;
  }

  .menu-browser {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 34px;
    padding: 0 38px 44px;
  }

  .desktop-categories {
    position: sticky;
    top: 20px;
    align-self: start;
    display: grid;
    gap: 5px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
  }

  .desktop-categories > p {
    margin: 0 0 6px;
    font-family: var(--display);
    font-size: 17px;
    font-weight: 800;
  }

  .desktop-categories a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px;
    border-radius: 6px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
  }

  .desktop-categories a.active {
    background: var(--accent);
    color: var(--ink);
  }

  .desktop-categories span {
    color: inherit;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .product-card-body {
    min-height: 126px;
    padding: 14px;
  }

  .product-card-body h3 {
    font-size: 14px;
  }

  .product-card-body p {
    font-size: 10px;
  }

  .product-card-body strong {
    font-size: 15px;
  }

  .quick-info div {
    padding: 20px;
  }

  .quick-info strong {
    font-size: 11px;
  }

  .quick-info span {
    font-size: 10px;
  }

  .contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 36px;
  }

  .detail-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(470px, .9fr);
    grid-template-rows: auto 1fr;
  }

  .detail-page .public-header {
    grid-column: 1 / -1;
  }

  .detail-visual {
    min-height: 700px;
    padding: 56px;
  }

  .detail-visual > img {
    width: min(390px, 82%);
    border-width: 15px;
  }

  .detail-body {
    align-self: center;
    padding: 46px 54px;
  }

  .detail-title {
    text-align: left;
  }

  .detail-title h1 {
    font-size: 40px;
  }

  .detail-title > strong {
    font-size: 22px;
  }

  .detail-title > span {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
  }}

/* Klasik QR menü: mobil/tablet kategori sayfaları */
@media (max-width: 899px) {
  .menu-page .category-app-bar {
    position: sticky;
    top: 0;
    z-index: 45;
    padding: 8px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 18px rgba(32, 34, 31, .08);
    backdrop-filter: blur(12px);
  }

  .menu-page .category-app-bar > .section-title {
    display: none;
  }

  .menu-page .category-app-bar .category-list {
    display: flex;
    gap: 8px;
    padding: 0 16px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
  }

  .menu-page .category-app-bar .category-item {
    flex: 0 0 auto;
    min-height: 42px;
    width: auto;
    max-width: 180px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 7px;
    font: inherit;
    font-size: 11px;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
  }

  .menu-page .category-app-bar .category-item img,
  .menu-page .category-app-bar .category-item .img-fallback {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 6px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--brand-soft), var(--surface-2));
  }

  .menu-page .menu-browser {
    display: block;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .menu-page .menu-catalog {
    display: flex;
    align-items: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    /* Native yatay dokunma-scroll'u kapalı: kategori geçişi JS ile jest başına TEK adım. */
    touch-action: pan-y;
  }

  .menu-page .menu-catalog::-webkit-scrollbar {
    display: none;
  }

  .menu-page .catalog-section {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    padding: 24px 18px 12px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .menu-page .catalog-section + .catalog-section {
    margin-top: 0;
  }

  .menu-page .menu-catalog.is-searching {
    display: block;
    overflow: visible;
  }

  .menu-page .menu-catalog.is-searching .catalog-section {
    width: auto;
    padding-bottom: 20px;
  }

  .menu-page [hidden] {
    display: none !important;
  }}

@media (min-width: 900px) {
  .menu-page .category-app-bar {
    display: none;
  }}

@media (max-width: 899px) {
  .menu-page .table-actions {
    margin-bottom: 18px;
  }}

.contact-list a,
.contact-phone a {
  display: block;
  margin-top: 3px;
  color: var(--bottom-bar-ink);
  opacity: .82;
  font-size: 10px;
}

.contact-phone a {
  white-space: nowrap;
}

.category-letter {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-hover);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 899px) {

  .contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 20px;
  }

  .contact-list > div {
    min-width: 0;
  }

  .menu-page .table-actions {
    margin-bottom: 18px;
  }

  .menu-page .category-app-bar .category-letter {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 6px;
    font-size: 13px;
  }}

@media (max-width: 430px) {

  .contact-list {
    grid-template-columns: 1fr;
  }}

@media (max-width: 380px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .featured-product {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .featured-product > img {
    width: 90px;
    height: 90px;
  }

  .detail-header .brand span:last-child {
    display: none;
  }}

@media (min-width: 900px) {
  body {
    background: var(--surface);
  }

  .public-page {
    width: min(100%, 1440px);
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .public-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 82px;
    padding-right: 52px;
    padding-left: 52px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .menu-intro-layout {
    display: grid;
    grid-template-columns: minmax(430px, .82fr) minmax(0, 1.18fr);
    gap: 38px;
    padding: 46px 52px 44px;
    background: #fafaf7;
  }

  .menu-discovery {
    align-self: center;
    min-width: 0;
  }

  .menu-heading {
    display: block;
    padding: 0 0 24px;
  }

  .menu-heading h1 {
    max-width: 460px;
    font-size: 46px;
  }

  .search-box {
    max-width: 430px;
    min-height: 48px;
    margin-top: 24px;
    background: var(--surface);
    box-shadow: 0 8px 24px rgba(39, 43, 37, .05);
  }

  .table-context {
    max-width: 500px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .waiter-call-panel {
    max-width: 500px;
    margin: 16px 0 0;
    padding: 14px 16px;
  }

  .waiter-call-panel strong {
    font-size: 12px;
  }

  .waiter-call-panel span {
    font-size: 10px;
  }

  .waiter-call-panel button {
    min-height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 11px;
  }

  .category-section {
    padding: 24px 0 0;
  }

  .category-section > .section-title {
    max-width: 500px;
    padding-right: 0;
    padding-left: 0;
  }

  .category-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(72px, 1fr));
    gap: 8px;
    max-width: 500px;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  .category-item {
    min-width: 0;
    padding: 9px 5px;
  }

  .category-item img {
    width: 54px;
    height: 54px;
  }

  .featured-product {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 42%);
    min-height: 430px;
    margin: 0;
    padding: 52px;
  }

  .featured-copy h2 {
    font-size: 40px;
  }

  .featured-copy > span {
    max-width: 360px;
    font-size: 13px;
  }

  .featured-copy a {
    margin-top: 22px;
    padding: 10px 14px;
    font-size: 11px;
  }

  .featured-product > img {
    justify-self: end;
    width: min(300px, 100%);
    height: auto;
    aspect-ratio: 1;
    border-width: 12px;
  }

  .menu-browser {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 42px;
    padding: 48px 52px 64px;
  }

  .desktop-categories {
    top: 106px;
    padding: 18px;
  }

  .menu-catalog {
    min-width: 0;
  }

  .catalog-section + .catalog-section {
    margin-top: 48px;
  }

  .menu-catalog .section-title {
    margin-bottom: 18px;
  }

  .menu-catalog .section-title h2 {
    font-size: 25px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .product-card > img {
    aspect-ratio: 1.35;
  }

  .product-card-body {
    min-height: 136px;
    padding: 16px;
  }

  .quick-info {
    margin: 0 52px;
  }

  .detail-page {
    grid-template-columns: minmax(0, 1.15fr) minmax(500px, .85fr);
  }

  .detail-visual {
    min-height: calc(100vh - 82px);
  }

  .detail-visual > img {
    width: min(460px, 76%);
  }

  .detail-body {
    max-width: 610px;
    padding: 58px 68px;
  }

  .detail-title h1 {
    font-size: 46px;
  }

  .detail-title > strong {
    font-size: 24px;
  }}

@media (min-width: 1300px) {
  .menu-browser {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .product-card-body h3 {
    font-size: 15px;
  }

  .product-card-body p {
    font-size: 11px;
  }}

/* Product detail readability and proximity */
.detail-page .public-header {
  min-height: 72px;
}

.detail-page .back-link {
  font-size: 13px;
}

.detail-visual {
  min-height: 270px;
  padding: 26px;
}

.detail-visual > span {
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  font-size: 11px;
}

.detail-visual > img {
  width: min(205px, 62vw);
  border-width: 8px;
}

.detail-body {
  padding: 30px 22px 42px;
}

.detail-title p {
  font-size: 12px;
}

.detail-title h1 {
  margin-top: 7px;
  font-size: 36px;
}

.detail-title > strong {
  margin-top: 8px;
  font-size: 24px;
}

.detail-title > span {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.65;
}

.detail-section {
  padding: 24px 0;
}

.detail-section h2 {
  margin-bottom: 13px;
  font-size: 15px;
}

.choice-row {
  min-height: 48px;
  padding: 11px 0;
  font-size: 14px;
}

.tag {
  padding: 8px 10px;
  font-size: 11px;
}

.nutrition-grid div {
  padding: 16px 9px;
}

.nutrition-grid span {
  font-size: 10px;
}

.nutrition-grid strong {
  margin-top: 5px;
  font-size: 16px;
}

@media (min-width: 760px) {
  .detail-page {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(430px, 1.1fr);
    grid-template-rows: auto 1fr;
    width: min(100%, 1320px);
  }

  .detail-page .public-header {
    position: sticky;
    top: 0;
    z-index: 20;
    grid-column: 1 / -1;
    min-height: 82px;
    padding-right: 32px;
    padding-left: 32px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
  }

  .detail-visual {
    position: sticky;
    top: 82px;
    align-self: start;
    min-height: 0;
    height: calc(100vh - 82px);
    padding: 38px;
  }

  .detail-visual > span {
    top: 24px;
    left: 24px;
    font-size: 12px;
  }

  .detail-visual > img {
    width: min(350px, 78%);
    border-width: 11px;
  }

  .detail-body {
    align-self: start;
    width: 100%;
    max-width: none;
    padding: 50px 44px 58px;
  }

  .detail-title {
    text-align: left;
  }

  .detail-title h1 {
    font-size: 42px;
  }

  .detail-title > strong {
    font-size: 26px;
  }

  .detail-title > span {
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    font-size: 15px;
  }

  .detail-section h2 {
    font-size: 16px;
  }

  .choice-row {
    font-size: 15px;
  }

  .tag {
    font-size: 12px;
  }}

@media (min-width: 1180px) {
  .detail-page {
    grid-template-columns: minmax(0, 1fr) minmax(560px, 1fr);
  }

  .detail-visual > img {
    width: min(430px, 74%);
  }

  .detail-body {
    padding: 64px 68px 72px;
  }

  .detail-title h1 {
    font-size: 48px;
  }

  .detail-title > strong {
    font-size: 28px;
  }

  .detail-section {
    padding: 27px 0;
  }}

/* QR menu desktop restaurant layout */
@media (min-width: 900px) {
  .menu-page .desktop-only {
    display: inline-flex;
  }

  .menu-page .header-actions {
    gap: 24px;
  }

  .menu-page .header-link {
    font-size: 12px;
  }

  .menu-page .menu-intro-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: var(--surface);
  }

  .menu-page .featured-product {
    order: 1;
    display: flex;
    align-items: end;
    aspect-ratio: 5 / 3;
    height: auto;
    min-height: auto;
    max-height: 65vh;
    margin: 24px 0 0 0;
    padding: 70px 74px;
    border-radius: 0;
    background: #272b25;
  }

  .menu-page .featured-product::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(18, 22, 17, .82) 0%, rgba(18, 22, 17, .52) 44%, rgba(18, 22, 17, .08) 78%);
    content: "";
  }

  .menu-page .featured-product > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
  }

  .menu-page .featured-copy {
    z-index: 2;
    max-width: 560px;
  }

  .menu-page .featured-copy p {
    color: #f7d55e;
    font-size: 12px;
  }

  .menu-page .featured-copy h2 {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 56px;
  }

  .menu-page .featured-copy > span {
    max-width: 520px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.65;
  }

  .menu-page .featured-copy a {
    margin-top: 26px;
    padding: 12px 16px;
    background: var(--accent);
    color: var(--ink);
    font-size: 12px;
  }

  .menu-page .menu-discovery {
    order: 2;
    width: 100%;
    padding: 46px 64px 40px;
    border-bottom: 1px solid var(--line);
  }

  .menu-page .menu-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: end;
    gap: 50px;
    padding: 0 0 28px;
  }

  .menu-page .menu-heading h1 {
    max-width: none;
    font-size: 40px;
  }

  .menu-page .search-box {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .menu-page .table-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 16px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .menu-page .table-context {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
  }

  .menu-page .waiter-call-panel {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 9px 10px 9px 14px;
  }

  .menu-page .category-section {
    padding: 30px 0 0;
  }

  .menu-page .category-section > .section-title,
  .menu-page .category-list {
    max-width: none;
  }

  .menu-page .category-list {
    grid-template-columns: repeat(5, minmax(110px, 150px));
    justify-content: start;
    gap: 12px;
  }

  .menu-page .category-item {
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 10px;
    padding: 9px;
    background: #fafaf7;
    font-size: 11px;
  }

  .menu-page .category-item img {
    width: 50px;
    height: 50px;
  }

  .menu-page .menu-browser {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 48px;
    padding: 58px 64px 80px;
  }

  .menu-page .desktop-categories {
    top: 112px;
    padding: 0 26px 0 0;
    border: 0;
    border-right: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }

  .menu-page .desktop-categories > p {
    margin-bottom: 14px;
    font-size: 21px;
  }

  .menu-page .desktop-categories a {
    padding: 12px 10px;
  }

  .menu-page .desktop-categories a.active {
    background: transparent;
    color: var(--brand-hover);
    box-shadow: inset 3px 0 0 var(--brand);
  }

  .menu-page .menu-catalog .section-title h2 {
    font-size: 29px;
  }

  .menu-page .product-card {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .menu-page .product-card > img {
    aspect-ratio: 1.3;
    border-radius: 8px;
  }

  .menu-page .product-card-body {
    min-height: 122px;
    padding: 15px 2px 0;
  }

  .menu-page .product-card-body h3 {
    font-size: 16px;
  }

  .menu-page .product-card-body p {
    margin-top: 7px;
    font-size: 11px;
  }

  .menu-page .product-card-body strong {
    color: var(--ink);
    font-size: 16px;
  }}

@media (min-width: 1280px) {
  .menu-page .featured-product {
    min-height: auto;
    padding-right: 86px;
    padding-left: 86px;
  }

  .menu-page .menu-discovery,
  .menu-page .menu-browser {
    padding-right: 86px;
    padding-left: 86px;
  }

  .menu-page .product-grid {
    gap: 28px;
  }}

@media (min-width: 900px) {
  .menu-page .menu-discovery {
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .menu-page .menu-heading {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
    gap: 64px;
    padding-bottom: 22px;
  }

  .menu-page .menu-heading-copy > p {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .menu-page .menu-heading h1 {
    font-size: 38px;
  }

  .menu-page .search-box {
    min-height: 50px;
    box-shadow: none;
  }

  .menu-page .table-actions {
    min-height: 66px;
    padding: 10px 0;
  }

  .menu-page .waiter-call-panel {
    gap: 18px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .menu-page .waiter-call-panel strong {
    font-size: 11px;
  }

  .menu-page .waiter-call-panel span {
    font-size: 9px;
  }

  .menu-page .waiter-call-panel button {
    min-height: 40px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .menu-page .category-section {
    padding-top: 24px;
  }

  .menu-page .category-section > .section-title {
    margin-bottom: 12px;
  }

  .menu-page .category-section > .section-title h2 {
    font-size: 21px;
  }

  .menu-page .category-list {
    grid-template-columns: repeat(5, minmax(120px, 145px));
  }

  .menu-page .category-item {
    min-height: 64px;
    padding: 7px 9px;
  }

  .menu-page .category-item img {
    width: 46px;
    height: 46px;
  }}

/* Son responsive katman: önceki tema varyantlarının mobil ölçülerini bilinçli olarak ezer. */
.product-logo-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1.2;
  overflow: hidden;
  background: var(--surface-2);
}

.product-logo-fallback img {
  width: 42%;
  height: 42%;
  object-fit: contain;
  opacity: .22;
  filter: grayscale(1);
}

.product-logo-fallback span {
  color: var(--muted);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 800;
  opacity: .22;
}

.featured-product > .featured-logo-fallback {
  width: 128px;
  height: 128px;
  border: 7px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  box-shadow: 0 14px 24px rgba(102, 19, 44, .16);
}

.detail-logo-fallback {
  width: min(205px, 62vw);
  aspect-ratio: 1;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 20px 38px rgba(49, 58, 42, .16);
}

.detail-logo-fallback img {
  width: 46%;
  height: 46%;
}

.quick-info a {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

@media (max-width: 899px) {
  .public-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
  }

  .header-actions .header-link {
    display: none;
  }

  .menu-page.public-page {
    overflow: visible;
  }

  .menu-page .category-app-bar {
    position: relative;
    z-index: 45;
    display: block;
    padding: 8px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 18px rgba(32, 34, 31, .08);
    backdrop-filter: blur(12px);
  }

  .menu-page .category-app-bar.is-fixed {
    position: fixed;
    top: var(--mobile-public-header-height, 68px);
    right: auto;
    left: 50%;
    width: min(100%, 560px);
    transform: translateX(-50%);
  }

  .menu-page .category-app-bar-spacer.is-active {
    display: block;
    height: var(--mobile-category-bar-height, 60px);
  }

  .menu-page .category-app-bar > .section-title {
    display: none;
  }

  .menu-page .category-app-bar .category-list {
    display: flex;
    gap: 8px;
    padding: 0 16px;
    overflow-x: auto;
  }

  .menu-page .category-app-bar .category-item {
    flex: 0 0 auto;
    width: auto;
    max-width: 180px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 7px;
    font: inherit;
    font-size: 11px;
    line-height: 1.2;
    text-align: left;
  }

  .menu-page .category-app-bar .category-item img,
  .menu-page .category-app-bar .category-item .img-fallback {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 6px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--brand-soft), var(--surface-2));
  }

  .menu-page .menu-browser {
    display: block;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  .menu-page .menu-catalog {
    display: flex;
    align-items: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: clip;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
    transition: height .18s ease;
  }

  .menu-page .menu-catalog::-webkit-scrollbar {
    display: none;
  }

  .menu-page .catalog-section {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    padding: 24px 18px 12px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .menu-page .product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .menu-page .product-card {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px;
    min-height: auto;
    border: none;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    background: var(--surface);
  }

  .menu-page .product-card > img {
    width: 84px;
    height: 84px;
    min-height: 84px;
    aspect-ratio: 1;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .menu-page .product-card .product-logo-fallback {
    width: 84px;
    height: 84px;
    min-height: 84px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-soft) 0%, var(--surface-2) 100%);
    color: var(--brand);
    flex-shrink: 0;
    aspect-ratio: 1;
    overflow: hidden;
  }

  .menu-page .product-card .product-logo-fallback img {
    width: 50%;
    height: 50%;
    border-radius: 4px;
    object-fit: contain;
    opacity: 0.7;
    filter: none;
  }

  .menu-page .product-card .product-logo-fallback span {
    font-family: var(--display);
    font-size: 20px;
    font-weight: 800;
    color: var(--brand);
    opacity: 0.8;
  }

  .menu-page .product-card-body {
    min-height: 0;
    padding: 0 8px 0 0;
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu-page .product-card-body h3 {
    font-size: 13px;
    font-weight: 700;
    margin-right: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .menu-page .product-card-body p {
    margin: 4px 0 6px;
    font-size: 10px;
    line-height: 1.45;
  }

  .menu-page .product-card-body strong {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--brand);
  }

  /* Badge Row and Badge Styling */
  .menu-page .product-card .badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
  }

  .menu-page .product-card .badge {
    font-size: 8px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
  }

  .menu-page .product-card .badge-allergen {
    background-color: var(--warn-soft);
    color: var(--warn);
  }

  .menu-page .product-card .badge-sensitivity {
    background-color: var(--ok-soft);
    color: var(--ok);
  }

  .menu-page .menu-catalog.is-searching {
    display: block;
    overflow: visible;
  }

  .menu-page [hidden] {
    display: none !important;
  }}

@media (min-width: 900px) {
  .menu-page .category-app-bar {
    display: none;
  }

  .menu-page .featured-product > .featured-logo-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, var(--brand-soft), var(--surface-2));
    box-shadow: none;
  }

  .menu-page .featured-product > .featured-logo-fallback img {
    width: min(220px, 22vw);
    height: min(220px, 22vw);
  }

  .menu-page .featured-product > .featured-logo-fallback span {
    font-size: 92px;
  }

  .menu-page .product-card .product-logo-fallback {
    aspect-ratio: 1.3;
    border-radius: 8px;
  }

  .detail-logo-fallback {
    width: min(350px, 78%);
    border-width: 11px;
  }}

/* ==========================================================================
   Public Footer (E-Commerce & Premium Web Site Style)
   ========================================================================== */
.public-footer {
  width: 100%;
  background: #fbfaf7;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 80px 0 0 0;
  margin-top: 80px;
  font-family: inherit;
}

.footer-container {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.col-brand-contact {
  align-items: flex-start;
  text-align: left;
}

.col-links,
.col-hours {
  align-items: flex-end;
  text-align: right;
}

.footer-col h4 {
  font-size: 15px;
  font-weight: 750;
  color: var(--ink);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--brand);
  border-radius: 99px;
}

.col-links h4::after,
.col-hours h4::after {
  left: auto;
  right: 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  max-height: 40px;
  object-fit: contain;
}

.footer-logo-text {
  font-size: 22px;
  font-weight: 800;
  color: var(--brand);
  margin: 0;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.footer-socials a:hover {
  transform: translateY(-2px);
  border-color: var(--brand);
  background: var(--brand-soft);
}

.footer-socials a svg {
  width: 18px;
  height: 18px;
  stroke: var(--muted);
  stroke-width: 2;
  transition: stroke 0.2s ease;
  display: block;
}

.footer-socials a:hover svg {
  stroke: var(--brand);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.col-links ul {
  align-items: flex-end;
}

.footer-col ul a {
  font-size: 14px;
  font-weight: 550;
  color: var(--muted);
  text-decoration: none;
  transition: all 0.2s ease;
}

.col-brand-contact ul a:hover {
  color: var(--brand);
  padding-left: 4px;
}

.col-links ul a:hover {
  color: var(--brand);
  padding-right: 4px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-col p a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.footer-col p a:hover {
  color: var(--brand);
}

.footer-icon-svg {
  width: 18px;
  height: 18px;
  stroke: var(--brand);
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
  margin-top: 2px;
}

.maps-wrapper {
  margin-top: 12px;
}

.footer-maps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink) !important;
  transition: all 0.2s ease;
}

.footer-maps-btn:hover {
  background: var(--brand-soft);
  border-color: var(--brand);
  color: var(--brand) !important;
}

.hours-val {
  font-size: 15px !important;
  font-weight: 600;
  color: var(--ink) !important;
}

.footer-wifi-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 16px;
  margin-top: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.wifi-icon-svg {
  width: 20px;
  height: 20px;
  stroke: var(--brand);
  stroke-width: 2;
  fill: none;
  background: var(--brand-soft);
  padding: 8px;
  border-radius: 12px;
  flex-shrink: 0;
}

.footer-wifi-box .wifi-info {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink);
}

.footer-wifi-box .wifi-info small {
  color: var(--muted);
  font-weight: 500;
}

/* Footer Bottom Row */
.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 0;
  background: #f8f7f3;
}

.footer-bottom-container {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom-container p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.footer-bottom-container p a {
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom-container p a:hover {
  color: var(--brand);
}

/* Responsive Footer */
@media (max-width: 899px) {
  .public-footer {
    padding-top: 60px;
    margin-top: 60px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 40px;
  }

  .footer-col {
    align-items: center !important;
    text-align: center !important;
    gap: 16px;
  }

  .footer-brand {
    justify-content: center !important;
  }

  .footer-contact-info {
    align-items: center !important;
  }

  .footer-col h4::after {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  .footer-col ul {
    align-items: center !important;
  }

  .col-links ul a:hover {
    padding-right: 0 !important;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }}


/* ==========================================================================
   WiFi Dialog & Trigger Button Styles (Mobile-Only)
   ========================================================================== */
@media (min-width: 900px) {
  .mobile-only {
    display: none !important;
  }}

.wifi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--brand);
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: 8px;
  transition: all 0.2s ease;
}

.wifi-btn:hover {
  background: var(--brand);
  color: #fff;
}

.wifi-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.wifi-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 24px;
}

.wifi-dialog-card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: wifi-scaleUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes wifi-scaleUp {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.wifi-dialog-header {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 14px;
}

.wifi-dialog-icon {
  width: 24px;
  height: 24px;
  stroke: var(--brand);
  stroke-width: 2;
  fill: none;
}

.wifi-dialog-header h3 {
  font-size: 18px;
  font-weight: 750;
  color: var(--ink);
  margin: 0;
}

.wifi-dialog-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wifi-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fcfbfa;
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 12px 16px;
  border-radius: 12px;
  text-align: left;
}

.wifi-field .label {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wifi-field .value {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  word-break: break-all;
}

.wifi-dialog-footer {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.wifi-dialog-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wifi-dialog-btn.copy {
  background: var(--brand);
  color: #fff;
}
.wifi-dialog-btn.copy:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.wifi-dialog-btn.close {
  background: #f0ede9;
  color: var(--ink);
}
.wifi-dialog-btn.close:hover {
  background: #e6e2dd;
}

/* ==========================================================================
   Global Desktop Header Redesign (Floating Pill Layout)
   ========================================================================== */
@media (min-width: 900px) {
  .public-header {
    position: relative !important;
    top: 0 !important;
    width: min(calc(100% - 48px), 1180px) !important;
    min-height: 64px !important;
    margin: 24px auto 0 auto !important;
    padding: 0 24px !important;
    border: 1px solid #ece9df !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 10px 30px rgba(28, 31, 25, 0.06) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-sizing: border-box !important;
    justify-self: center !important;
    grid-column: 1 / -1 !important;
  }

  .public-header .brand-logo,
  .public-header .brand-mark {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
    box-shadow: none !important;
  }

  .public-header .brand {
    font-size: 16px !important;
    gap: 8px !important;
  }

  /* Adjust spacing to fit the floating bar on pages */
  .menu-page {
    padding-top: 0 !important;
  }
  
  .detail-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }}

/* QR menü ve ürün detayı: yalnız geniş ekran ortak navbar/footer. */
.public-web-header,
.public-web-footer {
  display: none;
}

@media (min-width: 900px) {
  .menu-page > .mobile-public-header,
  .detail-page > .mobile-public-header,
  .menu-page > .mobile-public-copyright,
  .detail-page > .mobile-public-copyright {
    display: none !important;
  }

  /* Ana sayfa header'ı ile birebir görünüm; varsayılan Showcase (.showcase-home .public-header),
     .web-classic ise Klasik ana sayfa (.home-page .public-header) değerlerini taşır. */
  .menu-page > .public-web-header,
  .detail-page > .public-web-header {
    position: sticky;
    top: 20px;
    z-index: 1000;
    width: min(calc(100% - 48px), 1200px);
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 20px auto 0;
    padding: 0 24px;
    border: 1px solid rgba(236, 233, 223, .85);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 12px 36px rgba(28, 31, 25, .04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .menu-page > .public-web-header.web-classic,
  .detail-page > .public-web-header.web-classic {
    top: 18px;
    width: min(calc(100% - 88px), 1320px);
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
    gap: 18px;
    margin: 18px auto 0;
    padding: 0 10px 0 18px;
    border: 1px solid rgba(208, 210, 199, .72);
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 20px 58px rgba(38, 43, 32, .09);
  }

  .public-web-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--display);
    font-size: 16px;
  }

  .public-web-brand img,
  .public-web-brand > span[aria-hidden] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px var(--brand-soft);
  }

  .public-web-brand > span[aria-hidden] {
    background: var(--brand);
    color: #fff;
    font-weight: 700;
  }

  .web-classic .public-web-brand img,
  .web-classic .public-web-brand > span[aria-hidden] {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border: 1px solid color-mix(in srgb, var(--brand) 24%, transparent);
    background: var(--surface);
    color: var(--brand-hover);
    font-weight: 850;
    box-shadow: inset 0 0 0 6px var(--surface-2);
  }

  .public-web-brand-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .public-web-brand-copy strong {
    overflow: hidden;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .public-web-brand-copy small {
    display: block;
    overflow: hidden;
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .public-web-nav,
  .public-web-actions {
    display: flex;
    align-items: center;
  }

  .public-web-nav {
    justify-content: center;
    gap: 2px;
  }

  .public-web-nav a {
    position: relative;
    padding: 8px 18px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 13.5px;
    font-weight: 600;
    display: inline-flex;
    transition: all .25s ease;
  }

  .public-web-nav a:hover {
    color: var(--ink);
    background: rgba(0, 0, 0, .04);
  }

  .public-web-nav a.active {
    color: var(--brand);
    background: var(--brand-soft);
  }

  .web-classic .public-web-nav {
    gap: 6px;
    min-height: 44px;
    font-size: 12px;
    font-weight: 850;
  }

  .web-classic .public-web-nav a {
    min-width: 76px;
    min-height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 850;
  }

  .web-classic .public-web-nav a:hover,
  .web-classic .public-web-nav a.active {
    background: rgba(244, 245, 239, .78);
    color: var(--ink);
  }

  .web-classic .public-web-nav a.active::after {
    position: absolute;
    right: 18px;
    bottom: 8px;
    left: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--brand);
    content: "";
  }

  .public-web-actions {
    justify-content: flex-end;
    gap: 10px;
  }

  .public-web-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 14px var(--brand-soft);
    transition: all .25s ease;
  }

  .public-web-menu-cta:hover {
    background: var(--brand-hover);
  }

  .public-web-language {
    display: inline-flex;
    gap: 2px;
    padding: 3px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .04);
  }

  .public-web-language a {
    min-width: 34px;
    padding: 6px 14px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
  }

  .public-web-language a.active {
    background: #fff;
    color: var(--ink);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  }}

/* QR menü masaüstü keşif alanı; mobil DOM ve stillerden tamamen ayrıdır. */
.desktop-menu-experience,
.desktop-menu-toolbar {
  display: none;
}

@media (min-width: 900px) {
  .menu-page {
    overflow: visible;
  }

  .menu-page > .desktop-menu-experience {
    width: min(calc(100% - 48px), 1180px);
    display: block;
    margin: 28px auto 0;
  }

  .desktop-feature-slider {
    position: relative;
    height: clamp(320px, 34vw, 390px);
    overflow: hidden;
    border: 1px solid rgba(32, 34, 31, .07);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--surface-2), var(--surface));
    box-shadow: 0 20px 54px rgba(38, 43, 32, .09);
  }

  .desktop-feature-slides,
  .desktop-feature-slide {
    width: 100%;
    height: 100%;
  }

  .desktop-feature-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease, visibility .35s ease;
  }

  .desktop-feature-slide.active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
  }

  .desktop-feature-copy {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 42px 50px 56px;
  }

  .desktop-feature-copy > p {
    margin: 0 0 8px;
    color: var(--brand);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .desktop-feature-copy h1 {
    max-width: 470px;
    margin: 0;
    color: var(--ink);
    font-family: var(--display);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.02;
  }

  .desktop-feature-copy > span {
    max-width: 470px;
    display: -webkit-box;
    margin-top: 14px;
    overflow: hidden;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .desktop-feature-copy > div {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
  }

  .desktop-feature-copy strong {
    color: var(--ink);
    font-size: 20px;
  }

  .desktop-feature-copy strong small {
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
  }

  .desktop-feature-copy a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
  }

  .desktop-feature-visual {
    position: relative;
    overflow: hidden;
    background: var(--surface-2);
  }

  .desktop-feature-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--surface-2) 0%, transparent 24%);
    content: "";
  }

  .desktop-feature-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktop-feature-visual img.logo-fallback {
    padding: 14%;
    object-fit: contain;
  }

  .desktop-feature-visual > span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--brand);
    font-family: var(--display);
    font-size: 110px;
    font-weight: 900;
  }

  .desktop-feature-controls {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    background: rgba(20, 22, 19, .54);
    backdrop-filter: blur(12px);
  }

  .desktop-feature-controls > button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    cursor: pointer;
  }

  .desktop-feature-controls > div {
    display: flex;
    gap: 5px;
  }

  .desktop-feature-controls > div button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .42);
    cursor: pointer;
  }

  .desktop-feature-controls > div button.active {
    width: 20px;
    border-radius: 99px;
    background: #fff;
  }

  .desktop-table-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 8px 0;
  }

  .desktop-table-actions p,
  .desktop-table-actions form {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--muted);
    font-size: 12px;
  }

  .desktop-table-actions p > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ok);
    box-shadow: 0 0 0 4px var(--ok-soft);
  }

  .desktop-table-actions button {
    min-height: 36px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
  }

  .menu-page > .desktop-menu-toolbar {
    position: sticky;
    top: 96px;
    z-index: 900;
    width: min(calc(100% - 48px), 1180px);
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 22px auto 0;
    padding: 9px;
    border: 1px solid rgba(222, 223, 214, .88);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 36px rgba(38, 43, 32, .09);
    backdrop-filter: blur(16px);
  }

  .desktop-category-window {
    min-width: 0;
    flex: 1;
    overflow: hidden;
  }

  .desktop-category-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }

  .desktop-category-tabs::-webkit-scrollbar {
    display: none;
  }

  .desktop-category-tabs > button {
    min-width: max-content;
    min-height: 58px;
    display: grid;
    grid-template-columns: 38px auto auto;
    align-items: center;
    gap: 9px;
    padding: 7px 12px 7px 7px;
    border: 1px solid transparent;
    border-radius: 13px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
  }

  .desktop-category-tabs img,
  .desktop-category-tabs button > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--surface-2);
    object-fit: cover;
    color: var(--brand);
    font-weight: 850;
  }

  .desktop-category-tabs strong {
    color: inherit;
    font-size: 12px;
  }

  .desktop-category-tabs small {
    min-width: 22px;
    padding: 3px 6px;
    border-radius: 99px;
    background: var(--surface-2);
    color: var(--muted);
    font-size: 9px;
    text-align: center;
  }

  .desktop-category-tabs > button:hover {
    background: var(--surface-2);
    color: var(--ink);
  }

  .desktop-category-tabs > button.active {
    border-color: color-mix(in srgb, var(--brand) 22%, transparent);
    background: var(--brand-soft);
    color: var(--brand-hover);
  }

  .desktop-category-arrow {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--surface);
    color: var(--ink);
    cursor: pointer;
  }

  .desktop-menu-search {
    width: 220px;
    min-height: 46px;
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-2);
    color: var(--muted);
  }

  .desktop-menu-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font-size: 12px;
  }

  .menu-page > .menu-intro-layout,
  .menu-page > .category-app-bar,
  .menu-page > .category-app-bar-spacer {
    display: none;
  }

  .menu-page .menu-browser {
    width: min(calc(100% - 48px), 1180px);
    display: block;
    margin: 0 auto;
    padding: 38px 0 76px;
  }

  .menu-page .desktop-categories {
    display: none;
  }

  .menu-page .menu-catalog {
    width: 100%;
    scroll-margin-top: 194px;
  }

  .menu-page .menu-catalog .catalog-section {
    display: none;
    margin: 0;
  }

  .menu-page .menu-catalog .catalog-section.desktop-active,
  .menu-page .menu-catalog.desktop-searching .catalog-section:not([hidden]) {
    display: block;
  }

  .menu-page .menu-catalog.desktop-searching .catalog-section + .catalog-section:not([hidden]) {
    margin-top: 44px;
  }

  .desktop-menu-empty {
    margin: 12px 0 0;
    padding: 36px;
    border: 1px dashed var(--line);
    border-radius: 16px;
    background: var(--surface-2);
    color: var(--muted);
    font-size: 13px;
    text-align: center;
  }

  .menu-page .menu-catalog .section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 2px;
  }

  .menu-page .menu-catalog .section-title h2 {
    color: var(--ink);
    font-family: var(--display);
    font-size: 30px;
    line-height: 1.1;
  }

  .menu-page .menu-catalog .section-title span {
    color: var(--muted);
    font-size: 11px;
  }

  .menu-page .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .menu-page .product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(32, 34, 31, .07);
    border-radius: 17px;
    background: var(--surface);
    box-shadow: 0 8px 24px rgba(38, 43, 32, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .menu-page .product-card:hover,
  .menu-page .product-card:focus-visible {
    border-color: color-mix(in srgb, var(--brand) 28%, transparent);
    box-shadow: 0 15px 34px rgba(38, 43, 32, .11);
    transform: translateY(-3px);
  }

  .menu-page .product-card > img,
  .menu-page .product-card > .product-logo-fallback {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
  }

  .menu-page .product-card > .product-logo-fallback {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--brand-soft), var(--surface-2));
  }

  .menu-page .product-card > .product-logo-fallback img {
    width: 34%;
    height: 34%;
    object-fit: contain;
  }

  .menu-page .product-card-body {
    min-height: 164px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: initial;
    padding: 16px;
  }

  .menu-page .product-card-body h3 {
    margin: 0;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.25;
  }

  .menu-page .product-card-body p {
    margin: 7px 0 12px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  .menu-page .product-card-body strong {
    margin-top: auto;
    color: var(--brand-hover);
    font-size: 17px;
  }

  .menu-page .product-card-body strong small {
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
  }

  .menu-page .product-card-body .badge-row {
    max-height: 26px;
    margin-top: 10px;
    overflow: hidden;
  }

  .menu-page .product-card-body .badge-row > :nth-child(n+3) {
    display: none;
  }

  .menu-page .menu-footer {
    padding: 0 24px 36px;
    font-size: 10px;
  }}

@media (min-width: 1200px) {
  .menu-page .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}

@media (min-width: 900px) and (max-width: 1050px) {
  .desktop-feature-copy {
    padding-right: 30px;
    padding-left: 34px;
  }

  .desktop-menu-search {
    width: 180px;
    flex-basis: 180px;
  }

  .desktop-category-tabs > button {
    grid-template-columns: 34px auto;
  }

  .desktop-category-tabs small {
    display: none;
  }}

@media (prefers-reduced-motion: reduce) {
  .desktop-feature-slide,
  .menu-page .product-card {
    transition: none;
  }}

/* Ürün detayı sayfa iskeleti: mobilde mevcut çocuk akışı korunur. */
.product-detail-layout {
  display: contents;
}

@media (min-width: 900px) {
  .menu-page,
  .detail-page {
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh;
    display: block !important;
    margin: 0 !important;
    overflow: visible;
    border-radius: 0 !important;
    background: #fff;
    box-shadow: none !important;
  }

  .menu-page > .public-web-footer,
  .detail-page > .public-web-footer {
    width: 100%;
    display: block;
    margin-top: 80px;
  }

  .detail-page > .public-web-header {
    grid-column: auto !important;
  }

  .detail-page .product-detail-layout {
    width: min(calc(100% - 48px), 1180px);
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: start;
    gap: 48px;
    margin: 36px auto 0;
  }

  .detail-page .detail-visual {
    position: sticky;
    top: 106px;
    align-self: start;
    width: 100%;
    height: min(660px, calc(100vh - 132px));
    min-height: 540px;
    display: grid;
    place-items: center;
    padding: 42px;
    overflow: hidden;
    border: 1px solid #eee5d2;
    border-radius: 22px;
    background: linear-gradient(145deg, #fff9ec, #f5ead2);
  }

  .detail-page .detail-visual > span {
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
  }

  .detail-page .detail-visual > img {
    width: min(100%, 500px);
    height: auto;
    max-height: 520px;
    aspect-ratio: 4 / 3;
    border: 8px solid rgba(255, 255, 255, .9);
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 24px 48px rgba(76, 62, 36, .16);
  }

  .detail-page .detail-logo-fallback {
    width: min(100%, 500px);
    aspect-ratio: 4 / 3;
    border-width: 8px;
    border-radius: 20px;
  }

  .detail-page .detail-body {
    width: 100%;
    max-width: none;
    align-self: start;
    padding: 34px 38px 40px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--surface);
    box-shadow: 0 16px 42px rgba(38, 43, 32, .06);
  }

  .detail-page .detail-title {
    text-align: left;
  }

  .detail-page .detail-title p {
    font-size: 11px;
    letter-spacing: .08em;
  }

  .detail-page .detail-title h1 {
    margin-top: 8px;
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.04;
  }

  .detail-page .detail-title > strong {
    margin-top: 10px;
    color: var(--brand-hover);
    font-size: 28px;
  }

  .detail-page .detail-title > span {
    max-width: 620px;
    margin: 16px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
  }

  .detail-page .detail-section {
    padding: 22px 0;
  }

  .detail-page .detail-section h2 {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .detail-page .choice-row {
    min-height: 46px;
    padding: 10px 0;
    font-size: 14px;
  }

  .detail-page .tag-list {
    gap: 8px;
  }

  .detail-page .tag {
    padding: 7px 10px;
    font-size: 11px;
  }

  .detail-page .nutrition-grid {
    max-width: none;
    border-radius: 12px;
    background: var(--surface-2);
  }

  .detail-page .nutrition-grid div {
    padding: 15px 14px;
  }}

@media (min-width: 900px) and (max-width: 1080px) {
  .detail-page .product-detail-layout {
    gap: 28px;
  }

  .detail-page .detail-visual {
    min-height: 500px;
    padding: 28px;
  }

  .detail-page .detail-body {
    padding-right: 28px;
    padding-left: 28px;
  }}

/* QR menü masaüstü: navbar normal akışta, kategori barı ekranın tepesinde. */
@media (min-width: 900px) {
  .menu-page > .public-web-header {
    position: relative;
    top: auto;
  }

  .detail-page > .public-web-header {
    position: relative;
    top: auto;
  }

  .menu-page > .desktop-menu-toolbar {
    top: 0;
    border-radius: 0 0 18px 18px;
    background: #fff;
    backdrop-filter: none;
  }

  .menu-page .menu-catalog {
    scroll-margin-top: 100px;
  }}

/* Garson çağır cihaz onayı: mobil-first alt sayfa kartı, >=560px'te ortalanmış diyalog. */
.device-consent {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  background: rgba(32, 34, 31, .45);
}

.device-consent[hidden] {
  display: none;
}

.device-consent-card {
  width: 100%;
  max-width: 520px;
  padding: 16px 16px 18px;
  border-radius: 16px 16px 0 0;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.device-consent-card strong {
  display: block;
  font-family: var(--display);
  font-size: 14px;
  color: var(--ink);
}

.device-consent-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.device-consent-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.device-consent-actions button {
  flex: 1 1 0;
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--ok);
  color: #fff;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.device-consent-actions button.secondary {
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--muted);
}

@media (min-width: 560px) {
  .device-consent {
    align-items: center;
    padding: 20px;
  }

  .device-consent-card {
    border-radius: var(--radius-lg);
  }
}
