/* Keskin Lezzetler — premium sokak lezzeti, açık tema */

:root {
  --bg: #faf9f7;
  --surface: #f3f1ec;
  --card: #ffffff;
  --line: #e6e1d8;
  --text: #141414;
  --muted: #6b6560;
  --orange: #ff6b2c;
  --orange-dim: #e85a1a;
  --orange-glow: rgba(255,107,44,0.22);
  --shadow: 0 4px 24px rgba(20,20,20,0.06);
  --shadow-lg: 0 12px 40px rgba(20,20,20,0.1);
  --font-display: "Bebas Neue", sans-serif;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --nav-h: 72px;
  --radius: 20px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 64px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  width: min(1140px, 100% - 1.5rem);
  margin-inline: auto;
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.9rem 2rem; font-weight: 700; font-size: 0.9rem;
  border-radius: 12px; border: 2px solid transparent;
  letter-spacing: 0.02em; transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn--fire {
  background: linear-gradient(135deg, var(--orange-dim), var(--orange));
  color: #fff;
  box-shadow: 0 8px 28px var(--orange-glow);
}
.btn--fire:hover { box-shadow: 0 12px 36px var(--orange-glow); }
.btn--line {
  border-color: var(--line);
  color: var(--text);
  background: var(--card);
}
.btn--line:hover { border-color: var(--orange); color: var(--orange); }
.btn--line-light { border-color: var(--line); color: var(--text); background: var(--card); }

.label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 0.5rem;
}
.label--light { color: var(--orange); }

/* ── Nav ── */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 100;
  height: var(--nav-h);
}
.nav__bar {
  display: flex; align-items: center; gap: 1rem;
  height: 100%; width: min(1140px, 100% - 1.5rem); margin-inline: auto;
}
.nav__logo img { width: 48px; height: 48px; border-radius: 50%; }
.nav__links { display: none; gap: 2rem; margin-left: auto; }
.nav__links a {
  font-size: 0.875rem; font-weight: 600; color: var(--muted);
  transition: color 0.2s;
}
.nav__links a:hover, .nav__links a.is-active { color: var(--text); }
.nav__phone {
  display: none; font-weight: 700; font-size: 0.875rem;
  color: var(--orange); padding: 0.5rem 1rem;
  border: 1px solid rgba(255,107,44,0.4); border-radius: 10px;
}
.nav__phone:hover { background: rgba(255,107,44,0.1); }
.nav__toggle {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; margin-left: auto;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 10px; padding: 12px;
}
.nav__toggle span { height: 2px; background: var(--text); border-radius: 1px; }

.nav.is-solid {
  background: rgba(250,249,247,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

@media (min-width: 900px) {
  .nav__links { display: flex; }
  .nav__phone { display: inline-flex; }
  .nav__toggle { display: none; }
}

/* Mobile menu */
.mob-menu {
  position: fixed; inset: 0; z-index: 99;
  background: var(--bg); padding: calc(var(--nav-h) + 2rem) 1.5rem 2rem;
  opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;
}
.mob-menu.is-open { opacity: 1; visibility: visible; }
.mob-menu nav { display: flex; flex-direction: column; gap: 0.5rem; }
.mob-menu a {
  font-family: var(--font-display); font-size: 2.5rem;
  letter-spacing: 0.02em; color: var(--text); padding: 0.5rem 0;
  border-bottom: 1px solid var(--line);
}
.mob-menu__call { color: var(--orange) !important; margin-top: 1rem; border: none !important; }
.mob-menu__ig { color: var(--orange) !important; border: none !important; font-size: 1rem !important; }

/* ── Hero ── */
.hero {
  position: relative; min-height: 100svh;
  padding: calc(var(--nav-h) + 2rem) 0 3rem;
  display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
}
.hero__glow {
  position: absolute; top: -20%; right: -10%;
  width: 60%; height: 80%;
  background: radial-gradient(ellipse, rgba(255,107,44,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero__layout {
  display: grid; gap: 2.5rem; align-items: center;
  position: relative; z-index: 1;
}
@media (min-width: 900px) {
  .hero__layout { grid-template-columns: 1fr 1.1fr; gap: 3rem; }
}


.hero__tag {
  font-size: 0.8rem; font-weight: 600; color: var(--muted);
  letter-spacing: 0.05em; margin-bottom: 0.75rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 12vw, 6.5rem);
  line-height: 0.95; letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.hero h1 span { color: var(--orange); }
.hero__sub { font-size: 1.1rem; color: var(--muted); max-width: 38ch; margin-bottom: 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Food grid — 2×2 kare alan */
.hero__foods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.65rem;
  aspect-ratio: 1;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .hero__foods {
    max-width: none;
    margin-inline: 0;
  }
}
.food-tile {
  position: relative; border-radius: calc(var(--radius) - 4px); overflow: hidden;
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.food-tile:hover { border-color: var(--orange); box-shadow: var(--shadow-lg); }
.food-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.45s ease;
}
.food-tile:hover img { transform: scale(1.06); }
.food-tile span {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.75rem 0.65rem 0.6rem;
  font-family: var(--font-display); font-size: 1rem; letter-spacing: 0.04em;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  color: #fff;
}
@media (min-width: 900px) {
  .food-tile span { font-size: 1.1rem; padding-bottom: 0.75rem; }
}


/* ── Blocks ── */
.block { padding: 5rem 0; }
.block__head { margin-bottom: 2.5rem; }
.block__head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  letter-spacing: 0.02em; line-height: 1;
}

/* Hakkımızda — sokak lezzeti */
.block--about {
  background: var(--bg);
}

.about-street {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 800px) {
  .about-street {
    grid-template-columns: 1fr 1.05fr;
    gap: 2.5rem;
  }
}

.about-street__visual {
  position: relative;
  border: 3px solid var(--ink);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 6px 6px 0 var(--orange);
  transform: rotate(-1deg);
}
.about-street__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.about-street__stamp {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 4px;
  transform: rotate(-3deg);
  box-shadow: 2px 2px 0 var(--orange);
}

.about-street__content h2 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0.75rem 0 1rem;
}
.about-street__content > p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.about-street__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.about-street__list li {
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 4px;
  box-shadow: 2px 2px 0 var(--orange);
}

.about-street__slogan {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: var(--orange);
}

/* Menü — sokak lezzeti */
.block--menu {
  background: linear-gradient(180deg, #fff8f4 0%, var(--bg) 100%);
}

.menu-street-head {
  text-align: center;
  margin-bottom: 2rem;
}
.menu-street-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--orange);
  border-radius: 4px;
  transform: rotate(-2deg);
  box-shadow: 3px 3px 0 var(--ink);
}
.menu-street-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 8vw, 4rem);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
.menu-street-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.menu-street {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .menu-street { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}

.menu-street-card {
  background: var(--card);
  border: 3px solid var(--ink);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 0 var(--orange);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.menu-street-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--orange);
}
.menu-street-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
}
.menu-street-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-street-card__body {
  padding: 1rem 1.15rem 1.2rem;
}
.menu-street-card__body h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  letter-spacing: 0.03em;
  margin: 0 0 0.35rem;
  line-height: 1;
}
.menu-street-card__body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.menu-street-note {
  margin: 2rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}
.menu-street-note a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Gallery */
.block--gallery { background: var(--surface); }
.gallery {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, 1fr);
}
.gallery__item {
  position: relative;
  padding: 0;
  border: 3px solid var(--ink);
  border-radius: 12px;
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 4 / 3;
  max-height: 200px;
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--orange);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.gallery__item:hover {
  transform: translate(-2px, -2px);
  border-color: var(--orange);
  box-shadow: 6px 6px 0 var(--orange);
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.3s ease;
}
.gallery__item:hover img {
  transform: scale(1.06);
  opacity: 0.92;
}
.gallery__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 0.75rem 0.65rem;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery__item:hover .gallery__cap { opacity: 1; }
.gallery__item::after {
  content: "+";
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.gallery__item:hover::after {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 700px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery__item { max-height: 220px; }
}

/* Contact */
.block--contact { background: var(--bg); }
.contact {
  display: grid; gap: 2rem;
}
@media (min-width: 800px) {
  .contact { grid-template-columns: 1fr 1.15fr; gap: 3rem; align-items: start; }
}
.contact__info h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1.5rem;
}
.contact__list { list-style: none; margin-bottom: 2rem; }
.contact__list li {
  display: flex; gap: 1rem; padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}
.contact__list span { font-size: 1.25rem; }
.contact__list strong { display: block; margin-bottom: 0.15rem; }
.contact__list p, .contact__list a { font-size: 0.9rem; color: var(--muted); }
.contact__list a:hover { color: var(--orange); }
.contact__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.contact__map {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); min-height: 300px;
}
.contact__map iframe { width: 100%; height: 100%; min-height: 300px; border: 0; }
.contact__map { box-shadow: var(--shadow); }

/* Footer */
.foot {
  padding: 1.5rem 0 5rem;
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.foot__inner {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.8rem; color: var(--muted);
}
.foot__inner img { border-radius: 50%; }
.foot__ig {
  margin-left: auto;
  color: var(--muted);
  display: grid; place-items: center;
  transition: color 0.2s;
}
.foot__ig:hover { color: var(--orange); }

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  background: var(--card);
  box-shadow: 0 -4px 20px rgba(20,20,20,0.06);
}
@media (min-width: 768px) { .sticky-cta { display: none; } body { padding-bottom: 0; } }
.sticky-cta__btn {
  padding: 1rem; text-align: center; font-weight: 700; font-size: 0.9rem;
}
.sticky-cta__btn--menu { background: var(--card); color: var(--text); }
.sticky-cta__btn--call { background: var(--orange); color: #fff; }

/* Lightbox */
.lb {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background: rgba(0,0,0,0.92);
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.lb.is-open { opacity: 1; visibility: visible; }
.lb__figure { margin: 0; max-width: min(900px, 90vw); text-align: center; }
.lb__figure img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 12px;
}
.lb__figure figcaption {
  margin-top: 0.75rem;
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
}
.lb__x {
  position: absolute; top: 1rem; right: 1rem;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.15); color: #fff; font-size: 1.5rem;
  border: none; cursor: pointer;
}
.lb__x:hover { background: rgba(255,255,255,0.25); }
.lb__nav {
  flex: none;
  width: 44px; height: 44px;
  border: none; border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}
.lb__nav:hover { background: rgba(255,255,255,0.22); }
@media (max-width: 600px) {
  .lb { padding: 1rem; }
  .lb__nav { width: 38px; height: 38px; font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
