:root {
  --primary: #c41e3a;
  --primary-deep: #9b1b2e;
  --secondary: #b56a32;
  --olive: #2f5d3a;
  --olive-deep: #1f3d28;
  --cta: #b56a32;
  --cta-ink: #f7f1e8;
  --bg: #ffffff;
  --bg-2: #f6f3ee;
  --surface: #ffffff;
  --text: #2a241e;
  --muted: #6b5e52;
  --line: rgba(42, 36, 30, 0.12);
  --shadow: 0 24px 64px rgba(42, 36, 30, 0.12);
  --radius: 16px;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --serif-sc: "Cinzel", "Cormorant Garamond", serif;
  --sans: "Karla", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --nav-h: 72px;
}

html { scroll-padding-top: calc(var(--nav-h) + 16px); }

*,
*::before,
*::after { box-sizing: border-box; }

*:focus,
*:focus-visible {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}

html { scroll-behavior: smooth; }

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(107, 94, 82, 0.42) transparent;
}
.menu-prod-list,
.menu-prod-detail,
.legal-dialog {
  scrollbar-width: thin;
  scrollbar-color: rgba(107, 94, 82, 0.4) #f3eee6;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}
.menu-prod-list::-webkit-scrollbar-track,
.menu-prod-detail::-webkit-scrollbar-track,
.legal-dialog::-webkit-scrollbar-track {
  background: #f3eee6;
  border-radius: 999px;
}
::-webkit-scrollbar-thumb {
  background: rgba(107, 94, 82, 0.36);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(47, 93, 58, 0.55);
  border: 2px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-corner { background: transparent; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, a, input, select { font-family: inherit; }
button, .btn, .chip, .nav-toggle { cursor: pointer; }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background: var(--text);
  color: #fff;
  z-index: 100;
}
.skip:focus {
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  opacity: 1;
  pointer-events: auto;
  padding: 8px 12px;
}

/* Nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6vw;
  background: rgba(248, 243, 234, 0.72);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  border-bottom: 1px solid transparent;
  width: 100%;
  transition: background .35s, border-color .35s, box-shadow .35s;
}
.nav.is-scrolled {
  background: rgba(248, 243, 234, 0.9);
  border-bottom-color: rgba(42, 36, 30, 0.08);
  box-shadow: 0 10px 30px rgba(42, 36, 30, 0.06);
}
/* Sinematik giriş boyunca header görünmez; JS zamanla açar */
body:has(.cine) .nav {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  flex: none;
}
.brand-lockup {
  height: 58px;
  width: auto;
  display: block;
  mix-blend-mode: multiply;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.nav-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  transition: color .2s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: var(--olive);
  color: #f7f1e8 !important;
  padding: 10px 16px;
  border-radius: 4px;
}
.nav-cta:hover { background: var(--olive-deep) !important; }
.nav-ig {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: none;
  margin-left: 8px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  transition: color .2s, border-color .2s, background .2s;
}
.nav-ig svg { width: 18px; height: 18px; }
.nav-ig:hover {
  color: var(--olive);
  border-color: var(--olive);
  background: var(--surface);
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 40px; height: 40px;
  position: relative;
}
.nav-toggle span {
  position: absolute;
  left: 10px; right: 10px;
  height: 1.5px;
  background: var(--text);
  transition: transform .25s var(--ease);
}
.nav-toggle span:first-child { top: 16px; }
.nav-toggle span:last-child { top: 24px; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* Cinematic hero: Colosseo → masa */
html.cine-lock,
html.cine-lock body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
/* Giriş animasyonu zamana bağlı oynadığı için hero'nun fazladan scroll
   payına ihtiyacı yok; tek ekran kalırsa animasyon bitince ilk kaydırma
   doğrudan içeriğe iner */
.cine {
  position: relative;
  height: 100vh;
  background: #0b0705;
}
.cine-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  perspective: 900px;
  perspective-origin: 50% 46%;
  background: #f7f1e7;
  isolation: isolate;
}
.cine-sky {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(ellipse at 50% 34%, #fffdf9 0%, #f6ead6 34%, #e6d0b3 62%, #cbb190 100%);
  will-change: transform, opacity;
}
.cine-camera {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
}
.cine-layer {
  position: absolute;
  left: 50%;
  top: 46%;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.cine-layer.is-facade img {
  width: 205vmin;
  max-width: none;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 2vmin 4vmin rgba(72, 48, 24, 0.14));
}
.arch-ring {
  display: block;
  width: 150vmin;
  height: 196vmin;
  border: 19vmin solid #c9ab80;
  border-bottom-color: transparent;
  border-radius: 50% 50% 8% 8% / 44% 44% 5% 5%;
  background: transparent;
  box-shadow:
    inset 0 0 9vmin rgba(58, 36, 16, 0.5),
    0 0 7vmin rgba(48, 30, 14, 0.32);
}
.cine-layer.is-arch:nth-child(odd) .arch-ring { border-color: #b8975f; border-bottom-color: transparent; }
.cine-layer.is-arch:nth-child(3n) .arch-ring { border-color: #d3b98f; border-bottom-color: transparent; }

.cine-dust {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}
.cine-dust span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 244, 224, 0.9);
  filter: blur(1px);
  animation: dustFly 6.5s linear infinite;
}
.cine-dust span:nth-child(1) { left: 18%; top: 30%; animation-delay: -0.4s; }
.cine-dust span:nth-child(2) { left: 74%; top: 22%; animation-delay: -1.2s; }
.cine-dust span:nth-child(3) { left: 38%; top: 66%; animation-delay: -2.1s; }
.cine-dust span:nth-child(4) { left: 62%; top: 74%; animation-delay: -3s; }
.cine-dust span:nth-child(5) { left: 26%; top: 52%; animation-delay: -3.8s; }
.cine-dust span:nth-child(6) { left: 84%; top: 58%; animation-delay: -4.4s; }
.cine-dust span:nth-child(7) { left: 48%; top: 18%; animation-delay: -5.1s; }
.cine-dust span:nth-child(8) { left: 12%; top: 72%; animation-delay: -5.7s; }
.cine-dust span:nth-child(9) { left: 68%; top: 42%; animation-delay: -2.6s; }
.cine-dust span:nth-child(10) { left: 54%; top: 86%; animation-delay: -1.7s; }
@keyframes dustFly {
  0% { transform: translate3d(0, 0, 0) scale(0.4); opacity: 0; }
  25% { opacity: 0.85; }
  100% { transform: translate3d(-8vw, -22vh, 0) scale(1.8); opacity: 0; }
}

.cine-dark {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(6, 4, 3, 0) 4%, rgba(14, 9, 6, 0.72) 46%, #080504 100%);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.cine-table {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
.table-top {
  position: absolute;
  inset: -14% -12% -18%;
}
.table-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 46%;
  filter: brightness(0.62) saturate(1.08) contrast(1.05);
}
/* Karartma katmanı fotoğraf kutusuyla birebir aynı olmalı; küçük kalırsa
   iniş eğimi sırasında kaplanmayan bir şerit görünüyor */
.table-light {
  position: absolute;
  inset: -14% -12% -18%;
  background:
    radial-gradient(ellipse at 28% 48%, rgba(255, 206, 138, 0.22), transparent 42%),
    linear-gradient(90deg, rgba(8, 5, 3, 0.38) 0%, rgba(8, 5, 3, 0.18) 34%, rgba(8, 5, 3, 0.58) 62%, rgba(8, 5, 3, 0.88) 100%),
    radial-gradient(ellipse at 50% 122%, rgba(10, 6, 4, 0.8), transparent 58%),
    linear-gradient(180deg, rgba(8, 5, 3, 0.6), transparent 40%);
}
/* Hero iki kolon: solda logo, sağda söz ve şubeler */
.cine-copy {
  position: absolute;
  left: 6vw;
  right: 6vw;
  top: 52%;
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  color: #fdf7ef;
  opacity: 0;
  will-change: transform, opacity;
}
.hero-side {
  display: grid;
  justify-items: start;
  align-self: center;
}
.hero-mark {
  width: min(420px, 34vw);
  height: auto;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.5));
}
.hero-main {
  min-width: 0;
}
.hero-branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: min(100%, 520px);
  margin-top: 28px;
}
.hero-branch {
  padding: 14px 16px;
  border: 1px solid rgba(253, 247, 239, 0.18);
  border-radius: 14px;
  background: rgba(18, 12, 8, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.branch-name {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 4px;
  font-family: var(--serif-sc);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.branch-name span {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #e9b46b;
}
.branch-addr,
.branch-tel {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(253, 247, 239, 0.72);
}
.branch-tel {
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
  color: #fdf7ef;
}
.branch-acts {
  display: flex;
  gap: 8px;
  margin-top: 11px;
}
.branch-act {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border: 1px solid rgba(253, 247, 239, 0.32);
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #fdf7ef;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.branch-act svg { width: 14px; height: 14px; }
.branch-act:hover { background: rgba(253, 247, 239, 0.14); }
/* Masaüstünden telefon aranamıyor; numara metin olarak yeter */
.branch-act.is-call { display: none; }
.cine-copy .eyebrow { color: rgba(253, 247, 239, 0.72); }
.cine-copy .eyebrow .line {
  background: linear-gradient(90deg, #4e9b62 0 34%, #fdf7ef 34% 66%, #e3574f 66%);
}
.cine-copy .hero-title .italic { color: #e9b46b; }
.cine-copy .hero-lead { color: rgba(253, 247, 239, 0.78); }
.cine-copy .btn-ghost {
  border-color: rgba(253, 247, 239, 0.42);
  color: #fdf7ef;
}
.cine-copy .btn-ghost:hover { background: rgba(253, 247, 239, 0.12); }
.cine-copy .reveal { animation: none; opacity: 0; transform: translateY(24px); }
.cine-copy .reveal-line span { animation: none; transform: translateY(110%); }
.cine-copy.is-live .reveal { animation: fadeup 0.8s var(--ease) forwards; }
.cine-copy.is-live .reveal-line span { animation: up 0.9s var(--ease) forwards; }

.cine-cue {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  cursor: pointer;
  will-change: opacity;
}
.cine-mouse {
  width: 24px;
  height: 38px;
  border: 2px solid var(--text);
  border-radius: 14px;
  position: relative;
  opacity: 0.88;
}
.cine-mouse i {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 3px;
  height: 8px;
  margin-left: -1.5px;
  border-radius: 3px;
  background: var(--text);
  animation: mouseWheel 1.35s var(--ease) infinite;
}
@keyframes mouseWheel {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(10px); opacity: 0; }
  100% { transform: translateY(10px); opacity: 0; }
}
html.cine-lock .cine { cursor: pointer; }

.shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(42vw, 480px);
  align-items: start;
}
.shell-copy { min-width: 0; }
.pizza-rail {
  position: relative;
  align-self: stretch;
}
.pizza-sticky {
  position: sticky;
  top: calc(var(--nav-h) + 20px);
  display: grid;
  place-items: center;
  min-height: calc(100vh - var(--nav-h) - 40px);
  padding: 0 4vw 40px 0;
}
.pizza-stage {
  position: relative;
  width: min(38vw, 420px);
  aspect-ratio: 1;
}
.pizza-round {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 28px 40px rgba(42, 36, 30, 0.22));
  will-change: transform;
}
.pizza-glow {
  position: absolute;
  inset: 18% 12% 8%;
  background: radial-gradient(ellipse at 50% 70%, rgba(181, 106, 50, 0.28), rgba(196, 30, 58, 0.1) 42%, transparent 70%);
  filter: blur(18px);
  animation: glowPulse 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes glowPulse {
  0%, 100% { opacity: .55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
.pizza-steam {
  position: absolute;
  inset: -8% 12% 40%;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}
.pizza-steam span {
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 70px;
  border-radius: 40px;
  background: radial-gradient(ellipse at 50% 30%, rgba(255,255,255,.55), rgba(255,255,255,0) 70%);
  filter: blur(8px);
  opacity: 0;
  animation: steamRise 5.2s ease-in infinite;
}
.pizza-steam span:nth-child(1) { left: 28%; animation-delay: 0s; }
.pizza-steam span:nth-child(2) { left: 46%; width: 36px; animation-delay: 1.2s; }
.pizza-steam span:nth-child(3) { left: 62%; animation-delay: 2.4s; }
.pizza-steam span:nth-child(4) { left: 38%; width: 22px; animation-delay: 3.1s; }
@keyframes steamRise {
  0% { opacity: 0; transform: translateY(12px) scaleX(.8); }
  18% { opacity: .45; }
  100% { opacity: 0; transform: translateY(-88px) scaleX(1.25) rotate(8deg); }
}
.pizza-steam.is-mini span { height: 36px; width: 14px; }
.pizza-caption {
  margin: 22px 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--text);
  text-align: center;
  min-height: 1.4em;
}
.pizza-dock {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  margin: 0 0 18px;
}
.eyebrow .line {
  width: 44px; height: 3px;
  background: linear-gradient(90deg, var(--olive) 0 34%, #fff 34% 66%, var(--primary) 66%);
  display: inline-block;
}
.hero-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(42px, 6.4vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
}
.hero-title .italic { font-style: italic; font-weight: 500; color: var(--primary); }
.reveal-line { display: block; overflow: hidden; }
.reveal-line span {
  display: block;
  transform: translateY(110%);
  animation: up 0.9s var(--ease) forwards;
}
.reveal-line:nth-child(2) span { animation-delay: 0.12s; }
.reveal-line:nth-child(3) span { animation-delay: 0.22s; }
.reveal-line:nth-child(4) span { animation-delay: 0.32s; }
@keyframes up { to { transform: translateY(0); } }
.hero-lead {
  max-width: 52ch;
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 28px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  padding: 14px 22px;
  font-weight: 600;
  font-size: 14px;
  transition: transform .2s var(--ease), background .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-shimmer {
  position: relative;
  overflow: hidden;
  background: var(--cta);
  color: var(--cta-ink);
  box-shadow: 0 10px 30px rgba(181, 106, 50, 0.28);
}
.btn-shimmer span { position: relative; z-index: 1; }
.btn-shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.55), transparent 70%);
  transform: translateX(-120%);
  animation: shine 2.8s ease-in-out infinite;
}
@keyframes shine {
  0% { transform: translateX(-120%); }
  55%, 100% { transform: translateX(120%); }
}
.btn-ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
}
.btn-ghost:hover { background: var(--surface); }

/* Marquee */
.marquee-wrap {
  padding: 10px 0 40px;
  border-top: 1px solid var(--line);
}
.marquee-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
}
.marquee { overflow: hidden; }
.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font-family: var(--serif-sc);
  font-size: 18px;
  letter-spacing: 0.12em;
  color: rgba(47, 93, 58, 0.45);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Story */
.story, .menu, .quotes, .branches, .journal { padding: 100px 6vw; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.03em;
}
.section-head em { font-style: italic; color: var(--primary); font-weight: 500; }
.lede { color: var(--muted); max-width: 520px; }
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 48px;
}
.story-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  min-height: 220px;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.story-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.idx {
  font-family: var(--serif);
  color: var(--secondary);
  font-size: 22px;
}
.story-card h3 { margin: 12px 0 8px; font-size: 20px; }
.story-card p { margin: 0; color: var(--muted); }
.story-media {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 28px;
  align-items: center;
}
.media-wide {
  border-radius: 32px;
  overflow: hidden;
  margin: 0;
}
.media-wide img { width: 100%; height: 420px; object-fit: cover; }
.media-wide figcaption {
  padding: 12px 4px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
blockquote {
  margin: 0;
  padding: 8px 0 0 24px;
  border-left: 2px solid var(--primary);
}
blockquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  line-height: 1.35;
  margin: 0 0 16px;
}
cite { font-style: normal; font-size: 13px; color: var(--muted); }

/* Menu */
.chip {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  padding: 8px 16px;
  color: var(--muted);
  transition: background .2s, color .2s, border-color .2s;
}
.chip.is-active, .chip:hover {
  background: var(--olive);
  color: #f7f1e8;
  border-color: var(--olive);
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(200px, 26vh) minmax(200px, 26vh) minmax(200px, 22vh);
  gap: 8px;
}
.cat--burger { grid-area: 1 / 1 / 3 / 4; }
.cat--pizza { grid-area: 1 / 4 / 3 / 10; }
.cat--pitta { grid-area: 1 / 10 / 2 / 13; }
.cat--pasta { grid-area: 2 / 10 / 3 / 13; }
.cat--starter { grid-area: 3 / 1 / 4 / 4; }
.cat--salad { grid-area: 3 / 4 / 4 / 7; }
.cat--a-la-carte { grid-area: 3 / 7 / 4 / 10; }
.cat--dessert { grid-area: 3 / 10 / 4 / 13; }
.cat-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #ece8e1;
  color: var(--text);
  cursor: pointer;
}
.cat-tile-photo {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: #ddd8d0;
}
.cat-tile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .6s var(--ease);
}
.cat-tile:hover img { transform: scale(1.07); }
.cat-tile-body {
  flex: none;
  z-index: 1;
  padding: 12px 10px;
  background: #fff;
  text-align: center;
}
.cat-tile h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}
.cat-tile p { display: none; }

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  padding: 0;
  background: var(--bg-2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s var(--ease), visibility .35s;
}
.menu-overlay[hidden] { display: none !important; }
.menu-overlay.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-overlay-stage {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  background: var(--bg-2);
  overflow: hidden;
  transform: translateY(16px);
  opacity: 0;
  transition: transform .45s var(--ease), opacity .35s var(--ease);
}
.menu-overlay.is-on .menu-overlay-stage {
  transform: none;
  opacity: 1;
}
.menu-overlay-head {
  display: grid;
  grid-template-columns: minmax(140px, auto) minmax(0, 1fr) 48px;
  gap: 16px 20px;
  align-items: center;
  padding: 18px 28px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.menu-overlay-head h2 {
  margin: 6px 0 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.03em;
}
.menu-overlay-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.menu-overlay-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--text);
}
.menu-overlay-close svg { width: 18px; height: 18px; }
.menu-overlay-close:hover { background: var(--bg-2); }
.menu-overlay-body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  min-height: 0;
  overflow: hidden;
}
.menu-prod-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 6px;
  overflow: auto;
  padding: 16px 18px;
  border-right: 1px solid var(--line);
  background: var(--surface);
}
.menu-prod-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.menu-prod-item img,
.menu-prod-item .menu-prod-ph {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--bg-2);
}
.menu-prod-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.menu-prod-item em {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}
.menu-prod-item:hover,
.menu-prod-item.is-on {
  background: var(--bg-2);
  border-color: var(--line);
}
.menu-prod-detail {
  overflow: auto;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px 32px;
  align-content: center;
  align-items: center;
}
.menu-prod-detail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  background: #1a1210;
}
.menu-prod-detail h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: -0.03em;
}
.menu-prod-detail .price { font-size: 22px; font-weight: 700; }
.menu-prod-detail p {
  margin: 12px 0 0;
  max-width: 42ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
body.menu-open .nav,
body.menu-open .pizza-dock,
body.menu-open .mobile-bar { visibility: hidden; }

/* Fire */
.fire {
  margin: 20px 6vw 40px;
  background: linear-gradient(165deg, #2f3d32, #1c1814 58%, #3a241c);
  color: #f4ede4;
  border-radius: 20px;
  padding: 64px;
}
.fire .lede, .fire p { color: rgba(244, 237, 228, 0.78); }
.fire .eyebrow { color: rgba(244, 237, 228, 0.7); }
.fire-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.fire h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  margin: 0 0 16px;
}
.fire em { font-style: italic; color: var(--primary); }
.checks { list-style: none; padding: 0; margin: 24px 0 0; }
.checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.checks svg { width: 18px; height: 18px; color: var(--primary); }
.fire-visual { position: relative; }
.fire-visual img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 28px;
}
.stat-float {
  position: absolute;
  left: -24px; bottom: 32px;
  background: var(--surface);
  border-radius: 24px;
  padding: 18px 22px;
  box-shadow: var(--shadow);
}
.stat-float strong {
  font-family: var(--serif);
  font-size: 42px;
  display: block;
  line-height: 1;
}
.stat-float span { font-size: 12px; color: var(--muted); }

/* Quotes */
.quotes { padding-top: 40px; }
.quotes-marquee { margin-top: 12px; }
.quote-card {
  width: 340px;
  flex: 0 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px 22px 20px;
}
.quote-card p {
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 18px;
}
.quote-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote-card img {
  width: 40px; height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.quote-card strong { font-size: 14px; }
.quote-card span { display: block; font-size: 12px; color: var(--muted); }

/* Reserve */
address { font-style: normal; margin-top: 24px; color: var(--muted); }
address a { color: var(--text); font-weight: 600; }
.form { display: grid; gap: 14px; }
.form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.form input, .form select {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--text);
  background: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.form input:focus, .form select:focus {
  border-color: var(--line);
}
.form label.legal-check { text-transform: none; letter-spacing: 0; }

/* Şubeler */
.branch-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 44px;
}
.branch-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 18px 44px rgba(42, 36, 30, 0.06);
}
.branch-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.branch-card-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.branch-chip {
  padding: 4px 12px;
  border-radius: 40px;
  background: var(--bg-2);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.branch-facts {
  display: grid;
  gap: 14px;
  margin: 18px 0 24px;
}
.branch-facts div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.branch-facts dt {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 3px;
}
.branch-facts dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.branch-facts dd.is-tel {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.branch-card-acts {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  flex-wrap: wrap;
}
.branch-ig {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.branch-ig svg { width: 18px; height: 18px; }
.branch-ig:hover { color: var(--primary); border-color: var(--primary); }
/* Masaüstünde arama düğmesi anlamsız; numara kartta yazılı */
.branch-card-acts .is-call { display: none; }

/* Mobil aksiyon çubuğu ve şube seçme sayfası */
.mobile-bar { display: none; }
.sheet-wrap { display: none; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}

.legal-check {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.legal-check input {
  margin-top: 3px;
  width: 16px; height: 16px;
  accent-color: var(--primary);
  flex: none;
}
.legal-link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: var(--text);
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.legal-link:hover { color: var(--primary); }

.legal-dialog {
  width: min(680px, calc(100vw - 32px));
  max-height: min(82vh, 760px);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 0;
  overflow: auto;
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow);
}
.legal-dialog::backdrop {
  background: rgba(42, 36, 30, 0.38);
  backdrop-filter: blur(8px);
}
.legal-head {
  position: sticky;
  top: 0;
  padding: 28px 32px 16px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.legal-head h2 {
  font-family: var(--serif);
  font-size: 28px;
  margin: 0;
  padding-right: 40px;
}
.legal-close {
  position: absolute;
  top: 22px; right: 22px;
  width: 40px; height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}
.legal-close svg { width: 16px; height: 16px; }
.legal-close:hover { background: var(--bg); }
.legal-body {
  padding: 8px 32px 32px;
  font-size: 15px;
  color: var(--muted);
}
.legal-body h3 {
  color: var(--text);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 22px 0 8px;
}
.legal-body p, .legal-body ul { margin: 0 0 12px; }
.legal-body a { font-weight: 600; color: var(--text); }

body.dialog-open { overflow: hidden; }

.journal-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}
.journal-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.journal-feature, .journal-card {
  text-decoration: none;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.journal-feature:hover, .journal-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.journal-feature {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}
.journal-feature figure, .journal-card figure { margin: 0; }
.journal-feature img { width: 100%; height: 340px; object-fit: cover; }
.journal-card img { width: 100%; height: 160px; object-fit: cover; }
.journal-copy, .journal-card > div { padding: 22px 24px 26px; }
.journal .tag, .blog-card .tag, .post-meta {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cta-ink);
  margin: 0 0 8px;
}
.journal-feature h3, .journal-card h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.journal-card h3 { font-size: 22px; }
.journal-copy p, .journal-card p { margin: 0; color: var(--muted); }
.read-more {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-news {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px 40px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 8px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.footer-news h2 {
  font-family: var(--serif);
  font-size: 26px;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}
.form-inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  position: relative;
}
.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-inline .legal-check { grid-column: 1 / -1; }
.form-inline input[type="email"] {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15px;
}

.page {
  padding: 140px 6vw 80px;
}
.page-hero {
  max-width: 780px;
  margin: 0 auto 56px;
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}
.page-hero h1 em { font-style: italic; color: var(--primary); font-weight: 500; }
.crumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
}
.crumb a { text-decoration: none; font-weight: 600; color: var(--text); }
.blog-list {
  display: grid;
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}
.blog-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  padding: 12px;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.blog-row:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-row img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
}
.blog-row h2 {
  font-family: var(--serif);
  font-size: 28px;
  margin: 0 0 8px;
}
.blog-row p { margin: 0; color: var(--muted); }

.article {
  max-width: 720px;
  margin: 0 auto;
}
.article-hero {
  max-width: 980px;
  margin: 0 auto 40px;
}
.article-hero img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: cover;
  border-radius: 32px;
}
.article h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}
.drop {
  font-size: 18px;
  color: var(--muted);
}
.drop::first-letter {
  font-family: var(--serif);
  float: left;
  font-size: 72px;
  line-height: 0.75;
  padding: 10px 12px 0 0;
  color: var(--primary);
}
.article p { font-size: 18px; color: var(--muted); margin: 0 0 18px; }
.article h2 {
  font-family: var(--serif);
  font-size: 28px;
  margin: 36px 0 12px;
}
.pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  line-height: 1.35;
  color: var(--text);
  border-left: 2px solid var(--primary);
  padding: 4px 0 4px 22px;
  margin: 32px 0;
}
.related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
}
.related a {
  text-decoration: none;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--surface);
}
.related h3 { font-family: var(--serif); margin: 6px 0 0; font-size: 20px; }

.footer {
  padding: 56px 6vw 28px;
  margin-top: 24px;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 36px 32px;
  max-width: 1180px;
  margin: 0 auto 36px;
  align-items: start;
}
.footer-brand p {
  margin: 10px 0 18px;
  color: var(--muted);
  max-width: 28ch;
  line-height: 1.5;
}
.footer-inner h3 {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 8px 0 12px;
  color: var(--olive);
}
.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.footer-inner > div:not(.footer-brand) a {
  display: inline-block;
  margin-top: 10px;
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.footer-inner > div:not(.footer-brand) a:hover { color: var(--primary); }
.footer-legal {
  margin-top: 14px !important;
  font-size: 13px !important;
}
.footer-legal .legal-link { font-weight: 600; }
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  transition: background .2s var(--ease), border-color .2s, color .2s;
}
.social-link svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.social-link:hover {
  background: #fff;
  border-color: var(--olive);
  color: var(--olive);
}
.copy {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(42,36,30,.45);
}

.toast {
  position: fixed;
  bottom: 24px; left: 50%;
  transform: translate(-50%, 20px);
  background: var(--text);
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, transform .3s var(--ease);
  z-index: 70;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeup 0.8s var(--ease) forwards;
}
@keyframes fadeup { to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .shell { grid-template-columns: 1fr; }
  .pizza-rail { display: none; }
  .cine-stage { perspective: 700px; }
  .arch-ring { width: 168vmin; height: 210vmin; border-width: 21vmin; }
  .cine-layer.is-facade img { width: 230vmin; }
  /* Mobilde tek kolon: marka üstte, söz ve şubeler altta */
  .cine-copy {
    left: 5vw;
    right: 5vw;
    top: 50%;
    grid-template-columns: 1fr;
    gap: 18px;
    align-content: center;
    justify-items: stretch;
  }
  .hero-side {
    display: contents;
  }
  .hero-mark {
    order: -1;
    justify-self: center;
    width: min(260px, 62vw);
  }
  .hero-branches {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
  }
  .hero-branch { padding: 10px 11px; }
  .hero-branch .branch-addr,
  .hero-branch .branch-tel { display: none; }
  .branch-name { font-size: 13px; }
  .branch-name span { display: none; }
  .branch-acts { margin-top: 8px; gap: 5px; }
  .branch-act {
    flex: 1;
    justify-content: center;
    padding: 9px 5px;
    gap: 5px;
    font-size: 10.5px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .branch-act svg { width: 12px; height: 12px; }
  .branch-act.is-call { display: inline-flex; }
  .hero-title { font-size: clamp(34px, 10.5vw, 54px); }
  .hero-lead {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .pizza-dock {
    display: grid;
    place-items: center;
    position: fixed;
    right: 16px;
    bottom: 18px;
    z-index: 45;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(251, 246, 238, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(42, 36, 30, 0.18);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .25s var(--ease), transform .25s var(--ease);
  }
  .pizza-dock.is-on {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .pizza-dock img {
    width: 78%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .pizza-dock .pizza-glow { inset: 20%; }
  .story-grid, .story-media, .fire-inner,
  .journal-grid, .footer-inner, .footer-news, .blog-row, .related, .form-inline {
    grid-template-columns: 1fr;
  }
  .cat-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    grid-auto-rows: minmax(180px, 28vw);
  }
  .cat--burger,
  .cat--pizza,
  .cat--pitta,
  .cat--pasta,
  .cat--starter,
  .cat--salad,
  .cat--a-la-carte,
  .cat--dessert { grid-area: auto; }
  .cat--pizza { grid-column: 1 / -1; }
  .menu-overlay { padding: 0; }
  .menu-overlay-stage { border-radius: 0; }
  .menu-overlay-head {
    grid-template-columns: 1fr 44px;
  }
  .menu-overlay-cats { display: none; }
  .menu-overlay-body { grid-template-columns: 1fr; }
  .menu-prod-list { border-right: 0; max-height: none; grid-template-columns: 1fr 1fr; }
  .menu-prod-detail { grid-template-columns: 1fr; padding: 22px; }
  .brand-lockup { height: 52px; }
  .journal-feature { grid-row: auto; }
  .fire { padding: 32px 22px; }
  .branch-card { padding: 24px; }
  .branch-card-acts .is-call { display: inline-flex; }

  /* Sabit aksiyon çubuğu: aramak, yolu bulmak ve menü her ekranda elin altında */
  .mobile-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 46;
    display: grid;
    grid-template-columns: 1.1fr 1fr 0.8fr;
    gap: 6px;
    padding: 6px;
    border-radius: 18px;
    background: rgba(28, 20, 14, 0.86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 14px 34px rgba(20, 14, 9, 0.32);
  }
  .mobile-act {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 48px;
    padding: 0 8px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    color: rgba(253, 247, 239, 0.86);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .mobile-act svg { width: 17px; height: 17px; }
  .mobile-act.is-primary {
    background: var(--cta);
    color: #fdf7ef;
  }
  .mobile-act:active { transform: translateY(1px); }
  /* Çubuk içeriğin son satırını kapatmasın */
  .copy { padding-bottom: 74px; }
  .pizza-dock { bottom: 84px; }

  .sheet-wrap {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 70;
  }
  .sheet-wrap[hidden] { display: none; }
  .sheet-back {
    position: absolute;
    inset: 0;
    background: rgba(20, 14, 9, 0.52);
  }
  .sheet {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 18px 16px 14px;
    border-radius: 22px;
    background: var(--surface);
    box-shadow: 0 -10px 44px rgba(20, 14, 9, 0.28);
    animation: sheetUp .28s var(--ease);
  }
  @keyframes sheetUp {
    from { transform: translateY(18px); opacity: 0.4; }
    to { transform: none; opacity: 1; }
  }
  .sheet-title {
    margin: 0 0 14px;
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 600;
  }
  .sheet-row {
    display: block;
    padding: 13px 15px;
    margin-bottom: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    text-decoration: none;
    color: var(--text);
  }
  .sheet-row:active { background: var(--bg-2); }
  .sheet-row-main {
    display: block;
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
  }
  .sheet-row-main em {
    font-style: normal;
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--secondary);
  }
  .sheet-row-sub {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: var(--muted);
  }
  .sheet[data-mode="call"] .is-route,
  .sheet[data-mode="route"] .is-call { display: none; }
  .sheet-cancel {
    width: 100%;
    min-height: 46px;
    margin-top: 4px;
    border: 0;
    border-radius: 14px;
    background: var(--bg-2);
    font-size: 14px;
    font-weight: 600;
    color: var(--muted);
  }
  body.sheet-open { overflow: hidden; }

  .nav-toggle { display: block; }
  .nav-ig { margin-left: auto; }
  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0; right: 0;
    flex-direction: column;
    background: var(--surface);
    padding: 18px;
    border-radius: 24px;
    border: 1px solid var(--line);
    display: none;
  }
  .nav-links.open { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cine { height: auto !important; }
  .cine-stage { position: relative; height: auto; padding: 132px 6vw 72px; background: #14100c; }
  .cine-camera, .cine-dust, .cine-dark, .cine-sky { display: none !important; }
  body:has(.cine) .nav {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
  }
  body:has(.cine) .nav.is-scrolled {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .cine-table { position: absolute; inset: 0; opacity: 1 !important; transform: none !important; }
  .cine-copy {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-side { justify-items: start; }
  .cine-cue { display: none; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal, .reveal-line span {
    opacity: 1 !important;
    transform: none !important;
  }
}
