/* ============================================================================
   Düzce Gurmesi — Mekan detay sayfası (venue-v2) SIFIRDAN temiz tasarım.
   body'den "venue-page-body" kaldırıldığı için eski agresif venue CSS'i pasif;
   bu dosya tek kaynak. Sade, modern, sıcak; marka renkleriyle uyumlu.
   ============================================================================ */
.venue-v2 {
  --v-ink: #211a2c;
  --v-gray: #6c6478;
  --v-line: rgba(43, 25, 71, 0.10);
  --v-canvas: #fbf9f4;
  --v-purple: #55249c;
  --v-purple-soft: rgba(85, 36, 156, 0.08);
  --v-yellow: #f6c20a;
  --v-card: #ffffff;
  --v-radius: 15px;
  --v-shadow: 0 10px 30px rgba(33, 26, 44, 0.06);
}

/* ---- Sayfa kabı ----
   ÖNEMLİ: shell genişliğini DEĞİŞTİRME — header/footer/navbar tüm sayfalarla
   aynı kalmalı. Shell tam genişlikte (site normu); yalnız İÇERİK 920'de ortalanır. */
.venue-v2 .venue-page-shell {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
}
/* Mekan detay iki-sutun sarmalayicilari (venue-detail-columns/main) eklendikten
   sonra bolumler artik page-shell flex'inin DOGRUDAN cocugu degil; aralarindaki
   16px bosluk kayboldu. Mobilde sarmalayicilari da flex-kolon+gap yaparak geri getir.
   (Masaustu min-width:1000px'te grid duzeni ayri media'da; etkilenmez.) */
@media (max-width: 999px) {
  .venue-v2 .venue-detail-main {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
  }
}
/* İçerik blokları okunur genişlikte, ortalı (header/footer'a dokunmadan). */
.venue-v2 .venue-profile-hero,
.venue-v2 .venue-quick-facts,
.venue-v2 .venue-info-grid,
.venue-v2 .venue-chip-section,
.venue-v2 .venue-about-section,
.venue-v2 .venue-menu-section {
  width: 100%;
  max-width: 920px;
  align-self: center;
}

/* ---- Bölüm başlığı ---- */
.venue-v2 .section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 2px 4px;
}
.venue-v2 .section-heading h2 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--v-ink);
  letter-spacing: -0.01em;
}
.venue-v2 .section-heading > span,
.venue-v2 #menuCount {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--v-purple);
  background: var(--v-purple-soft);
  border-radius: 999px;
  padding: 4px 12px;
  white-space: nowrap;
}

/* ============================ HERO ============================ */
.venue-v2 .venue-profile-hero {
  position: relative; /* onemli: eski ::before overlay body'ye kacip sayfayi karartmasin */
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important; /* eski 2-sutun grid'i iptal */
  gap: 14px;
  margin: 0;
  padding: 0 !important;
  background: none !important;         /* eski beyaz kart bg'sini kaldir */
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
/* Butonlarin arkasindaki eski sari radial gradient kartini kaldir. */
.venue-v2 .venue-profile-copy {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}
/* Eski koyu gradyan overlay'i (.venue-profile-hero::before) TUM sayfayi karartiyordu;
   yeni tasarimda gerek yok (kapagin kendi gradyani var) -> tamamen kaldir. */
.venue-v2 .venue-profile-hero::before,
.venue-v2 .venue-profile-hero::after { content: none !important; display: none !important; background: none !important; }
.venue-v2 .venue-gallery-section { order: 0; margin: 0; padding: 0; background: none; border: 0; }
.venue-v2 .venue-gallery-section[hidden] { display: none; }
.venue-v2 .venue-gallery-strip { display: none; }
.venue-v2 .venue-profile-copy { order: 1; display: block; margin: 0; padding: 0; background: none; border: 0; box-shadow: none; }
/* Galeri varken üst kopyadaki başlık/pill/not/kart gizli (bilgi hero üzerinde). */
.venue-v2 .venue-profile-copy > .story-pill,
.venue-v2 .venue-profile-copy > #venueName,
.venue-v2 .venue-profile-copy > #venueNote,
.venue-v2 .venue-profile-copy > .venue-profile-card { display: none; }
/* Galeri yoksa (foto yüklenmemiş) metin başlık göster. */
.venue-v2.venue-no-gallery .venue-profile-copy > #venueName { display: block; font-size: 1.7rem; font-weight: 800; color: var(--v-ink); margin: 4px 0 2px; }
.venue-v2.venue-no-gallery .venue-profile-copy > .story-pill { display: inline-block; color: var(--v-purple); font-weight: 700; font-size: 0.85rem; }

/* Kapak görseli */
.venue-v2 .venue-gallery-cover {
  position: relative;
  min-height: clamp(280px, 32vw, 400px);
  border-radius: 18px;
  overflow: hidden;
  background: #1b1322;
  box-shadow: var(--v-shadow);
  display: block;
}
.venue-v2 .venue-gallery-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(12,8,18,0) 34%, rgba(12,8,18,0.5) 74%, rgba(12,8,18,0.88) 100%);
}
.venue-v2 .venue-mobile-gallery-slides {
  position: absolute; inset: 0; z-index: 0;
  display: flex; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab;
}
.venue-v2 .venue-mobile-gallery-slides::-webkit-scrollbar { display: none; }
.venue-v2 .venue-mobile-gallery-slides.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.venue-v2 .venue-mobile-gallery-slide {
  flex: 0 0 100%; height: 100%;
  background-size: cover; background-position: center;
  scroll-snap-align: start;
}

/* Fotografi olmayan mekan: hero gizlenmez, yerine mekan adindan turetilen
   renkli bir yedek kapak cizilir. Fotograf yoksa kapak daha kisa durur ki
   bos alan sayfayi ezmesin. */
.venue-v2 .venue-gallery-cover.is-placeholder {
  min-height: clamp(180px, 20vw, 240px);
}
.venue-v2 .venue-hero-placeholder-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
/* Monogram: dekoratif filigran — isim/kategori okunurlugunu bozmamali,
   bu yuzden sag tarafta ve dusuk kontrastta durur. */
.venue-v2 .venue-hero-monogram {
  /* Tema dosyalarindaki genel rozet/etiket kurallari bu span'e arka plan ve
     yuvarlak kose bindiriyordu; monogram duz metin kalmali. */
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: clamp(5rem, 13vw, 9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.14);
  padding-right: clamp(18px, 5vw, 54px);
  user-select: none;
}

/* Hero üst satır: sağ üstte durum, (varsa) sol üstte sayaç */
.venue-v2 .venue-hero-top {
  position: absolute; z-index: 2;
  top: 16px; left: 16px; right: 16px;
  display: flex; align-items: center; gap: 10px;
}
.venue-v2 .venue-hero-top [hidden] { display: none; }
.venue-v2 .venue-gallery-index {
  background: rgba(14, 10, 20, 0.55); color: #fff;
  font-size: 0.8rem; font-weight: 700;
  padding: 6px 12px; border-radius: 999px;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.venue-v2 .venue-open-pill {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.82rem; font-weight: 700;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.94); color: var(--v-ink);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}
.venue-v2 .venue-open-pill.is-open { background: #dff5e4; color: #1b7a3d; }
.venue-v2 .venue-open-pill.is-closed { background: #fde2e2; color: #b23b3b; }

/* Hero alt bilgi: logo + isim + kategori */
.venue-v2 .venue-hero-info {
  position: absolute; z-index: 2;
  left: 22px; right: 22px; bottom: 20px;
  display: flex; align-items: flex-end; gap: 14px;
}
.venue-v2 .venue-hero-logo {
  flex: none; width: 60px; height: 60px;
  border-radius: 13px; object-fit: contain; overflow: hidden;
  padding: 5px; box-sizing: border-box;
  background: #fff; border: 2px solid rgba(255,255,255,0.9);
  box-shadow: 0 8px 22px rgba(0,0,0,0.32);
  display: grid; place-items: center;
}
.venue-v2 .venue-hero-logo-fallback { color: var(--v-purple); font-weight: 800; font-size: 1.3rem; }
.venue-v2 .venue-hero-info-text { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.venue-v2 .venue-hero-meta {
  order: -1;
  color: rgba(255,255,255,0.92); font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}
.venue-v2 .venue-hero-name {
  color: #fff; font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800; line-height: 1.08; letter-spacing: -0.01em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.5);
}
/* Kategori: eski ID/absolute kurallarını ez -> ismin ÜSTÜNDE, sola yaslı, sade metin. */
.venue-v2 #venueGalleryCover .venue-hero-info-text { align-items: flex-start !important; }
.venue-v2 #venueGalleryCover .venue-hero-meta {
  position: static !important;
  order: -1 !important;
  background: transparent !important;
  padding: 0 !important;
  align-self: flex-start !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6) !important;
}
/* Galeri noktaları gizli: çok fotoğraflı mekanlarda kategori yazısına biniyordu;
   sağ üstteki "1/N" sayacı + kaydırma zaten yeterli gösterge. */
.venue-v2 #venueGalleryCover .venue-mobile-gallery-dots { display: none !important; }

/* ---- Aksiyon butonları ---- */
/* Instagram marka profili tarzi ozet: favori / check-in / liste sayilari. */
.venue-v2 .venue-stats { display: flex; gap: 10px; margin: 14px 0 6px; }
.venue-v2 .venue-stat { flex: 1; min-width: 0; text-align: center; background: var(--v-card); border: 1px solid var(--v-line); border-radius: 13px; padding: 11px 8px; box-shadow: 0 4px 12px rgba(33, 26, 44, 0.05); }
.venue-v2 .venue-stat b { display: block; font-size: 1.3rem; font-weight: 800; color: var(--v-ink); line-height: 1.1; }
.venue-v2 .venue-stat span { font-size: 0.8rem; color: var(--v-purple); font-weight: 600; }

.venue-v2 .venue-profile-actions {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0;
}
/* Paylas (son/sosyal aksiyon) tam satir; digerleri 2 sutun. QR menu hidden
   oldugundan nth-child guvenilmez, bu yuzden dogrudan #venueShare hedeflenir. */
.venue-v2 .venue-profile-actions #venueShare { grid-column: 1 / -1; }
.venue-v2 .venue-profile-actions a,
.venue-v2 .venue-profile-actions button {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-width: 0;
  padding: 11px 16px; min-height: 44px;
  border-radius: 999px; border: 1px solid var(--v-line);
  background: var(--v-card); color: var(--v-ink);
  font-size: 0.96rem; font-weight: 650; cursor: pointer;
  text-decoration: none; box-shadow: 0 4px 12px rgba(33,26,44,0.05);
  transition: border-color .15s, background .15s;
}
.venue-v2 .venue-profile-actions a[hidden] { display: none; }
.venue-v2 .venue-profile-actions svg { width: 18px; height: 18px; color: var(--v-purple); }
.venue-v2 .venue-profile-actions a:hover,
.venue-v2 .venue-profile-actions button:hover { border-color: rgba(85,36,156,0.4); background: var(--v-purple-soft); }
/* Birincil: Yol Tarifi */
.venue-v2 .venue-profile-actions #venueDirections { background: var(--v-purple); border-color: var(--v-purple); color: #fff; }
.venue-v2 .venue-profile-actions #venueDirections svg { color: #fff; }
/* Aktif (favori/gittim) */
.venue-v2 #saveVenueFavorite.is-active,
.venue-v2 #markVenueVisited.is-active { background: var(--v-purple); border-color: var(--v-purple); color: #fff; }
.venue-v2 #saveVenueFavorite.is-active svg,
.venue-v2 #markVenueVisited.is-active svg { color: #fff; }
.venue-v2 .share-status { color: var(--v-purple); font-size: 0.9rem; font-weight: 600; margin: 6px 2px 0; min-height: 18px; }
/* Eski #id + !important sarı buton kurallarını ez (ID düzeyi + !important gerekir). */
.venue-v2 #venueActionsRow a,
.venue-v2 #venueActionsRow button {
  background: var(--v-card) !important;
  color: var(--v-ink) !important;
  border: 1px solid var(--v-line) !important;
  box-shadow: 0 4px 12px rgba(33, 26, 44, 0.05) !important;
  font-weight: 650 !important;
}
.venue-v2 #venueActionsRow a svg,
.venue-v2 #venueActionsRow button svg { color: var(--v-purple) !important; }
.venue-v2 #venueActionsRow a:hover,
.venue-v2 #venueActionsRow button:hover { border-color: rgba(85, 36, 156, 0.4) !important; background: var(--v-purple-soft) !important; }
.venue-v2 #venueDirections { background: var(--v-purple) !important; border-color: var(--v-purple) !important; color: #fff !important; box-shadow: 0 8px 20px rgba(85, 36, 156, 0.22) !important; }
.venue-v2 #venueDirections svg { color: #fff !important; }
/* Aktif ("acik") durumlar: satirdaki diger butonlarla ayni hafif hap
   gorunumu korunur; dolu ikon + guclu renk + renkli cerceve durumu belli eder.
   Dolgun gradyan denendi, dis cizgili butonlarin yaninda fazla bagiriyordu.
   Ilk halindeki sorun tonun hafifligi degil, soluk yaziydi -> yazi/ikon koyu. */
.venue-v2 #saveVenueFavorite.is-active {
  background: #fff4d6 !important;
  border-color: #e8b53d !important;
  color: #7a5200 !important;
  box-shadow: 0 4px 14px rgba(224, 165, 0, 0.18) !important;
}
.venue-v2 #saveVenueFavorite.is-active svg {
  color: #d99400 !important;
  fill: currentColor !important; /* kalp dolu: "kaydedildi" isareti */
}

.venue-v2 #markVenueVisited.is-active {
  background: #f0e8ff !important;
  border-color: #a97ff0 !important;
  color: #4a1d8f !important;
  box-shadow: 0 4px 14px rgba(85, 36, 156, 0.16) !important;
}
.venue-v2 #markVenueVisited.is-active svg { color: var(--v-purple) !important; }

/* ============================ KARTLAR (ortak) ============================ */
.venue-v2 .venue-quick-facts,
.venue-v2 .venue-info-grid,
.venue-v2 .venue-chip-section,
.venue-v2 .venue-about-section,
.venue-v2 .venue-menu-section {
  background: var(--v-card);
  border: 1px solid var(--v-line);
  border-radius: var(--v-radius);
  box-shadow: var(--v-shadow);
  padding: 18px 20px;
  margin: 0;
}

/* ---- Çalışma saatleri (küçük ve sade) ---- */
.venue-v2 .venue-quick-facts {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;  /* iki esit sutun -> genisligi doldurur, sagda bosluk kalmaz */
  gap: 10px !important;
  padding: 14px !important;
}
/* Kapali gunler satiri tam genislik (iki sutunu birden kapla). */
.venue-v2 .venue-quick-facts .venue-daily-hours { grid-column: 1 / -1 !important; }
.venue-v2 .venue-quick-facts article {
  background: var(--v-canvas);
  border: 1px solid var(--v-line);
  border-radius: 12px;
  padding: 11px 14px;
  display: flex; flex-direction: column; gap: 3px;
  box-shadow: none;
}
.venue-v2 .venue-quick-facts small,
.venue-v2 .venue-info-grid strong:first-child {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.05em; color: var(--v-gray);
}
.venue-v2 .venue-quick-facts strong {
  font-size: 1.02rem; font-weight: 700; color: var(--v-ink);
}
.venue-v2 .venue-daily-hours #venueDailyHoursList { font-size: 0.9rem; color: var(--v-gray); }

/* ---- Bugünkü durum + Adres ---- */
.venue-v2 .venue-info-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px;
}
.venue-v2 .venue-info-grid article { display: flex; flex-direction: column; gap: 5px; }
.venue-v2 .venue-info-grid strong { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--v-gray); }
.venue-v2 .venue-info-grid span { font-size: 1rem; color: var(--v-ink); line-height: 1.4; }

/* ---- Hizmet chip'leri ---- */
.venue-v2 .venue-chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.venue-v2 .venue-chip-grid > * {
  display: inline-flex; align-items: center;
  background: var(--v-purple-soft); color: var(--v-purple);
  border-radius: 999px; padding: 8px 14px; font-size: 0.9rem; font-weight: 650;
}
/* iconFor metin döndürüyor ("Servis", "Gel-al"...) -> item ile çift yazıyordu; gizle. */
.venue-v2 .venue-chip > i { display: none !important; }

/* --- Minimal bilgi bolumleri (hizmet/ozellik/lezzet/odeme) ---
   Agir golgeli kartlar yerine golgesiz + ince kenarli kompakt kutular; buyuk
   basliklar yerine kucuk uppercase etiket; sade chip'ler. */
.venue-v2 .venue-chip-section {
  box-shadow: none !important;
  border: 1px solid #efeaf6 !important;
  padding: 14px 16px !important;
  margin-bottom: 10px !important;
  min-height: 0 !important;
}
.venue-v2 .venue-chip-section .section-heading {
  margin: 0 0 10px !important;
  padding: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
}
.venue-v2 .venue-chip-section .section-heading > div { margin: 0 !important; padding: 0 !important; }
.venue-v2 .venue-chip-section .section-heading h2 {
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: #8a8394 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
.venue-v2 .venue-chip-section .section-heading::before,
.venue-v2 .venue-chip-section .section-heading h2::before { display: none !important; content: none !important; }
.venue-v2 .venue-chip-grid { gap: 7px !important; }
.venue-v2 .venue-chip-grid > * {
  background: #f5f2fb !important;
  color: #4a4658 !important;
  border-radius: 10px !important;
  padding: 7px 12px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

/* ---- Hakkında ---- */
.venue-v2 .venue-about-copy { color: var(--v-ink); line-height: 1.6; font-size: 1rem; }
.venue-v2 .venue-about-copy p { margin: 0 0 10px; }
.venue-v2 .venue-about-copy p:last-child { margin-bottom: 0; }

/* ---- Konum haritası ---- */
.venue-v2 .venue-location-map { height: 300px; border-radius: 11px; overflow: hidden; margin-top: 4px; }

/* ---- Kampanyalar ---- */
/* ---- Kampanyalar ----
   Hero'nun hemen altinda durur. Sayfadaki diger bolumler beyaz kart; kampanya
   marka sarisiyla ayrisir ki goz ilk buraya gitsin. */
.venue-v2 .venue-campaign-section {
  align-self: center;
  width: 100%;
  max-width: 920px;
  background: linear-gradient(135deg, #fff8e0, #fdeeb8);
  border: 1px solid rgba(201, 154, 6, 0.32);
  border-radius: var(--v-radius);
  box-shadow: 0 10px 26px rgba(201, 154, 6, 0.16);
  padding: 16px 18px 18px;
}
.venue-v2 .venue-campaign-section[hidden] { display: none; }
.venue-v2 .venue-campaign-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.venue-v2 .venue-campaign-eyebrow {
  background: #2a1f04;
  border-radius: 999px;
  color: var(--v-yellow);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 11px;
  text-transform: uppercase;
}
.venue-v2 .venue-campaign-head h2 {
  color: #4a3708;
  font-size: 1.06rem;
  font-weight: 800;
  margin: 0;
}

.venue-v2 .venue-campaign-list { display: flex; flex-direction: column; gap: 10px; }
.venue-v2 .venue-campaign-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(201, 154, 6, 0.22);
  border-radius: 11px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 12px 14px;
  transition: background 0.16s ease, transform 0.16s ease;
}
.venue-v2 .venue-campaign-card:hover { background: #fff; transform: translateY(-1px); }
.venue-v2 .venue-campaign-card:focus-visible { outline: 2px solid #a9800a; outline-offset: 2px; }
.venue-v2 .venue-campaign-card img { width: 56px; height: 56px; border-radius: 11px; object-fit: cover; }
.venue-v2 .venue-campaign-card strong { display: block; color: var(--v-ink); font-size: 0.99rem; line-height: 1.2; }
.venue-v2 .venue-campaign-card span {
  display: block;
  margin-top: 3px;
  color: var(--v-gray);
  font-size: 0.87rem;
  line-height: 1.35;
  /* Uzun aciklama karti sismesin; tamami popup'ta zaten gorunuyor. */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.venue-v2 .venue-campaign-card small { display: block; margin-top: 5px; color: #8a6a08; font-size: 0.8rem; font-weight: 650; }
.venue-v2 .venue-campaign-go { color: #8a6a08; font-size: 0.85rem; font-weight: 750; white-space: nowrap; }

@media (max-width: 640px) {
  .venue-v2 .venue-campaign-card { grid-template-columns: auto minmax(0, 1fr); }
  /* Dar ekranda "Detay →" satiri kirmasin; kartin tamami zaten tiklanabilir. */
  .venue-v2 .venue-campaign-go { display: none; }
}

/* ============================ MENÜ AKORDEON ============================ */
.venue-v2 .venue-menu-categories { display: flex; flex-direction: column; gap: 10px; }
.venue-v2 details.venue-menu-category {
  border: 1px solid var(--v-line); border-radius: 11px; overflow: hidden; background: var(--v-card);
}
.venue-v2 details.venue-menu-category > summary {
  list-style: none; cursor: pointer; user-select: none;
  display: flex; align-items: center; gap: 12px;
  padding: 15px 18px; font-weight: 700; color: var(--v-ink);
}
.venue-v2 details.venue-menu-category > summary::-webkit-details-marker { display: none; }
.venue-v2 details.venue-menu-category > summary:hover { background: var(--v-purple-soft); }
.venue-v2 .vmc-title { flex: 1 1 auto; font-size: 1.08rem; }
.venue-v2 .vmc-count { flex: none; background: var(--v-purple-soft); color: var(--v-purple); border-radius: 999px; padding: 3px 11px; font-size: 0.82rem; font-weight: 700; }
.venue-v2 .vmc-chevron { flex: none; color: #9a93a4; transition: transform .2s ease; }
.venue-v2 details.venue-menu-category[open] > summary { border-bottom: 1px solid var(--v-line); }
.venue-v2 details.venue-menu-category[open] > summary .vmc-chevron { transform: rotate(180deg); }
.venue-v2 .venue-menu-cat-items {
  padding: 4px 18px 12px;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px;
}
.venue-v2 .venue-menu-item {
  display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px;
  align-items: center; padding: 12px 0; border-top: 1px solid var(--v-line);
}
/* Gorseli olmayan urunde satirda yalnizca iki eleman kaliyordu; otomatik
   yerlesim fiyati ortadaki sutuna koyup aciklamanin ustune bindiriyordu.
   Her eleman kendi sutununa sabitlendi, gorsel yoksa ilk sutun 0 olur. */
.venue-v2 .venue-menu-item > img { grid-column: 1; }
.venue-v2 .venue-menu-item > div { grid-column: 2; }
.venue-v2 .venue-menu-item > b { grid-column: 3; }
.venue-v2 .venue-menu-cat-items .venue-menu-item:nth-child(-n+2) { border-top: 0; }
.venue-v2 .venue-menu-item img { width: 60px; height: 56px; border-radius: 12px; object-fit: cover; }
.venue-v2 .venue-menu-item strong { display: block; color: var(--v-ink); font-size: 0.98rem; line-height: 1.18; }
.venue-v2 .venue-menu-item span { display: block; margin-top: 4px; color: var(--v-gray); font-size: 0.88rem; line-height: 1.35; }
.venue-v2 .venue-menu-item b {
  color: var(--v-purple);
  white-space: nowrap;
  font-size: 0.98rem;
  text-align: right;
  justify-self: end;
  font-variant-numeric: tabular-nums; /* alt alta fiyatlar hizali dursun */
}
/* Paket servis blogu: mekan detayinda dikkat ceken, siparise tesvik eden bolum.
   Diger bolumlerle AYNI hizalama (align-self:center + max-width) -> simetri/bosluk tutarli. */
.venue-v2 .venue-paket-section { align-self: center; width: 100%; max-width: 920px; }
.venue-v2 .venue-paket-card {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px; border-radius: 20px;
  background: linear-gradient(135deg, #fff6dc 0%, #ffe6bd 100%);
  border: 1px solid rgba(246,194,10,0.45);
  box-shadow: 0 10px 26px rgba(176,120,20,0.14);
}
.venue-v2 .vp-icon {
  flex: none; width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center;
  background: #231f20; color: #f6c20a;
  box-shadow: 0 6px 16px rgba(35,31,32,0.32);
}
.venue-v2 .vp-icon svg { width: 32px; height: 32px; }
.venue-v2 .vp-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.venue-v2 .vp-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.venue-v2 .vp-head strong { font-size: 1.12rem; color: #231f20; letter-spacing: -0.01em; }
.venue-v2 .vp-status { font-size: 0.74rem; font-weight: 800; padding: 3px 10px; border-radius: 999px; background: #ece7f5; color: #5b4199; white-space: nowrap; }
.venue-v2 .vp-status.is-open { background: #ddf3e2; color: #1b7a3d; }
.venue-v2 .vp-status.is-closed { background: #fadfe0; color: #b23b3b; }
.venue-v2 .vp-desc { color: #7a6528; font-size: 0.92rem; line-height: 1.4; margin: 0; }
.venue-v2 .vp-pay { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.venue-v2 .vp-pay-label { font-size: 0.74rem; font-weight: 700; color: #9a7f34; margin-right: 2px; }
.venue-v2 .vp-pay-chip {
  font-size: 0.74rem; font-weight: 600; padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.75); color: #5c4b1e; border: 1px solid rgba(246,194,10,0.4);
}
.venue-v2 .vp-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  margin-top: 4px; padding: 13px 20px; border-radius: 14px;
  background: #231f20; color: #f6c20a; font-weight: 800; font-size: 1rem;
  text-decoration: none; align-self: flex-start;
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
}
.venue-v2 .vp-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(35,31,32,0.3); background: #17130f; }
.venue-v2 .vp-cta:active { transform: translateY(0); }
.venue-v2 .vp-cta svg { width: 18px; height: 18px; }
@media (max-width: 420px) {
  .venue-v2 .vp-cta { align-self: stretch; }
}

/* "Listede" sayaci: Duzce Gurmesi listeleri varsa tiklanabilir (popup acar). */
.venue-v2 .venue-stat.is-clickable { cursor: pointer; position: relative; transition: background .14s ease; border-radius: 12px; }
.venue-v2 .venue-stat.is-clickable:hover { background: rgba(91,65,153,0.06); }
.venue-v2 .venue-stat.is-clickable > b { color: var(--v-purple, #5b4199); }
.venue-v2 .venue-stat.is-clickable > span::after { content: " ›"; color: var(--v-purple, #5b4199); font-weight: 800; }

/* "Burada kimler check-in yapti" kisi listesi (Check-in popup'i). */
.venue-v2 .venue-people-list { display: flex; flex-direction: column; gap: 4px; max-height: 60vh; overflow-y: auto; }
.venue-v2 .venue-person-row {
  display: flex; align-items: center; gap: 12px; padding: 8px 6px; border-radius: 12px;
  text-decoration: none; transition: background .14s ease;
}
.venue-v2 .venue-person-row:hover { background: rgba(91,65,153,0.06); }
.venue-v2 .vp-avatar { flex: none; width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: var(--v-purple, #5b4199); }
.venue-v2 .vp-avatar-fallback { display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 0.9rem; }
.venue-v2 .vp-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.venue-v2 .vp-info strong { color: var(--v-ink); font-size: 0.96rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.venue-v2 .vp-verified { color: var(--v-purple, #5b4199); font-style: normal; font-size: 0.82rem; }
.venue-v2 .vp-info small { color: var(--v-gray); font-size: 0.82rem; }
.venue-v2 .vp-go { flex: none; color: var(--v-gray); font-size: 1.2rem; font-weight: 800; }
.venue-v2 .venue-people-empty, .venue-v2 .venue-people-loading { color: var(--v-gray); font-size: 0.9rem; padding: 10px 4px; margin: 0; }

/* Duzce Gurmesi listeleri kartlari (artik yalniz "Listede" popup'inda). */
.venue-v2 .venue-editorlists { display: flex; flex-direction: column; gap: 10px; }
.venue-v2 .venue-editorlist-card {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 16px; text-decoration: none;
  background: linear-gradient(180deg, #fffdf6, #f6f1e6);
  border: 1px solid rgba(91,65,153,0.16);
  box-shadow: 0 6px 18px rgba(43,25,71,0.06);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.venue-v2 .venue-editorlist-card:hover {
  transform: translateY(-2px);
  border-color: rgba(91,65,153,0.36);
  box-shadow: 0 12px 26px rgba(43,25,71,0.12);
}
.venue-v2 .vel-badge {
  flex: none; width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; font-size: 1.15rem; color: #231f20;
  background: #f6c20a; box-shadow: 0 4px 12px rgba(246,194,10,0.4);
}
.venue-v2 .vel-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.venue-v2 .vel-body small {
  color: var(--v-purple, #5b4199); font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.venue-v2 .vel-body strong { color: var(--v-ink); font-size: 1rem; line-height: 1.2; }
.venue-v2 .vel-body span { color: var(--v-gray); font-size: 0.85rem; }
.venue-v2 .vel-go { flex: none; color: var(--v-purple, #5b4199); font-size: 1.2rem; font-weight: 800; }
/* Menu en altinda: urunlerin son guncellenme tarihi (mekanin degil). */
.venue-v2 .venue-menu-updated {
  margin: 14px 2px 0; padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.07);
  color: var(--v-gray); font-size: 0.8rem; font-weight: 500; text-align: right;
}
/* Porsiyon fiyatlari: 1 porsiyon / 1,5 porsiyon alt alta, kucuk etiketiyle. */
.venue-v2 .venue-menu-item b.venue-menu-price { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.venue-v2 .vmi-portion { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.12; }
.venue-v2 .vmi-portion small {
  color: var(--v-gray); font-size: 0.64rem; font-weight: 600;
  letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 1px;
}
/* Urunler iki sutuna diziliyor; kategoride tek urun varsa sol yarida kalip
   fiyati sayfanin ortasinda birakiyordu. Tek urun tam genislige yayilsin. */
.venue-v2 .venue-menu-cat-items > .venue-menu-item:only-child { grid-column: 1 / -1; }
.venue-v2 .venue-menu-badges { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 3px; }

@media (max-width: 640px) {
  .venue-v2 .venue-menu-cat-items { grid-template-columns: 1fr; padding: 4px 14px 12px; }
  .venue-v2 .venue-menu-cat-items .venue-menu-item:nth-child(2) { border-top: 1px solid var(--v-line); }
  .venue-v2 .venue-menu-cat-items .venue-menu-item:first-child { border-top: 0; }
  .venue-v2 .venue-hero-info { left: 16px; right: 16px; bottom: 16px; gap: 12px; }
  .venue-v2 .venue-hero-logo { width: 50px; height: 50px; }
}

/* ---- Listeye ekle modali (menu.html; campaign-modal panelini paylasir) ---- */
#listPickerBody { display: flex; flex-direction: column; gap: 8px; margin-top: 6px; }
.listpicker-row {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  width: 100%; text-align: left; padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 12px; background: #fff;
  cursor: pointer; font: inherit;
}
.listpicker-row:hover:not(:disabled) { border-color: #7c3aed; background: #faf7ff; }
.listpicker-row:disabled { opacity: 0.55; cursor: default; }
.listpicker-row-title { font-weight: 600; }
.listpicker-row-meta { font-size: 0.82rem; color: #6b7280; white-space: nowrap; }
.listpicker-new {
  width: 100%; padding: 12px 14px; border: 1px dashed #7c3aed;
  border-radius: 12px; background: #faf7ff; color: #6d28d9; font-weight: 600;
  cursor: pointer; margin-top: 4px; font-size: 0.95rem;
}
.listpicker-new:hover { background: #f3ecff; }
.listpicker-empty { color: #6b7280; font-size: 0.9rem; padding: 6px 2px; }

/* Cocuk oyun alani ucret bilgisi (menu.html venue detay) */
.venue-playarea { display: grid; gap: 8px; }
.venue-playarea .vpa-line { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: #fffdf8; border: 1px solid #e8e1d2; border-radius: 12px; }
.venue-playarea .vpa-badge { flex: none; font-size: 0.78rem; font-weight: 800; padding: 4px 11px; border-radius: 999px; }
.venue-playarea .vpa-free { background: #e6f6ec; color: #1f8a58; }
.venue-playarea .vpa-paid { background: #fff2cf; color: #8a6a00; }
.venue-playarea .vpa-text { font-size: 0.92rem; color: #231f20; font-weight: 600; }
.venue-playarea .vpa-text b { font-weight: 800; }
.venue-playarea .vpa-note { font-size: 0.85rem; color: #6f675f; padding: 0 4px; }
/* Mac yayini: yesil vurgulu, ikonlu bilgi karti. */
.venue-match .vmatch-card { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #e6f6ec; border: 1px solid #cfe9d8; border-radius: 14px; }
.venue-match .vmatch-icon { flex: none; width: 42px; height: 42px; border-radius: 999px; background: #fff; color: #12622e; display: grid; place-items: center; box-shadow: 0 2px 6px rgba(18,98,46,.12); }
.venue-match .vmatch-text { font-size: 0.92rem; color: #12622e; font-weight: 700; line-height: 1.4; }
/* "Bilgi yanlissa bildir" gonder butonu + durum metni (menu.html; .list-report-* theme-clean'de). */
.list-report-form-actions .report-send { background: #5b4199; border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-weight: 650; padding: 9px 22px; }
.list-report-form-actions .report-send:disabled { opacity: 0.6; }
.list-report-status { display: block; margin-top: 8px; font-size: 0.85rem; color: #5b4199; font-weight: 600; }

/* ============================================================
   Mekan detay UST = Instagram marka profili basligi (resim yok)
   + fotograflar konum haritasinin USTUNDE kaydirmali galeri.
   ============================================================ */
.venue-v2 .venue-ig-header {
  min-height: 0;
  border-radius: 18px;
  background: var(--v-card);
  border: 1px solid var(--v-line);
  box-shadow: var(--v-shadow);
  padding: 18px 20px;
  display: block;
}
.venue-v2 .venue-ig-header::after { content: none !important; }

.venue-v2 .venue-ig-card { display: flex; align-items: stretch; gap: 16px; }
.venue-v2 .venue-ig-avatar {
  flex: none; width: 84px; min-height: 72px;
  align-self: stretch;
  position: relative;
  border-radius: 20px; background: #fff;
  border: 1px solid var(--v-line);
  box-shadow: 0 6px 18px rgba(33, 26, 44, 0.08);
  overflow: hidden;
}
/* Gorsel akis disinda (absolute): kutu yuksekligini gorselin sekli DEGIL, yanindaki
   metin blogu belirlesin. Boylece logo kare de olsa yatay da olsa kutunun basi/sonu
   her zaman metnin basi/sonu ile hizali kalir. */
.venue-v2 .venue-ig-avatar-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8px; box-sizing: border-box; }
.venue-v2 .venue-ig-avatar-mono { position: absolute; inset: 0; display: grid; place-items: center; font-size: 1.9rem; font-weight: 800; color: var(--v-purple); }
.venue-v2 .venue-ig-text { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.venue-v2 .venue-ig-cat {
  color: var(--v-purple); font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.venue-v2 .venue-ig-name {
  color: var(--v-ink); font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 800; line-height: 1.14; letter-spacing: -0.01em;
}
.venue-v2 .venue-ig-header .venue-open-pill {
  align-self: flex-start; margin: 5px 0 0; box-shadow: none;
}

/* --- Fotograf galerisi (harita ustu, tam-genislik, temiz, kaydirmali) --- */
.venue-v2 .venue-photos-section { width: 100%; max-width: 920px; align-self: center; }
.venue-v2 .venue-photos-section[hidden] { display: none; }
.venue-v2 .venue-photos-viewport { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--v-shadow); }
.venue-v2 .venue-photos-track {
  display: flex; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab;
}
.venue-v2 .venue-photos-track::-webkit-scrollbar { display: none; }
.venue-v2 .venue-photos-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.venue-v2 .venue-photos-slide {
  flex: 0 0 100%; aspect-ratio: 16 / 10;
  background-size: cover; background-position: center; background-color: #ece7dd;
  scroll-snap-align: start;
  border: 0; padding: 0; margin: 0; cursor: pointer; display: block;
}
.venue-v2 .venue-photos-count {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: rgba(14, 10, 20, 0.6); color: #fff;
  font-size: 0.78rem; font-weight: 700; padding: 5px 11px; border-radius: 999px;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.venue-v2 .venue-photos-count[hidden] { display: none; }
.venue-v2 .venue-photos-dots { display: flex; justify-content: center; gap: 7px; margin-top: 12px; }
.venue-v2 .venue-photos-dots[hidden] { display: none; }
.venue-v2 .venue-photos-dots i { width: 7px; height: 7px; border-radius: 999px; background: var(--v-line); transition: width 0.2s, background 0.2s; }
.venue-v2 .venue-photos-dots i.is-active { background: var(--v-purple); width: 20px; }

/* IG basligi FIX: styles.css'teki ".venue-gallery-cover span{position:absolute;...}" +
   min-height kurallari yeni temiz basliga sizmasin (avatar/kategori/pill yerinden oynuyordu). */
.venue-v2 .venue-ig-header { min-height: 0 !important; height: auto !important; }
.venue-v2 .venue-ig-header span {
  position: static !important; right: auto !important; bottom: auto !important;
  backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
}
.venue-v2 .venue-ig-header .venue-ig-avatar {
  padding: 0 !important; border: 1px solid var(--v-line) !important; background: #fff !important;
  position: relative !important; overflow: hidden !important;
}
.venue-v2 .venue-ig-header .venue-ig-cat {
  background: none !important; border: 0 !important; padding: 0 !important;
  color: var(--v-purple) !important; font-weight: 800 !important;
}
.venue-v2 .venue-ig-header .venue-open-pill { margin: 5px 0 0 !important; }

/* IG basligi sarmalayici: eski gallery-section kurallari yerine temiz + gridde ust satirda tam genislik. */
.venue-v2 .venue-ig-section { display: block; order: 0; width: 100%; max-width: 920px; align-self: center; margin: 0; grid-column: 1 / -1; }
.venue-v2 .venue-ig-section[hidden] { display: none; }
/* <1000px tek-sutun akista: ust baslik, alttaki icerik (.venue-detail-main) ile AYNI
   genislik temeline otursun. Icerik viewport-tabanli (calc(100vw-32px)), baslik ise
   parent-tabanli (%100=columns) idi -> sag kenarlar 36px kayiyordu. Ayni formule esitle. */
@media (max-width: 999px) {
  .venue-v2 .venue-ig-section {
    width: min(1440px, calc(100vw - 32px)) !important;
    max-width: min(1440px, calc(100vw - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* Masaustu (>=1000px) grid: ust baslik ust satirda TAM genislik dolsun (920px cap
   kaldirilir) -> altindaki iki sutunla (stat + icerik) ayni sag/sol kenara uzar. */
@media (min-width: 1000px) {
  body.venue-v2 .venue-detail-columns > .venue-ig-section {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}
