/* ==========================================================================
   GANG LOUNGE — Taşyoncası Sokak A4 Blok No:240, Maslak / Sarıyer
   Eat · Drink · Play
   --------------------------------------------------------------------------
   1.  Tokens
   2.  Reset / temel
   3.  Yardimci siniflar
   4.  Header + navigasyon (mobil menu dahil)
   5.  Hero
   6.  Serit / marquee
   7.  Hikaye
   8.  Eat / Drink / Play
   9.  Nargile seridi
   10. Menu onizleme
   11. Galeri + lightbox
   12. Yorumlar
   13. Rezervasyon
   14. Konum
   15. Footer
   16. Sayfa basliklari (menu.html / iletisim.html)
   17. Menu sayfasi
   18. Iletisim sayfasi
   19. Hareket / reveal
   ========================================================================== */

/* 1. Tokens ---------------------------------------------------------------- */
:root {
  --ink:        #0b0b0c;
  --ink-2:      #121214;
  --ink-3:      #191a1d;
  --ink-4:      #212226;

  --bone:       #ece6da;
  --bone-dim:   #b6afa3;
  --muted:      #8d8880;

  --gold:       #c8a24a;
  --gold-soft:  #e3c883;
  --ember:      #b8431d;

  --line:       rgba(236, 230, 218, .10);
  --line-2:     rgba(236, 230, 218, .18);

  --shell:      1240px;
  --gut:        clamp(20px, 4vw, 48px);

  --serif:      "Fraunces", "Georgia", "Times New Roman", serif;
  --sans:       "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;

  --ease:       cubic-bezier(.22, .61, .36, 1);
  --ease-out:   cubic-bezier(.16, 1, .3, 1);

  --header-h:   84px;

  /* Foto yoksa devreye giren dokulu zemin.
     Iki katman da gradient — ikisi de `cover` ile dogru davrandigi icin
     .ph tek bir background-size degeriyle hem foto hem bos durumu tasiyabiliyor. */
  --ph-fallback:
    repeating-linear-gradient(135deg,
      rgba(200, 162, 74, .07) 0 1px,
      transparent 1px 48px),
    radial-gradient(120% 90% at 25% 15%, #26262b 0%, #131316 55%, #0d0d0f 100%);
}

/* 2. Reset / temel --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.015em;
  margin: 0;
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 40;
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

::selection { background: var(--gold); color: #14100a; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--gold);
  color: #14100a;
  padding: 12px 20px;
  font-weight: 700;
}
.skip-link:focus { left: 12px; top: 12px; }

/* Film grenli doku */
.grain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* 3. Yardimci siniflar ----------------------------------------------------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gut);
}

.section { padding: clamp(72px, 10vw, 140px) 0; }
.section--tight { padding: clamp(56px, 7vw, 96px) 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}

.h-xl { font-size: clamp(2.6rem, 7vw, 5.4rem); }
.h-lg { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.h-md { font-size: clamp(1.55rem, 2.6vw, 2.15rem); }

.lead {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  color: var(--bone-dim);
  line-height: 1.75;
  max-width: 56ch;
}

.dim { color: var(--muted); }
.gold { color: var(--gold); }

.rule {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}

/* Foto yuvasi.
   Foto HTML'de dogrudan `style="background-image:url(...)"` ile verilir —
   boylece goreli yol her zaman HTML dosyasina gore cozulur.
   Foto yoksa asagidaki dokulu zemin gorunur, site bos durmaz. */
.ph {
  background-color: var(--ink-2);
  background-image: var(--ph-fallback);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Butonlar */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--bone);
  --btn-bd: var(--line-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid var(--btn-bd);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition: background .35s var(--ease), color .35s var(--ease),
              border-color .35s var(--ease), transform .2s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--gold {
  --btn-bg: var(--gold);
  --btn-fg: #14100a;
  --btn-bd: var(--gold);
}
.btn--gold:hover { --btn-bg: var(--gold-soft); --btn-bd: var(--gold-soft); }

.btn--ghost:hover { --btn-bd: var(--gold); --btn-fg: var(--gold); }

.btn--solid {
  --btn-bg: var(--bone);
  --btn-fg: #14100a;
  --btn-bd: var(--bone);
}

.btn--sm { padding: 11px 20px; font-size: 11px; }

/* Alt cizgili metin bagi */
.link-u {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(200, 162, 74, .35);
  transition: border-color .3s var(--ease), gap .3s var(--ease);
}
.link-u:hover { border-color: var(--gold); gap: 15px; }

/* 4. Header + navigasyon --------------------------------------------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: transform .45s var(--ease), background-color .45s var(--ease),
              border-color .45s var(--ease), height .45s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(6, 6, 7, .85), rgba(6, 6, 7, 0));
  opacity: 1;
  transition: opacity .4s var(--ease);
  pointer-events: none;
}

.is-stuck .site-header {
  height: 68px;
  background: rgba(9, 9, 10, .82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
}
.is-stuck .site-header::before { opacity: 0; }

.is-hidden-header .site-header { transform: translateY(-102%); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1;
  padding-top: 2px;
  transition: background .35s var(--ease), color .35s var(--ease);
}
.brand:hover .brand-mark { background: var(--gold); color: #14100a; }

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
/* Instagram'da isim tam genislikte (ＧＡＮＧ) yazildigi icin
   logoda da genis harf araligi kullaniyoruz — marka sesi korunsun. */
.brand-text b {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .22em;
  padding-left: .02em;
}
.brand-text span {
  font-size: 8.5px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 5px;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
}
.nav-desktop a {
  position: relative;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--bone-dim);
  padding: 6px 0;
  transition: color .3s var(--ease);
}
.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s var(--ease-out);
}
.nav-desktop a:hover { color: var(--bone); }
.nav-desktop a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-desktop a[aria-current="page"] { color: var(--bone); }
.nav-desktop a[aria-current="page"]::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-phone {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--bone-dim);
  transition: color .3s var(--ease);
}
.header-phone:hover { color: var(--gold); }

/* Hamburger */
.menu-btn {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .3s var(--ease), background .3s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.menu-btn span {
  position: absolute;
  left: 50%;
  width: 17px;
  height: 1.5px;
  background: var(--bone);
  border-radius: 2px;
  transition: transform .42s var(--ease-out), opacity .2s linear, width .3s var(--ease);
}
.menu-btn span:nth-child(1) { transform: translate(-50%, -4px); }
.menu-btn span:nth-child(2) { transform: translate(-50%, 4px); width: 11px; }

.nav-open .menu-btn { border-color: var(--gold); }
.nav-open .menu-btn span { background: var(--gold); }
.nav-open .menu-btn span:nth-child(1) { transform: translate(-50%, 0) rotate(45deg); }
.nav-open .menu-btn span:nth-child(2) { transform: translate(-50%, 0) rotate(-45deg); width: 17px; }

/* Mobil menu katmani */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--ink);
  padding: calc(var(--header-h) + 18px) var(--gut) 36px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-14px);
  transition: opacity .4s var(--ease), transform .5s var(--ease-out),
              visibility 0s linear .5s;
}
.mobile-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70% 45% at 82% 8%, rgba(200, 162, 74, .13), transparent 70%),
    radial-gradient(60% 40% at 0% 100%, rgba(184, 67, 29, .10), transparent 70%);
  pointer-events: none;
}

.nav-open .mobile-nav {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .35s var(--ease), transform .55s var(--ease-out), visibility 0s;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.mobile-nav-list li { border-bottom: 1px solid var(--line); }
.mobile-nav-list a {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 4px;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 8.5vw, 2.6rem);
  line-height: 1;
  color: var(--bone);
  opacity: 0;
  transform: translateY(18px);
  transition: color .3s var(--ease);
}
.mobile-nav-list a i {
  font-style: normal;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--gold);
}
.mobile-nav-list a:active { color: var(--gold); }
.mobile-nav-list a[aria-current="page"] { color: var(--gold); }

.nav-open .mobile-nav-list a {
  animation: navIn .55s var(--ease-out) forwards;
}
.nav-open .mobile-nav-list li:nth-child(1) a { animation-delay: .10s; }
.nav-open .mobile-nav-list li:nth-child(2) a { animation-delay: .16s; }
.nav-open .mobile-nav-list li:nth-child(3) a { animation-delay: .22s; }
.nav-open .mobile-nav-list li:nth-child(4) a { animation-delay: .28s; }
.nav-open .mobile-nav-list li:nth-child(5) a { animation-delay: .34s; }
.nav-open .mobile-nav-list li:nth-child(6) a { animation-delay: .40s; }

@keyframes navIn {
  to { opacity: 1; transform: none; }
}

.mobile-nav-foot {
  margin-top: auto;
  padding-top: 34px;
  position: relative;
  opacity: 0;
  transform: translateY(16px);
}
.nav-open .mobile-nav-foot { animation: navIn .6s var(--ease-out) .46s forwards; }

.mobile-nav-foot .m-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 26px;
}
.mobile-nav-foot .m-actions .btn { width: 100%; padding-inline: 12px; }

.mobile-nav-foot address {
  font-style: normal;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
}
.mobile-nav-foot address b { color: var(--bone-dim); font-weight: 600; }

/* 5. Hero ------------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--header-h) + 40px);
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  transform: scale(1.06);
  animation: heroDrift 26s var(--ease) infinite alternate;
}
@keyframes heroDrift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.14) translate3d(-1.5%, -1.5%, 0); }
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top, rgba(8, 8, 9, .97) 4%, rgba(8, 8, 9, .55) 42%, rgba(8, 8, 9, .72) 100%),
    radial-gradient(90% 60% at 78% 12%, rgba(200, 162, 74, .17), transparent 65%);
}

.hero-inner {
  padding-bottom: clamp(36px, 6vw, 74px);
  width: 100%;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: clamp(18px, 3vw, 30px);
}
.hero-kicker::before {
  content: "";
  width: clamp(30px, 6vw, 70px);
  height: 1px;
  background: currentColor;
}

/* Canli durum rozeti — JS dolduruyor */
.hero-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bone-dim);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 8px 16px 8px 13px;
  margin-bottom: clamp(16px, 2.4vw, 24px);
  background: rgba(12, 12, 13, .5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-status .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--muted);
  flex-shrink: 0;
}
.hero-status.is-open { border-color: rgba(200, 162, 74, .4); color: var(--bone); }
.hero-status.is-open .dot {
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(200, 162, 74, .6);
  animation: livePulse 2.4s var(--ease) infinite;
}
@keyframes livePulse {
  70%  { box-shadow: 0 0 0 8px rgba(200, 162, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(200, 162, 74, 0); }
}

.hero-title {
  font-size: clamp(3.4rem, 15vw, 11.5rem);
  line-height: .84;
  letter-spacing: -.045em;
  margin: 0;
  text-transform: uppercase;
}
.hero-title em {
  display: block;
  font-style: italic;
  font-size: .34em;
  letter-spacing: -.02em;
  color: var(--gold);
  margin-top: .22em;
  text-transform: none;
}

.hero-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  margin-top: clamp(30px, 5vw, 56px);
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid var(--line);
}
.hero-foot p {
  max-width: 40ch;
  font-size: clamp(.96rem, 1.3vw, 1.08rem);
  color: var(--bone-dim);
  margin: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-scroll {
  position: absolute;
  right: var(--gut);
  bottom: clamp(36px, 6vw, 74px);
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-scroll::after {
  content: "";
  width: 1px;
  height: 54px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2.2s var(--ease) infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .3; transform: scaleY(.55); transform-origin: top; }
  50%      { opacity: 1;  transform: scaleY(1);   transform-origin: top; }
}

/* 6. Marquee --------------------------------------------------------------- */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink-2);
  overflow: hidden;
  padding: 16px 0;
  display: flex;
  user-select: none;
}
.marquee-track {
  display: flex;
  flex-shrink: 0;
  gap: 44px;
  padding-right: 44px;
  align-items: center;
  animation: marquee 34s linear infinite;
}
.marquee span {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  letter-spacing: .04em;
  white-space: nowrap;
  color: var(--bone-dim);
}
.marquee span.is-gold { color: var(--gold); font-style: italic; }
.marquee i {
  font-style: normal;
  color: var(--gold);
  opacity: .55;
  font-size: 12px;
}
@keyframes marquee {
  to { transform: translateX(-100%); }
}

/* 7. Hikaye ---------------------------------------------------------------- */
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}

.story-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
}
.story-visual .ph { position: absolute; inset: 0; }
.story-badge {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: clamp(112px, 15vw, 148px);
  height: clamp(112px, 15vw, 148px);
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--gold);
  color: #14100a;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: clamp(.82rem, 1.3vw, .95rem);
  line-height: 1.25;
  padding: 10px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .5);
}
.story-badge b { display: block; font-size: 1.55em; font-weight: 600; }

.story-body h2 { margin-bottom: 26px; }
.story-body h2 em { font-style: italic; color: var(--gold); }

.story-facts {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.story-facts li {
  background: var(--ink);
  padding: 22px 18px;
}
.story-facts b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.story-facts span {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}

/* 8. Eat / Drink / Play ---------------------------------------------------- */
.pillars { background: var(--ink-2); border-top: 1px solid var(--line); }

.pillars-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.pillars-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
}

.pillars-media {
  position: sticky;
  top: calc(var(--header-h) + 30px);
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  overflow: hidden;
}
.pillars-media .pv {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity .7s var(--ease), transform 1.2s var(--ease-out);
}
.pillars-media .pv.is-active { opacity: 1; transform: scale(1); }
.pillars-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 9, .6), transparent 55%);
  pointer-events: none;
}

.pillars-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: p;
}
.pillar { border-top: 1px solid var(--line); }
.pillar:last-child { border-bottom: 1px solid var(--line); }

.pillar > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: clamp(16px, 2.6vw, 30px);
  padding: clamp(24px, 3.4vw, 38px) 0;
  transition: padding-inline .45s var(--ease);
}
.pillar-num {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--gold);
  letter-spacing: .12em;
  padding-top: .55em;
}
/* Instagram biyografisindeki 🌇 🌉 🌠 sirasi — gunun uc ani */
.pillar-time {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  transition: color .4s var(--ease);
}
.pillar.is-active .pillar-time { color: var(--gold); }

.pillar h3 {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  transition: color .4s var(--ease), transform .5s var(--ease-out);
}
.pillar p {
  font-size: .95rem;
  color: var(--muted);
  max-width: 46ch;
  margin: 0;
  transition: color .4s var(--ease);
}
.pillar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}
.pillar-tags span {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bone-dim);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 5px 11px;
}
.pillar-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--muted);
  flex-shrink: 0;
  margin-top: .3em;
  transition: all .4s var(--ease);
}
.pillar-arrow svg { width: 14px; height: 14px; }

.pillar.is-active h3 { color: var(--gold); }
.pillar.is-active p { color: var(--bone-dim); }
.pillar.is-active .pillar-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: #14100a;
  transform: rotate(-45deg);
}

.pillar-thumb { display: none; }

/* 9. Nargile seridi -------------------------------------------------------- */
.smoke {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--ink);
}
.smoke-bg { position: absolute; inset: 0; opacity: .32; }
.smoke::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(8, 8, 9, .96) 30%, rgba(8, 8, 9, .55) 70%),
    radial-gradient(60% 80% at 90% 50%, rgba(184, 67, 29, .22), transparent 70%);
}
.smoke .shell { position: relative; z-index: 1; }

.smoke-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.flavors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.flavors span {
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--bone-dim);
  border: 1px solid var(--line-2);
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .02);
  transition: border-color .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.flavors span:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.smoke-card {
  border: 1px solid var(--line-2);
  background: rgba(18, 18, 20, .72);
  backdrop-filter: blur(6px);
  padding: clamp(26px, 3.4vw, 38px);
}
.smoke-card h3 {
  font-size: 1.35rem;
  margin-bottom: 20px;
}
.smoke-card dl {
  margin: 0;
  display: grid;
  gap: 0;
}
.smoke-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.smoke-row:last-child { border-bottom: 0; }
.smoke-row dt { font-size: .95rem; color: var(--bone); }
.smoke-row .dots {
  flex: 1;
  border-bottom: 1px dotted rgba(236, 230, 218, .22);
  transform: translateY(-4px);
}
.smoke-row dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--gold);
  white-space: nowrap;
}

/* 10. Menu onizleme -------------------------------------------------------- */
.preview { background: var(--ink-2); border-top: 1px solid var(--line); }

.preview-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: clamp(36px, 5vw, 60px);
}

.preview-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(26px, 4vw, 56px);
}
.preview-col h3 {
  font-size: 1.05rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 700;
  color: var(--gold);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
  margin-bottom: 6px;
}

.m-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.m-item:last-child { border-bottom: 0; }
.m-item .m-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bone);
}
.m-item .m-desc {
  grid-column: 1 / -1;
  font-size: .84rem;
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.5;
}
.m-item .m-price {
  font-family: var(--serif);
  font-size: 1.02rem;
  color: var(--gold);
  white-space: nowrap;
}
.m-item .m-price small {
  font-family: var(--sans);
  font-size: .62em;
  letter-spacing: .1em;
  opacity: .6;
  margin-left: 3px;
}
.m-tag {
  display: inline-block;
  vertical-align: middle;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ember);
  border: 1px solid rgba(184, 67, 29, .5);
  border-radius: 3px;
  padding: 2px 6px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.m-tag--gold { color: var(--gold); border-color: rgba(200, 162, 74, .5); }

/* 11. Galeri --------------------------------------------------------------- */
.gallery-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: clamp(110px, 15vw, 190px);
  gap: 12px;
}
.g-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  cursor: zoom-in;
  padding: 0;
  background: none;
  display: block;
}
.g-item .ph {
  position: absolute;
  inset: 0;
  transition: transform 1.1s var(--ease-out);
}
.g-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(200, 162, 74, 0);
  transition: background .45s var(--ease);
}
.g-item:hover .ph { transform: scale(1.07); }
.g-item:hover::after { background: rgba(200, 162, 74, .12); }

.g-item .g-cap {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
  opacity: 0;
  transform: translateY(8px);
  transition: all .45s var(--ease-out);
}
.g-item:hover .g-cap, .g-item:focus-visible .g-cap { opacity: 1; transform: none; }

.g-a { grid-column: span 3; grid-row: span 2; }
.g-b { grid-column: span 3; grid-row: span 1; }
.g-c { grid-column: span 2; grid-row: span 1; }
.g-d { grid-column: span 1; grid-row: span 1; }
.g-e { grid-column: span 2; grid-row: span 2; }
.g-f { grid-column: span 4; grid-row: span 2; }

/* Instagram basligi */
.ig-head { text-align: center; margin-bottom: clamp(30px, 4vw, 50px); }
.ig-handle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: var(--bone);
  margin: 14px 0 0;
  transition: color .3s var(--ease);
}
.ig-handle:hover { color: var(--gold); }
.ig-handle svg { width: .82em; height: .82em; color: var(--gold); flex-shrink: 0; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(6, 6, 7, .95);
  display: grid;
  place-items: center;
  padding: clamp(20px, 5vw, 60px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s var(--ease), visibility 0s linear .35s;
}
.lightbox.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.lightbox-frame {
  width: min(1000px, 100%);
  aspect-ratio: 3 / 2;
  border: 1px solid var(--line-2);
  transform: scale(.96);
  transition: transform .45s var(--ease-out);
}
.lightbox.is-open .lightbox-frame { transform: scale(1); }
.lightbox-close {
  position: absolute;
  top: clamp(16px, 3vw, 30px);
  right: clamp(16px, 3vw, 30px);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: transparent;
  color: var(--bone);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all .3s var(--ease);
}
.lightbox-close:hover { background: var(--gold); border-color: var(--gold); color: #14100a; }
.lightbox-cap {
  position: absolute;
  bottom: clamp(18px, 4vw, 34px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}

/* 12. Yorumlar ------------------------------------------------------------- */
.quotes { border-top: 1px solid var(--line); background: var(--ink-2); }
.quotes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.quote {
  background: var(--ink-2);
  padding: clamp(28px, 3.6vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.quote .stars { color: var(--gold); letter-spacing: .18em; font-size: 13px; }
.quote blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.5;
  color: var(--bone);
}
.quote figcaption {
  margin-top: auto;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* 13. Rezervasyon ---------------------------------------------------------- */
.reserve { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
.reserve-bg { position: absolute; inset: 0; opacity: .22; }
.reserve::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8, 8, 9, .96) 35%, rgba(8, 8, 9, .6));
}
.reserve .shell { position: relative; z-index: 1; }

.reserve-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
}

.reserve-note {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 2px solid var(--gold);
  background: rgba(200, 162, 74, .06);
  font-size: .9rem;
  color: var(--bone-dim);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input,
.field select,
.field textarea {
  background: rgba(255, 255, 255, .025);
  border: 1px solid var(--line-2);
  border-radius: 2px;
  padding: 14px 15px;
  font-size: .95rem;
  color: var(--bone);
  transition: border-color .3s var(--ease), background .3s var(--ease);
  width: 100%;
  min-width: 0;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(200, 162, 74, .05);
}
.field input::placeholder, .field textarea::placeholder { color: #5f5b55; }
.field select { appearance: none; cursor: pointer; }
.field select option { background: var(--ink-3); color: var(--bone); }
.field--select { position: relative; }
.field--select::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 21px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: rotate(45deg);
  pointer-events: none;
}
.field.has-error input,
.field.has-error select { border-color: var(--ember); }
.field .err {
  font-size: 11.5px;
  color: #e8734a;
  letter-spacing: .02em;
  display: none;
}
.field.has-error .err { display: block; }

.form-foot {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 6px;
}
.form-foot small { font-size: 12px; color: var(--muted); max-width: 34ch; }

.form-ok {
  grid-column: 1 / -1;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(200, 162, 74, .45);
  background: rgba(200, 162, 74, .08);
  font-size: .9rem;
  color: var(--gold-soft);
}
.form-ok.is-on { display: flex; }

/* 14. Konum ---------------------------------------------------------------- */
.locate { border-top: 1px solid var(--line); background: var(--ink-2); }
.locate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
}
.info-list { list-style: none; margin: 30px 0 0; padding: 0; }
.info-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.info-list li:last-child { border-bottom: 1px solid var(--line); }
.info-list dt, .info-list .k {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 4px;
}
.info-list .v { font-size: 1rem; line-height: 1.6; color: var(--bone); }
.info-list .v a:hover { color: var(--gold); }
.info-list .v small { display: block; font-size: .82rem; color: var(--muted); margin-top: 3px; }

.map-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line-2);
  overflow: hidden;
  background: var(--ink-3);
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(.92) contrast(.85) hue-rotate(180deg);
  opacity: .86;
}

/* 15. Footer --------------------------------------------------------------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
  padding-top: clamp(56px, 7vw, 90px);
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, .7fr)) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(44px, 6vw, 70px);
}
.footer-brand p {
  color: var(--muted);
  font-size: .92rem;
  max-width: 34ch;
  margin-top: 20px;
}
.footer-col h4 {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-col a, .footer-col li {
  font-size: .92rem;
  color: var(--bone-dim);
  transition: color .3s var(--ease);
}
.footer-col a:hover { color: var(--gold); }
.footer-col address { font-style: normal; font-size: .92rem; color: var(--bone-dim); line-height: 1.75; }

.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--bone-dim);
  transition: all .35s var(--ease);
}
.socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #14100a;
  transform: translateY(-3px);
}
.socials svg { width: 17px; height: 17px; }

.footer-wordmark {
  font-family: var(--serif);
  font-size: clamp(3.2rem, 15.5vw, 15rem);
  line-height: .8;
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(236, 230, 218, .13);
  text-align: center;
  user-select: none;
  padding-bottom: .06em;
  overflow: hidden;
}

.footer-bar {
  border-top: 1px solid var(--line);
  padding: 22px 0 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}
.footer-bar a:hover { color: var(--gold); }

/* Sabit mobil eylem cubugu */
.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.dock a {
  flex: 1;
  background: rgba(12, 12, 13, .93);
  padding: 13px 6px calc(13px + env(safe-area-inset-bottom));
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bone-dim);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.dock a svg { width: 17px; height: 17px; }
.dock a.is-primary { color: var(--gold); }
.nav-open .dock { display: none !important; }

/* 16. Sayfa basliklari ----------------------------------------------------- */
.page-head {
  position: relative;
  padding: calc(var(--header-h) + clamp(56px, 9vw, 110px)) 0 clamp(48px, 7vw, 88px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-head-bg { position: absolute; inset: 0; opacity: .3; }
.page-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 8, 9, .97), rgba(8, 8, 9, .6)),
    radial-gradient(70% 60% at 85% 20%, rgba(200, 162, 74, .16), transparent 65%);
}
.page-head .shell { position: relative; z-index: 1; }
.crumbs {
  font-size: 10.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 22px;
}
.crumbs a:hover { color: var(--gold); }
.crumbs span { color: var(--gold); }
.page-head h1 { margin-bottom: 20px; }

/* 17. Menu sayfasi --------------------------------------------------------- */
.menu-tabs {
  position: sticky;
  top: 68px;
  z-index: 60;
  transition: top .45s var(--ease);
  background: rgba(10, 10, 11, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.menu-tabs-inner {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 12px 0;
  -webkit-overflow-scrolling: touch;
}
.menu-tabs-inner::-webkit-scrollbar { display: none; }
/* Header gizlendiginde sekme cubugu tepeye yapissin */
.is-hidden-header .menu-tabs { top: 0; }

.tab {
  flex-shrink: 0;
  border: 1px solid var(--line-2);
  background: transparent;
  color: var(--bone-dim);
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: all .3s var(--ease);
}
.tab:hover { border-color: var(--gold); color: var(--gold); }
.tab[aria-selected="true"] {
  background: var(--gold);
  border-color: var(--gold);
  color: #14100a;
}

.menu-section { padding: clamp(48px, 6vw, 78px) 0; border-bottom: 1px solid var(--line); }
.menu-section:last-of-type { border-bottom: 0; }
.menu-section.is-hidden { display: none; }

.menu-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(26px, 3.5vw, 42px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-2);
}
.menu-section-head h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); text-transform: uppercase; }
.menu-section-head p { margin: 0; font-size: .9rem; color: var(--muted); max-width: 46ch; }

.menu-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0 clamp(30px, 5vw, 64px);
}
.menu-group h3 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 26px 0 4px;
}
.menu-group:first-child h3 { margin-top: 0; }

.menu-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: clamp(34px, 4vw, 50px);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}

/* 18. Iletisim sayfasi ----------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: clamp(40px, 5vw, 64px);
}
.c-card {
  background: var(--ink);
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-card .c-ico {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  margin-bottom: 4px;
}
.c-card .c-ico svg { width: 17px; height: 17px; }
.c-card h3 {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}
.c-card .c-val { font-size: 1.02rem; line-height: 1.55; color: var(--bone); }
.c-card .c-val a { border-bottom: 1px solid transparent; transition: all .3s var(--ease); }
.c-card .c-val a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.c-card small { font-size: .8rem; color: var(--muted); }

.hours-table { width: 100%; border-collapse: collapse; margin-top: 26px; }
.hours-table th, .hours-table td {
  text-align: left;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: .95rem;
  font-weight: 400;
}
.hours-table th { color: var(--bone-dim); font-weight: 600; }
.hours-table td { text-align: right; font-family: var(--serif); color: var(--gold); }
.hours-table tr.is-today th { color: var(--bone); }
.hours-table tr.is-today th::after {
  content: "bugün";
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #14100a;
  background: var(--gold);
  border-radius: 3px;
  padding: 3px 7px;
  margin-left: 10px;
  vertical-align: middle;
}

.map-full {
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line-2);
  overflow: hidden;
  background: var(--ink-3);
  margin-top: clamp(40px, 5vw, 64px);
}
.map-full iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(.92) contrast(.85) hue-rotate(180deg);
  opacity: .86;
}

.faq { border-top: 1px solid var(--line); background: var(--ink-2); }
.faq-list { border-top: 1px solid var(--line); max-width: 900px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  padding: 22px 44px 22px 0;
  position: relative;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  color: var(--bone);
  transition: color .3s var(--ease);
}
.faq-q:hover { color: var(--gold); }
.faq-q::before, .faq-q::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  background: var(--gold);
  transition: transform .4s var(--ease-out);
}
.faq-q::before { width: 14px; height: 1.5px; transform: translateY(-50%); }
.faq-q::after { width: 1.5px; height: 14px; right: 12px; transform: translateY(-50%); }
.faq-item.is-open .faq-q::after { transform: translateY(-50%) rotate(90deg); }
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .45s var(--ease-out);
}
.faq-a > div { padding: 0 40px 24px 0; color: var(--bone-dim); font-size: .96rem; }

/* 19. Reveal --------------------------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease-out), transform .9s var(--ease-out);
  transition-delay: var(--d, 0ms);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1180px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 1024px) {
  .story-grid,
  .pillars-grid,
  .smoke-grid,
  .reserve-grid,
  .locate-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .story-visual { max-width: 460px; }
  .story-badge { right: 8px; bottom: -22px; }
  .pillars-media { display: none; }
  .pillar-thumb {
    display: block;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--line);
    margin: 0 0 26px;
  }
  .locate-grid { gap: 34px; }
  .smoke-card { order: -1; }
}

/* Navigasyon kirilimi */
@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .nav-desktop, .header-cta { display: none; }
  .menu-btn { display: block; }
  .dock { display: flex; }
  body { padding-bottom: 64px; }          /* sabit alt cubugun altinda icerik kalmasin */
  .menu-tabs { top: 60px; }
  .is-stuck .site-header { height: 60px; }
  .hero-scroll { display: none; }
}

@media (max-width: 760px) {
  .story-facts { grid-template-columns: 1fr; }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 42vw;
  }
  .g-a, .g-b, .g-c, .g-d, .g-e, .g-f { grid-column: span 1; grid-row: span 1; }
  .g-a, .g-e { grid-column: span 2; }
  .form-grid { grid-template-columns: 1fr; }
  .info-list li { grid-template-columns: 1fr; gap: 6px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bar { justify-content: flex-start; }
  .quotes-grid { grid-template-columns: 1fr; }
  .hero-foot { flex-direction: column; align-items: flex-start; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1; }
  .lightbox-frame { aspect-ratio: 4 / 5; }
  .menu-section-head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .brand-text span { display: none; }
  .pillar > a { grid-template-columns: auto 1fr; }
  .pillar-arrow { display: none; }
  .story-badge { width: 100px; height: 100px; font-size: .74rem; }
  .mobile-nav-foot .m-actions { grid-template-columns: 1fr; }
  .marquee-track { gap: 26px; padding-right: 26px; }
}

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-bg { animation: none; }
}

/* Yazdirma (menu ciktisi icin) */
@media print {
  .site-header, .mobile-nav, .dock, .grain, .marquee,
  .hero-scroll, .menu-tabs, .site-footer, .lightbox { display: none !important; }
  body { background: #fff; color: #111; }
  .menu-section.is-hidden { display: block !important; }
  .m-item .m-price, .menu-group h3, .eyebrow { color: #8a6d1f; }
  .page-head { padding-top: 20px; }
  .page-head-bg, .page-head::after { display: none; }
}
