/* =========================================================
   Burger & More — Fethiye
   "Charcoal & Ember" — dark, premium, appetite-driven
   ========================================================= */

:root {
  /* color tokens */
  --bg: #0e0b0a;
  --bg-2: #130f0d;
  --surface: #17110e;
  --surface-2: #1e1714;
  --line: rgba(224, 163, 86, 0.16);
  --line-soft: rgba(255, 255, 255, 0.08);

  --amber: #e0a356;
  --amber-bright: #f0b868;
  --flame: #d9542b;

  --text: #f4ece3;
  --muted: #a89b8c;
  --muted-2: #7e7367;

  --on-amber: #1a0f06;

  /* type */
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Karla", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* spacing / system */
  --wrap: 1180px;
  --radius: 16px;
  --radius-lg: 22px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --nav-h: 74px;

  --shadow: 0 18px 50px -20px rgba(0, 0, 0, 0.7);
  --shadow-amber: 0 18px 60px -22px rgba(224, 163, 86, 0.45);
}

/* ---------- reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}
/* Lenis momentum scrolling */
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img,
picture,
iframe {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
}
ul {
  list-style: none;
  padding: 0;
}
:focus-visible {
  outline: 2.5px solid var(--amber-bright);
  outline-offset: 3px;
  border-radius: 6px;
}

.wrap {
  width: min(100% - 40px, var(--wrap));
  margin-inline: auto;
}
.text-amber {
  color: var(--amber);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  background: var(--amber);
  color: var(--on-amber);
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  transform: translateY(-150%);
  transition: transform 0.2s var(--ease);
}
.skip-link:focus {
  transform: translateY(0);
}

/* ---------- icons ---------- */
.ico {
  width: 20px;
  height: 20px;
  flex: none;
  fill: currentColor;
}
.ico--amber {
  color: var(--amber);
  width: 24px;
  height: 24px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    border-color 0.25s var(--ease),
    color 0.25s var(--ease);
  min-height: 44px;
}
.btn .ico {
  width: 18px;
  height: 18px;
}
.btn--lg {
  padding: 16px 28px;
  font-size: 1.02rem;
}
.btn--primary {
  background: linear-gradient(180deg, var(--amber-bright), var(--amber));
  color: var(--on-amber);
  box-shadow: var(--shadow-amber);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 64px -20px rgba(224, 163, 86, 0.6);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: var(--text);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover {
  transform: translateY(-2px);
  border-color: var(--amber);
  background: rgba(224, 163, 86, 0.08);
}

.link-amber {
  color: var(--amber);
  transition: color 0.2s var(--ease);
}
.link-amber:hover {
  color: var(--amber-bright);
}
.link-quiet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  transition: color 0.2s var(--ease);
}
.link-quiet:hover {
  color: var(--text);
}

/* ---------- section headings ---------- */
.section-kicker {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.section-kicker::before {
  content: attr(data-idx);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0;
  color: var(--amber);
  opacity: 0.92;
}
.section-kicker::after {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--amber), transparent);
  opacity: 0.55;
}
.section-title {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.08;
  font-size: clamp(1.9rem, 4.4vw, 3.1rem);
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  max-width: 18ch;
}

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition:
    background 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    backdrop-filter 0.35s var(--ease);
}
.nav.scrolled {
  background: rgba(14, 11, 10, 0.82);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line-soft);
}
.nav__inner {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand__name {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.36rem;
  letter-spacing: 0.3px;
}
.brand__amp {
  color: var(--amber);
  font-style: italic;
}
.brand__sub {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-top: 3px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav__links > a {
  position: relative;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text);
  opacity: 0.85;
  transition: opacity 0.2s var(--ease);
  padding: 6px 0;
}
.nav__links > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1.5px;
  width: 0;
  background: var(--amber);
  transition: width 0.28s var(--ease);
}
.nav__links > a:hover {
  opacity: 1;
}
.nav__links > a:hover::after {
  width: 100%;
}

.nav__mobile-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--muted);
  min-height: 44px;
}
.lang-toggle__opt {
  padding: 2px 2px;
  transition: color 0.2s var(--ease);
}
.lang-toggle__opt.is-active {
  color: var(--amber);
}
.lang-toggle__sep {
  opacity: 0.4;
}

.nav__burger {
  display: none;
  width: 46px;
  height: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition:
    transform 0.3s var(--ease),
    opacity 0.2s var(--ease);
}
.nav__burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav__burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav__burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 761px) {
  .nav__burger {
    display: none !important;
  }
  .nav__links {
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: clamp(680px, 92svh, 940px);
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: #070503;
}
.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62vw;
  height: 100%;
  z-index: 0;
  opacity: 1;
  will-change: transform;
}
.hero__media picture {
  width: 100%;
  height: 100%;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.08) contrast(1.04) brightness(1.08);
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 72% 43%,
      rgba(224, 142, 60, 0.22),
      rgba(224, 142, 60, 0.06) 24%,
      transparent 48%
    ),
    linear-gradient(
      90deg,
      #070503 0%,
      rgba(7, 5, 3, 0.98) 28%,
      rgba(7, 5, 3, 0.76) 42%,
      rgba(7, 5, 3, 0.28) 58%,
      rgba(7, 5, 3, 0.04) 76%,
      transparent 100%
    ),
    linear-gradient(
      0deg,
      #070503 0%,
      rgba(7, 5, 3, 0.72) 8%,
      rgba(7, 5, 3, 0.18) 28%,
      transparent 58%
    );
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1440px);
  min-height: clamp(680px, 92svh, 940px);
  margin-inline: auto;
  padding: calc(var(--nav-h) + 38px) clamp(0px, 1vw, 16px) 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(32px, 5vw, 82px);
}
.hero__copy {
  grid-column: 1;
  max-width: 640px;
  transform: translateX(clamp(18px, 2.4vw, 46px));
}
.eyebrow {
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--amber);
  margin-bottom: 22px;
}
.hero__title {
  max-width: 640px;
  font-family: var(--serif);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  font-size: clamp(64px, 7vw, 112px);
  margin-bottom: 28px;
  text-shadow: 0 4px 44px rgba(0, 0, 0, 0.74);
}
.hero .text-amber {
  color: #c79555;
}
.hero__lede {
  max-width: 460px;
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
  color: rgba(244, 236, 227, 0.88);
  opacity: 1;
  margin-bottom: 34px;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.hero .btn {
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
  font-weight: 800;
}
.hero .btn--lg {
  min-height: 56px;
  padding: 18px 30px;
}
.hero .btn--ghost {
  position: relative;
  border-color: transparent;
  background: transparent;
  padding: 0;
  box-shadow: none;
  color: rgba(244, 236, 227, 0.88);
}
.hero .btn--ghost::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(224, 163, 86, 0.48);
  background: rgba(14, 11, 10, 0.42);
  box-shadow: 0 0 0 7px rgba(224, 163, 86, 0.08) inset;
}
.hero .btn--ghost .ico {
  position: absolute;
  margin-left: 17px;
  width: 18px;
  height: 18px;
}
.hero__scroll {
  display: none;
}
.hero__scroll span {
  width: 3px;
  height: 8px;
  border-radius: 2px;
  background: var(--amber);
  animation: scrollPulse 1.7s var(--ease) infinite;
}
@keyframes scrollPulse {
  0% {
    opacity: 0;
    transform: translateY(-2px);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

/* =========================================================
   HERO PROOF STRIP
   ========================================================= */
.hero-proof__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 28px;
  border: 1px solid rgba(224, 163, 86, 0.2);
  background:
    linear-gradient(
      135deg,
      rgba(224, 163, 86, 0.08),
      rgba(255, 255, 255, 0.025) 38%,
      rgba(224, 163, 86, 0.04)
    ),
    rgba(12, 8, 6, 0.72);
  backdrop-filter: blur(16px) saturate(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.045) inset,
    0 30px 80px -48px rgba(224, 163, 86, 0.55);
}
.hero__stats {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: end;
  width: min(100%, 920px);
  max-width: 920px;
  margin-left: clamp(18px, 2.4vw, 46px);
  margin-top: 26px;
}
.hero-proof__inner::before,
.hero-proof__inner::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(224, 163, 86, 0.3),
    transparent
  );
}
.hero-proof__inner::before {
  top: 6px;
}
.hero-proof__inner::after {
  bottom: 6px;
}
.hero-proof__corner {
  position: absolute;
  width: 8px;
  height: 8px;
  color: rgba(224, 163, 86, 0.72);
  pointer-events: none;
}
.hero-proof__corner::before,
.hero-proof__corner::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.hero-proof__corner::before {
  width: 8px;
  height: 1px;
}
.hero-proof__corner::after {
  width: 1px;
  height: 8px;
}
.hero-proof__corner--tl {
  top: 7px;
  left: 7px;
}
.hero-proof__corner--tr {
  top: 7px;
  right: 7px;
  transform: rotate(90deg);
}
.hero-proof__corner--bl {
  bottom: 7px;
  left: 7px;
  transform: rotate(-90deg);
}
.hero-proof__corner--br {
  right: 7px;
  bottom: 7px;
  transform: rotate(180deg);
}
.hero-proof__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 0;
}
.hero-proof__icon {
  width: 28px;
  height: 28px;
  flex: none;
  color: var(--amber);
  opacity: 0.86;
}
.hero-proof__item strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.48rem;
  line-height: 1;
  color: var(--amber-bright);
  letter-spacing: 0.01em;
}
.hero-proof__item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

/* =========================================================
   STORY / STATS
   ========================================================= */
.story {
  padding: clamp(52px, 6vw, 78px) 0 clamp(48px, 5.5vw, 72px);
  background: linear-gradient(180deg, var(--bg), var(--bg-2));
  text-align: center;
}
.story .wrap {
  max-width: 920px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story .section-kicker {
  justify-content: center;
}
.story .section-kicker::after {
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
}
.story__lede {
  max-width: 66ch;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  margin: 0 auto 38px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 760px;
  width: 100%;
}
.stat {
  padding: 26px 22px;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  text-align: center;
}
.stat__num {
  display: block;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3rem);
  color: var(--amber);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.stat__label {
  display: block;
  margin-top: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* =========================================================
   SIGNATURE CARDS
   ========================================================= */
.signature {
  padding: clamp(52px, 6vw, 78px) 0 clamp(58px, 6.5vw, 86px);
  background: var(--bg-2);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 38px;
}
.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    transform 0.4s var(--ease),
    border-color 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
}
.card:hover {
  transform: translateY(-8px);
  border-color: var(--line);
  box-shadow: var(--shadow);
}
/* cursor spotlight — warm light follows the pointer across the card */
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.45s var(--ease);
  background: radial-gradient(
    240px circle at var(--mx, 50%) var(--my, 50%),
    rgba(240, 184, 104, 0.18),
    transparent 62%
  );
}
.card:hover::after {
  opacity: 1;
}
.card__media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #000;
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.card:hover .card__media img {
  transform: scale(1.06);
}
.card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--amber);
  color: var(--on-amber);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}
.card__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card__name {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.45rem;
}
.card__desc {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  min-height: 3em;
}
.card__price {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.55rem;
  color: var(--amber);
  margin-top: 4px;
}
.card__price .cur {
  font-size: 1rem;
  margin-left: 2px;
  opacity: 0.8;
}

/* =========================================================
   MENU
   ========================================================= */
.menu {
  padding: clamp(56px, 7vw, 92px) 0;
  background: linear-gradient(180deg, var(--bg-2), var(--bg));
}
.menu__note {
  color: var(--muted);
  margin-bottom: 30px;
  font-size: 0.98rem;
}
.menu__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 38px;
}
.menu__tab {
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  color: var(--muted);
  font-weight: 600;
  font-size: 0.94rem;
  min-height: 44px;
  transition: all 0.25s var(--ease);
}
.menu__tab:hover {
  color: var(--text);
  border-color: var(--line);
}
.menu__tab.is-active {
  background: var(--amber);
  color: var(--on-amber);
  border-color: var(--amber);
}

.menu__panel {
  display: none;
}
.menu__panel.is-active {
  display: block;
  animation: fadeUp 0.45s var(--ease);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.menu__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 56px;
}
.mitem {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  column-gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
  transition: border-color 0.3s var(--ease);
}
.mitem:hover {
  border-color: var(--line);
}
.mitem__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.mitem__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--text);
  display: inline-block;
  transition:
    color 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.mitem:hover .mitem__name {
  color: var(--amber-bright);
  transform: translateX(5px);
}
.mitem__dots {
  flex: 1;
  min-width: 24px;
  border-bottom: 1px dotted var(--muted-2);
  transform: translateY(-4px);
  opacity: 0.5;
  transition:
    opacity 0.3s var(--ease),
    border-color 0.3s var(--ease);
}
.mitem:hover .mitem__dots {
  opacity: 0.85;
  border-color: var(--amber);
}
.mitem:hover .mitem__price {
  color: var(--amber-bright);
}
.mitem__price {
  transition: color 0.28s var(--ease);
}
.mitem__desc {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-top: 5px;
  max-width: 52ch;
}
.mitem__price {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.18rem;
  color: var(--amber);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.mitem__price .sz {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  color: var(--muted-2);
  letter-spacing: 0.04em;
  text-transform: none;
}
.mitem__price .row {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}
.mitem__price .pair {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;
}
.cur {
  font-size: 0.78em;
  opacity: 0.8;
  margin-left: 1px;
}

.menu__original {
  margin-top: 40px;
}

/* =========================================================
   GRILL BAND
   ========================================================= */
.grill {
  position: relative;
  min-height: clamp(360px, 58svh, 560px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.grill__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  will-change: transform;
}
.grill__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.grill__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  will-change: transform;
}

.grill__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.grill__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.grill__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(8, 5, 3, 0.9) 0%,
    rgba(8, 5, 3, 0.76) 26%,
    rgba(8, 5, 3, 0.36) 44%,
    rgba(8, 5, 3, 0.08) 58%,
    transparent 72%
  );
}
.grill__content {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
.grill__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  max-width: 14ch;
}
.grill__text {
  max-width: 46ch;
  color: var(--text);
  opacity: 0.9;
  font-size: 1.08rem;
}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery {
  padding: clamp(56px, 7vw, 92px) 0;
  background: var(--bg);
}
.gallery .wrap {
  margin-bottom: 30px;
}
.gallery__grid {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #000;
  border: 1px solid var(--line-soft);
  aspect-ratio: 1/1;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.gallery__item:hover img {
  transform: scale(1.08);
}

/* =========================================================
   VISIT
   ========================================================= */
.visit {
  padding: clamp(56px, 7vw, 92px) 0;
  background: linear-gradient(180deg, var(--bg), var(--bg-2));
}
.visit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.visit__list {
  margin: 30px 0 34px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.visit__row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 0;
}
.visit__label {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 4px;
}
.visit__value {
  display: block;
  font-size: 1.08rem;
  color: var(--text);
}
.visit__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.visit__map {
  aspect-ratio: 4/3.4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.visit__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.3) contrast(1.05) brightness(0.92);
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--line-soft);
  padding: 46px 0 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 34px;
}
.footer__brand .brand__name {
  font-size: 1.6rem;
}
.footer__tag {
  color: var(--muted);
  margin-top: 10px;
  max-width: 32ch;
}
.footer__h {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 12px;
}
.footer__col p,
.footer__col a {
  color: var(--muted);
  display: block;
  margin-bottom: 6px;
  transition: color 0.2s var(--ease);
}
.footer__col a:hover {
  color: var(--text);
}
.footer__social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.footer__social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-soft);
  color: var(--muted);
  transition: all 0.25s var(--ease);
}
.footer__social a:hover {
  color: var(--amber);
  border-color: var(--amber);
  transform: translateY(-2px);
}
.footer__bottom {
  border-top: 1px solid var(--line-soft);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer__bottom .wrap,
.footer__bottom p {
  color: var(--muted-2);
  font-size: 0.86rem;
}
.footer__bottom {
  width: min(100% - 40px, var(--wrap));
  margin-inline: auto;
}

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(7px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease),
    filter 0.8s var(--ease);
}
.reveal.in-view {
  opacity: 1;
  transform: none;
  filter: none;
}

/* title clip-wipe reveal — type rises from behind a mask */
.title-reveal {
  clip-path: inset(0 -3% 102% 0);
  transform: translateY(8px);
  transition:
    clip-path 1s var(--ease),
    transform 1s var(--ease);
}
.title-reveal.in-view {
  clip-path: inset(0 -3% -10% 0);
  transform: none;
}

/* image settle — photo eases down from a slight scale as it enters */
.card__media img,
.gallery__item img {
  transform: scale(1.09);
  transition: transform 1.15s var(--ease);
}
.card.in-view .card__media img,
.gallery__item.in-view img {
  transform: scale(1);
}

/* =========================================================
   TEXTURE & LIGHT  (expensive, not busy)
   ========================================================= */
/* whisper-fine film grain across everything */
.grain {
  position: fixed;
  inset: 0;
  z-index: 950;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* cursor light — a polished ember lens that follows the mouse */
html.premium-cursor,
html.premium-cursor * {
  cursor: none !important;
}
@media (hover: hover) and (pointer: fine) {
  html,
  html * {
    cursor: none !important;
  }
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1600;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition:
    opacity 0.45s var(--ease),
    width 0.3s var(--ease),
    height 0.3s var(--ease);
  will-change: transform, width, height, opacity;
  mix-blend-mode: screen;
}
.cursor-glow::before,
.cursor-glow::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cursor-glow::before {
  width: 100%;
  height: 100%;
  border: 0;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(255, 215, 135, 1) 0 4px,
      rgba(240, 184, 104, 0.5) 5px,
      transparent 7px
    ),
    radial-gradient(
      circle,
      rgba(255, 208, 120, 0.22),
      rgba(224, 163, 86, 0.09) 48%,
      transparent 68%
    );
  box-shadow:
    0 0 22px rgba(240, 184, 104, 0.42),
    0 0 74px rgba(217, 84, 43, 0.22);
}
.cursor-glow::after {
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(255, 205, 118, 0.16),
    rgba(224, 163, 86, 0.075) 34%,
    rgba(217, 84, 43, 0.045) 50%,
    transparent 72%
  );
  filter: blur(2px);
  opacity: 0.72;
}
.cursor-glow.on {
  opacity: 1;
}
.cursor-glow.is-interactive {
  width: 104px;
  height: 104px;
}
.cursor-glow.is-interactive::before {
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(255, 225, 150, 1) 0 4px,
      rgba(240, 184, 104, 0.55) 5px,
      transparent 7px
    ),
    radial-gradient(
      circle,
      rgba(255, 208, 120, 0.3),
      rgba(224, 163, 86, 0.12) 50%,
      transparent 70%
    );
  box-shadow:
    0 0 30px rgba(240, 184, 104, 0.55),
    0 0 96px rgba(217, 84, 43, 0.28);
}
.cursor-glow.is-pressing {
  width: 64px;
  height: 64px;
}
@media (hover: none), (pointer: coarse) {
  .cursor-glow {
    display: none;
  }
}

/* ember light-bleed seeping from section edges */
.story,
.signature,
.menu,
.visit {
  position: relative;
  isolation: isolate;
}
.story::before,
.signature::before,
.menu::before,
.visit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.story::before {
  background: radial-gradient(
    58% 50% at 12% 4%,
    rgba(224, 163, 86, 0.075),
    transparent 68%
  );
}
.signature::before {
  background:
    radial-gradient(
      50% 55% at 88% 6%,
      rgba(240, 184, 104, 0.07),
      transparent 66%
    ),
    radial-gradient(40% 40% at 6% 96%, rgba(217, 84, 43, 0.05), transparent 70%);
}
.menu::before {
  background: radial-gradient(
    55% 45% at 50% -4%,
    rgba(224, 163, 86, 0.06),
    transparent 64%
  );
}
.visit::before {
  background: radial-gradient(
    48% 55% at 84% 96%,
    rgba(224, 163, 86, 0.075),
    transparent 66%
  );
}

/* =========================================================
   MOBILE STICKY ORDER BAR  (phone-specific decision)
   ========================================================= */
.mobilebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  display: none;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(
    180deg,
    rgba(14, 11, 10, 0.35),
    rgba(14, 11, 10, 0.96) 42%
  );
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line-soft);
  transform: translateY(130%);
  transition: transform 0.45s var(--ease);
}
.mobilebar.show {
  transform: none;
}
.mobilebar__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
}
.mobilebar__btn .ico {
  width: 19px;
  height: 19px;
}
.mobilebar__btn--call {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--text);
}
.mobilebar__btn--wa {
  background: linear-gradient(180deg, var(--amber-bright), var(--amber));
  color: var(--on-amber);
  flex: 1.4;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .hero {
    min-height: min(100svh, 940px);
  }
  .hero__media {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .hero__media img {
    object-fit: cover;
    object-position: 70% center;
    filter: saturate(1.12) contrast(1.05) brightness(1.1);
  }
  .hero__scrim {
    background:
      radial-gradient(
        circle at 74% 32%,
        rgba(224, 142, 60, 0.18),
        rgba(224, 142, 60, 0.04) 28%,
        transparent 48%
      ),
      linear-gradient(
        90deg,
        #070503 0%,
        rgba(7, 5, 3, 0.92) 30%,
        rgba(7, 5, 3, 0.62) 50%,
        rgba(7, 5, 3, 0.14) 78%,
        rgba(7, 5, 3, 0.02) 100%
      ),
      linear-gradient(
        0deg,
        #070503 0%,
        rgba(7, 5, 3, 0.74) 12%,
        rgba(7, 5, 3, 0.28) 34%,
        transparent 68%
      );
  }
  .hero__content {
    min-height: min(100svh, 940px);
    padding-top: calc(var(--nav-h) + 52px);
    padding-bottom: 46px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .hero__copy {
    max-width: 660px;
    transform: translateX(0);
  }
  .hero__title {
    font-size: clamp(3.9rem, 12vw, 6.6rem);
  }
  .hero__stats {
    margin-left: 0;
    width: 100%;
    max-width: 920px;
  }
  .hero-proof__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 22px 24px;
  }
  .visit__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .visit__map {
    aspect-ratio: 16/11;
  }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer__brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 860px) {
  /* signature dishes become a swipeable snap-carousel, not a tall stack */
  .cards {
    display: flex;
    gap: 16px;
    margin: 46px -20px 0;
    padding: 4px 20px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: none;
  }
  .cards::-webkit-scrollbar {
    display: none;
  }
  .card {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }
  .menu__items {
    grid-template-columns: 1fr;
    gap: 0 0;
  }
}
@media (max-width: 760px) {
  :root {
    --nav-h: 64px;
  }
  .mobilebar {
    display: flex;
  }
  body {
    padding-bottom: 74px;
  }
  .nav__burger {
    display: flex;
  }
  .nav__links {
    position: fixed;
    inset: var(--nav-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(14, 11, 10, 0.97);
    backdrop-filter: blur(16px);
    padding: 8px 20px 24px;
    border-bottom: 1px solid var(--line-soft);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.3s var(--ease),
      opacity 0.3s var(--ease);
    max-height: calc(100svh - var(--nav-h));
    overflow: auto;
  }
  .nav__links.open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .nav__links > a {
    padding: 16px 4px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 1.05rem;
    opacity: 1;
  }
  .nav__links > a::after {
    display: none;
  }
  .nav__mobile-actions {
    justify-content: space-between;
    padding-top: 18px;
    width: 100%;
  }
  .nav__mobile-actions .btn {
    flex: 1;
    justify-content: center;
  }
  .hero {
    min-height: 100svh;
  }
  .hero__media {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% top;
    filter: saturate(1.14) contrast(1.06) brightness(1.14);
  }
  .hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(7, 5, 3, 0.02) 0%,
      rgba(7, 5, 3, 0) 24%,
      rgba(7, 5, 3, 0.16) 44%,
      rgba(7, 5, 3, 0.68) 66%,
      rgba(7, 5, 3, 0.94) 86%,
      #070503 100%
    );
  }
  .hero__content {
    width: min(100% - 32px, 520px);
    min-height: 100svh;
    padding-top: var(--nav-h);
    padding-bottom: max(34px, env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .hero__copy {
    transform: none;
    padding-bottom: 0;
  }
  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.2em;
  }
  .hero__title {
    font-size: clamp(42px, 13vw, 56px);
    max-width: 315px;
    line-height: 0.91;
    margin-bottom: 18px;
  }
  .hero__lede {
    max-width: 34ch;
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .hero__cta {
    gap: 12px;
  }
  .hero .btn--lg {
    min-height: 48px;
    padding: 14px 18px;
  }
  .hero .btn--ghost {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
  .hero .btn--ghost::before {
    width: 46px;
    height: 46px;
  }
  .hero .btn--ghost .ico {
    margin-left: 14px;
  }
  .hero__stats {
    margin-top: 0;
  }
  .hero-proof__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 12px;
    padding: 18px 16px;
  }
  .hero-proof__item {
    justify-content: flex-start;
  }
  .hero-proof__item span {
    white-space: normal;
  }
  .stats {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
  .gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  .btn--lg {
    padding: 14px 20px;
    font-size: 0.96rem;
  }
  .hero-proof__item {
    gap: 9px;
  }
  .hero-proof__icon {
    width: 22px;
    height: 22px;
  }
  .hero-proof__item strong {
    font-size: 1.18rem;
  }
  .hero-proof__item span {
    font-size: 0.55rem;
  }
  .gallery__grid {
    grid-auto-rows: 140px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .title-reveal {
    clip-path: none;
    transform: none;
  }
  .card__media img,
  .gallery__item img {
    transform: none;
  }
  .card::after {
    display: none;
  }
  .hero__media,
  .grill__media {
    transform: none !important;
  }
  .hero__scroll span {
    animation: none;
  }
}

/* PROOF STRIP SECTION */
#proof {
  padding: 48px 0 64px;
  background: var(--bg);
  display: flex;
  justify-content: center;
}

/* Hero içinden çıkan proof bar'ı ortala */
#proof .hero__stats {
  width: min(100% - 40px, 980px);
  max-width: 980px;
  margin: 0 auto;
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
}

/* İç spacing biraz daha nefesli */
#proof .hero-proof__inner {
  gap: 28px;
  padding: 24px 34px;
}

/* Item'lar daha dengeli dursun */
#proof .hero-proof__item {
  gap: 14px;
}

/* Üst-alt boşluk mobile'da azalsın */
@media (max-width: 760px) {
  #proof {
    padding: 36px 0 48px;
  }

  #proof .hero__stats {
    width: min(100% - 28px, 980px);
  }

  #proof .hero-proof__inner {
    grid-template-columns: 1fr 1fr;
    gap: 22px 18px;
    padding: 24px 20px;
  }

  #proof .hero-proof__item {
    justify-content: flex-start;
  }
}

/* HERO → PROOF → STORY geçişini yumuşat */
#proof {
  position: relative;
  z-index: 2;
  padding: 48px 0 56px;
  margin-top: -1px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(224, 163, 86, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #070503 0%, #0b0706 42%, #0e0b0a 100%);
}

/* Proof bar ortalama */
#proof .hero-proof__inner {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  gap: 28px;
  padding: 24px 34px;
}

/* Story üstü aynı renkten başlasın */
.story {
  margin-top: -1px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(224, 163, 86, 0.06),
      transparent 30%
    ),
    linear-gradient(180deg, #0e0b0a 0%, #130f0d 100%);
}
