/* ==========================================================================
   KANATÇI NİZAM — Kömür Ateşi Teması
   Koyu, dokulu, 3D hisli restoran sitesi
   ========================================================================== */

:root {
  --bg:        #0e0a07;
  --bg-2:      #14100a;
  --bg-3:      #1b140c;
  --cream:     #f1e7d6;
  --muted:     #a79b88;
  --gold:      #d9a24b;
  --gold-soft: #e8c58b;
  --ember:     #e8582a;
  --ember-deep:#b63a1c;
  --line:      rgba(241, 231, 214, 0.1);
  --line-soft: rgba(241, 231, 214, 0.06);

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Montserrat", "Segoe UI", Arial, sans-serif;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }

::selection { background: var(--ember); color: #fff; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #33271a; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: var(--ember-deep); }

.container {
  width: min(1200px, 92%);
  margin-inline: auto;
}

/* ---------- Doku (film grain) ---------- */
.grain {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Ortak başlıklar ---------- */
.section-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.section-tag::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--ember);
}

h1, h2, h3 { font-family: var(--serif); font-weight: 600; }

h2 {
  font-size: clamp(2.3rem, 4.6vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: .01em;
}
h2 em {
  font-style: italic;
  color: var(--gold);
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s, border-color .3s;
  white-space: nowrap;
}

.btn-ember {
  background: linear-gradient(135deg, var(--ember) 0%, var(--ember-deep) 100%);
  color: #fff;
  box-shadow: 0 8px 30px rgba(232, 88, 42, .28), inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-ember:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(232, 88, 42, .42), inset 0 1px 0 rgba(255,255,255,.18);
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--cream);
  background: rgba(241,231,214,.02);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-3px);
}

.btn-sm { padding: 11px 22px; font-size: 11.5px; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 38px;
}
.link-arrow .arrow { transition: transform .3s var(--ease); font-size: 16px; }
.link-arrow:hover .arrow { transform: translateX(8px); }

/* ---------- Reveal animasyonu ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
[data-reveal].revealed { opacity: 1; transform: none; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: padding .35s var(--ease), background .35s, border-color .35s, backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  padding: 10px 0;
  background: rgba(14, 10, 7, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line-soft);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { filter: drop-shadow(0 4px 14px rgba(232,88,42,.35)); transition: transform .5s var(--ease); }
.brand:hover .brand-mark { transform: rotate(-8deg); }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .04em;
}
.brand-text small {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
}

.main-nav { display: flex; gap: 34px; }
.nav-link {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  padding: 6px 0;
  transition: color .3s;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--ember);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}
.nav-link:hover, .nav-link.active { color: var(--cream); }
.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta { display: flex; align-items: center; gap: 20px; }
.header-phone {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--gold-soft);
  transition: color .3s;
}
.header-phone:hover { color: var(--cream); }

/* Hamburger */
.hamburger {
  display: none;
  width: 40px; height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.hamburger-line {
  width: 18px; height: 1.5px;
  background: var(--cream);
  transition: transform .35s var(--ease), opacity .25s;
}
.hamburger.open .hamburger-line:first-child { transform: translateY(4.2px) rotate(45deg); }
.hamburger.open .hamburger-line:last-child  { transform: translateY(-4.2px) rotate(-45deg); }

/* Mobil menü */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(12, 8, 5, .97);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-nav { display: flex; flex-direction: column; gap: 6px; text-align: center; }
.mobile-link {
  font-family: var(--serif);
  font-size: clamp(2rem, 8vw, 2.8rem);
  font-weight: 600;
  padding: 6px 0;
  color: var(--cream);
  transition: color .3s;
}
.mobile-link:hover { color: var(--ember); }
.mobile-order { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.mobile-phone { font-size: 14px; letter-spacing: .1em; color: var(--gold-soft); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(90% 70% at 75% 10%, rgba(184, 58, 28, .14) 0%, transparent 60%),
    radial-gradient(70% 60% at 15% 90%, rgba(217, 162, 75, .08) 0%, transparent 55%),
    linear-gradient(180deg, #100b07 0%, var(--bg) 70%);
}

/* 3D katmanlar */
.hero-scene { position: absolute; inset: 0; pointer-events: none; }
.h-layer { position: absolute; border-radius: 50%; filter: blur(70px); will-change: transform; }
.h-layer-a {
  width: 52vw; height: 52vw; max-width: 760px; max-height: 760px;
  top: -14%; right: -12%;
  background: radial-gradient(circle at 40% 40%, rgba(232, 88, 42, .34), transparent 65%);
  animation: glow 7s ease-in-out infinite alternate;
}
.h-layer-b {
  width: 40vw; height: 40vw; max-width: 580px; max-height: 580px;
  bottom: -18%; left: -10%;
  background: radial-gradient(circle at 60% 40%, rgba(217, 162, 75, .16), transparent 65%);
  animation: glow 9s ease-in-out infinite alternate-reverse;
}
.h-layer-c {
  width: 26vw; height: 26vw; max-width: 380px; max-height: 380px;
  top: 30%; left: 44%;
  background: radial-gradient(circle at 50% 50%, rgba(232, 88, 42, .13), transparent 62%);
  animation: drift 12s ease-in-out infinite alternate;
}
@keyframes glow {
  from { transform: scale(.92); opacity: .8; }
  to   { transform: scale(1.08); opacity: 1; }
}
@keyframes drift {
  from { transform: translate(-30px, 10px); }
  to   { transform: translate(40px, -24px); }
}

.embers { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 150px 0 120px;
  will-change: transform;
}

.hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-eyebrow::before {
  content: "";
  width: 54px; height: 1px;
  background: linear-gradient(90deg, var(--ember), transparent);
}

.hero-title {
  font-size: clamp(3.4rem, 11.5vw, 8.6rem);
  line-height: .94;
  letter-spacing: .01em;
  margin-bottom: 30px;
  perspective: 900px;
}
.hero-title .line {
  display: block;
  transform-style: preserve-3d;
}
.hero-title .accent {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(100deg, var(--gold-soft) 10%, var(--gold) 45%, var(--ember) 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-top: -6px;
  text-shadow: none;
}

.hero-sub {
  max-width: 520px;
  font-size: 16.5px;
  font-weight: 300;
  color: var(--muted);
  margin-bottom: 40px;
}
.hero-sub strong { color: var(--cream); font-weight: 500; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 64px; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 52px;
  margin-right: 52px;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.stat strong {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  color: var(--cream);
}
.stat span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Aşağı kaydır göstergesi */
.hero-scroll {
  position: absolute;
  bottom: 34px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 26px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.scroll-line {
  width: 1.5px; height: 9px;
  background: var(--gold);
  border-radius: 2px;
  animation: scrollDrop 1.8s ease-in-out infinite;
}
@keyframes scrollDrop {
  0%   { transform: translateY(0); opacity: 1; }
  70%  { transform: translateY(16px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ==========================================================================
   KAYAN ŞERİT (Marquee)
   ========================================================================== */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  overflow: hidden;
  padding: 22px 0;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 44px;
  width: max-content;
  animation: marquee 46s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  color: var(--cream);
  opacity: .82;
  white-space: nowrap;
}
.marquee-sep {
  width: 7px; height: 7px;
  background: var(--ember);
  transform: rotate(45deg);
  flex: none;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ==========================================================================
   HAKKIMIZDA
   ========================================================================== */
.about {
  padding: 130px 0;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 46%;
  height: 100%;
  background:
    radial-gradient(60% 55% at 70% 30%, rgba(232, 88, 42, .07), transparent 70%);
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.about-media { position: relative; }
.about-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--line);
  transform-style: preserve-3d;
  transition: transform .25s ease-out;
  box-shadow: 0 40px 80px rgba(0,0,0,.5);
}
.about-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(14,10,7,.55));
}
.about-img img { width: 100%; height: 100%; object-fit: cover; transform: translateZ(24px) scale(1.04); }

.about-card {
  position: absolute;
  right: -28px;
  bottom: -34px;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 26px 60px rgba(0,0,0,.55);
}
.about-card strong {
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  color: var(--ember);
}
.about-card span { font-size: 11.5px; line-height: 1.5; color: var(--muted); }

.about-content h2 { margin-bottom: 26px; max-width: 540px; }
.about-text {
  color: var(--muted);
  font-weight: 300;
  font-size: 15.5px;
  max-width: 560px;
}
.about-text + .about-text { margin-top: 16px; }

.about-features {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 40px;
}
.feature { display: flex; gap: 18px; align-items: flex-start; }
.f-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--gold);
  opacity: .9;
  padding-top: 2px;
}
.f-text { display: flex; flex-direction: column; gap: 4px; }
.f-text b { font-size: 13.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.f-text span { font-size: 13px; color: var(--muted); font-weight: 300; }

/* ==========================================================================
   MENÜ
   ========================================================================== */
.menu-section {
  padding: 130px 0;
  background:
    radial-gradient(80% 40% at 50% 0%, rgba(217, 162, 75, .05), transparent 70%),
    var(--bg-2);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.menu-head { text-align: center; max-width: 620px; margin: 0 auto 54px; }
.menu-head .section-tag { justify-content: center; }
.menu-head .section-tag::before { display: none; }
.menu-head .section-tag::after {
  content: "";
  width: 44px; height: 1px;
  background: var(--ember);
}
.menu-head-sub {
  margin-top: 18px;
  font-size: 13.5px;
  font-weight: 300;
  color: var(--muted);
}

/* Sekmeler */
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 54px;
}
.tab {
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  transition: color .3s;
}
.tab::after {
  content: "";
  position: absolute;
  left: 50%; bottom: -1px;
  width: 0; height: 2px;
  background: var(--ember);
  transform: translateX(-50%);
  transition: width .35s var(--ease);
}
.tab:hover { color: var(--cream); }
.tab.active { color: var(--cream); }
.tab.active::after { width: 100%; }

/* Paneller */
.menu-panel {
  display: none;
  animation: panelIn .55s var(--ease);
}
.menu-panel.active { display: block; }
@keyframes panelIn {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}

.panel-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--gold);
  text-align: center;
  margin-bottom: 10px;
}
.panel-note {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 34px;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 64px;
}

.menu-item {
  padding: 22px 4px;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
  transition: padding-left .4s var(--ease), background .4s;
}
.menu-item::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 2px; height: 0;
  background: linear-gradient(180deg, var(--ember), var(--gold));
  transition: height .45s var(--ease);
}
.menu-item:hover { padding-left: 20px; }
.menu-item:hover::before { height: 100%; }

.mi-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.mi-name {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--cream);
  white-space: nowrap;
  transition: color .3s;
}
.menu-item:hover .mi-name { color: var(--gold-soft); }
.mi-name small {
  font-size: 15px;
  font-style: italic;
  color: var(--muted);
}
.badge {
  display: inline-block;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--ember);
  border-radius: 2px;
  padding: 3px 8px;
  vertical-align: middle;
  margin-left: 10px;
  transform: translateY(-3px);
}

.mi-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(241,231,214,.22);
  margin-bottom: 7px;
  min-width: 24px;
}

.mi-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  white-space: nowrap;
}
.mi-price s {
  font-size: 14px;
  color: var(--muted);
  opacity: .65;
}
.mi-price strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 700;
  color: var(--gold);
}

.mi-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--muted);
  margin-top: 6px;
  max-width: 440px;
}

.menu-foot {
  text-align: center;
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.menu-foot p { font-size: 13.5px; color: var(--muted); }

/* ==========================================================================
   GALERİ
   ========================================================================== */
.gallery { padding: 130px 0; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 230px;
  gap: 22px;
}
.g-wide { grid-column: span 2; grid-row: span 2; }

.g-card { position: relative; }
.g-frame {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--line);
  perspective: 800px;
  transition: transform .3s ease-out;
  transform-style: preserve-3d;
}
.g-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04) translateZ(30px);
  transition: transform .7s var(--ease), filter .7s;
  filter: saturate(.92);
}
.g-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(14,10,7,.6));
  opacity: .9;
}
.g-card:hover .g-frame img {
  transform: scale(1.1) translateZ(30px);
  filter: saturate(1.05);
}

.g-card figcaption {
  position: absolute;
  left: 20px; bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
}
.g-card figcaption span {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--gold);
}

/* ==========================================================================
   YORUMLAR
   ========================================================================== */
.reviews {
  padding: 130px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.review-card {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.review-card::before {
  content: "“";
  position: absolute;
  top: 6px; right: 20px;
  font-family: var(--serif);
  font-size: 92px;
  line-height: 1;
  color: rgba(217, 162, 75, .14);
  pointer-events: none;
}
.review-card:hover {
  transform: translateY(-8px);
  border-color: rgba(217, 162, 75, .4);
  box-shadow: 0 24px 50px rgba(0,0,0,.45);
}

.stars { display: flex; gap: 5px; }
.star {
  width: 13px; height: 13px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.review-text {
  font-family: var(--serif);
  font-size: 18.5px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
  color: var(--cream);
  opacity: .92;
  flex: 1;
}

.review-author { display: flex; align-items: center; gap: 14px; }
.avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
  color: #1b0f07;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}
.review-author span { display: flex; flex-direction: column; line-height: 1.4; }
.review-author b { font-size: 13.5px; font-weight: 600; }
.review-author small { font-size: 11px; color: var(--muted); }

/* Google puan özet kartı */
.rating-card {
  background: linear-gradient(165deg, var(--bg-3) 0%, #281806 100%);
  border-color: rgba(217, 162, 75, .35);
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.rating-card::before { content: none; }
.rating-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted);
}
.rating-score {
  font-family: var(--serif);
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}
.rating-count { font-size: 13px; color: var(--muted); }
.rating-card .link-arrow { margin-top: 4px; }
.star.dim { background: rgba(241, 231, 214, .14); }

/* ==========================================================================
   İLETİŞİM
   ========================================================================== */
.contact { padding: 130px 0; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.contact-info { display: flex; flex-direction: column; gap: 30px; }

.info-item { display: flex; gap: 20px; align-items: flex-start; }
.info-icon {
  flex: none;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 3px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: var(--bg-2);
}
.info-icon svg { width: 20px; height: 20px; }
.info-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 6px;
}
.info-line {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  color: var(--cream);
}
.info-sub { font-size: 12.5px; color: var(--muted); font-weight: 300; margin-top: 2px; }
.link-yes { color: var(--gold); transition: color .3s; }
.link-yes:hover { color: var(--cream); }

.contact-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; }

.map-wrap {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  min-height: 460px;
  background: var(--bg-2);
  filter: grayscale(.85) contrast(1.05) brightness(.9);
  transition: filter .5s;
}
.map-wrap:hover { filter: grayscale(.2) contrast(1) brightness(1); }
.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #0a0705;
  border-top: 1px solid var(--line-soft);
  padding: 80px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 54px;
}
.footer-brand p {
  margin-top: 22px;
  max-width: 320px;
  font-size: 13.5px;
  font-weight: 300;
  color: var(--muted);
}
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.footer-col a {
  font-size: 13.5px;
  color: var(--muted);
  transition: color .3s, padding-left .3s;
}
.footer-col a:hover { color: var(--cream); padding-left: 6px; }

.footer-bottom {
  border-top: 1px solid var(--line-soft);
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .04em;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .main-nav { gap: 22px; }
  .header-phone { display: none; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .menu-grid { gap: 18px 44px; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-cta .btn { display: none; }
  .hamburger { display: flex; }

  .about-grid { grid-template-columns: 1fr; gap: 80px; }
  .about-media { max-width: 520px; }
  .about-card { right: 0; }

  .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .map-wrap { min-height: 380px; }

  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .g-wide { grid-column: span 2; grid-row: span 1; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 70px; }

  .hero-inner { padding: 130px 0 100px; }
  .hero-stats { gap: 24px 0; }
  .stat { margin-right: 0; padding-right: 26px; }
  .hero-scroll { display: none; }

  .about { padding: 90px 0; }
  .menu-section, .gallery, .reviews, .contact { padding: 90px 0; }
  .about-features { grid-template-columns: 1fr; }
  .about-card { position: static; margin-top: 20px; }

  .menu-grid { grid-template-columns: 1fr; gap: 8px; }
  .mi-name { white-space: normal; font-size: 21px; }
  .mi-price strong { font-size: 22px; }
  .discount-bar { flex-direction: column; text-align: center; gap: 10px; }
  .tab { padding: 12px 14px; font-size: 11px; letter-spacing: .12em; }

  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .g-wide { grid-column: span 1; }

  .reviews-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: span 1; }
  .footer-bottom { flex-direction: column; }

  .stat strong { font-size: 36px; }
  .stat { margin-bottom: 20px; }
}

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto; }
}
