/* ============================================================
   roadvia — şehir sayfası hero + özet + Şehrin Ritmi tasarımı
   style.css'ten SONRA yüklenir. city-hero.js ile birlikte çalışır.
   ============================================================ */

/* ---------------- HERO ---------------- */
body.city-page .city-hero {
  max-width: 1200px; margin: 18px auto 0;
  height: auto; min-height: 430px;
  border-radius: 14px; overflow: hidden;
  display: flex; align-items: flex-end;
}
body.city-page .city-hero::after {
  background: linear-gradient(90deg, rgba(9,16,12,.92) 0%, rgba(9,16,12,.66) 46%, rgba(9,16,12,.2) 100%);
}
body.city-page .city-hero .hero-content {
  position: relative; z-index: 3; width: 100%;
  padding: 32px 32px 26px; color: #fff;
}
body.city-page .city-hero .breadcrumb { font-size: 11px; color: rgba(255,255,255,.7); margin-bottom: 8px; }
body.city-page .city-hero .breadcrumb a { color: rgba(255,255,255,.84); }
body.city-page .city-hero .country-tag {
  display: block; background: none; border: 0; padding: 0;
  font-size: 10.5px; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: #BCD6C6;
}
body.city-page .city-hero h1 {
  font-size: clamp(38px, 4.6vw, 58px); line-height: 1.03;
  letter-spacing: -.025em; margin: 6px 0 7px; color: #fff;
}
body.city-page .city-hero .tagline {
  font-style: normal; font-size: 15px; color: rgba(255,255,255,.9); margin: 0;
}

/* künye pilleri */
body.city-page .city-hero .badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
body.city-page .city-hero .badge {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.34);
  border-radius: 8px; padding: 6px 12px; font-size: 12.5px; font-weight: 500; color: #fff;
}
body.city-page .city-hero .badge svg { width: 14px; height: 14px; opacity: .9; flex: 0 0 auto; }

/* kaynak satırı */
body.city-page .rv-hsrc {
  margin: 13px 0 0 !important; padding: 0 !important;
  background: none !important; border: 0 !important; max-width: none !important;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 11.5px; color: rgba(255,255,255,.72);
}
body.city-page .rv-hsrc b { font-weight: 600; color: rgba(255,255,255,.92); }
body.city-page .rv-hsrc a { color: rgba(255,255,255,.9); text-decoration: underline; }
body.city-page .rv-hsrc .rt-dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: rgba(255,255,255,.5); display: inline-block;
}

/* etiket çipleri */
body.city-page .rv-hchips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
body.city-page .rv-hchips .tag-badge {
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.28);
  border-radius: 7px; padding: 5px 11px; font-size: 12px; color: #fff; white-space: nowrap;
}

/* alt satır: Kaydet + Paylaş */
body.city-page .rv-hfoot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 12px; margin-top: 18px;
}
body.city-page .rv-hfoot-l { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
body.city-page .rv-hfoot #fav-btn {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.38);
  border-radius: 8px; padding: 8px 14px; font-size: 12.5px; font-weight: 600;
  color: #fff; font-family: inherit; cursor: pointer;
}
body.city-page .rv-hfoot #fav-btn:hover { background: rgba(255,255,255,.2); }
body.city-page .rv-hfoot .read-time {
  background: none !important; border: 0 !important; padding: 0 !important;
  font-size: 11.5px; color: rgba(255,255,255,.72);
}
body.city-page .rv-hfoot .share-bar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 11.5px; color: rgba(255,255,255,.72); margin: 0; padding: 0; border: 0;
}
body.city-page .rv-hfoot .share-lbl {
  background: none !important; border: 0 !important; padding: 0 !important;
  color: rgba(255,255,255,.72); font-size: 11.5px;
}
body.city-page .rv-hfoot .share-bar a,
body.city-page .rv-hfoot .share-bar button {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3);
  border-radius: 7px; padding: 6px 11px; font-size: 11.5px; font-weight: 500;
  color: #fff; font-family: inherit; cursor: pointer; text-decoration: none;
}
body.city-page .rv-hfoot .share-bar a:hover,
body.city-page .rv-hfoot .share-bar button:hover { background: rgba(255,255,255,.22); }

/* hero okları köşeye */
body.city-page .city-hero .hero-nav {
  top: 16px; bottom: auto; transform: none; z-index: 5;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.4); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
body.city-page .city-hero .hero-nav.prev { left: auto; right: 56px; }
body.city-page .city-hero .hero-nav.next { left: auto; right: 16px; }

/* boşalan eski blok yer kaplamasın */
body.city-page .rv-emptied { padding: 0 !important; margin: 0 !important; }
body.city-page .rv-emptied > .wrap { padding: 0 !important; }

/* ---------------- ÖZET (kendi bölümü) ---------------- */
body.city-page .rv-sum {
  max-width: 1200px; margin: 22px auto 0; padding: 22px 20px 0;
  border-top: 2px solid var(--ink);
}
body.city-page .rv-sum .city-summary {
  font-size: 15.5px; line-height: 1.8; color: #3C443D; max-width: 84ch;
}
body.city-page .rv-sum .cs-lead { font-weight: 650; color: var(--ink); }
body.city-page .rv-sum .updated { font-size: 11.5px; color: #8A9187; margin-top: 12px; }

/* ---------------- ŞEHRİN RİTMİ (simetrik) ---------------- */
body.city-page .rv-pulse {
  display: block !important; max-width: 1200px; margin: 22px auto 0;
  padding: 22px 20px 0; border-top: 2px solid var(--ink);
  background: none !important; gap: 0 !important;
}
body.city-page .rv-ledger-flat {
  position: static !important; writing-mode: horizontal-tb !important;
  width: auto !important; height: auto !important; min-height: 0 !important;
  background: none !important; color: var(--ink) !important;
  padding: 0 !important; border: 0 !important; margin: 0 0 5px !important;
  display: block !important; font-size: 11px; font-weight: 700; letter-spacing: .16em;
}
body.city-page .rv-pulse .hero-pulse-right { min-width: 0; }
body.city-page .rv-pulse h2 { font-size: 22px; font-weight: 700; letter-spacing: -.02em; margin: 0 0 5px; }
body.city-page .rv-pulse .sub { font-size: 13px; color: var(--muted); margin: 0 0 20px; max-width: 62ch; }
@media (min-width: 900px) {
  body.city-page .rv-pulse .pulse-shell {
    display: grid; grid-template-columns: minmax(0,1fr) minmax(0,352px);
    grid-template-rows: auto auto auto; column-gap: 32px; row-gap: 8px; align-items: start;
  }
  body.city-page .rv-pulse .pulse-readout { grid-column: 1; grid-row: 1; margin-bottom: 6px; }
  body.city-page .rv-pulse .pulse-scrub   { grid-column: 1; grid-row: 2; }
  body.city-page .rv-pulse .scrub-ticks   { grid-column: 1; grid-row: 3; }
  body.city-page .rv-pulse .pulse-card    { grid-column: 2; grid-row: 1 / span 3; margin: 0 !important; height: 100%; }
}
body.city-page .rv-pulse .scrub-line { background: #D5CFC2 !important; height: 3px !important; }
body.city-page .rv-pulse .scrub-ticks span { font-size: 11.5px; font-weight: 600; color: var(--muted); }
body.city-page .rv-pulse .pulse-time { font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
body.city-page .rv-pulse .pulse-card { padding: 16px 18px; }
body.city-page .rv-pulse .pulse-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
body.city-page .rv-pulse .pulse-card p { font-size: 13px; color: var(--text-color, var(--muted)); }


/* ---- düzeltmeler: id'li orijinal kuralları yenmek için ---- */
body.city-page .rv-hfoot #share-bar {
  background: none !important; border: 0 !important; box-shadow: none !important;
  border-radius: 0 !important; padding: 0 !important; margin: 0 !important;
  display: flex !important; flex-wrap: wrap !important; align-items: center !important;
  gap: 8px !important; width: auto !important; max-width: none !important;
  grid-template-columns: none !important; justify-content: flex-start !important;
}
body.city-page .rv-hfoot #share-bar > * { margin: 0 !important; }
body.city-page .rv-hfoot #share-bar .share-lbl { order: -1; white-space: nowrap; }
body.city-page .rv-hfoot #fav-btn { white-space: nowrap; }
body.city-page .rv-hsrc {
  font-family: 'Inter', system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}
body.city-page .rv-hsrc > span, body.city-page .rv-hsrc > a { white-space: nowrap; }
body.city-page .rv-hchips .tag-badge { font-family: 'Inter', system-ui, sans-serif; }

body.city-page .rv-hfoot #share-bar a,
body.city-page .rv-hfoot #share-bar button,
body.city-page .rv-hfoot .read-time { white-space: nowrap !important; }
body.city-page .city-hero::after {
  background: linear-gradient(90deg, rgba(9,16,12,.94) 0%, rgba(9,16,12,.74) 42%, rgba(9,16,12,.34) 72%, rgba(9,16,12,.2) 100%),
              linear-gradient(180deg, rgba(9,16,12,.28) 0%, rgba(9,16,12,0) 30%, rgba(9,16,12,.42) 100%);
}

/* ---- kontrast düzeltmeleri ---- */
body.city-page .rv-ledger-flat,
body.city-page .rv-ledger-flat span {
  color: var(--ink) !important;
  min-height: 0 !important; height: auto !important; line-height: 1.2 !important;
}
body.city-page .rv-pulse .hero-pulse-right .sub { color: rgba(255,255,255,.82) !important; }


/* ============================================================
   v2 — hero'yu doldur, "Son kontrol" en altta sağa yaslı
   ============================================================ */
body.city-page .city-hero { min-height: 470px; align-items: stretch; }
body.city-page .city-hero .hero-content {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 30px 32px 24px; gap: 22px;
}
body.city-page .rv-htop { min-width: 0; }
body.city-page .rv-hbot { min-width: 0; }

/* künye pilleri + çipler tek ritimde */
body.city-page .city-hero .badge-row { margin-top: 0; }
body.city-page .rv-hchips {
  margin-top: 12px; padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.18);
}

/* aksiyon satırı: Kaydet solda vurgulu, paylaş ortada, künye sağda alt satırda */
body.city-page .rv-hfoot {
  margin-top: 16px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.18);
  display: grid; grid-template-columns: auto 1fr; align-items: center;
  gap: 12px 18px; row-gap: 12px;
}
body.city-page .rv-hfoot .rv-hfoot-l { grid-column: 1; grid-row: 1; }
body.city-page .rv-hfoot #share-bar { grid-column: 2; grid-row: 1; justify-content: flex-end !important; }
body.city-page .rv-hfoot .rv-hsrc {
  grid-column: 1 / -1; grid-row: 2;
  justify-content: flex-end !important; text-align: right;
  margin: 0 !important; padding-top: 12px !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
  width: 100%;
}
@media (max-width: 760px) {
  body.city-page .rv-hfoot { grid-template-columns: 1fr; }
  body.city-page .rv-hfoot #share-bar { grid-column: 1; grid-row: 2; justify-content: flex-start !important; }
  body.city-page .rv-hfoot .rv-hsrc { grid-row: 3; justify-content: flex-start !important; text-align: left; }
}

/* Kaydet birincil aksiyon gibi dursun */
body.city-page .rv-hfoot #fav-btn {
  background: #1F6B45 !important; border-color: #1F6B45 !important;
  padding: 9px 16px; font-size: 13px;
}
body.city-page .rv-hfoot #fav-btn:hover { background: #175434 !important; }

/* paylaş düğmeleri daha sakin */
body.city-page .rv-hfoot #share-bar a,
body.city-page .rv-hfoot #share-bar button {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.26);
}

/* --- özet & ritim: daha net modern ritim --- */
body.city-page .rv-sum { margin-top: 26px; padding-top: 24px; }
body.city-page .rv-pulse { margin-top: 26px; padding-top: 24px; }
body.city-page .rv-pulse .pulse-card { border-radius: 10px; }

/* paylaş şeridi tek satırda kalsın */
body.city-page .rv-hfoot #share-bar { gap: 6px !important; flex-wrap: nowrap !important; overflow: visible; }
body.city-page .rv-hfoot #share-bar a,
body.city-page .rv-hfoot #share-bar button { padding: 6px 10px; font-size: 11px; }
@media (max-width: 1080px) {
  body.city-page .rv-hfoot #share-bar { flex-wrap: wrap !important; }
}


/* alt menü hero'nun hemen altında */
body.city-page #city-subnav { margin-top: 16px !important; }
body.city-page .rv-sum { margin-top: 20px; }

/* ============================================================
   2 — İKİ KOLON: başlık solda, künye listesi sağda hizalı
   ============================================================ */
body.city-page .city-hero { min-height: 470px; }
body.city-page .hero-content.rv-v2 {
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 22px; padding: 30px 32px 24px;
}
body.city-page .rv-h2col {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,300px);
  gap: 34px; align-items: end;
}
@media (max-width: 860px) { body.city-page .rv-h2col { grid-template-columns: minmax(0,1fr); gap: 20px; } }
body.city-page .rv-hcol-r { min-width: 0; }
body.city-page .rv-v2 .badge-row {
  display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important;
  gap: 0 !important; margin: 0; border-top: 1px solid rgba(255,255,255,.2);
}
body.city-page .rv-v2 .badge {
  background: none !important; border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.14) !important; border-radius: 0 !important;
  padding: 10px 0 !important; width: 100%; justify-content: flex-start; white-space: nowrap;
}
body.city-page .rv-v2 .rv-hcol-r .rv-hsrc {
  margin: 12px 0 0 !important; padding: 0 !important; border: 0 !important;
  flex-direction: column; align-items: flex-start; gap: 4px; text-align: left;
}
body.city-page .rv-v2 .rv-hcol-r .rv-hsrc .rt-dot { display: none; }
body.city-page .rv-v2 .rv-hchips { margin: 0; padding-top: 0; border-top: 0; }
body.city-page .rv-v2 .rv-hfoot {
  margin-top: 14px; padding-top: 16px;
  grid-template-columns: auto 1fr; row-gap: 0;
}
body.city-page .rv-v2 .rv-hfoot .rv-hsrc { display: none; }

/* --- son rötuşlar --- */
body.city-page .rv-v2 .rv-hfoot #share-bar {
  gap: 6px !important; flex-wrap: nowrap !important; justify-content: flex-end !important;
}
body.city-page .rv-v2 .rv-hfoot #share-bar a,
body.city-page .rv-v2 .rv-hfoot #share-bar button { padding: 6px 10px; font-size: 11px; }
@media (max-width: 1080px) {
  body.city-page .rv-v2 .rv-hfoot #share-bar { flex-wrap: wrap !important; }
}
body.city-page .rv-v2 .rv-hcol-r .rv-hsrc { font-size: 11.5px; line-height: 1.7; }
body.city-page .rv-v2 .rv-hchips { margin-top: 4px; }


/* ============================================================
   sıradaki görselin şeffaf önizlemesi (okların hemen altında)
   ============================================================ */
body.city-page .hero-peek {
  position: absolute; top: 58px; right: 16px; z-index: 6;
  width: 56px; height: 56px; padding: 0; overflow: hidden; cursor: pointer;
  border: 1px solid rgba(255,255,255,.45); border-radius: 8px;
  background: rgba(0,0,0,.28); opacity: .62;
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
}
body.city-page .hero-peek:hover { opacity: 1; transform: scale(1.06); border-color: #fff; }
body.city-page .hero-peek img {
  width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none;
}
body.city-page .hero-peek-n {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.55); color: #fff;
  font: 700 9.5px/1 'Inter', system-ui, sans-serif; letter-spacing: .06em;
  padding: 3px 0; text-align: center; pointer-events: none;
}
@media (max-width: 600px) { body.city-page .hero-peek { width: 44px; height: 44px; top: 54px; } }


/* ============================================================
   3 — alt menü hero'nun İÇİNDE (en altta, taşmadan)
   ============================================================ */
/* Hero'nun kendi tasarımına DOKUNULMAZ: hero-content genişliği, kolonlar,
   dolgular olduğu gibi kalır. Menü hero'nun en altına ayrı bir şerit olarak
   oturur; hero o şerit kadar uzar, içerik de o kadar yukarı kalkar —
   böylece başlık/künye bloğunun kendi içindeki yerleşimi aynen korunur. */
body.city-page .city-hero { overflow: hidden; position: relative; }
body.city-page .city-hero { min-height: calc(470px + var(--rv-subnav-h, 52px)); }
body.city-page .city-hero .hero-content.rv-v2 {
  padding-bottom: calc(24px + var(--rv-subnav-h, 52px));
}

/* metin/künye katmanı görseli kaplıyor; boş alanlarda tıklama görsele geçsin,
   yalnızca gerçek etkileşim öğeleri (link, buton, badge) tıklanabilir kalsın */
body.city-page .city-hero .hero-content.rv-v2 { pointer-events: none; }
body.city-page .city-hero .hero-content.rv-v2 a,
body.city-page .city-hero .hero-content.rv-v2 button,
body.city-page .city-hero .hero-content.rv-v2 .badge,
body.city-page .city-hero .hero-content.rv-v2 input,
body.city-page .city-hero .hero-content.rv-v2 select {
  pointer-events: auto;
}

body.city-page .city-hero .rv-subnav-in {
  position: absolute !important; top: auto !important;
  left: 0; right: 0; bottom: 0; z-index: 5;
  margin: 0 !important; max-width: none !important; width: auto;
  padding: 7px 32px !important; border-radius: 0 !important;
  background: rgba(9,16,12,.44) !important;
  border: 0 !important; border-top: 1px solid rgba(255,255,255,.16) !important;
  backdrop-filter: blur(6px) !important; -webkit-backdrop-filter: blur(6px) !important;
  box-shadow: none !important;
}
body.city-page .city-hero .rv-subnav-in .subnav-container {
  max-width: none; margin: 0; padding-inline: 0; gap: 3px;
  overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
}
body.city-page .city-hero .rv-subnav-in .subnav-container::-webkit-scrollbar { display: none; }
body.city-page .city-hero .rv-subnav-in .subnav-link {
  color: rgba(255,255,255,.86); background: none; box-shadow: none;
  padding: 6px 10px; font-size: 11.5px; font-weight: 600;
  border-radius: 7px; white-space: nowrap;
}
body.city-page .city-hero .rv-subnav-in .subnav-link:hover,
body.city-page .city-hero .rv-subnav-in .subnav-link.active {
  background: rgba(255,255,255,.92) !important; color: #121814 !important; box-shadow: none !important;
}
@media (max-width: 760px) {
  body.city-page .city-hero .rv-subnav-in { padding: 6px 18px !important; }
}

/* ============================================================
   4 — ÖZET (sol) + ŞEHRİN RİTMİ (sağ): tek bölüm, iki kolon
   ============================================================ */
body.city-page .rv-split {
  max-width: 1200px; margin: 26px auto 0; padding: 24px 20px 0;
  border-top: 2px solid var(--ink);
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 0 40px; align-items: start;
}
body.city-page .rv-split > .rv-sum,
body.city-page .rv-split > .rv-pulse {
  max-width: none !important; margin: 0 !important; padding: 0 !important;
  border-top: 0 !important; min-width: 0;
}
/* mantıksal yön: RTL'de ayraç kolonların arasında kalır */
body.city-page .rv-split > .rv-pulse {
  padding-inline-start: 40px !important; border-inline-start: 1px solid rgba(18,24,20,.14);
}
body.city-page .rv-split .rv-sum .city-summary { max-width: none; }

/* sağ kolon dar olduğu için ritim tek kolona iner */
body.city-page .rv-split .rv-pulse .pulse-shell {
  display: block !important; grid-template-columns: none !important;
}
body.city-page .rv-split .rv-pulse .pulse-card {
  grid-column: auto !important; grid-row: auto !important;
  margin: 14px 0 0 !important; height: auto !important;
}
body.city-page .rv-split .rv-pulse .pulse-readout { margin-bottom: 8px; }
body.city-page .rv-split .rv-pulse .sub { margin-bottom: 16px; }

@media (max-width: 900px) {
  body.city-page .rv-split { grid-template-columns: minmax(0,1fr); gap: 0; }
  body.city-page .rv-split > .rv-pulse {
    padding-inline-start: 0 !important; border-inline-start: 0;
    margin-top: 26px !important; padding-top: 24px !important;
    border-top: 2px solid var(--ink) !important;
  }
}


/* ============================================================
   5 — "ŞEHRİN RİTMİ" başlığı diğer bölüm başlıklarıyla aynı dilde
   (koyu bant + beyaz IBM Plex Mono sayaç + Inter overline)
   ============================================================ */
body.city-page .rv-pulse .rv-ledger-flat {
  display: flex !important; align-items: baseline; gap: 12px;
  margin: 0 0 18px !important;
  padding: 12px 16px !important;
  border-radius: 10px 10px 0 0;
  background: var(--ledger-sea) !important;
}
/* etiket: .section-overline ile birebir aynı (Inter 600 / .75rem / .12em) */
body.city-page .rv-pulse .rv-ledger-flat,
body.city-page .rv-pulse .rv-ledger-flat span {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: .75rem !important; font-weight: 600 !important;
  letter-spacing: .12em !important; text-transform: uppercase !important;
  line-height: 1.45 !important;
  color: rgba(255,255,255,.72) !important;
}
/* sayaç: diğer bölüm başlıklarıyla birebir aynı */
body.city-page .rv-pulse .rv-ledger-flat::before {
  display: block; margin: 0 !important;
  color: #fff; text-transform: none;
  font: 700 28px/1 'IBM Plex Mono', ui-monospace, monospace;
  letter-spacing: -.06em;
}


/* ============================================================
   6 — GEZİ PLANI: okunabilirlik
   Bölümdeki soluk griler (1.9–2.5 kontrast) sitenin kendi
   renklerine çekildi; başlıklar marka lacivertine alındı.
   ============================================================ */

/* başlıklar: sitenin başlık rengi (--pine) */
body.city-page #plan-sec .plan-header-title,
body.city-page #plan-sec .plan-summary-title { color: var(--pine); }

/* ikincil metinler: soluk gri yerine sitenin --muted rengi (AA'yı geçer) */
body.city-page #plan-sec .plan-header-sub,
body.city-page #plan-sec .plan-summary-desc,
body.city-page #plan-sec .plan-summary-micro,
body.city-page #plan-sec .plan-summary-stat,
body.city-page #plan-sec .plan-day-cat,
body.city-page #plan-sec .plan-m-stat,
body.city-page #plan-sec .plan-stop { color: var(--muted); }

/* gün kategorisi başlık gibi okunsun */
body.city-page #plan-sec .plan-day-cat {
  color: var(--pine-text); font-weight: 600; letter-spacing: .01em;
}

/* ayraç noktaları metinden silik kalsın ama kaybolmasın */
body.city-page #plan-sec .plan-micro-sep,
body.city-page #plan-sec .plan-stop-sep { color: #9aa3ae; }

/* durak başlıkları: gövde metninden ayrışsın */
body.city-page #plan-sec .plan-dtl-text { color: var(--ink); }

/* zeminler sitenin sıcak kağıt tonuna gelsin — bembeyaz parlaklık azalsın */
body.city-page #plan-sec .plan-summary-card {
  background: var(--paper); border-color: var(--line);
}
body.city-page #plan-sec .plan-dtl-extras { background: var(--paper); }


/* ============================================================
   7 — HERO yerleşimi (referans görsele göre)
   · künye bloğu sağ kenarda, çerçeveli cam kart
   · başlık bloğu dar kalır (satır kırılımı değişmesin)
   · ülke etiketi altın rengi + kısa çizgi
   ============================================================ */

/* içerik hero'nun tam genişliğini kullanır ki kart sağ kenara otursun */
body.city-page .city-hero .hero-content,
body.city-page .city-hero .hero-content.rv-v2 { width: 100% !important; max-width: none !important; }

/* ama metin bloğu dar kalır — başlık yine iki satır */
body.city-page .rv-v2 .rv-htop { max-width: 400px; }
body.city-page .rv-v2 .rv-h2col {
  grid-template-columns: minmax(0,1fr);
  gap: 0;
}

/* ---- künye kartı: görseldeki gibi metin akışından bağımsız, sağda ---- */
body.city-page .rv-v2 .rv-hcol-r {
  /* mantıksal yön: RTL'de kart sola geçer, metinle çakışmaz.
     128px: sağ üstteki görsel okları (sağdan 88px) ve sıradaki görsel
     önizlemesi (sağdan 72px) ile üst üste binmesin diye. */
  position: absolute; inset-inline-end: 128px; top: 46%; transform: translateY(-50%);
  width: 306px; z-index: 4;
  background: rgba(14,20,17,.58);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 4px 20px 16px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}
body.city-page .rv-v2 .rv-hcol-r .badge-row { border-top: 0 !important; }
body.city-page .rv-v2 .rv-hcol-r .badge:last-child { border-bottom: 0 !important; }
/* kart içi ayraç: künye listesi ile "son kontrol" bloğu arasında */
body.city-page .rv-v2 .rv-hcol-r .rv-hsrc {
  margin: 12px 0 0 !important; padding-top: 13px !important;
  border-top: 1px solid rgba(255,255,255,.16) !important;
  gap: 9px;
}

/* ---- ülke etiketi: altın + kısa çizgi ---- */
body.city-page .city-hero .country-tag {
  color: #D9B36A; letter-spacing: .26em; font-size: 11px;
}
body.city-page .rv-v2 .rv-htop .country-tag::after {
  content: ""; display: block;
  width: 74px; height: 2px; margin-top: 11px;
  background: #D9B36A; opacity: .9;
}
body.city-page .rv-v2 .rv-htop h1 { margin-top: 14px; }

/* ---- etiket çipleri: görseldeki gibi daha iri, kartın altına girmez ----
   genişlik = içerik kutusu − (kart 306 + sağ boşluk 128 − sağ dolgu 32 + ara 16) */
body.city-page .rv-v2 .rv-hchips { gap: 8px; max-width: calc(100% - 418px); }
body.city-page .rv-v2 .rv-hchips .tag-badge {
  padding: 9px 12px; font-size: 12.5px; border-radius: 10px;
  background: rgba(14,20,17,.5); border-color: rgba(255,255,255,.2);
}

@media (max-width: 980px) {
  /* dar ekranda kart akışa geri döner, üst üste binme olmaz */
  body.city-page .rv-v2 .rv-htop { max-width: none; }
  /* sıradaki görsel önizlemesi dar ekranda başlığın üstüne biniyordu
     (uzun başlıklı dillerde 40px'e varan bindirme) — gizlenir,
     görsel değiştirme okları çalışmaya devam eder */
  body.city-page .hero-peek { display: none; }
  body.city-page .rv-v2 .rv-hcol-r {
    position: static; transform: none; width: auto; margin-top: 18px;
  }
  body.city-page .rv-v2 .rv-hchips { max-width: none; }
}


/* ============================================================
   8 — PAYLAŞ ÇUBUĞU: "okuma süresi"nin hemen sağından başlar,
   her düğmenin önünde marka logosu
   Seçiciler href/id üzerinden — etiketler çevrildiği için
   metne değil, bağlantıya bakar; 18 dilde de çalışır.
   ============================================================ */
body.city-page .rv-v2 .rv-hfoot #share-bar {
  justify-content: flex-start !important;
}

/* düğmeler ikon + etiket hizasında */
body.city-page .rv-hfoot #share-bar a,
body.city-page .rv-hfoot #share-bar button {
  display: inline-flex; align-items: center; gap: 6px;
}
body.city-page .rv-hfoot #share-bar a::before,
body.city-page .rv-hfoot #share-bar button::before {
  content: ""; width: 14px; height: 14px; flex: 0 0 auto;
  background-position: center; background-size: contain; background-repeat: no-repeat;
}

/* Facebook */
body.city-page .rv-hfoot #share-bar a[href*="facebook.com"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231877F2'%3E%3Cpath d='M13.5 21v-8h2.7l.4-3h-3.1V8.1c0-.9.2-1.5 1.5-1.5h1.7V4c-.3 0-1.3-.1-2.4-.1-2.4 0-4 1.5-4 4.1V10H7.6v3h2.7v8h3.2z'/%3E%3C/svg%3E");
}
/* X (Twitter) */
body.city-page .rv-hfoot #share-bar a[href*="twitter.com"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M17.5 3h3l-6.6 7.5L21.7 21h-5.9l-4.6-6-5.3 6H3l7.1-8.1L2.6 3h6l4.2 5.5L17.5 3z'/%3E%3C/svg%3E");
}
/* WhatsApp */
body.city-page .rv-hfoot #share-bar a[href*="wa.me"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M12 2a10 10 0 0 0-8.6 15L2 22l5.2-1.4A10 10 0 1 0 12 2zm5.8 14.2c-.2.7-1.2 1.3-2 1.4-.5.1-1.2.1-3.4-.8-2.9-1.2-4.7-4.1-4.9-4.3-.1-.2-1.1-1.5-1.1-2.8 0-1.3.7-2 .9-2.2.2-.3.5-.3.7-.3h.5c.2 0 .4 0 .6.5l.8 2c.1.2.1.4 0 .5l-.3.5-.4.4c-.1.1-.3.3-.1.6.2.3.8 1.3 1.7 2.1 1.2 1 2.1 1.4 2.4 1.5.3.1.4.1.6-.1l.9-1c.2-.2.4-.2.6-.1l1.9.9c.2.1.4.2.5.3.1.2.1.6-.1 1.3z'/%3E%3C/svg%3E");
}
/* Instagram */
body.city-page .rv-hfoot #share-bar #instagram-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E4405F'%3E%3Cpath d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9A5.5 5.5 0 0 1 16.5 22h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2zm0 2A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9zM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm5.8-3.3a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4z'/%3E%3C/svg%3E");
}
/* Bağlantıyı kopyala */
body.city-page .rv-hfoot #share-bar #copy-link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.5.5l3-3a5 5 0 0 0-7-7l-1.7 1.7'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.5-.5l-3 3a5 5 0 0 0 7 7L12.2 19'/%3E%3C/svg%3E");
}
/* kaydet düğmesi paylaş çubuğunun parçası değil — ikon almasın */
body.city-page .rv-hfoot #share-bar #fav-btn::before { content: none; }


/* ============================================================
   9 — KÜNYE SATIRLARI: 2 satır + "…", fareyle tamamı açılır
   Metin uzunluğu şehirden şehre çok değişiyor (23–148 karakter);
   tek satıra zorlanınca karttan taşıp hero kenarında kesiliyordu.
   JS kapalıyken bile bu kırpma geçerli — açılma JS ile eklenir.
   ============================================================ */
body.city-page .rv-v2 .rv-hcol-r .badge {
  white-space: normal !important;
  align-items: flex-start;
}
body.city-page .rv-v2 .rv-hcol-r .badge svg { margin-top: 3px; }
body.city-page .rv-v2 .rv-hcol-r .badge-txt {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden; line-height: 1.35; min-width: 0;
}
/* kırpılmış satır tıklanabilir/açılabilir olduğunu belli etsin */
body.city-page .rv-v2 .rv-hcol-r .badge.is-clamped { cursor: pointer; }

/* --- açık durum: metnin tamamı --- */
body.city-page .rv-v2 .rv-hcol-r .badge.is-open .badge-txt {
  display: block; overflow: visible; -webkit-line-clamp: unset;
}
/* açılan kart öne gelsin ve zemini koyulaşsın ki fotoğraf üstünde okunsun */
body.city-page .rv-v2 .rv-hcol-r.is-open {
  z-index: 7;
  background: rgba(10,15,13,.93);
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 24px 58px rgba(0,0,0,.45);
}
body.city-page .rv-v2 .rv-hcol-r { transition: background .16s ease, box-shadow .16s ease; }


/* ============================================================
   10 — DETACHED DOSSIER (üretim sürümü)
   Mevcut veri düğümlerini korur; fotoğraf alanı metin panelinden ayrılır.
   Ana görsel ve lightbox daima CONTAIN: kırpma / yapay zoom yoktur.
   ============================================================ */
body.city-page .city-hero.rv-detached {
  --rv-dossier-w: clamp(430px, 35vw, 500px);
  --rv-stage: #d9d6cd;
  max-width: 1380px;
  height: clamp(690px, calc(100vh - 94px), 900px);
  min-height: 690px;
  margin-top: 22px;
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(14, 51, 41, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 76% 38%, rgba(255,255,255,.64), transparent 34%),
    var(--rv-stage);
  box-shadow: 0 28px 70px rgba(26, 35, 29, .16);
}
body.city-page .city-hero.rv-detached::after { content: none !important; }

/* Fotoğraf sahnesi panelin yanında kalır; kaynak oranı ne olursa olsun tamamı görünür. */
body.city-page .rv-detached .city-hero-gallery {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
body.city-page .rv-detached .hero-slide {
  position: absolute;
  inset-block-start: 0;
  inset-block-end: var(--rv-subnav-h, 58px);
  inset-inline-start: calc(var(--rv-dossier-w) + 58px);
  inset-inline-end: 0;
  padding: 30px 26px 48px;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
}
body.city-page .rv-detached .hero-slide.active { display: flex; }
body.city-page .rv-detached .hero-slide img.bg {
  position: static !important;
  inset: auto !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 10px;
  filter: saturate(.96) contrast(1.01);
  background: transparent;
}
body.city-page .rv-detached .hero-slide:focus-visible {
  outline: 3px solid #e3bd72;
  outline-offset: -5px;
}

/* Sol/başlangıç tarafındaki bağımsız bilgi dosyası. Uzun çeviriler kaybolmaz:
   gerekli durumda yalnız panel kendi içinde kayar, hero dışına taşmaz. */
body.city-page .city-hero.rv-detached .hero-content.rv-v2 {
  position: absolute !important;
  inset-block-start: 18px;
  inset-block-end: calc(var(--rv-subnav-h, 58px) + 18px);
  inset-inline-start: 28px;
  z-index: 4;
  width: var(--rv-dossier-w) !important;
  max-width: var(--rv-dossier-w) !important;
  max-height: none;
  padding: 24px 28px 22px !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start !important;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(227,189,114,.55) transparent;
  background: rgba(13, 50, 41, .975);
  border: 1px solid rgba(255,255,255,.13);
  border-inline-start: 5px solid #d9b36a;
  border-radius: 18px 8px 8px 18px;
  box-shadow: 0 24px 64px rgba(8, 28, 23, .34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: auto;
}
[dir="rtl"] body.city-page .city-hero.rv-detached .hero-content.rv-v2 {
  border-inline-start: 5px solid #d9b36a;
  border-radius: 8px 18px 18px 8px;
}
body.city-page .rv-detached .hero-content::-webkit-scrollbar { width: 6px; }
body.city-page .rv-detached .hero-content::-webkit-scrollbar-thumb {
  border-radius: 999px; background: rgba(227,189,114,.55);
}

body.city-page .rv-detached .rv-dossier-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
}
body.city-page .rv-detached .rv-dossier-head .hero-cta {
  margin: 0;
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.city-page .rv-detached .rv-dossier-head .hcta-primary {
  min-height: 38px;
  padding-inline: 15px;
  border-color: #d9b36a;
  color: #142f27;
  background: #e4be74;
  box-shadow: none;
}
body.city-page .rv-detached .rv-dossier-head .hcta-primary:hover { background: #f0cd87; }
body.city-page .rv-detached .rv-dossier-head .hcta-flight {
  min-height: 38px;
  padding-inline: 15px;
  color: rgba(255,255,255,.94);
  background: rgba(255,255,255,.075);
  border-color: rgba(228,190,116,.5);
}
body.city-page .rv-detached .rv-dossier-head .hcta-flight:hover {
  color: #fff;
  background: rgba(228,190,116,.16);
  border-color: #e4be74;
}
body.city-page .rv-detached .rv-dossier-head .breadcrumb {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 10.5px;
  line-height: 1.35;
  text-align: end;
  color: rgba(255,255,255,.6);
}
body.city-page .rv-detached .rv-dossier-head .breadcrumb a { color: rgba(255,255,255,.82); }

body.city-page .rv-detached .rv-h2col {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 0 !important;
  min-width: 0;
}
body.city-page .rv-detached .rv-htop { max-width: none; min-width: 0; }
body.city-page .rv-detached .rv-htop .country-tag {
  color: #e1bb70;
  font: 700 10.5px/1.25 'IBM Plex Mono', 'Plex Mono Fallback', monospace;
  letter-spacing: .24em;
}
body.city-page .rv-detached .rv-htop .country-tag::after {
  width: 62px;
  height: 2px;
  margin-top: 10px;
  background: #d9b36a;
}
body.city-page .rv-detached .rv-htop h1 {
  max-width: 100%;
  margin: 13px 0 6px;
  color: #fff;
  font-family: 'Playfair Display', 'Playfair Fallback', Georgia, serif;
  font-size: clamp(39px, 3.35vw, 55px);
  font-weight: 700;
  line-height: .99;
  letter-spacing: -.035em;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-shadow: none;
}
body.city-page .rv-detached .rv-htop .tagline {
  max-width: 42ch;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.5;
}

body.city-page .rv-detached .rv-hcol-r {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  z-index: auto;
  width: 100% !important;
  max-width: none;
  align-self: stretch;
  margin: 12px 0 0;
  padding: 0 !important;
  overflow: visible !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.city-page .rv-detached .rv-hcol-r .badge-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  gap: 0 !important;
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.18) !important;
}
body.city-page .rv-detached .rv-hcol-r .badge {
  min-width: 0;
  padding: 7px 0;
  gap: 8px;
  align-items: flex-start;
  white-space: normal !important;
  color: rgba(255,255,255,.91);
  font-size: 11.5px;
  line-height: 1.4;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 0;
}
body.city-page .rv-detached .rv-hcol-r .badge svg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  color: #e1bb70;
}
body.city-page .rv-detached .rv-hcol-r .badge-txt {
  display: block !important;
  min-width: 0;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
}
body.city-page .rv-detached .rv-hcol-r .rv-hsrc {
  margin: 10px 0 0 !important;
  padding: 10px 0 0 !important;
  gap: 7px 9px;
  color: rgba(255,255,255,.62);
  border-top: 0 !important;
  font-size: 10.5px;
  line-height: 1.4;
  align-items: flex-start;
  text-align: start;
}
body.city-page .rv-detached .rv-hcol-r .rv-hsrc b,
body.city-page .rv-detached .rv-hcol-r .rv-hsrc a { color: rgba(255,255,255,.88); }

/* Hero bağlantılarında varış geri bildirimi: smooth-scroll tamamlandıktan sonra
   yalnız iki kenar bir saniye kırmızı yanar; içerik ve tıklamalar örtülmez. */
body.city-page main .rv-arrival-flash { position: relative; }
body.city-page main .rv-arrival-flash::after {
  content: "";
  position: absolute;
  inset: 3px 0;
  z-index: 30;
  pointer-events: none;
  border-inline: 4px solid #d8443e;
  border-radius: 8px;
  opacity: 0;
  animation: rv-arrival-edge 1s ease-out forwards;
}
@keyframes rv-arrival-edge {
  0%, 72% { opacity: 1; }
  100% { opacity: 0; }
}

/* Taşan dossier için fark edilir ama sakin hover/focus davranışı. Kart yeni bir
   pencereye dönüşmez; aynı yüzey fotoğrafın üzerine doğru genişleyip öne gelir.
   Yalnız JS gerçek taşmayı ölçüp .rv-can-expand eklediğinde devreye girer. */
@media (min-width: 861px) and (hover: hover) and (pointer: fine) {
  body.city-page .city-hero.rv-detached .hero-content.rv-v2.rv-can-expand {
    cursor: default;
    transition: box-shadow .22s ease, border-color .22s ease, filter .22s ease,
      transform .22s cubic-bezier(.2,.8,.2,1);
  }
  body.city-page .city-hero.rv-detached .hero-content.rv-v2.rv-can-expand:hover,
  body.city-page .city-hero.rv-detached .hero-content.rv-v2.rv-can-expand:focus-within {
    border-color: rgba(228,190,116,.62);
    box-shadow: 0 34px 86px rgba(5,24,19,.48), 0 0 0 1px rgba(228,190,116,.16);
    filter: brightness(1.025);
  }
  body.city-page .city-hero.rv-detached.rv-dossier-open { overflow: visible; z-index: 20; }
  body.city-page .city-hero.rv-detached .hero-content.rv-v2.rv-dossier-expanded {
    inset-block-start: var(--rv-expand-top, 8px);
    inset-block-end: auto;
    width: var(--rv-expand-w, min(620px, calc(100vw - 32px))) !important;
    max-width: calc(100vw - 32px) !important;
    height: auto;
    max-height: none;
    overflow: visible;
    z-index: 24;
    transform: scale(var(--rv-expand-scale, 1));
    transform-origin: top left;
  }
  [dir="rtl"] body.city-page .city-hero.rv-detached .hero-content.rv-v2.rv-dossier-expanded {
    transform-origin: top right;
  }
}

body.city-page .rv-detached .rv-hbot { margin-top: 9px; min-width: 0; }
body.city-page .rv-detached .rv-hchips {
  max-width: none;
  margin: 0;
  gap: 6px;
}
body.city-page .rv-detached .rv-hchips .tag-badge {
  padding: 6px 9px;
  color: rgba(255,255,255,.9);
  font-size: 10.5px;
  line-height: 1.2;
  white-space: normal;
  background: rgba(255,255,255,.065);
  border-color: rgba(255,255,255,.18);
  border-radius: 7px;
}
body.city-page .rv-detached .rv-hfoot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 12px;
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.15);
}
body.city-page .rv-detached .rv-hfoot-l { gap: 8px; }
body.city-page .rv-detached .rv-hfoot #fav-btn,
body.city-page .rv-detached .rv-hfoot #share-bar a,
body.city-page .rv-detached .rv-hfoot #share-bar button {
  min-height: 30px;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 10px;
}
body.city-page .rv-detached .rv-hfoot #share-bar { gap: 6px !important; }
body.city-page .rv-detached .rv-hfoot #share-bar {
  min-width: 0;
  flex: 1 1 100%;
  flex-wrap: wrap !important;
}
body.city-page .rv-detached .rv-hfoot #share-bar a::before,
body.city-page .rv-detached .rv-hfoot #share-bar button::before { width: 13px; height: 13px; }
body.city-page .rv-detached .rv-hfoot .share-lbl,
body.city-page .rv-detached .rv-hfoot .read-time { font-size: 10px; }

/* Sağ üstte gerçek, görünür galeri: mevcut fotoğraf sayısı kadar; en çok 3 sütun. */
body.city-page .rv-detached .rv-gallery-dock {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-end: 18px;
  z-index: 8;
  width: 230px;
  padding: 10px;
  color: #fff;
  background: rgba(11, 22, 18, .84);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body.city-page .rv-detached .rv-gallery-controls {
  min-height: 34px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
body.city-page .rv-detached .rv-gallery-count {
  margin-inline-end: auto;
  font: 600 10.5px/1 'IBM Plex Mono', 'Plex Mono Fallback', monospace;
  letter-spacing: .04em;
  color: rgba(255,255,255,.8);
  direction: ltr;
}
body.city-page .rv-detached .rv-gallery-controls .hero-nav {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  opacity: 1;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
}
body.city-page .rv-detached .rv-gallery-controls .hero-nav:hover { background: rgba(255,255,255,.24); }
body.city-page .rv-detached .rv-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-height: 178px;
  overflow-y: auto;
  scrollbar-width: thin;
}
body.city-page .rv-detached .rv-gallery-thumb {
  position: relative;
  min-width: 0;
  height: 50px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #24312c;
  opacity: .6;
  transition: opacity .16s ease, border-color .16s ease, transform .16s ease;
}
body.city-page .rv-detached .rv-gallery-thumb:hover { opacity: .92; transform: translateY(-1px); }
body.city-page .rv-detached .rv-gallery-thumb.is-active {
  opacity: 1;
  border-color: #e4bd72;
  box-shadow: 0 0 0 1px rgba(0,0,0,.25);
}
body.city-page .rv-detached .rv-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.city-page .rv-detached .rv-gallery-thumb:focus-visible,
body.city-page .rv-detached .rv-view-full:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
body.city-page .rv-detached .rv-view-full {
  position: absolute;
  inset-inline-end: 20px;
  inset-block-end: calc(var(--rv-subnav-h, 58px) + 18px);
  z-index: 8;
  min-height: 38px;
  padding: 8px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #fff;
  font: 600 11px/1.2 'Inter', 'Inter Fallback', sans-serif;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(11,22,18,.72);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
body.city-page .rv-detached .rv-view-full:hover { background: rgba(11,22,18,.9); }
body.city-page .rv-detached .rv-view-full svg { width: 16px; height: 16px; flex: 0 0 auto; }

/* İçerideki bölüm menüsü: ikon + metin; dar alanlarda yatay kayar. */
body.city-page .city-hero.rv-detached .rv-subnav-in {
  min-height: 54px;
  padding: 8px 22px !important;
  display: flex;
  align-items: center;
  background: rgba(11, 31, 25, .95) !important;
  border-top-color: rgba(255,255,255,.17) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}
body.city-page .rv-detached .rv-subnav-in .subnav-container {
  width: 100%;
  justify-content: space-between;
  gap: 4px;
}
body.city-page .rv-detached .rv-subnav-in .subnav-link {
  min-height: 36px;
  padding: 7px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255,255,255,.86);
  font-size: 10.5px;
}
body.city-page .rv-detached .rv-subnav-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: #e1bb70;
}
body.city-page .rv-detached .rv-subnav-in .subnav-link:hover .rv-subnav-icon,
body.city-page .rv-detached .rv-subnav-in .subnav-link.active .rv-subnav-icon { color: #173b31; }

/* Tam ekran görünüm: tarayıcı alanını kullanır, fotoğrafın hiçbir kenarını kesmez. */
body.city-page .blog-lightbox { padding: 18px; background: rgba(5,10,8,.96); }
body.city-page .blog-lightbox img {
  width: 100vw;
  height: 100vh;
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 36px);
  object-fit: contain !important;
  object-position: center;
  border-radius: 0;
}
body.city-page .blog-lightbox .lb-close {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-end: 18px;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: rgba(0,0,0,.56);
}

@media (max-width: 1120px) and (min-width: 861px) {
  body.city-page .city-hero.rv-detached { --rv-dossier-w: 410px; }
  body.city-page .rv-detached .hero-slide { inset-inline-start: 452px; padding-inline: 18px; }
  body.city-page .rv-detached .rv-gallery-dock { width: 200px; }
  body.city-page .rv-detached .rv-gallery-thumb { height: 43px; }
  body.city-page .rv-detached .rv-htop h1 { font-size: clamp(36px, 4.2vw, 48px); }
}

/* Tablet ve telefon: önce tam fotoğraf, ardından aynı veri dosyası. */
@media (max-width: 860px) {
  body.city-page .city-hero.rv-detached {
    height: auto;
    min-height: 0;
    margin: 14px 10px 0;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
  }
  body.city-page .rv-detached .city-hero-gallery {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(350px, 76vw, 520px);
    flex: 0 0 auto;
    order: 1;
  }
  body.city-page .rv-detached .hero-slide {
    inset: 0;
    padding: 58px 14px 112px;
  }
  body.city-page .city-hero.rv-detached .hero-content.rv-v2 {
    position: relative !important;
    inset: auto !important;
    order: 2;
    width: 100% !important;
    max-width: none !important;
    padding: 24px 24px 26px !important;
    max-height: none;
    overflow: visible;
    border: 0;
    border-top: 4px solid #d9b36a;
    border-radius: 0;
    box-shadow: none;
  }
  [dir="rtl"] body.city-page .city-hero.rv-detached .hero-content.rv-v2 { border-radius: 0; }
  body.city-page .city-hero.rv-detached .rv-subnav-in {
    position: relative !important;
    inset: auto !important;
    order: 3;
    width: 100%;
    min-height: 54px;
    padding: 7px 10px !important;
  }
  body.city-page .rv-detached .rv-subnav-in .subnav-container {
    justify-content: flex-start;
    overflow-x: auto;
  }
  body.city-page .rv-detached .rv-gallery-dock {
    inset-block-start: auto;
    inset-block-end: 58px;
    inset-inline: 10px;
    width: auto;
    padding: 8px;
  }
  body.city-page .rv-detached .rv-gallery-controls { min-height: 30px; margin-bottom: 6px; }
  body.city-page .rv-detached .rv-gallery-controls .hero-nav { width: 30px; height: 30px; flex-basis: 30px; }
  body.city-page .rv-detached .rv-gallery-grid {
    display: flex;
    gap: 5px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
  body.city-page .rv-detached .rv-gallery-thumb { width: 54px; min-width: 54px; height: 39px; }
  body.city-page .rv-detached .rv-view-full {
    inset-inline-end: 12px;
    inset-block-end: 12px;
  }
}

@media (max-width: 560px) {
  body.city-page .rv-detached .city-hero-gallery { height: 370px; }
  body.city-page .rv-detached .hero-slide { padding: 52px 10px 108px; }
  body.city-page .city-hero.rv-detached .hero-content.rv-v2 { padding: 21px 18px 24px !important; }
  body.city-page .rv-detached .rv-dossier-head { align-items: flex-start; flex-wrap: wrap; }
  body.city-page .rv-detached .rv-dossier-head .breadcrumb { justify-content: flex-start; text-align: start; }
  body.city-page .rv-detached .rv-htop h1 { font-size: clamp(36px, 12vw, 48px); }
  body.city-page .rv-detached .rv-hcol-r .badge-row { grid-template-columns: 1fr; }
  body.city-page .rv-detached .rv-hfoot { align-items: flex-start; flex-direction: column; }
  body.city-page .rv-detached .rv-hfoot #share-bar { width: 100% !important; }
  body.city-page .rv-detached .rv-view-full span { display: none; }
  body.city-page .rv-detached .rv-view-full { width: 38px; justify-content: center; padding: 0; }
  body.city-page .blog-lightbox { padding: 8px; }
  body.city-page .blog-lightbox img { max-width: calc(100vw - 16px); max-height: calc(100vh - 16px); }
}

@media (prefers-reduced-motion: reduce) {
  body.city-page .rv-detached .rv-gallery-thumb,
  body.city-page .city-hero.rv-detached .hero-content.rv-v2.rv-can-expand { transition: none; }
}
