﻿/*
Theme Name:  Bir Başka Bozdoğan
Theme URI:   https://birbaskabozdogan.com
Author:      Bir Başka Bozdoğan
Description: Modern, premium ve mobil-öncelikli dijital şehir rehberi ve yerel medya platformu.
Version:     3.3.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: birbaskabozdogan
Tags:        custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

/* ── CSS Variables ────────────────────────────────────── */
:root {
  /* Brand — logo uyumlu */
  --navy:         #1F427E;   /* Logo primary */
  --navy-dk:      #142E5A;   /* Hover / koyu */
  --navy-lt:      #EEF3FB;   /* Açık yüzey */
  --surface-dark: #0F1C35;   /* Koyu bölümler (mahalleler, köşe) */
  --red:          #ED1624;   /* Logo accent */
  --amber:        #D4A64A;   /* Turizm CTA / altın vurgu */
  --amber-dk:     #c49438;   /* Amber hover / karartma */
  --amber-lt:     #FDF5E4;   /* Altın açık yüzey */
  /* Nötr */
  --ink:      #111827;
  --gray:     #6b7280;
  --border:   #e5e7eb;
  --surface:  #F5F7FA;
  --white:    #FFFFFF;
  /* Typography scale */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
}

/* ── Reset & Base ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; text-size-adjust: 100%; }
body { font-family: 'Manrope', 'Inter', system-ui, -apple-system, sans-serif; background: var(--white); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
::selection { background: var(--navy); color: #fff; }
:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }

/* ══════════════════════════════════════════════════════════
   HEADER & NAVIGATION  —  Premium Redesign
   ══════════════════════════════════════════════════════════ */
:root {
  --primary:    var(--navy);
  --primary-lt: var(--navy-lt);
  --primary-dk: var(--navy-dk);
  --header-h:   80px;
  --header-h-sm:64px;
  --logo-h:     62px;
  --logo-h-sm:  50px;
}

/* ── Site Header ──────────────────────────────────────────── */
.site-header[data-no-transition] * { transition: none !important; }
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px) saturate(200%);
  -webkit-backdrop-filter: blur(20px) saturate(200%);
  border-bottom: 1px solid rgba(229,231,235,0.9);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  border-color: var(--border);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 40px rgba(0,0,0,0.06);
}
.header-inner {
  display: flex; align-items: center;
  height: var(--header-h); gap: 36px;
  transition: height 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
}
.site-header.scrolled .header-inner { height: var(--header-h-sm); }

/* ── Logo ──────────────────────────────────────────────────── */
.site-logo {
  font-size: 1.125rem; font-weight: 800; color: var(--ink);
  white-space: nowrap; flex-shrink: 0; text-decoration: none;
  letter-spacing: -0.03em; display: flex; align-items: center;
  transition: opacity 0.2s;
}
.site-logo:hover { opacity: 0.7; }
.site-logo span { color: var(--primary); }
.site-logo img {
  height: var(--logo-h); width: auto; display: block; object-fit: contain;
  transition: height 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
}
.site-header.scrolled .site-logo img { height: var(--logo-h-sm); }

/* ── Desktop Nav ───────────────────────────────────────────── */
.header-nav { display: flex; align-items: center; flex: 1; overflow: visible; }

/* ── Right Tools ───────────────────────────────────────────── */
.header-tools {
  display: flex; align-items: center; gap: 10px;
  margin-left: auto; flex-shrink: 0;
}
.header-icon-btn {
  width: 40px; height: 40px; border-radius: 10px;
  background: transparent; border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--gray); cursor: pointer; text-decoration: none;
  transition: all 0.18s; flex-shrink: 0;
}
.header-icon-btn:hover {
  background: var(--primary-lt);
  border-color: rgba(31,66,126,0.25);
  color: var(--primary);
}

/* ── WP Admin Bar offset ───────────────────────────────────── */
.admin-bar .site-header { top: 32px !important; }
.admin-bar #page-wrap   { padding-top: calc(var(--header-h) + 32px) !important; }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px !important; }
  .admin-bar #page-wrap   { padding-top: calc(var(--header-h) + 46px) !important; }
}

/* ── List normalization ────────────────────────────────────── */
.header-nav .header-nav__list {
  display: flex; align-items: center; gap: 2px;
  list-style: none; margin: 0; padding: 0; flex: 1;
}
.offcanvas-menu-list, .oc-sub-list { list-style: none; margin: 0; padding: 0; }
.ft-nav__list { list-style: none; margin: 0; padding: 0; }

/* ── Nav Item ──────────────────────────────────────────────── */
.nav-item { position: relative; list-style: none; }

/* ── Nav Links ─────────────────────────────────────────────── */
.nav-link {
  position: relative; display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.875rem; font-weight: 500; color: #1F2937;
  white-space: nowrap; padding: 10px 16px; border-radius: 9px;
  letter-spacing: 0; text-decoration: none;
  background: none; border: none; cursor: pointer; font-family: inherit;
  transition: color 0.14s, background 0.14s;
}
.nav-link:hover { color: var(--ink); background: #F0F2F5; }

/* Active — confident pill */
.nav-link.is-active {
  color: var(--primary); font-weight: 600;
  background: var(--primary-lt);
}

/* Parent button chevron */
.nav-chevron {
  width: 13px; height: 13px; flex-shrink: 0; opacity: 0.4;
  transition: transform 0.2s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.2s;
}
.nav-item--has-sub:hover .nav-chevron,
.nav-item--has-sub:focus-within .nav-chevron { transform: rotate(180deg); opacity: 1; }

/* Canlı Yayın badge */
.nav-link-live {
  display: inline-flex; align-items: center; gap: 6px;
  background: #FEF2F2; color: var(--red) !important;
  padding: 7px 14px; border-radius: 999px; font-size: 0.75rem; font-weight: 700;
  border: 1px solid #FECACA; margin-left: 8px; text-decoration: none;
  transition: all 0.15s;
}
.nav-link-live:hover { background: var(--red); color: #fff !important; border-color: var(--red); }
.nav-live-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: currentColor; animation: pulse-dot 1.5s ease-in-out infinite; flex-shrink: 0;
}

/* ══ Dropdown Panel ════════════════════════════════════════════ */

/* ── Temel panel ─────────────────────────────────────────────── */
.nav-panel {
  position: absolute; top: calc(100% + 14px);
  left: 50%; transform: translateX(-50%) translateY(-10px);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.02),
    0 4px 6px -1px rgba(0,0,0,0.04),
    0 20px 48px -8px rgba(0,0,0,0.14);
  min-width: 240px; padding: 10px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
  z-index: 300;
}
.nav-item--has-sub:hover .nav-panel:not(.nav-panel--mega),
.nav-item--has-sub:focus-within .nav-panel:not(.nav-panel--mega) {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* ── Mega panel ──────────────────────────────────────────────── */
.nav-panel--mega {
  left: 0; transform: translateY(-10px);
  min-width: 280px; padding: 0;
  overflow: visible; /* flyout dışa taşabilmeli */
}
.nav-item--has-sub:hover .nav-panel--mega,
.nav-item--has-sub:focus-within .nav-panel--mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateY(0);
}

/* Mega panel başlığı */
.nav-panel__hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px 13px;
  border-bottom: 1px solid #F3F4F6;
  background: #FAFBFE;
  border-radius: 20px 20px 0 0;
}
.nav-panel__hd-title {
  font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: #9CA3AF;
}
.nav-panel__hd-all {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.75rem; font-weight: 600; color: var(--primary);
  text-decoration: none; transition: gap 0.15s;
}
.nav-panel__hd-all:hover { gap: 7px; }
.nav-panel__hd-all svg { width: 11px; height: 11px; }

/* Panel liste */
.nav-panel__list { list-style: none; margin: 0; padding: 8px; }

/* ── Dropdown öğesi: mega-row ────────────────────────────────── */
.mega-item { list-style: none; position: relative; }

.mega-row {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 12px 16px; border-radius: 12px; gap: 10px;
  font-size: 0.9375rem; font-weight: 500; color: #1F2937;
  text-decoration: none; background: none; border: none;
  cursor: pointer; font-family: inherit; line-height: 1.3;
  transition: background 0.14s, color 0.14s;
}
.mega-row__text { flex: 1; text-align: left; }
.mega-row__chev {
  width: 13px; height: 13px; flex-shrink: 0; color: #D1D5DB;
  transition: color 0.14s, opacity 0.14s, transform 0.18s;
}
.mega-row__chev--idle { opacity: 0; transform: translateX(-4px); }
.mega-row:hover { background: var(--primary-lt); color: var(--primary); }
.mega-row:hover .mega-row__chev--idle {
  opacity: 1; transform: translateX(0); color: var(--primary);
}
/* Parent (flyout tetikleyici) */
.mega-row--parent .mega-row__chev { opacity: 0.4; }
.mega-item--has-sub:hover .mega-row--parent,
.mega-item--has-sub:focus-within .mega-row--parent {
  background: var(--primary-lt); color: var(--primary);
}
.mega-item--has-sub:hover .mega-row--parent .mega-row__chev,
.mega-item--has-sub:focus-within .mega-row--parent .mega-row__chev {
  opacity: 1; color: var(--primary);
}

/* ── Flyout panel (depth-2) ──────────────────────────────────── */
.mega-flyout {
  position: absolute;
  top: -8px; left: calc(100% + 10px);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px rgba(0,0,0,0.06), 0 16px 40px -4px rgba(0,0,0,0.12);
  min-width: 210px; padding: 8px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(-6px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
  z-index: 400;
}
.mega-item--has-sub:hover .mega-flyout,
.mega-item--has-sub:focus-within .mega-flyout {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(0);
}
.mega-flyout__list { list-style: none; margin: 0; padding: 0; }
.mega-flyout__link {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 15px; border-radius: 10px;
  font-size: 0.875rem; font-weight: 500; color: #374151;
  text-decoration: none; white-space: nowrap;
  transition: background 0.14s, color 0.14s;
}
.mega-flyout__link::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--border); flex-shrink: 0; transition: background 0.14s;
}
.mega-flyout__link:hover { background: var(--primary-lt); color: var(--primary); }
.mega-flyout__link:hover::before { background: var(--primary); }

/* ══ Off-canvas Drawer ════════════════════════════════════════ */
.offcanvas-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(15,23,42,0.52);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.offcanvas-overlay.open { opacity: 1; pointer-events: auto; }
.offcanvas-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 210;
  width: 360px; max-width: 94vw;
  background: #fff; display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.32,0.72,0,1);
  box-shadow: -20px 0 72px rgba(0,0,0,0.16);
}
.offcanvas-drawer.open { transform: translateX(0); }

/* Head */
.offcanvas-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 22px 20px; border-bottom: 1px solid #F3F4F6; flex-shrink: 0;
}
.offcanvas-logo {
  font-size: 1.0625rem; font-weight: 800; color: var(--ink);
  text-decoration: none; letter-spacing: -0.03em; display: flex; align-items: center;
}
.offcanvas-logo img { height: 44px; width: auto; object-fit: contain; }
.offcanvas-logo span { color: var(--primary); }
.offcanvas-close {
  width: 36px; height: 36px; border-radius: 10px;
  border: 1.5px solid var(--border); background: #F9FAFB;
  display: flex; align-items: center; justify-content: center;
  color: var(--gray); cursor: pointer; flex-shrink: 0; transition: all 0.15s;
}
.offcanvas-close:hover {
  background: var(--primary-lt); color: var(--primary);
  border-color: rgba(31,66,126,0.3);
}

/* Body — smooth scrolling, hidden scrollbar */
.offcanvas-body {
  flex: 1; overflow-y: auto;
  padding: 10px 12px 20px;
  scrollbar-width: none;
}
.offcanvas-body::-webkit-scrollbar { display: none; }

/* ── Off-canvas Menu Items ─────────────────────────────────── */
.oc-item { list-style: none; }
.oc-item + .oc-item { margin-top: 1px; }

/* Accordion trigger — section headers, strong weight */
.oc-trigger {
  display: flex; align-items: center; width: 100%;
  padding: 15px 18px; border-radius: 13px;
  font-size: 1.0625rem; font-weight: 700; color: var(--ink);
  letter-spacing: -0.02em;
  background: none; border: none; cursor: pointer;
  font-family: inherit;
  transition: background 0.14s, color 0.14s;
}
.oc-trigger:hover { background: #F5F5F7; color: var(--ink); }
.oc-trigger[aria-expanded="true"] {
  color: var(--primary); background: var(--primary-lt);
}
.oc-trigger__title { flex: 1; text-align: left; }

/* Plain links — leaf items, lighter weight */
.oc-link {
  display: flex; align-items: center; width: 100%;
  padding: 13px 18px; border-radius: 13px;
  font-size: 0.9375rem; font-weight: 500; color: #374151;
  letter-spacing: -0.01em;
  text-decoration: none; background: none;
  transition: background 0.14s, color 0.14s;
}
.oc-link:hover { background: #F5F5F7; color: var(--primary); }
.oc-link--live { color: var(--red) !important; font-weight: 600; }
.oc-link--live:hover { background: #FEF2F2; }

/* Chevron */
.oc-chevron {
  width: 18px; height: 18px; flex-shrink: 0; color: #9CA3AF;
  transition: transform 0.28s cubic-bezier(0.25,0.46,0.45,0.94), color 0.14s;
}
.oc-trigger[aria-expanded="true"] .oc-chevron { transform: rotate(180deg); color: var(--primary); }

/* Accordion panel */
.oc-panel {
  overflow: hidden; max-height: 0; visibility: hidden;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), visibility 0.35s;
}
.oc-panel.is-open { max-height: 600px; visibility: visible; }

/* Sub list — visually indented, connected to parent */
.oc-sub-list {
  padding: 3px 0 12px 18px;
  margin-left: 6px;
  border-left: 2px solid #F0F0F2;
}
.oc-sub-link {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 10px;
  font-size: 0.875rem; font-weight: 500; color: var(--gray);
  text-decoration: none; transition: background 0.14s, color 0.14s;
}
.oc-sub-link::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: #D1D5DB; flex-shrink: 0; transition: background 0.14s;
}
.oc-sub-link:hover { background: var(--primary-lt); color: var(--primary); }
.oc-sub-link:hover::before { background: var(--primary); }

/* ── Off-canvas iç içe accordion (depth-1 has-sub) ──────────── */
.oc-sub-item { list-style: none; }

.oc-sub-trigger {
  display: flex; align-items: center; width: 100%;
  padding: 10px 16px; border-radius: 10px;
  font-size: 0.9375rem; font-weight: 600; color: #374151;
  background: none; border: none; cursor: pointer;
  font-family: inherit; letter-spacing: -0.01em;
  transition: background 0.14s, color 0.14s;
}
.oc-sub-trigger:hover { background: var(--primary-lt); color: var(--primary); }
.oc-sub-trigger__title { flex: 1; text-align: left; }
.oc-sub-trigger[aria-expanded="true"] {
  color: var(--primary); background: var(--primary-lt);
}
.oc-sub-trigger[aria-expanded="true"] .oc-chevron { transform: rotate(180deg); color: var(--primary); }

/* Depth-2 accordion panel */
.oc-sub-panel {
  overflow: hidden; max-height: 0; visibility: hidden;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), visibility 0.3s;
}
.oc-sub-panel.is-open { max-height: 400px; visibility: visible; }

/* Depth-2 liste — daha derin girinti, bağlantı çizgisi */
.oc-deep-list {
  list-style: none; margin: 0;
  padding: 4px 0 8px 20px;
  border-left: 2px solid #EEF0F2;
  margin-left: 16px;
}
.oc-deep-link {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 14px; border-radius: 9px;
  font-size: 0.8125rem; font-weight: 500; color: var(--gray);
  text-decoration: none; transition: background 0.14s, color 0.14s;
}
.oc-deep-link::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: #D1D5DB; flex-shrink: 0; transition: background 0.14s;
}
.oc-deep-link:hover { background: var(--primary-lt); color: var(--primary); }
.oc-deep-link:hover::before { background: var(--primary); }

/* Footer */
.offcanvas-foot {
  padding: 20px 20px calc(22px + env(safe-area-inset-bottom));
  border-top: 1px solid #F0F0F2; flex-shrink: 0;
  background: #FAFAFA;
}
.offcanvas-foot__label {
  font-size: 0.6875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: #9CA3AF; margin: 0 0 14px;
}
.offcanvas-socials-row { display: flex; gap: 8px; flex-wrap: wrap; }
.offcanvas-social {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8125rem; font-weight: 600; color: #374151;
  padding: 10px 16px; border-radius: 12px;
  border: 1.5px solid var(--border); background: #fff;
  text-decoration: none; transition: all 0.18s;
}
.offcanvas-social svg { flex-shrink: 0; }
.offcanvas-social:hover {
  color: var(--primary); border-color: rgba(31,66,126,0.3);
  background: var(--primary-lt);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31,66,126,0.12);
}

/* ── Mobile bottom nav (gizlendi — off-canvas ile değiştirildi) ── */
.bottom-nav { display: none !important; }

/* ══ News Cards ═══════════════════════════════════════════ */
.news-wrap { position: relative; }
.news-dots  { display: none; }

/* ── Shared card base ─────────────────────────────────── */
.nc {
  position: relative; display: block;
  border-radius: 18px; overflow: hidden;
  text-decoration: none; background: #111;
  flex-shrink: 0;
}
.nc__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
}
.nc:hover .nc__img { transform: scale(1.05); }
.nc__body {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.88) 0%,
    rgba(0,0,0,0.35) 45%,
    transparent 100%
  );
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px;
}
.nc__cat {
  display: inline-flex; align-items: center;
  padding: 4px 11px; border-radius: 999px;
  font-size: 0.62rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.28);
  color: rgba(255,255,255,0.92);
  align-self: flex-start; margin-bottom: 10px;
}
.nc__title {
  font-size: 0.9375rem; font-weight: 700; color: #fff;
  line-height: 1.32; letter-spacing: -0.01em; margin: 0 0 8px;
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}
.nc__date {
  font-size: 0.72rem; color: rgba(255,255,255,0.55);
  font-weight: 500;
}

/* ── Large card overrides ─────────────────────────────── */
.nc--lg .nc__body { padding: 28px; }
.nc--lg .nc__title {
  font-size: clamp(1.25rem,2.2vw,1.625rem);
  font-weight: 800; letter-spacing: -0.02em;
  -webkit-line-clamp: 3;
}
.nc--lg .nc__cat { font-size: 0.68rem; padding: 5px 12px; margin-bottom: 12px; }

/* ── Desktop grid ─────────────────────────────────────── */
.nc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 220px 200px;
  gap: 14px;
}
.nc--lg {
  grid-column: span 2;
  grid-row:    span 2;
}
/* Remaining 4 cards fill the 3rd column, rows 1-2, then spill to row 3 col 1-2 */
.nc:nth-child(2) { grid-column: 3; grid-row: 1; }
.nc:nth-child(3) { grid-column: 3; grid-row: 2; }
.nc:nth-child(4) { grid-column: 1; grid-row: 3; }
.nc:nth-child(5) { grid-column: 2; grid-row: 3; }

/* Tek haber — tam genişlik tek kart */
.nc-grid--single {
  grid-template-columns: 1fr;
  grid-template-rows: 380px;
}
.nc-grid--single .nc { grid-column: auto; grid-row: auto; }

/* 2-3 haber — eşit kolonlar, bento yok */
.nc-grid--few {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px;
}
.nc-grid--few .nc,
.nc-grid--few .nc--lg {
  grid-column: auto; grid-row: auto;
}

/* ── Mobile — horizontal swipe ────────────────────────── */
@media (max-width: 767px) {
  .nc-grid {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 14px;
    padding: 4px 0 8px;
    scrollbar-width: none;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
    /* reset grid rows */
    grid-template-columns: none;
    grid-template-rows: none;
  }
  .nc-grid::-webkit-scrollbar { display: none; }

  .nc, .nc--lg {
    flex: 0 0 80vw; max-width: 320px;
    height: 280px;
    border-radius: 16px;
    scroll-snap-align: start;
    grid-column: auto; grid-row: auto;
  }
  .nc--lg .nc__title { font-size: 1.0625rem; }

  /* Dots */
  .news-dots {
    display: flex; justify-content: center;
    align-items: center; gap: 6px; padding-top: 14px;
  }
  .news-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #D1D5DB; border: none; cursor: pointer;
    padding: 0; transition: all 0.25s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  .news-dot--active { background: var(--primary); width: 22px; border-radius: 3px; }
}

/* ── Cards ────────────────────────────────────────────── */
.card {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.09); border-color: transparent; }
.card-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 0.5s ease; }
.card:hover .card-img { transform: scale(1.04); }

/* Destination card */
.dest-card { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.dest-card:hover img { transform: scale(1.06); }
.dest-card-overlay {
  position: absolute; inset-x: 0; bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, transparent 100%);
  padding: 20px 16px 16px;
}


/* ── Köşe Yazısı Card ─────────────────────────────────── */
.kose-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.kose-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.09);
  border-color: transparent;
}
.kose-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--navy-lt);
  flex-shrink: 0;
}
.kose-author-name { font-size: 0.9375rem; font-weight: 800; color: var(--ink); }
.kose-author-role { font-size: 0.75rem; color: var(--gray); font-weight: 500; }
.kose-date { font-size: 0.72rem; color: #9CA3AF; font-weight: 600; }
.kose-title { font-size: 1rem; font-weight: 700; color: var(--ink); line-height: 1.45; }
.kose-excerpt { font-size: 0.825rem; color: var(--gray); line-height: 1.65; }
.kose-read-more {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.8rem; font-weight: 700; color: var(--navy);
  margin-top: auto;
  transition: gap 0.2s;
}
.kose-card:hover .kose-read-more { gap: 8px; }

/* ── Section helpers ──────────────────────────────────── */
.section { padding: 64px 0; }
.section-sm { padding: 40px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.container-sm { max-width: 900px; margin: 0 auto; padding: 0 20px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--navy);
}
.eyebrow::before {
  content: ''; display: inline-block;
  width: 16px; height: 2px;
  background: var(--navy); border-radius: 2px;
}
.section-title {
  font-size: clamp(1.625rem, 4vw, 2.5rem);
  font-weight: 900; color: var(--ink);
  line-height: 1.15; letter-spacing: -0.02em;
}
.section-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 32px; flex-wrap: wrap; gap: 12px;
}
.see-all {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.8125rem; font-weight: 700; color: var(--navy);
  transition: gap 0.2s;
}
.see-all:hover { gap: 8px; }

/* ══ Section Header — merkezi sistem (sh) ════════════════ */
.sh {
  text-align: center;
  margin-bottom: 48px;
}
.sh__eyebrow {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 0.6875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--primary); margin-bottom: 12px;
}
.sh__eyebrow::before,
.sh__eyebrow::after {
  content: ''; display: inline-block;
  width: 28px; height: 1.5px;
  background: var(--primary); border-radius: 2px; opacity: 0.5;
}
.sh__title {
  font-family: 'Manrope', 'Inter', system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800; color: var(--ink);
  letter-spacing: -0.03em; line-height: 1.1;
  margin: 0 0 14px;
}
.sh__desc {
  font-size: 1rem; color: var(--gray); line-height: 1.65;
  max-width: 480px; margin: 0 auto 20px;
}
.sh__all {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.8125rem; font-weight: 700; color: var(--primary);
  text-decoration: none; transition: gap 0.2s;
}
.sh__all:hover { gap: 8px; }
.sh__all svg { width: 14px; height: 14px; }
@media (max-width: 767px) {
  .sh { margin-bottom: 32px; }
  .sh__desc { font-size: 0.9375rem; }
}

/* ── Buttons ──────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; border-radius: 10px;
  transition: all 0.2s ease; cursor: pointer;
  white-space: nowrap; border: none; font-family: inherit;
}
.btn-navy {
  background: var(--navy); color: #fff; padding: 12px 24px; font-size: 0.875rem;
  box-shadow: 0 4px 14px rgba(23,58,115,0.25);
}
.btn-navy:hover { background: var(--navy-dk); box-shadow: 0 6px 20px rgba(23,58,115,0.35); transform: translateY(-1px); }
.btn-amber {
  background: var(--amber); color: #fff; padding: 12px 24px; font-size: 0.875rem;
}
.btn-amber:hover { background: var(--amber-dk); transform: translateY(-1px); }
.btn-outline {
  border: 2px solid var(--navy); color: var(--navy);
  background: transparent; padding: 10px 22px; font-size: 0.875rem;
}
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-sm { padding: 8px 18px; font-size: 0.8rem; }
.btn-ghost {
  background: transparent; color: #374151;
  padding: 10px 16px; font-size: 0.875rem; border: 1px solid var(--border);
}
.btn-ghost:hover { background: var(--surface); }
.btn-pill { border-radius: 999px; }
.btn-hero-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.35);
  color: #fff; font-weight: 700; font-size: 0.9375rem;
  text-decoration: none; background: transparent;
  transition: background 0.2s;
}
.btn-hero-ghost:hover { background: rgba(255,255,255,0.12); }

/* ── Tag / Badge ──────────────────────────────────────── */
.tag { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.tag-navy  { background: var(--navy-lt); color: var(--navy); border: 1px solid #c5d2ec; }
.tag-amber { background: var(--amber-lt); color: var(--amber); border: 1px solid #fde68a; }
.tag-gray  { background: var(--surface); color: var(--gray); border: 1px solid var(--border); }
.tag-red   { background: #fef2f2; color: var(--red); border: 1px solid #fecaca; }

/* ── Hero Weather Widget — sağ üst floating ─────────────── */
.hero-weather {
  position: absolute;
  top: calc(var(--header-h, 60px) + 16px);
  right: 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #fff;
}
.hero-weather__icon {
  display: flex; align-items: center; color: #fff;
  flex-shrink: 0;
}
.hero-weather__body {
  display: flex; flex-direction: column; gap: 2px;
}
.hero-weather__temp {
  font-size: 1.1rem; font-weight: 800; line-height: 1;
  letter-spacing: -0.02em;
}
.hero-weather__desc {
  font-size: 0.68rem; font-weight: 500;
  color: rgba(255,255,255,0.6);
  text-transform: capitalize;
}
.hero-weather__details {
  display: flex; flex-direction: column; gap: 4px;
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.15);
}
.hero-weather__details span {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.65rem; font-weight: 600;
  color: rgba(255,255,255,0.55);
}
.hero-weather__details svg {
  width: 10px; height: 10px; flex-shrink: 0;
}
@media (max-width: 767px) {
  .hero-weather {
    top: calc(var(--header-h, 60px) + 10px);
    right: 14px;
    padding: 8px 12px;
    gap: 7px;
  }
  .hero-weather__temp { font-size: 0.95rem; }
  .hero-weather__details { display: none; }
}

/* ══════════════════════════════════════════════════════
   HERO — Modern Minimal (v2)
══════════════════════════════════════════════════════ */

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero--fullscreen {
  min-height: 72svh;
}

/* Fotoğraf */
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04);
  transition: transform 8s ease-out;
  will-change: transform;
}
.hero--fullscreen.is-visible .hero-bg {
  transform: scale(1);
}

/* Overlay — sadece metin alanını korur, fotoğrafı boğmaz */
.hero-overlay--modern {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.08) 50%, transparent 100%),
    linear-gradient(to top,   rgba(0,0,0,0.6)  0%, rgba(0,0,0,0.1)  35%, transparent 70%);
}

/* Scroll göstergesi */
.hero-scroll-hint {
  position: absolute; right: 28px; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column;
  align-items: center; gap: 8px; z-index: 3;
}
.hero-scroll-hint__line {
  width: 1px; height: 56px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.4));
}
.hero-scroll-hint__text {
  font-size: 9px; letter-spacing: 0.25em;
  color: rgba(255,255,255,0.35);
  writing-mode: vertical-lr; text-transform: uppercase;
}

/* Ana içerik — dikey ortalı */
.hero-body {
  position: relative; z-index: 2;
  flex: 1;
  display: flex; align-items: center;
  padding: calc(var(--header-h, 80px) + 40px) 20px 40px;
  max-width: 1200px; width: 100%; margin: 0 auto;
}
.hero-body__inner {
  max-width: 640px;
}

/* Eyebrow */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}
.hero-eyebrow__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--amber, #F59E0B);
  flex-shrink: 0;
}

/* Başlık */
.hero-title {
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  font-weight: 900; color: #fff;
  line-height: 1.0; letter-spacing: -0.03em;
  margin: 0 0 24px;
}

.hero-title__accent {
  color: var(--amber, #F59E0B);
}

/* Alt başlık */
.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.1875rem);
  color: rgba(255,255,255,0.68);
  line-height: 1.7; margin: 0 0 36px;
  max-width: 480px;
}

/* Butonlar */
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.hero-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 0.9375rem;
  border-radius: 999px; text-decoration: none;
  transition: all 0.2s ease; cursor: pointer;
  white-space: nowrap; border: none; font-family: inherit;
  padding: 14px 30px;
}
.hero-btn--primary {
  background: var(--navy); color: #fff;
  box-shadow: 0 4px 24px rgba(23,58,115,0.45);
}
.hero-btn--primary:hover {
  background: var(--navy-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(23,58,115,0.5);
}
.hero-btn--ghost {
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.3);
  color: #fff;
  backdrop-filter: blur(8px);
}
.hero-btn--ghost:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
}

/* Hero stats — içerik altında, üst border ile ayrılmış */
.hero-stats {
  display: flex; align-items: center; gap: 0;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.hero-stats__item {
  display: flex; flex-direction: column; gap: 3px;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.hero-stats__item:first-child { padding-left: 0; }
.hero-stats__item:last-child  { border-right: none; }
.hero-stats__val {
  font-size: 1.5rem; font-weight: 900;
  color: #fff; line-height: 1;
  letter-spacing: -0.025em;
}
.hero-stats__lbl {
  font-size: 0.6rem; font-weight: 700;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.14em;
}

/* Mobil */
@media (max-width: 767px) {
  .hero-body {
    padding: calc(var(--header-h, 60px) + 24px) 20px 32px;
  }
  .hero-title { letter-spacing: -0.025em; }
  .hero-sub { margin-bottom: 28px; }
  .hero-btn { padding: 12px 22px; font-size: 0.875rem; }
  .hero-stats { margin-top: 24px; padding-top: 18px; gap: 0; }
  .hero-stats__item { padding: 0 18px; }
  .hero-stats__val { font-size: 1.2rem; }
  .hero-scroll-hint { display: none; }
}

/* ── Live badge ───────────────────────────────────────── */
.live-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--red); color: #fff; padding: 4px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em;
}
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: pulse-dot 1.5s ease-in-out infinite; }

/* ── Search ───────────────────────────────────────────── */
.search-input {
  width: 100%; background: #fff; border: 1.5px solid var(--border); border-radius: 12px;
  padding: 12px 16px 12px 44px; font-size: 0.9rem; color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s; outline: none; font-family: inherit;
}
.search-input:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(23,58,115,0.1); }
.search-input::placeholder { color: #9CA3AF; }

/* ── Filter pills ─────────────────────────────────────── */
.filter-pill {
  display: inline-flex; align-items: center; padding: 8px 18px; border-radius: 999px;
  font-size: 0.8rem; font-weight: 600; border: 1.5px solid var(--border);
  background: #fff; color: var(--gray); cursor: pointer; transition: all 0.2s; white-space: nowrap;
}
.filter-pill:hover { border-color: var(--navy); color: var(--navy); }
.filter-pill.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── Breadcrumb ───────────────────────────────────────── */
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: rgba(255,255,255,0.7); flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb-sep { color: rgba(255,255,255,0.4); }

/* ── Stat card ────────────────────────────────────────── */
.stat-card { background: #fff; border-radius: 16px; padding: 20px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.stat-value { font-size: 1.75rem; font-weight: 900; color: var(--navy); line-height: 1; }
.stat-label { font-size: 0.75rem; color: var(--gray); font-weight: 600; margin-top: 4px; }

/* ── Prose (article content) ──────────────────────────── */
.prose { font-size: 1.0625rem; line-height: 1.75; color: #374151; }
.prose h2 { font-size: 1.5rem; font-weight: 800; color: var(--ink); margin: 2em 0 0.75em; }
.prose h3 { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin: 1.5em 0 0.6em; }
.prose p { margin-bottom: 1.25em; }
.prose a { color: var(--navy); text-decoration: underline; text-decoration-color: transparent; transition: text-decoration-color 0.2s; }
.prose a:hover { text-decoration-color: currentColor; }
.prose img { border-radius: 12px; margin: 1.5em 0; }
.prose ul, .prose ol { padding-left: 1.5em; margin-bottom: 1.25em; }
.prose li + li { margin-top: 0.5em; }
.prose blockquote { border-left: 4px solid var(--navy); padding-left: 1.25em; font-style: italic; color: var(--gray); margin: 1.5em 0; }

/* ── Gallery grid ─────────────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
@media (min-width: 640px) { .gallery-grid { gap: 12px; } }
.gallery-item { aspect-ratio: 1; border-radius: 12px; overflow: hidden; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.08); }

/* ── Lightbox ─────────────────────────────────────────── */
.lightbox {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(0,0,0,0.95); display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; pointer-events: none; transition: opacity 0.25s ease;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; }

/* ── Animations ───────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
}

/* ── Utility ──────────────────────────────────────────── */
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.aspect-16-9 { aspect-ratio: 16/9; }
.aspect-4-3  { aspect-ratio: 4/3; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }

/* ══ Mahalle Grid (MHG) ══════════════════════════════════ */

/* ── MHG — Asimetrik Mahalle Grid ────────────────────── */
/*
  Layout (desktop):
  [ Büyük kart — 2 kolon ] [ Kart 2 ]
  [ Kart 3 ] [ Kart 4 ] [ Kart 5 ] [ Kart 6 ]
  (İlk satır 3 kolon grid: büyük kart span-2, küçük span-1)
  (İkinci satır: 4 kolon)
*/
.mhg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 12px;
}

/* Ortak kart */
.mhg__card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #1e293b;
  cursor: pointer;
  min-height: 220px;
}

/* Büyük kart — ilk öğe */
.mhg__card--lead {
  grid-column: span 2;
  min-height: 340px;
}

/* Fotoğraf */
.mhg__img-wrap {
  position: absolute; inset: 0; overflow: hidden;
}
.mhg__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
}
.mhg__card:hover .mhg__img { transform: scale(1.06); }

/* ── Global logo fallback — bbb_card_img() tarafından kullanılır ── */
.bbb-logo-fallback {
  width: 100%; height: 100%;
  min-height: 120px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  display: flex; align-items: center; justify-content: center;
}
.bbb-logo-fallback__img {
  width: auto; height: 48px; max-width: 55%;
  object-fit: contain; opacity: 0.65;
  filter: brightness(0) invert(1);
}

/* Görsel yoksa logo fallback */
.mhg__logo-fallback {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  display: flex; align-items: center; justify-content: center;
}
.mhg__logo-fallback__img {
  width: auto; height: 48px; max-width: 60%;
  object-fit: contain; opacity: 0.7;
  filter: brightness(0) invert(1);
}
.mhg__card--lead .mhg__logo-fallback__img { height: 64px; }

/* Gradient — sadece alt %60 */
.mhg__gradient {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.25) 50%,
    transparent 100%
  );
  transition: opacity 0.3s;
}
.mhg__card:hover .mhg__gradient {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.35) 55%,
    transparent 100%
  );
}

/* İçerik — fotoğrafın üzerinde */
.mhg__content {
  position: absolute; inset-x: 0; bottom: 0; z-index: 2;
  padding: 16px 18px;
}
.mhg__card--lead .mhg__content { padding: 22px 24px; }

/* Konum etiketi */
.mhg__loc {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.68rem; font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 5px;
}

/* Mahalle adı */
.mhg__name {
  font-size: 1rem; font-weight: 800;
  color: #fff; line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 0 8px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.mhg__card--lead .mhg__name { font-size: 1.5rem; margin-bottom: 10px; }

/* Açıklama — sadece büyük kartta */
.mhg__bio {
  font-size: 0.8125rem; color: rgba(255,255,255,0.65);
  line-height: 1.55; margin: 0 0 12px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Footer: nüfus pill + ok */
.mhg__footer {
  display: flex; align-items: center; justify-content: space-between;
}
.mhg__pill {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,0.85);
}
.mhg__arrow {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  transform: translateX(4px); opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.2s;
}
.mhg__card:hover .mhg__arrow {
  transform: translateX(0); opacity: 1;
  background: var(--navy); border-color: var(--navy);
}

/* Tablet: 3 kolon, büyük span-2 */
@media (max-width: 1024px) and (min-width: 640px) {
  .mhg { gap: 10px; }
  .mhg__card--lead { min-height: 260px; }
  .mhg__card { min-height: 180px; }
}

/* Mobil: 2 kolon, büyük tam genişlik */
@media (max-width: 639px) {
  .mhg { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .mhg__card--lead { grid-column: span 2; min-height: 220px; }
  .mhg__card { min-height: 150px; }
  .mhg__name { font-size: 0.875rem; }
  .mhg__card--lead .mhg__name { font-size: 1.125rem; }
  .mhg__card:nth-child(n+5) { display: none; } /* Mobilde 4 kart */
}

/* ══ Keşfet Cards ════════════════════════════════════════ */
.kf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) { .kf-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .kf-grid { grid-template-columns: 1fr; gap: 12px; } }

.kf-card {
  position: relative;
  display: flex; flex-direction: column;
  border-radius: 16px; overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--border);
  min-height: 160px;
  transition:
    transform 0.25s cubic-bezier(0.25,0.46,0.45,0.94),
    box-shadow 0.25s cubic-bezier(0.25,0.46,0.45,0.94),
    border-color 0.25s;
}
@media (hover: hover) {
  .kf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.10);
    border-color: transparent;
  }
  .kf-card:hover .kf-card__icon { transform: translateY(-3px) scale(1.08); }
  .kf-card:hover .kf-card__bg   { transform: scale(1.05); }
  .kf-card:hover .kf-card__arrow { opacity: 1 !important; transform: translateX(0) !important; }
}
.kf-card__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94);
}
.kf-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.35) 100%);
}
.kf-card__inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  padding: 24px 22px 20px; gap: 10px; flex: 1;
}
.kf-card:has(.kf-card__bg) .kf-card__title { color: #fff; }
.kf-card:has(.kf-card__bg) .kf-card__desc  { color: rgba(255,255,255,0.72); }
.kf-card:has(.kf-card__bg) .kf-card__icon  { color: rgba(255,255,255,0.9); }
.kf-card:has(.kf-card__bg) .kf-card__arrow { opacity: 0.5; }
.kf-card__icon {
  color: var(--primary); flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.25,0.46,0.45,0.94);
}
.kf-card__icon svg { width: 32px; height: 32px; display: block; }
.kf-card__body { flex: 1; }
.kf-card__title {
  font-size: 1.0625rem; font-weight: 700; color: var(--ink);
  line-height: 1.3; letter-spacing: -0.01em; margin: 0 0 6px;
}
.kf-card__desc {
  font-size: 0.8125rem; color: var(--gray); line-height: 1.55; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.kf-card__arrow {
  align-self: flex-end; color: #D1D5DB;
  opacity: 0; transform: translateX(-6px);
  transition: opacity 0.2s, transform 0.2s;
}

/* ══ Keşfet Sayfası (page-kesfet.php) ═══════════════════ */
.kfp-hero {
  position: relative;
  min-height: 340px; display: flex; align-items: flex-end;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  overflow: hidden;
}
.kfp-hero__bg {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.kfp-hero__overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 20% 50%, rgba(31,66,126,0.3) 0%, transparent 70%);
}
.kfp-hero__inner {
  position: relative; z-index: 2;
  padding-top: 100px; padding-bottom: 56px;
}
.kfp-hero .sh__eyebrow::before,
.kfp-hero .sh__eyebrow::after { background: rgba(255,255,255,0.4); }

/* Sticky search/filter bar */
.kfp-bar {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  position: sticky; top: var(--header-h, 80px);
  z-index: 50;
}
.kfp-bar__inner {
  display: flex; align-items: center;
  gap: 16px; height: 64px; flex-wrap: wrap;
  padding-top: 10px; padding-bottom: 10px;
}
.kfp-search-wrap {
  position: relative; flex-shrink: 0; width: 280px;
}
.kfp-search__icon {
  position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; color: #9CA3AF; pointer-events: none;
}
.kfp-search__input {
  width: 100%; background: #F8FAFC;
  border: 1.5px solid var(--border); border-radius: 10px;
  padding: 9px 14px 9px 38px;
  font-size: 0.875rem; color: var(--ink); outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  font-family: inherit;
}
.kfp-search__input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(31,66,126,0.1);
}
.kfp-filters {
  display: flex; align-items: center; gap: 8px;
  overflow-x: auto; scrollbar-width: none; flex: 1;
}
.kfp-filters::-webkit-scrollbar { display: none; }
.kfp-filter {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: 999px;
  font-size: 0.8125rem; font-weight: 600; color: var(--gray);
  border: 1.5px solid var(--border); background: #fff;
  cursor: pointer; white-space: nowrap;
  transition: all 0.18s; font-family: inherit;
}
.kfp-filter:hover { border-color: var(--primary); color: var(--primary); }
.kfp-filter--active { background: var(--primary); border-color: var(--primary); color: #fff; }
.kfp-filter--active .kfp-filter__count { background: rgba(255,255,255,0.2); color: #fff; }
.kfp-filter__count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 999px; background: #F3F4F6;
  font-size: 0.68rem; font-weight: 700; color: var(--gray);
}

/* Card category badge */
.kfp-card-cat {
  font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--primary); background: var(--primary-lt);
  padding: 3px 9px; border-radius: 999px;
}
.kfp-card-cat--light {
  color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.15);
}

/* Explore button */
.kfp-explore-btn {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.8125rem; font-weight: 600; color: var(--primary);
  opacity: 0; transform: translateX(-4px);
  transition: opacity 0.2s, transform 0.2s;
}
.kf-card:hover .kfp-explore-btn { opacity: 1; transform: translateX(0); }
.kf-card:has(.kf-card__bg):hover .kfp-explore-btn {
  color: rgba(255,255,255,0.9);
}

/* Stats */
.kfp-stat-card {
  background: #F8FAFC; border: 1px solid var(--border);
  border-radius: 16px; padding: 24px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.kfp-stat-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.07); }
.kfp-stat-card__icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--primary-lt); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.kfp-stat-card__val {
  font-size: 2rem; font-weight: 900; color: var(--ink);
  letter-spacing: -0.04em; line-height: 1;
}
.kfp-stat-card__lbl {
  font-size: 0.75rem; font-weight: 600; color: var(--gray);
  text-transform: uppercase; letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .kfp-bar__inner { height: auto; padding: 12px 0; flex-direction: column; align-items: stretch; gap: 10px; }
  .kfp-search-wrap { width: 100%; }
  .kfp-hero__inner { padding-top: 80px; padding-bottom: 40px; }
  .kfp-hero .sh__title { font-size: clamp(1.75rem,6vw,2.5rem) !important; }
}
@media (max-width: 640px) {
  div:has(> .kfp-stat-card) { grid-template-columns: repeat(2,1fr) !important; }
}

/* ══ Keşfet Box Grid (anasayfa) ═════════════════════════ */
.kf-box-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 6px; /* box-shadow kesilmesin */
  margin: -6px; /* dış hizalamayı koru */
}
@media (max-width: 1024px) { .kf-box-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } }
@media (max-width: 480px)  { .kf-box-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; } }

/* ── Kutu ────────────────────────────────────────────── */
.kf-box {
  position: relative;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px; padding: 14px 8px 12px;
  border-radius: 14px;
  border: 1px solid #E0E0E0;
  background: #fff;
  text-decoration: none;
  aspect-ratio: 1;
  transition: background 0.15s;
  overflow: visible;
}

/* ── Sağ üst yuvarlak gösterge — sadece urgent kartlarda görünür ── */
.kf-box__dot {
  display: none;
}
.kf-box--urgent .kf-box__dot {
  display: block;
  position: absolute; top: 8px; right: 8px;
  width: 9px; height: 9px; border-radius: 50%;
  border: 1.5px solid #ef4444; background: #ef4444;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

/* ── İkon ───────────────────────────────────────────── */
.kf-box__icon {
  display: flex; align-items: center; justify-content: center;
  color: #B0B8C4; flex-shrink: 0;
  transition: color 0.2s, transform 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}

/* Tüm SVG ve IMG boyutlarını zorla */
.kf-box__icon svg,
.kf-box__icon img {
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .kf-box__icon svg,
  .kf-box__icon img {
    width: 52px !important;
    height: 52px !important;
  }
}

@media (max-width: 480px) {
  .kf-box__icon svg,
  .kf-box__icon img {
    width: 32px !important;
    height: 32px !important;
  }
  .kf-box {
    gap: 6px;
    padding: 10px 4px 8px;
  }
}

/* ── Etiket ─────────────────────────────────────────── */
.kf-box__label {
  font-size: 0.8125rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--gray); text-align: center; line-height: 1.2;
  transition: color 0.15s;
}
@media (max-width: 480px) {
  .kf-box__label { font-size: 0.7rem; letter-spacing: 0.03em; }
}

/* ── Açıklama ────────────────────────────────────────── */
.kf-box__desc {
  font-size: 0.7rem; color: #9CA3AF; text-align: center;
  line-height: 1.4; padding: 0 4px;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
  transition: color 0.15s;
}
.kf-box:hover .kf-box__desc,
.kf-box:focus-visible .kf-box__desc { color: #3B82F6; }
@media (max-width: 480px) { .kf-box__desc { display: none; } }

/* ── Öne çıkar (urgent) ─────────────────────────────── */
@keyframes kfUrgentPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239,68,68,0.55), 0 2px 8px rgba(239,68,68,0.12); }
  50%       { box-shadow: 0 0 0 6px rgba(239,68,68,0),  0 2px 8px rgba(239,68,68,0.12); }
}

.kf-box--urgent {
  border-color: #ef4444;
  animation: kfUrgentPulse 1.8s ease-in-out infinite;
}
.kf-box--urgent .kf-box__dot {
  background: #ef4444;
  border-color: #ef4444;
}
.kf-box__urgent-badge {
  position: absolute;
  top: -1px; left: 50%; transform: translateX(-50%);
  font-size: 0.6rem; font-weight: 900; letter-spacing: 0.08em;
  color: #fff; background: #ef4444;
  padding: 2px 7px; border-radius: 0 0 6px 6px;
  line-height: 1.4; white-space: nowrap;
  pointer-events: none;
}

/* ── Hover efekti ────────────────────────────────────── */
.kf-box {
  box-shadow: 0 0 0 0 transparent;
  transition:
    box-shadow  0.22s cubic-bezier(0.25,0.46,0.45,0.94),
    transform   0.22s cubic-bezier(0.25,0.46,0.45,0.94),
    background  0.22s ease,
    border-color 0.22s ease;
}

.kf-box:hover,
.kf-box:focus-visible {
  border-color: var(--primary);
  background: #F0F7FF;
  transform: translateY(-3px);
  box-shadow:
    0 0 0 2px var(--primary),
    0 8px 24px rgba(31,66,126,0.15);
}

.kf-box:hover .kf-box__icon,
.kf-box:focus-visible .kf-box__icon {
  color: var(--primary);
  transform: translateY(-2px) scale(1.05);
}
.kf-box:hover .kf-box__label,
.kf-box:focus-visible .kf-box__label { color: var(--primary); }
.kf-box:hover .kf-box__dot,
.kf-box:focus-visible .kf-box__dot {
  background: var(--primary);
  border-color: var(--primary);
  transform: scale(1.2);
}

/* ══ Quick Access ════════════════════════════════════════ */
.quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.quick-item {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 16px 10px; border-radius: 14px;
  border: 1.5px solid var(--border); background: #fff;
  text-align: center; text-decoration: none;
  color: var(--ink); font-size: 0.75rem; font-weight: 700;
  transition: all 0.2s ease;
}
.quick-item:hover {
  border-color: var(--navy); color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31,66,126,0.1);
}
.quick-item__icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--navy-lt); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.quick-item:hover .quick-item__icon { background: var(--navy); color: #fff; }
.quick-item__label { line-height: 1.2; }

/* ══ Ziyaretçi Sayacı — Slim Bar ════════════════════════ */
.vc-bar {
  background: var(--navy);
  border-top: none;
  border-bottom: none;
}
.vc-bar__inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 52px; gap: 20px;
}
.vc-bar__left {
  display: flex; align-items: center; gap: 8px;
  flex-shrink: 0;
}
.vc-bar__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #7dd3fc; flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(125,211,252,0.5);
  animation: vc-pulse 2s ease-in-out infinite;
}
@keyframes vc-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(125,211,252,0.5); }
  60%  { box-shadow: 0 0 0 5px rgba(125,211,252,0); }
  100% { box-shadow: 0 0 0 0 rgba(125,211,252,0); }
}
.vc-bar__title {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.55);
}
.vc-bar__stats {
  display: flex; align-items: center; gap: 0;
}
.vc-bar__stat {
  display: flex; align-items: center; gap: 6px;
  padding: 0 20px;
}
.vc-bar__stat--online .vc-bar__stat-val { color: #7dd3fc; }
.vc-bar__stat-val {
  font-size: 0.9375rem; font-weight: 800;
  color: #fff; letter-spacing: -0.02em;
}
.vc-bar__stat-lbl {
  font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,0.5);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.vc-bar__divider {
  width: 1px; height: 20px; background: rgba(255,255,255,0.15); flex-shrink: 0;
}
@media (max-width: 640px) {
  .vc-bar__inner { flex-direction: column; height: auto; padding: 10px 0 8px; gap: 8px; }
  .vc-bar__left  { justify-content: center; }
  .vc-bar__title { font-size: 0.68rem; }
  .vc-bar__stats { width: 100%; justify-content: center; gap: 0; }
  .vc-bar__stat  { padding: 0 12px; flex-direction: column; gap: 1px; text-align: center; }
  .vc-bar__stat-val { font-size: 0.9375rem; }
  .vc-bar__divider { height: 16px; }
}

/* ══ Yazar Profil Sayfası ════════════════════════════════ */

/* Hero bölümü */
.ap-hero {
  position: relative;
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 56px 0 40px;
  overflow: hidden;
}
.ap-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.ap-hero__blob {
  position: absolute; border-radius: 50%;
  filter: blur(60px); opacity: 0.12;
}
.ap-hero__blob--1 {
  width: 400px; height: 400px; top: -120px; right: -80px;
  background: var(--accent, var(--navy));
}
.ap-hero__blob--2 {
  width: 260px; height: 260px; bottom: -80px; left: 60px;
  background: var(--accent, var(--navy));
}

.ap-hero__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0 40px;
  align-items: start;
  position: relative; z-index: 1;
}

/* Avatar */
.ap-avatar-wrap {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; grid-row: span 2;
}
.ap-avatar {
  position: relative;
  width: 120px; height: 120px; flex-shrink: 0;
}
.ap-avatar__img {
  width: 120px; height: 120px; border-radius: 50%;
  object-fit: cover; display: block;
  border: 3px solid #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.ap-avatar__ring {
  position: absolute; inset: -5px; border-radius: 50%;
  border: 2px solid rgba(var(--accent-rgb, 29,78,216), 0.25);
  animation: ap-ring-pulse 3s ease-in-out infinite;
}
@keyframes ap-ring-pulse {
  0%,100% { transform: scale(1); opacity: 0.6; }
  50%      { transform: scale(1.04); opacity: 1; }
}
.ap-unvan {
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  background: rgba(var(--accent-rgb, 29,78,216), 0.08);
  color: var(--accent, var(--navy));
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  white-space: nowrap;
}

/* Ad & biyografi */
.ap-hero__info { display: flex; flex-direction: column; gap: 10px; }
.ap-hero__name {
  font-size: clamp(1.625rem,3vw,2.25rem);
  font-weight: 800; color: var(--ink);
  line-height: 1.1; letter-spacing: -0.03em; margin: 0;
}
.ap-hero__bio {
  font-size: 0.9375rem; color: var(--gray);
  line-height: 1.7; max-width: 560px; margin: 0;
}

/* Sosyal linkler */
.ap-socials { display: flex; gap: 8px; flex-wrap: wrap; }
.ap-social {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: 8px;
  border: 1px solid var(--border); background: var(--surface);
  font-size: 0.78rem; font-weight: 600; color: var(--gray);
  text-decoration: none; transition: all 0.2s;
}
.ap-social:hover {
  border-color: var(--accent, var(--navy));
  color: var(--accent, var(--navy));
  background: #fff;
}

/* İstatistik bar */
.ap-stats {
  grid-column: 2;
  display: flex; gap: 0;
  border-top: 1px solid var(--border);
  margin-top: 24px; padding-top: 20px;
}
.ap-stat {
  padding: 0 28px 0 0;
  border-right: 1px solid var(--border);
  margin-right: 28px;
}
.ap-stat:last-child { border-right: none; margin-right: 0; }
.ap-stat__val {
  font-size: 1.5rem; font-weight: 800;
  color: var(--accent, var(--navy));
  letter-spacing: -0.04em; line-height: 1;
}
.ap-stat__lbl {
  font-size: 0.72rem; font-weight: 600; color: var(--gray);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-top: 3px;
}

/* Kategori sekmeleri */
.ap-tabs {
  display: flex; gap: 6px; margin-bottom: 28px;
  flex-wrap: wrap;
}
.ap-tab {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: 999px;
  border: 1.5px solid var(--border); background: #fff;
  font-size: 0.8rem; font-weight: 600; color: var(--gray);
  text-decoration: none; transition: all 0.2s;
}
.ap-tab:hover { border-color: var(--navy); color: var(--navy); }
.ap-tab--active { background: var(--navy); border-color: var(--navy); color: #fff; }
.ap-tab--active .ap-tab__count { background: rgba(255,255,255,0.2); color: #fff; }
.ap-tab__count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 20px; height: 20px; border-radius: 999px;
  background: var(--surface); color: var(--gray);
  font-size: 0.68rem; font-weight: 700; padding: 0 5px;
}

/* Yazı grid */
.ap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Lead (büyük) kart — tam genişlik */
.ap-post--lead {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  min-height: 340px;
}
.ap-post--lead:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.09);
}
.ap-post--lead .ap-post__img-wrap {
  position: relative; overflow: hidden;
}
.ap-post--lead .ap-post__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.ap-post--lead:hover .ap-post__img { transform: scale(1.04); }
.ap-post__img-fade {
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(255,255,255,0.08));
  pointer-events: none;
}
.ap-post__body--lead {
  display: flex; flex-direction: column;
  padding: 32px 28px;
  justify-content: center;
}
.ap-post__title--lead {
  font-size: clamp(1.25rem,2.5vw,1.75rem);
  font-weight: 800; color: var(--ink);
  line-height: 1.25; letter-spacing: -0.02em;
  margin: 0 0 10px;
}

/* Normal kart */
.ap-post {
  display: flex; flex-direction: column;
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); background: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.2s;
}
.ap-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
  border-color: transparent;
}
.ap-post .ap-post__img-wrap {
  overflow: hidden; aspect-ratio: 16/10;
}
.ap-post .ap-post__img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
.ap-post:hover .ap-post__img { transform: scale(1.05); }
.ap-post__body { display: flex; flex-direction: column; padding: 16px; gap: 6px; flex: 1; }
.ap-post__cat {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--navy);
}
.ap-post__title {
  font-size: 0.9375rem; font-weight: 700; color: var(--ink);
  line-height: 1.4; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ap-post__excerpt {
  font-size: 0.875rem; color: var(--gray); line-height: 1.6; margin: 0;
}
.ap-post__excerpt--sm {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ap-post__meta {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.72rem; color: #9ca3af; margin-top: auto; padding-top: 8px;
}

/* Sayfalama */
.ap-pagination {
  display: flex; justify-content: center; gap: 6px; margin-top: 40px;
}
.ap-page-btn {
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--border); background: #fff;
  font-size: 0.875rem; font-weight: 600; color: var(--gray);
  text-decoration: none; transition: all 0.2s;
}
.ap-page-btn:hover { border-color: var(--navy); color: var(--navy); }
.ap-page-btn--active { background: var(--navy); border-color: var(--navy); color: #fff; }

/* Mobil */
@media (max-width: 767px) {
  .ap-hero__inner { grid-template-columns: 1fr; gap: 24px; }
  .ap-avatar-wrap { flex-direction: row; align-self: start; grid-row: auto; }
  .ap-stats { grid-column: auto; margin-top: 16px; padding-top: 16px; }
  .ap-stat { padding: 0 16px 0 0; margin-right: 16px; }
  .ap-stat__val { font-size: 1.25rem; }
  .ap-grid { grid-template-columns: 1fr; }
  .ap-post--lead { grid-template-columns: 1fr; min-height: auto; }
  .ap-post--lead .ap-post__img-wrap { aspect-ratio: 16/9; }
  .ap-post--lead .ap-post__body--lead { padding: 20px; }
}
@media (max-width: 960px) and (min-width: 768px) {
  .ap-grid { grid-template-columns: repeat(2, 1fr); }
  .ap-post--lead { grid-column: 1 / -1; }
}

/* ══ Köşe Yazıları — Anasayfa Bölümü ════════════════════ */

.kose-fp-section {
  position: relative;
  background: #fff;
  padding: 72px 0 80px;
  border-top: 4px solid var(--navy);
  overflow: hidden;
}
.kose-fp-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 95% 0%, rgba(31,66,126,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 5% 100%, rgba(31,66,126,0.04) 0%, transparent 60%);
}
.kose-fp-bg::before {
  content: '\201C';
  position: absolute;
  top: -40px; right: 2%;
  font-size: clamp(280px, 28vw, 420px);
  font-weight: 900; line-height: 1;
  color: var(--navy);
  opacity: 0.22;
  font-family: Georgia, serif;
  pointer-events: none;
  user-select: none;
}
.kose-fp-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 16px; margin-bottom: 36px; flex-wrap: wrap;
}
.kose-fp-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--navy); margin-bottom: 10px;
}
.kose-fp-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900; color: var(--ink);
  line-height: 1.05; letter-spacing: -0.03em; margin: 0 0 6px;
}
.kose-fp-sub {
  font-size: 1rem; color: var(--gray); line-height: 1.6; margin: 0;
}
.kose-fp-all {
  display: inline-flex; align-items: center; gap: 6px;
  flex-shrink: 0; padding: 10px 22px;
  border-radius: 10px; border: 2px solid var(--navy);
  color: var(--navy); font-size: 0.875rem; font-weight: 700;
  text-decoration: none; transition: all 0.2s; white-space: nowrap;
}
.kose-fp-all:hover {
  background: var(--navy); color: #fff; gap: 10px;
}

/* ══ Köşe Yazıları Arşivi ════════════════════════════════ */

/* Hero */
.kose-arch-hero {
  position: relative;
  background: #0f172a;
  padding: 72px 0 48px;
  overflow: hidden;
}
.kose-arch-hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% -10%, rgba(31,66,126,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 10% 110%, rgba(31,66,126,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.kose-arch-hero__inner { position: relative; z-index: 1; }
.kose-arch-hero__eyebrow {
  color: rgba(255,255,255,0.4);
  --navy: rgba(255,255,255,0.25);
  margin-bottom: 12px;
}
.kose-arch-hero__title {
  font-size: clamp(2rem,5vw,3.5rem);
  font-weight: 900; color: #fff;
  line-height: 1.05; letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.kose-arch-hero__sub {
  font-size: 1rem; color: rgba(255,255,255,0.5);
  line-height: 1.65; max-width: 480px;
}

/* Yazarlar bar */
.kose-authors-bar {
  background: #fff; border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.kose-authors-bar__label {
  font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: #9ca3af; margin-bottom: 14px;
}
.kose-authors-bar__list {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.kose-author-chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 8px;
  border-radius: 999px; border: 1.5px solid var(--border);
  background: var(--surface); text-decoration: none;
  transition: all 0.2s;
}
.kose-author-chip:hover {
  border-color: var(--navy); background: var(--navy-lt);
  transform: translateY(-1px);
}
.kose-author-chip__img {
  width: 36px; height: 36px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
}
.kose-author-chip__info {
  display: flex; flex-direction: column; gap: 1px;
}
.kose-author-chip__name {
  font-size: 0.8125rem; font-weight: 700; color: var(--ink);
}
.kose-author-chip__role {
  font-size: 0.68rem; color: var(--gray);
}
.kose-author-chip__count {
  font-size: 0.68rem; font-weight: 700;
  color: var(--navy); background: var(--navy-lt);
  padding: 3px 8px; border-radius: 999px;
  margin-left: 4px;
}

/* Lead yazı */
.kose-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border); background: #fff;
  text-decoration: none; margin-bottom: 24px;
  min-height: 380px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.kose-lead:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.09);
}
.kose-lead--no-img {
  grid-template-columns: 1fr;
}
.kose-lead--no-img .kose-lead__body {
  padding: 44px 48px;
}
.kose-lead--no-img .kose-lead__title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}
.kose-lead--no-img .kose-lead__excerpt {
  -webkit-line-clamp: 4;
  max-width: 680px;
}
.kose-lead__img-col { overflow: hidden; }
.kose-lead__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.kose-lead:hover .kose-lead__img { transform: scale(1.04); }
.kose-lead__body {
  display: flex; flex-direction: column;
  padding: 36px 32px; justify-content: center; gap: 12px;
}
.kose-lead__author {
  display: flex; align-items: center; gap: 10px;
}
.kose-lead__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--navy-lt);
  flex-shrink: 0;
}
.kose-lead__author-name {
  font-size: 0.875rem; font-weight: 800; color: var(--ink);
}
.kose-lead__author-role {
  font-size: 0.72rem; color: var(--gray);
}
.kose-lead__date {
  font-size: 0.72rem; color: #9ca3af;
  margin-left: auto; white-space: nowrap; flex-shrink: 0;
}
.kose-lead__title {
  font-size: clamp(1.25rem,2.5vw,1.75rem);
  font-weight: 800; color: var(--ink);
  line-height: 1.25; letter-spacing: -0.02em; margin: 0;
}
.kose-lead__excerpt {
  font-size: 0.9375rem; color: var(--gray);
  line-height: 1.7; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.kose-lead__cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.8125rem; font-weight: 700; color: var(--navy);
  transition: gap 0.2s;
}
.kose-lead:hover .kose-lead__cta { gap: 10px; }

/* Grid kartları */
.kose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.kose-item {
  display: flex; flex-direction: column;
  background: #fff; border-radius: 16px;
  border: 1px solid var(--border); text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.2s;
}
.kose-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
  border-color: transparent;
}
.kose-item__img-wrap { overflow: hidden; aspect-ratio: 16/10; }
.kose-item__img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.kose-item:hover .kose-item__img { transform: scale(1.05); }

.kose-item__body { display: flex; flex-direction: column; padding: 18px; gap: 8px; flex: 1; }

.kose-item__author {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 10px; border-bottom: 1px solid var(--border);
}
.kose-item__avatar {
  width: 34px; height: 34px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid var(--navy-lt);
}
.kose-item__aname {
  font-size: 0.8rem; font-weight: 700; color: var(--ink);
}
.kose-item__arole {
  font-size: 0.68rem; color: var(--gray);
}
.kose-item__date {
  font-size: 0.68rem; color: #9ca3af;
  margin-left: auto; flex-shrink: 0;
}
.kose-item__title {
  font-size: 0.9375rem; font-weight: 700; color: var(--ink);
  line-height: 1.4; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.kose-item__exc {
  font-size: 0.8125rem; color: var(--gray); line-height: 1.6; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.kose-item__cta {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.75rem; font-weight: 700; color: var(--navy);
  margin-top: auto; padding-top: 10px;
  border-top: 1px solid var(--border);
}

/* Sayfalama */
.kose-pagination {
  display: flex; justify-content: center; gap: 6px; margin-top: 40px;
}

/* Mobil */
@media (max-width: 767px) {
  .kose-lead { grid-template-columns: 1fr; min-height: auto; }
  .kose-lead__img-col { aspect-ratio: 16/9; }
  .kose-lead__body { padding: 20px; }
  .kose-grid { grid-template-columns: 1fr; }
  .kose-authors-bar__list { gap: 8px; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .kose-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ══ Canlı Yayın — Anasayfa Bölümü ══════════════════════ */
.lv-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.lv-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: center;
}

/* Sol bilgi */
.lv-info__badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--red); margin-bottom: 12px;
}
.lv-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red); flex-shrink: 0;
  animation: pulse-dot 1.5s ease-in-out infinite;
}
.lv-info__title {
  font-size: 1.375rem; font-weight: 800;
  color: var(--ink); line-height: 1.2;
  letter-spacing: -0.02em; margin: 0 0 8px;
}
.lv-info__desc {
  font-size: 0.875rem; color: var(--gray);
  line-height: 1.65; margin: 0 0 20px;
}
.lv-info__btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 20px; border-radius: 8px;
  background: var(--navy); color: #fff;
  font-size: 0.8125rem; font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.lv-info__btn:hover { background: var(--navy-dk); transform: translateY(-1px); }

/* Sağ player */
.lv-player {
  border-radius: 14px; overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
}
.lv-player__header {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lv-player__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red); flex-shrink: 0;
  animation: pulse-dot 1.5s ease-in-out infinite;
}
.lv-player__title { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.6); }
.lv-player__frame {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
}
.lv-player__frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: none; display: block;
}

/* Placeholder */
.lv-player__empty {
  aspect-ratio: 16/9;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  background: var(--ink); padding: 32px;
}
.lv-player__empty-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.3);
}
.lv-player__empty-text { font-size: 0.875rem; color: rgba(255,255,255,0.35); margin: 0; }
.lv-player__empty-link {
  font-size: 0.78rem; font-weight: 600; color: var(--navy);
  text-decoration: none;
}
.lv-player__empty-link:hover { color: #93c5fd; }

@media (max-width: 768px) {
  .lv-inner { grid-template-columns: 1fr; gap: 20px; }
  .lv-info__title { font-size: 1.125rem; }
}

/* ══════════════════════════════════════════════════════════
   CANLI YAYIN — ARŞİV SAYFASI v2
   ══════════════════════════════════════════════════════════ */

/* ── Paylaşılan atom ──────────────────────────────────── */
.lva2-dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
  animation: pulse-dot 1.4s ease-in-out infinite;
}
.lva2-dot--lg { width: 9px; height: 9px; }

/* Badge */
.lva2-badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px; border-radius: 999px;
  font-size: 0.62rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.1em;
  white-space: nowrap;
}
.lva2-badge--live {
  background: rgba(237,22,36,0.1);
  border: 1px solid rgba(237,22,36,0.25);
  color: var(--red);
}
.lva2-badge--archive {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--gray);
}

/* Buton */
.lva2-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 20px; border-radius: 10px;
  font-size: 0.875rem; font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.lva2-btn--primary {
  background: var(--navy); color: #fff;
  box-shadow: 0 2px 12px rgba(31,66,126,0.25);
}
.lva2-btn--primary:hover {
  background: var(--navy-dk);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(31,66,126,0.35);
}

/* ── Hero ─────────────────────────────────────────────── */
.lva2-hero {
  position: relative;
  background: var(--ink);
  padding: 72px 0 52px;
  overflow: hidden;
}
.lva2-hero--bg {
  background-image: var(--lva-hero-bg);
  background-size: cover;
  background-position: center;
}
.lva2-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,18,35,0.92) 0%,
    rgba(15,28,53,0.88) 50%,
    rgba(30,58,138,0.75) 100%
  );
  pointer-events: none;
}
.lva2-hero__inner {
  position: relative; z-index: 1;
}
.lva2-breadcrumb {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.78rem; color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.lva2-breadcrumb a {
  color: rgba(255,255,255,0.4); text-decoration: none;
  transition: color 0.15s;
}
.lva2-breadcrumb a:hover { color: rgba(255,255,255,0.85); }
.lva2-hero__live-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 12px; border-radius: 999px;
  background: rgba(237,22,36,0.15);
  border: 1px solid rgba(237,22,36,0.3);
  font-size: 0.68rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: #f87171; margin-bottom: 14px;
}
.lva2-hero__live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 6px rgba(237,22,36,0.8);
  animation: pulse-dot 1.2s ease-in-out infinite;
}
.lva2-hero__badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.4); margin-bottom: 14px;
}
.lva2-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800; color: #fff;
  line-height: 1.1; letter-spacing: -0.03em;
  margin: 0 0 12px;
}
.lva2-hero__sub {
  font-size: 1rem; color: rgba(255,255,255,0.55);
  line-height: 1.6; margin: 0 0 32px;
  max-width: 520px;
}
.lva2-hero__stats {
  display: flex; align-items: center; gap: 0;
  flex-wrap: wrap;
}
.lva2-hero__stat {
  display: flex; flex-direction: column; gap: 2px;
  padding: 0 24px;
}
.lva2-hero__stat:first-child { padding-left: 0; }
.lva2-hero__stat-divider {
  width: 1px; height: 32px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}
.lva2-hero__stat-val {
  font-size: 1.75rem; font-weight: 800; color: #fff;
  line-height: 1;
}
.lva2-hero__stat-val--live { color: #f87171; }
.lva2-hero__stat-lbl {
  font-size: 0.72rem; color: rgba(255,255,255,0.4);
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
}

/* ── Body & Layout ────────────────────────────────────── */
.lva2-body { background: var(--surface); min-height: 60vh; }
.lva2-wrap { padding-top: 52px; padding-bottom: 72px; }

/* Bölüm başlıkları */
.lva2-section { margin-bottom: 52px; }
.lva2-section--sep { padding-top: 40px; border-top: 1px solid var(--border); }
.lva2-section__header { margin-bottom: 24px; }
.lva2-section__title {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--gray); margin: 0;
}
.lva2-section__count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 22px; height: 22px; padding: 0 6px;
  border-radius: 999px;
  background: var(--navy-lt); color: var(--navy);
  font-size: 0.68rem; font-weight: 800;
}

/* ── Öne Çıkan ────────────────────────────────────────── */
.lva2-featured {
  margin-bottom: 52px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.lva2-featured__label {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 20px;
  background: linear-gradient(90deg, var(--navy-lt), #fff);
  border-bottom: 1px solid var(--border);
  font-size: 0.68rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--navy);
}
.lva2-featured__star { font-size: 0.85rem; }
.lva2-featured__grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: stretch;
}
.lva2-featured__player {
  background: #000;
  border-right: 1px solid var(--border);
}
.lva2-featured__player-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 14px;
  background: #0d1b2e;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.68rem; font-weight: 800;
  color: #f87171; text-transform: uppercase; letter-spacing: 0.1em;
}
.lva2-featured__player-title {
  color: rgba(255,255,255,0.45);
  font-weight: 500; text-transform: none;
  letter-spacing: 0; margin-left: 4px;
}
.lva2-featured__frame {
  position: relative; aspect-ratio: 16/9;
}
.lva2-featured__frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border: none; display: block;
}
.lva2-featured__cover {
  display: block; position: relative;
  aspect-ratio: 16/9;
  background-size: cover; background-position: center;
  border-right: 1px solid var(--border);
  text-decoration: none;
}
.lva2-featured__cover-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.35);
  color: #fff;
  transition: background 0.2s;
}
.lva2-featured__cover:hover .lva2-featured__cover-play { background: rgba(0,0,0,0.55); }
.lva2-featured__info {
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
  justify-content: center;
}
.lva2-featured__mahalle {
  display: flex; align-items: center; gap: 5px;
  font-size: 0.78rem; font-weight: 600;
  color: var(--navy);
}
.lva2-featured__title {
  font-size: 1.375rem; font-weight: 800;
  color: var(--ink); line-height: 1.2;
  letter-spacing: -0.02em; margin: 0;
}
.lva2-featured__title a { text-decoration: none; color: inherit; }
.lva2-featured__title a:hover { color: var(--navy); }
.lva2-featured__desc {
  font-size: 0.9rem; color: var(--gray);
  line-height: 1.65; margin: 0;
}

/* ── Canlı Grid ───────────────────────────────────────── */
.lva2-live-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 20px;
}
.lva2-card--live {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.lva2-card--live:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.lva2-card__frame {
  position: relative;
  background: #000;
  flex-shrink: 0;
}
.lva2-card__frame-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 12px;
  background: #0d1b2e;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.62rem; font-weight: 800;
  color: #f87171; text-transform: uppercase; letter-spacing: 0.12em;
}
.lva2-card__frame > iframe,
.lva2-card__frame-wrap { /* wrapper if needed */
  display: block; width: 100%; aspect-ratio: 16/9; border: none;
}
.lva2-card__frame iframe {
  display: block; width: 100%; aspect-ratio: 16/9;
  border: none;
}
.lva2-card__no-embed {
  aspect-ratio: 16/9;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px;
  background: #0d1b2e;
  color: rgba(255,255,255,0.3);
}
.lva2-card__no-embed p { font-size: 0.8rem; margin: 0; }

/* ── Arşiv Grid ───────────────────────────────────────── */
.lva2-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lva2-card--archive {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lva2-card--archive:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}

/* Paylaşılan kart alt gövde */
.lva2-card__body {
  padding: 16px 18px 20px;
  display: flex; flex-direction: column; gap: 8px;
  flex: 1;
}
.lva2-card__meta {
  display: flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
}
.lva2-card__mahalle {
  display: flex; align-items: center; gap: 4px;
  font-size: 0.72rem; font-weight: 600;
  color: var(--navy);
}
.lva2-card__title {
  font-size: 1rem; font-weight: 700;
  color: var(--ink); line-height: 1.3;
  margin: 0;
}
.lva2-card__title a { text-decoration: none; color: inherit; }
.lva2-card__title a:hover { color: var(--navy); }
.lva2-card__desc {
  font-size: 0.8125rem; color: var(--gray);
  line-height: 1.6; margin: 0; flex: 1;
}
.lva2-card__cta {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.8rem; font-weight: 700; color: var(--navy);
  text-decoration: none; margin-top: auto;
  transition: gap 0.15s ease;
}
.lva2-card__cta:hover { color: var(--navy-dk); gap: 8px; }

/* Thumbnail */
.lva2-card__thumb-link { display: block; text-decoration: none; }
.lva2-card__thumb {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  background: var(--surface);
}
.lva2-card__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.45s ease;
}
.lva2-card--archive:hover .lva2-card__thumb img { transform: scale(1.05); }
.lva2-card__thumb-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1), rgba(0,0,0,0.45));
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.25s ease;
}
.lva2-card--archive:hover .lva2-card__thumb-overlay { opacity: 1; }
.lva2-card__play-btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  transform: scale(0.85); transition: transform 0.25s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.lva2-card--archive:hover .lva2-card__play-btn { transform: scale(1); }

/* ── Boş Durum ────────────────────────────────────────── */
.lva2-empty {
  text-align: center;
  padding: 96px 24px;
}
.lva2-empty__icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: var(--navy-lt); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.lva2-empty__title {
  font-size: 1.25rem; font-weight: 800;
  color: var(--ink); margin: 0 0 8px;
}
.lva2-empty__desc {
  font-size: 0.9rem; color: var(--gray);
  margin: 0 0 24px; line-height: 1.6;
}
.lva2-empty__btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 22px; border-radius: 10px;
  background: var(--navy); color: #fff;
  font-size: 0.875rem; font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.lva2-empty__btn:hover { background: var(--navy-dk); transform: translateY(-1px); }

/* ── Dark mode ────────────────────────────────────────── */
@media (prefers-color-scheme: dark) {
  .lva2-body        { background: #0e141f; }
  .lva2-card--live,
  .lva2-card--archive,
  .lva2-featured    { background: #131c2e; border-color: #1e2d45; }
  .lva2-card__title a,
  .lva2-featured__title { color: #e2e8f0; }
  .lva2-card__desc,
  .lva2-featured__desc  { color: #94a3b8; }
  .lva2-badge--archive  { background: #1e2d45; border-color: #2d3f5a; color: #94a3b8; }
  .lva2-section--sep    { border-color: #1e2d45; }
  .lva2-empty__title    { color: #e2e8f0; }
  .lva2-featured__label { background: linear-gradient(90deg, #0f1c35, #131c2e); border-color: #1e2d45; }
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 1024px) {
  .lva2-featured__grid { grid-template-columns: 1fr 280px; }
}
@media (max-width: 900px) {
  .lva2-archive-grid    { grid-template-columns: repeat(2, 1fr); }
  .lva2-live-grid       { grid-template-columns: 1fr; }
  .lva2-featured__grid  { grid-template-columns: 1fr; }
  .lva2-featured__player { border-right: none; border-bottom: 1px solid var(--border); }
  .lva2-featured__info  { padding: 20px 20px 24px; }
  .lva2-featured__title { font-size: 1.125rem; }
}
@media (max-width: 640px) {
  .lva2-hero            { padding: 56px 0 40px; }
  .lva2-hero__title     { font-size: 1.75rem; }
  .lva2-hero__stats     { gap: 0; }
  .lva2-hero__stat      { padding: 0 16px; }
  .lva2-hero__stat-val  { font-size: 1.375rem; }
  .lva2-archive-grid    { grid-template-columns: 1fr; }
  .lva2-wrap            { padding-top: 36px; padding-bottom: 56px; }
}

/* ── Tekil yayın ────────────────────────────────────── */
.lv-single-topbar {
  background: var(--ink); padding: 28px 0 20px;
}
.lv-single-topbar__inner { display: flex; flex-direction: column; gap: 10px; }
.lv-single-topbar__meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lv-single-topbar__badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(225,38,59,0.15); border: 1px solid rgba(225,38,59,0.3);
  font-size: 0.68rem; font-weight: 700; color: #f87171;
  text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap;
}
.lv-single-topbar__badge--off {
  background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.4);
}
.lv-single-topbar__title {
  font-size: clamp(1.125rem,2.5vw,1.5rem); font-weight: 800;
  color: #fff; margin: 0; letter-spacing: -0.02em;
}

.lv-single-wrap { background: var(--surface); padding: 32px 0 64px; }
.lv-single-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}

/* Player */
.lv-single-player {
  background: #000; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--border);
}
.lv-single-player__header {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; background: var(--ink);
  font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.55);
}
.lv-single-player__title-text { margin-left: 4px; }
.lv-single-player__frame {
  position: relative; aspect-ratio: 16/9;
}
.lv-single-player__frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: none; display: block;
}

/* Bilgi alanı */
.lv-single-info { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 20px; margin-top: 16px; }
.lv-single-info__title { font-size: 1.125rem; font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.lv-single-info__desc { font-size: 0.9rem; color: var(--gray); line-height: 1.7; margin: 0; }
.lv-single-content { margin-top: 16px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px; }

/* Boş durum */
.lv-single-empty {
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 60px 32px; text-align: center;
}
.lv-single-empty__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--navy-lt); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.lv-single-empty h2 { font-size: 1.125rem; font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.lv-single-empty p { font-size: 0.875rem; color: var(--gray); margin: 0; }

/* Sidebar */
.lv-single-sidebar {
  background: #fff; border: 1px solid var(--border);
  border-radius: 14px; padding: 20px;
  position: sticky; top: 80px;
}
.lv-single-sidebar__title {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--gray); margin: 0 0 16px;
}
.lv-single-sidebar__list { display: flex; flex-direction: column; gap: 12px; }
.lv-sidebar-item {
  display: flex; gap: 10px; text-decoration: none;
  padding-bottom: 12px; border-bottom: 1px solid var(--border);
  transition: opacity 0.2s;
}
.lv-single-sidebar__list > :last-child { border-bottom: none; padding-bottom: 0; }
.lv-sidebar-item:hover { opacity: 0.75; }
.lv-sidebar-item__thumb {
  width: 72px; height: 48px; border-radius: 7px;
  overflow: hidden; flex-shrink: 0; position: relative;
}
.lv-sidebar-item__thumb img { width: 100%; height: 100%; object-fit: cover; }
.lv-sidebar-item__live {
  position: absolute; top: 4px; left: 4px;
  background: var(--red); color: #fff;
  font-size: 0.55rem; font-weight: 800;
  text-transform: uppercase; padding: 2px 5px; border-radius: 3px;
}
.lv-sidebar-item__info { display: flex; flex-direction: column; gap: 3px; }
.lv-sidebar-item__name { font-size: 0.8rem; font-weight: 600; color: var(--ink); line-height: 1.35; }
.lv-sidebar-item__status { font-size: 0.72rem; color: var(--gray); }
.lv-single-sidebar__all {
  display: block; margin-top: 14px;
  font-size: 0.78rem; font-weight: 700; color: var(--navy);
  text-decoration: none; text-align: center;
}
.lv-single-sidebar__all:hover { text-decoration: underline; }

/* Tekil sayfa mobil */
@media (max-width: 900px) {
  .lv-single-layout { grid-template-columns: 1fr; }
  .lv-single-sidebar { position: static; }
}

/* ══ GALERİ ══════════════════════════════════════════════ */

/* Filtre pill'leri */
.gal-filter {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 999px;
  border: 1.5px solid var(--border); background: #fff;
  font-size: 0.78rem; font-weight: 600; color: var(--gray);
  text-decoration: none; transition: all 0.2s; white-space: nowrap;
}
.gal-filter:hover { border-color: var(--navy); color: var(--navy); }
.gal-filter--active { background: var(--navy); border-color: var(--navy); color: #fff; }
.gal-filter--active .gal-filter__count { background: rgba(255,255,255,0.2); color: #fff; }
.gal-filter__count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 999px; background: var(--surface);
  font-size: 0.65rem; font-weight: 700; color: var(--gray);
}

/* Albüm grid */
.galeri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Albüm kartı */
.gal-album {
  display: flex; flex-direction: column;
  text-decoration: none;
  border-radius: 16px; overflow: hidden;
  background: #fff; border: 1px solid var(--border);
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.3s ease, border-color 0.2s;
}
.gal-album:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.1);
  border-color: transparent;
}

/* Kapak fotoğrafı — yığın efekti */
.gal-album__cover {
  position: relative;
  aspect-ratio: 4/3;
  overflow: visible;
  margin: 12px 12px 0;
}
.gal-album__stack {
  position: absolute;
  border-radius: 10px;
  background: #e2e8f0;
  z-index: 0;
}
.gal-album__stack--2 {
  inset: -5px -3px auto;
  height: calc(100% + 5px);
  width: calc(100% - 8px);
  left: 4px;
  transform: rotate(-1.5deg);
}
.gal-album__stack--3 {
  inset: -9px -1px auto;
  height: calc(100% + 9px);
  width: calc(100% - 14px);
  left: 7px;
  transform: rotate(-3deg);
  background: #cbd5e1;
}
.gal-album__cover > img,
.gal-album__cover > .gal-album__overlay {
  position: relative; z-index: 2;
}
.gal-album__img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 10px; display: block;
  transition: transform 0.55s cubic-bezier(0.16,1,0.3,1);
}
.gal-album:hover .gal-album__img { transform: scale(1.04); }

/* Overlay — fotoğraf sayısı */
.gal-album__overlay {
  position: absolute; inset: 0; z-index: 3;
  border-radius: 10px; overflow: hidden;
  display: flex; align-items: flex-end; padding: 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.25s;
}
.gal-album:hover .gal-album__overlay { opacity: 1; }
.gal-album__count {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(6px);
  font-size: 0.72rem; font-weight: 700; color: #fff;
}

/* Albüm bilgi alanı */
.gal-album__info { padding: 14px 16px 18px; }
.gal-album__cat {
  font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--navy); display: block; margin-bottom: 5px;
}
.gal-album__title {
  font-size: 1rem; font-weight: 700;
  color: var(--ink); line-height: 1.3; margin: 0 0 5px;
}
.gal-album__desc {
  font-size: 0.8rem; color: var(--gray); line-height: 1.5; margin: 0 0 8px;
}
.gal-album__meta { font-size: 0.72rem; color: #9ca3af; }

/* Fotoğraf grid — tekil albüm */
.galeri-foto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.galeri-foto-item {
  display: block; border: none; background: none;
  padding: 0; cursor: pointer; border-radius: 8px; overflow: hidden;
}
.galeri-foto-item__inner {
  position: relative; aspect-ratio: 1; overflow: hidden;
  border-radius: 8px;
}
.galeri-foto-item__img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.45s cubic-bezier(0.16,1,0.3,1);
  /* Sürükleme engeli */
  user-select: none; -webkit-user-select: none;
  pointer-events: none;  /* overlay click'e izin ver */
}
.galeri-foto-item:hover .galeri-foto-item__img { transform: scale(1.07); }
.galeri-foto-item__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s;
  pointer-events: auto;  /* bu tıklanabilir */
}
.galeri-foto-item:hover .galeri-foto-item__overlay {
  background: rgba(0,0,0,0.35);
}
.galeri-foto-item__overlay svg { opacity: 0; transition: opacity 0.2s; }
.galeri-foto-item:hover .galeri-foto-item__overlay svg { opacity: 1; }

/* Lightbox */
.galeri-lightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; flex-direction: column;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.galeri-lightbox.open { opacity: 1; pointer-events: auto; }
.galeri-lightbox__bg {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.95); backdrop-filter: blur(8px);
}
.galeri-lightbox__topbar {
  position: relative; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; background: rgba(0,0,0,0.4);
}
.galeri-lightbox__title { font-size: 0.875rem; color: rgba(255,255,255,0.7); flex: 1; padding-right: 16px; }
.galeri-lightbox__counter { font-size: 0.8rem; color: rgba(255,255,255,0.45); white-space: nowrap; }
.galeri-lightbox__close {
  width: 36px; height: 36px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.1); color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  margin-left: 10px; flex-shrink: 0; transition: background 0.2s;
}
.galeri-lightbox__close:hover { background: rgba(255,255,255,0.25); }

.galeri-lightbox__stage {
  position: relative; flex: 1;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; z-index: 5;
}
.galeri-lightbox__protect {
  max-width: 100%; max-height: 100%;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
/* CSS overlay — sağ tık / drag için ek katman */
.galeri-lightbox__protect::after {
  content: ''; position: absolute; inset: 0;
  pointer-events: none; /* JS ile sağ tık zaten engelleniyor */
}
.galeri-lightbox__img {
  max-width: 100%; max-height: calc(100vh - 160px);
  object-fit: contain; border-radius: 4px;
  display: block;
  user-select: none; -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: opacity 0.2s ease;
}
.galeri-lightbox__spinner {
  display: none;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 32px; height: 32px;
  border: 3px solid rgba(255,255,255,0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: lb-spin 0.6s linear infinite;
  pointer-events: none;
  z-index: 10;
}
@keyframes lb-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.galeri-lightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(6px);
  color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.galeri-lightbox__nav:hover { background: rgba(255,255,255,0.25); }
.galeri-lightbox__nav--prev { left: 16px; }
.galeri-lightbox__nav--next { right: 16px; }

/* Thumbnail strip */
.galeri-lightbox__strip {
  position: relative; z-index: 10;
  display: flex; gap: 6px; padding: 10px 16px;
  overflow-x: auto; background: rgba(0,0,0,0.5);
  scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.2) transparent;
}
.galeri-lightbox__strip::-webkit-scrollbar { height: 4px; }
.galeri-lightbox__strip::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 2px; }
.galeri-lightbox__thumb {
  flex-shrink: 0; width: 56px; height: 56px; border-radius: 6px;
  overflow: hidden; border: 2px solid transparent;
  padding: 0; background: none; cursor: pointer; transition: border-color 0.2s;
}
.galeri-lightbox__thumb.active { border-color: #fff; }
.galeri-lightbox__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  user-select: none; -webkit-user-select: none;
}

/* Mobil */
@media (max-width: 767px) {
  .galeri-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .galeri-foto-grid { grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .galeri-lightbox__nav { width: 36px; height: 36px; }
}
@media (max-width: 480px) {
  .galeri-foto-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .galeri-grid { grid-template-columns: repeat(2, 1fr); }
  .galeri-foto-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ══ Mahalle Arşiv — Tile Grid ══════════════════════════ */
.mah-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* Tile kart */
.mah-tile {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  background: #1e293b;
  cursor: pointer;
}

/* Fotoğraf */
.mah-tile__img-wrap {
  position: absolute; inset: 0;
}
.mah-tile__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
  filter: brightness(0.9);
}
.mah-tile:hover .mah-tile__img {
  transform: scale(1.07);
  filter: brightness(0.75);
}
.mah-tile__logo-fallback {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  display: flex; align-items: center; justify-content: center;
}
.mah-tile__logo-fallback__img {
  width: auto; height: 52px; max-width: 55%;
  object-fit: contain; opacity: 0.65;
  filter: brightness(0) invert(1);
}

/* Karartma — çok hafif, hover'da belirginleşir */
.mah-tile__veil {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.28);
  transition: background 0.4s ease;
}
.mah-tile:hover .mah-tile__veil {
  background: rgba(0,0,0,0.52);
}

/* Tam ortalanmış içerik */
.mah-tile__center {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 20px;
  text-align: center;
}

/* Dekoratif çizgi — hover'da genişler */
.mah-tile__line {
  display: block;
  width: 28px; height: 2px;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
  margin-bottom: 12px;
  transition: width 0.35s ease, background 0.3s;
}
.mah-tile:hover .mah-tile__line {
  width: 48px;
  background: #fff;
}

/* Mahalle adı */
.mah-tile__name {
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
}
.mah-tile:hover .mah-tile__name {
  transform: translateY(-3px);
}

/* Meta bilgiler */
.mah-tile__meta {
  display: flex; flex-direction: column; gap: 5px;
  margin-bottom: 14px;
  opacity: 0.75;
  transition: opacity 0.3s;
}
.mah-tile:hover .mah-tile__meta { opacity: 1; }
.mah-tile__meta-item {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  font-size: 0.7rem; font-weight: 600;
  color: rgba(255,255,255,0.85);
}

/* Keşfet butonu — hover'da çıkar */
.mah-tile__cta {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 16px; border-radius: 999px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.3);
  font-size: 0.75rem; font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s;
}
.mah-tile:hover .mah-tile__cta {
  opacity: 1;
  transform: translateY(0);
  background: var(--navy);
  border-color: var(--navy);
}

/* Özellik etiketi — sağ alt */
.mah-tile__tag {
  position: absolute; bottom: 14px; right: 14px; z-index: 4;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(0,0,0,0.4); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 0.65rem; font-weight: 700;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase; letter-spacing: 0.08em;
}

/* Tablet: 3 kolon */
@media (max-width: 1024px) and (min-width: 640px) {
  .mah-archive-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}

/* Mobil: 2 kolon */
@media (max-width: 639px) {
  .mah-archive-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .mah-tile { aspect-ratio: 3 / 4; }
  .mah-tile__name { font-size: 0.9375rem; }
  .mah-tile__meta { display: none; }
}

/* ══ FOOTER ══════════════════════════════════════════════ */

.site-footer {
  background: #fff;
  border-top: 1px solid var(--border);
  font-size: 0.9375rem;
  color: var(--gray);
}

/* ── Üst kısım ──────────────────────────────────────── */
.ft-top { padding: 64px 0 48px; }

.ft-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ── Marka sütunu ───────────────────────────────────── */
.ft-brand__logo-link {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
}
.ft-brand__logo {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}
.ft-brand__text-logo {
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.ft-brand__text-logo strong {
  color: var(--navy);
  font-weight: 800;
}
.ft-brand__desc {
  font-size: 0.875rem;
  color: var(--gray);
  line-height: 1.75;
  margin: 0 0 22px;
  max-width: 300px;
}

/* Sosyal ikonlar */
.ft-brand__socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ft-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.ft-social-icon:hover {
  color: var(--navy);
  border-color: var(--navy);
  background: var(--navy-lt);
}
.ft-social-icon:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

/* ── Nav sütunları ──────────────────────────────────── */
.ft-nav__title {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink);
  margin: 0 0 18px;
}
.ft-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ft-nav__link {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
}
.ft-nav__link:hover { color: var(--navy); }
.ft-nav__link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Sosyal nav — ikon + metin */
.ft-nav__link--social {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.ft-nav__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--gray);
  flex-shrink: 0;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.ft-nav__link--social:hover .ft-nav__social-icon {
  color: var(--navy);
  border-color: var(--navy);
  background: var(--navy-lt);
}

/* ── Alt bar ────────────────────────────────────────── */
.ft-bottom {
  border-top: 1px solid var(--border);
  padding: 18px 0;
}
.ft-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.ft-bottom__copy {
  font-size: 0.8125rem;
  color: #9ca3af;
  margin: 0;
}
.ft-bottom__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ft-bottom__dev {
  font-size: 0.8125rem;
  color: #9ca3af;
}
.ft-bottom__dev-link {
  color: var(--gray);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.ft-bottom__dev-link:hover { color: var(--navy); }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 1024px) {
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 40px 48px; }
  .ft-brand { grid-column: span 2; }
}
@media (max-width: 640px) {
  .ft-top  { padding: 48px 0 36px; }
  .ft-grid { grid-template-columns: 1fr; gap: 32px; }
  .ft-brand { grid-column: span 1; }
  .ft-brand__desc { max-width: 100%; }
  .ft-bottom__inner { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* Dark mode — isteğe bağlı, temayı bozmaz */
@media (prefers-color-scheme: dark) {
  .site-footer {
    background: var(--ink);
    border-top-color: #1f2937;
  }
  .ft-brand__text-logo { color: #f9fafb; }
  .ft-brand__desc, .ft-nav__link, .ft-bottom__copy, .ft-bottom__dev { color: #9ca3af; }
  .ft-nav__title { color: #f3f4f6; }
  .ft-nav__title { color: #e5e7eb; }
  .ft-nav__link:hover { color: #93c5fd; }
  .ft-social-icon { border-color: #374151; background: #1f2937; color: #9ca3af; }
  .ft-social-icon:hover { border-color: #3b82f6; color: #93c5fd; background: #1e3a5f; }
  .ft-nav__social-icon { border-color: #374151; background: #1f2937; }
  .ft-nav__link--social:hover .ft-nav__social-icon { border-color: #3b82f6; color: #93c5fd; background: #1e3a5f; }
  .ft-bottom { border-top-color: #1f2937; }
  .ft-bottom__dev-link { color: #d1d5db; }
}

/* Eski footer sınıfları — geriye uyumluluk */
.footer-link { font-size: 0.875rem; color: var(--gray); transition: color 0.2s; text-decoration: none; }
.footer-link:hover { color: var(--navy); }
.social-btn {
  width: 36px; height: 36px; border-radius: 8px;
  border: 1px solid var(--border); background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  color: var(--gray); transition: all 0.2s; text-decoration: none;
}
.social-btn:hover { border-color: var(--navy); color: var(--navy); background: var(--navy-lt); }

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 767px) {
  .section { padding: 48px 0; }
  .hidden-mobile { display: none !important; }
  .header-nav { display: none !important; }
}
@media (min-width: 768px) {
  .hidden-desktop { display: none !important; }
}
@media (max-width: 1100px) {
  .nav-link { padding: 6px 9px; font-size: 0.75rem; }
}
@media (max-width: 960px) {
  .header-nav { display: none !important; }
}

/* ── Hover efektleri — kartlar ────────────────────────── */
.card { position: relative; overflow: hidden; }
.card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(23,58,115,0.03) 0%, transparent 100%);
  opacity: 0; transition: opacity 0.3s ease;
  pointer-events: none; z-index: 1;
}
.card:hover::before { opacity: 1; }

/* ── Smooth page transitions ──────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1), transform 0.65s cubic-bezier(0.16,1,0.3,1); }
  .reveal.visible { opacity: 1; transform: none; }
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }
}

/* ── Dest card & mahalle image zoom ───────────────────── */
.dest-card { overflow: hidden; }
.dest-card img { transition: transform 0.55s cubic-bezier(0.16,1,0.3,1); }
.dest-card:hover img { transform: scale(1.07); }

/* ── Quick access hover ───────────────────────────────── */
.quick-link:hover { transform: translateY(-3px); }

/* ── Kose card hover ──────────────────────────────────── */
.kose-card { transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s ease, border-color 0.3s ease; }
.kose-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(23,58,115,0.12); border-color: var(--navy-lt); }

/* ── Icon size fixes ──────────────────────────────────── */
/* Footer map-pin küçük */
.footer-pin { width: 14px !important; height: 14px !important; }

/* Köşe yazıları devamını oku arrow */
.kose-arrow { width: 13px !important; height: 13px !important; }

/* ── Stagger animation for grids ─────────────────────── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}
.grid-item-anim {
  animation: fadeSlideUp 0.6s cubic-bezier(0.16,1,0.3,1) both;
}

/* ── Scroll progress bar ──────────────────────────────── */
#scroll-progress {
  position: absolute; bottom: 0; left: 0;
  height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--primary) 0%, #60A5FA 50%, var(--primary) 100%);
  transition: width 0.12s linear;
  pointer-events: none; z-index: 1;
  border-radius: 0 2px 2px 0;
}

/* ── Admin panel custom color ─────────────────────────── */
#adminmenu #toplevel_page_bbb-settings .wp-menu-name {
  color: #FFD700 !important;
}
#adminmenu #toplevel_page_bbb-settings .wp-menu-image::before {
  color: #FFD700 !important;
}
#adminmenu #toplevel_page_bbb-settings:hover .wp-menu-name,
#adminmenu #toplevel_page_bbb-settings.wp-has-current-submenu .wp-menu-name {
  color: #fff !important;
}

/* ══════════════════════════════════════════════════════════
   HATIRA DEFTERİ  —  Anasayfa Bölümü
   ══════════════════════════════════════════════════════════ */

/* Bölüm arka planı */
.bbb-hatira-section {
  background: var(--surface);
}

/* ── İstatistik bar ──────────────────────────────────────── */
.bbb-hatira-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 52px;
  background: #fff;
  border: 1px solid #EAE7E1;
  border-radius: 16px;
  padding: 20px 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.bbb-hatira-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 32px;
}
.bbb-hatira-stat__val {
  font-size: 1.875rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.bbb-hatira-stat__lbl {
  font-size: .72rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 5px;
}
.bbb-hatira-stat__sep {
  width: 1px;
  height: 40px;
  background: #EAE7E1;
  flex-shrink: 0;
}

/* ── İki sütun ───────────────────────────────────────────── */
.bbb-hatira-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* ── Sol: fotoğraf ───────────────────────────────────────── */
.bbb-hatira-img-col {
  border-radius: 20px;
  overflow: hidden;
}
.bbb-hatira-img-wrap {
  position: relative;
  height: 100%;
  min-height: 480px;
}
.bbb-hatira-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.10) 0%,
    rgba(0,0,0,.05) 40%,
    rgba(0,0,0,.55) 100%
  );
}
.bbb-hatira-img-quote {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  margin: 0;
  padding: 0;
  border: none;
}
.bbb-hatira-img-quote__mark {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  color: var(--amber);
  line-height: .8;
  margin-bottom: 6px;
  font-family: Georgia, serif;
}
.bbb-hatira-img-quote__text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
  margin: 0;
}

/* ── Sağ: form kutusu ────────────────────────────────────── */
.bbb-hatira-form-col {
  display: flex;
  flex-direction: column;
}
.bbb-hatira-form-box {
  background: #fff;
  border: 1px solid #EAE7E1;
  border-radius: 20px;
  padding: 32px;
  flex: 1;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

/* İlham soruları */
.bbb-hatira-prompts {
  background: var(--navy-lt);
  border: 1px solid rgba(31,66,126,0.15);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 22px;
}
.bbb-hatira-prompt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bbb-hatira-prompt-btn {
  background: #fff;
  border: 1.5px solid rgba(31,66,126,0.25);
  border-radius: 999px;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 14px;
  cursor: pointer;
  transition: all .18s;
  font-family: inherit;
}
.bbb-hatira-prompt-btn:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

/* Form elemanları */
.bbb-hatira-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.bbb-hi-label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.bbb-hi-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #E0DDD8;
  border-radius: 10px;
  font-size: .9rem;
  color: #1A1A1A;
  background: #fff;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  font-family: inherit;
}
.bbb-hi-input:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(31,66,126,.12);
}
.bbb-hi-textarea {
  resize: vertical;
  line-height: 1.6;
}
.bbb-hi-submit {
  width: 100%;
  padding: 13px 24px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: .9375rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(31,66,126,.30);
}
.bbb-hi-submit:hover:not(:disabled) {
  background: var(--navy-dk);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(31,66,126,.38);
}
.bbb-hi-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.bbb-hi-result {
  display: none;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 600;
  text-align: center;
}

/* ── Son hatıralar ───────────────────────────────────────── */
.bbb-hatira-recent {
  margin-top: 60px;
}
.bbb-hatira-recent__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.bbb-hatira-all-link {
  font-size: .875rem;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap .2s;
}
.bbb-hatira-all-link:hover { gap: 8px; }

/* Kart grid */
.bbb-hatira-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.bbb-hatira-card {
  background: #fff;
  border: 1px solid #EAE7E1;
  border-radius: 18px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow .22s, transform .22s;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.bbb-hatira-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.10);
  transform: translateY(-3px);
}
.bbb-hatira-card__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.bbb-hatira-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--amber));
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bbb-hatira-card__name {
  font-size: .9rem;
  font-weight: 800;
  color: #1A1A1A;
  line-height: 1.2;
}
.bbb-hatira-card__hood {
  font-size: .72rem;
  color: #888;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
}
.bbb-hatira-card__date {
  font-size: .7rem;
  color: #aaa;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
.bbb-hatira-card__msg {
  font-size: .85rem;
  color: #444;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Mobil ───────────────────────────────────────────────── */
@media (max-width: 900px) {
  .bbb-hatira-cols {
    grid-template-columns: 1fr;
  }
  .bbb-hatira-img-col {
    order: -1;
  }
  .bbb-hatira-img-wrap {
    min-height: 260px;
    max-height: 320px;
  }
  .bbb-hatira-stats {
    padding: 16px 20px;
  }
  .bbb-hatira-stat {
    padding: 8px 16px;
  }
  .bbb-hatira-stat__val {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .bbb-hatira-form-box {
    padding: 20px 18px;
  }
  .bbb-hatira-row-2 {
    grid-template-columns: 1fr;
  }
  .bbb-hatira-stats {
    gap: 8px;
  }
  .bbb-hatira-stat__sep {
    display: none;
  }
  .bbb-hatira-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════════════
   GEZİLECEK YERLER — Sinematik Tasarım
   ══════════════════════════════════════════════════════════ */

/* Sinematik Hero */
.dest-cinema {
  position: relative;
  width: 100%;
  min-height: 620px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.dest-cinema-bg { position: absolute; inset: 0; z-index: 0; }
.dest-cinema-bg__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: opacity;
}
.dest-cinema-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(10,18,30,0.25) 0%,
    rgba(10,18,30,0.15) 35%,
    rgba(10,18,30,0.62) 72%,
    rgba(10,18,30,0.88) 100%
  );
}
.dest-cinema-wave {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 2;
  line-height: 0;
  pointer-events: none;
}
.dest-cinema-wave svg { width: 100%; height: 52px; display: block; }
.dest-cinema-inner {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 620px;
  max-height: 720px;
  padding-bottom: 52px;
}
.dest-cinema-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.dest-cinema-text { max-width: 560px; }
.dest-cinema-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .7rem;
  font-weight: 700;
  color: #D4A64A;
  text-transform: uppercase;
  letter-spacing: .2em;
  border: 1px solid rgba(212,166,74,.45);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.dest-cinema-title {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(1.6rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -.02em;
}
.dest-cinema-desc {
  font-size: 1rem;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
  margin: 0 0 32px;
  max-width: 460px;
}
.dest-cinema-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #D4A64A;
  color: #1A1A1A;
  font-weight: 800;
  font-size: .9375rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 20px rgba(212,166,74,.4);
}
.dest-cinema-cta:hover {
  background: var(--amber-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212,166,74,.5);
}
.dest-cinema-cta svg { flex-shrink: 0; transition: transform .2s; }
.dest-cinema-cta:hover svg { transform: translateX(4px); }
.dest-cinema-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex-shrink: 0;
}
.dest-cinema-stat {
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: center;
}
.dest-cinema-stat__val {
  display: block;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  color: #D4A64A;
  line-height: 1;
}
.dest-cinema-stat__lbl {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  color: rgba(255,255,255,.58);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 6px;
}
.dest-cinema-dots { display: flex; gap: 6px; justify-content: center; margin-top: 28px; padding: 0 20px; }
.dest-cinema-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.32); transition: all .35s; }
.dest-cinema-dot--active { width: 26px; border-radius: 4px; background: #D4A64A; }

/* Highlight Şeridi */
.dest-highlight { background: var(--surface-dark); padding: 52px 0 44px; }
.dest-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 36px; }
.dest-hl-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 4px 20px rgba(0,0,0,.28);
}
.dest-hl-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(0,0,0,.42); }
.dest-hl-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.dest-hl-card:hover .dest-hl-card__img { transform: scale(1.07); }
.dest-hl-card__img--placeholder { background: #0a1525; }
.dest-hl-card__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 28%, rgba(0,0,0,.88) 100%); }
.dest-hl-card__body { position: absolute; inset-x: 0; bottom: 0; padding: 22px 18px 20px; }
.dest-hl-card__cat { display: inline-block; font-size: .68rem; font-weight: 700; color: #D4A64A; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 7px; }
.dest-hl-card__title { font-size: 1rem; font-weight: 800; color: #fff; line-height: 1.3; margin: 0 0 6px; }
.dest-hl-card__loc { font-size: .72rem; color: rgba(255,255,255,.58); display: flex; align-items: center; gap: 4px; margin-bottom: 10px; }
.dest-hl-card__arrow { display: inline-flex; align-items: center; gap: 5px; font-size: .8rem; font-weight: 700; color: rgba(255,255,255,.45); opacity: 0; transform: translateY(5px); transition: opacity .25s, transform .25s, color .25s; }
.dest-hl-card:hover .dest-hl-card__arrow { opacity: 1; transform: translateY(0); color: #D4A64A; }
.dest-highlight-footer { text-align: center; }
.dest-highlight-all { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border: 2px solid rgba(255,255,255,.35); border-radius: 10px; color: #fff; font-weight: 700; font-size: .9rem; text-decoration: none; transition: background .2s, border-color .2s; }
.dest-highlight-all:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.6); }

/* ══ Galeri Vitrin v3 — Bento Grid ══════════════════════ */

.gv3-section {
  background: #080c14;
  padding: 64px 0 0;
  overflow: hidden;
}

/* Header */
.gv3-header {
  display: flex; align-items: flex-end;
  justify-content: space-between; gap: 20px;
  margin-bottom: 40px; flex-wrap: wrap;
}
.gv3-header__left { flex: 1; min-width: 0; }
.gv3-header__right {
  display: flex; align-items: center;
  gap: 20px; flex-shrink: 0; flex-wrap: wrap;
}
.gv3-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: #D4A64A; margin-bottom: 12px;
}
.gv3-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700; color: #fff;
  line-height: 1.08; letter-spacing: -0.025em; margin: 0 0 10px;
}
.gv3-sub {
  font-size: 0.9375rem; color: rgba(255,255,255,0.45);
  line-height: 1.7; margin: 0; max-width: 400px;
}
.gv3-count {
  display: flex; flex-direction: column; align-items: center;
  padding: 12px 20px;
  border: 1px solid rgba(212,166,74,0.3);
  border-radius: 10px;
}
.gv3-count__num {
  font-size: 1.5rem; font-weight: 900; color: #D4A64A;
  line-height: 1;
}
.gv3-count__lbl {
  font-size: 0.68rem; font-weight: 700; color: rgba(255,255,255,0.4);
  text-transform: uppercase; letter-spacing: 0.1em; margin-top: 3px;
}
.gv3-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  background: #D4A64A; color: #0d0d0d;
  font-size: 0.875rem; font-weight: 800;
  text-decoration: none; border-radius: 8px;
  transition: background 0.2s, transform 0.2s, gap 0.2s;
  white-space: nowrap;
}
.gv3-cta:hover { background: var(--amber-dk); transform: translateY(-2px); gap: 12px; }

/* Bento grid — 4 sütun, 2 satır, tam genişlik */
.gv3-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 300px 220px;
  gap: 3px;
}

/* Her hücre pozisyonu */
.gv3-item--0 { grid-column: 1 / 3; grid-row: 1 / 3; } /* 2×2 büyük */
.gv3-item--1 { grid-column: 3;     grid-row: 1; }
.gv3-item--2 { grid-column: 4;     grid-row: 1; }
.gv3-item--3 { grid-column: 3 / 5; grid-row: 2; }      /* 2×1 yatay */
.gv3-item--4 { grid-column: 1 / 3; grid-row: 3 / 4; }  /* (varsa) */
.gv3-item--5 { grid-column: 3 / 5; grid-row: 3 / 4; }

/* Kart */
.gv3-item {
  position: relative; display: block;
  overflow: hidden; text-decoration: none;
  background: #111; cursor: pointer;
}
.gv3-item__img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.gv3-item:hover .gv3-item__img { transform: scale(1.08); }

/* Overlay: her zaman altta hafif gradient, hover'da koyulaşır */
.gv3-item__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.15) 45%,
    transparent 100%);
  transition: opacity 0.35s;
  opacity: 0.6;
}
.gv3-item:hover .gv3-item__overlay { opacity: 1; }

/* Footer — her zaman görünür, hover'da yukarı kayar */
.gv3-item__footer {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; align-items: center; gap: 7px;
  padding: 14px 16px;
  transform: translateY(4px);
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1);
}
.gv3-item:hover .gv3-item__footer { transform: translateY(0); }
.gv3-item__cam { color: rgba(255,255,255,0.6); flex-shrink: 0; }
.gv3-item__title {
  flex: 1; font-size: 0.8125rem; font-weight: 700; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gv3-item--0 .gv3-item__title { font-size: 1rem; }
.gv3-item__arrow {
  color: rgba(255,255,255,0.5); flex-shrink: 0;
  transition: transform 0.25s, color 0.25s;
}
.gv3-item:hover .gv3-item__arrow {
  transform: translateX(4px);
  color: #D4A64A;
}

/* İnce kamera dekorasyonu — büyük kartta */
.gv3-item--0::before {
  content: '';
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 36px; height: 36px;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.8)' stroke-width='2'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  pointer-events: none;
  opacity: 0.9;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .gv3-bento { grid-template-rows: 240px 180px; }
}

/* Mobil */
@media (max-width: 767px) {
  .gv3-section { padding: 48px 0 0; }

  /* Header dikey */
  .gv3-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
  .gv3-header__right {
    width: 100%;
    justify-content: space-between;
  }
  .gv3-title { font-size: 1.75rem; }
  .gv3-sub { font-size: 0.875rem; }

  /* Grid: tek sütun akışı, sabit yükseklikler */
  .gv3-bento {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  /* Büyük kart — tam genişlik, kare */
  .gv3-item--0 {
    width: 100%;
    aspect-ratio: 4 / 3;
    grid-column: unset; grid-row: unset;
  }

  /* Ortadaki iki kart yan yana */
  .gv3-item--1,
  .gv3-item--2 {
    grid-column: unset; grid-row: unset;
  }

  /* 1 ve 2'yi yan yana koymak için wrapper gibi davranıyoruz — flex ile */
  .gv3-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 3px;
  }
  .gv3-item--0 { grid-column: 1 / 3; aspect-ratio: 16/9; height: auto; }
  .gv3-item--1 { grid-column: 1; aspect-ratio: 1/1; }
  .gv3-item--2 { grid-column: 2; aspect-ratio: 1/1; }
  .gv3-item--3 { grid-column: 1 / 3; aspect-ratio: 16/7; }
  .gv3-item--4, .gv3-item--5 { display: none; }

  /* Touch: overlay ve footer her zaman görünür */
  .gv3-item__overlay { opacity: 0.7; }
  .gv3-item__footer { transform: none; }
  .gv3-item--0::before { display: none; }
}

/* Galeri Vitrin */
.bbb-galeri-vitrin { position: relative; overflow: hidden; }
.bbb-galeri-vitrin__bg { position: absolute; inset: 0; }
.bbb-galeri-vitrin__slide { position: absolute; inset: 0; background-size: cover; background-position: center; }
.bbb-galeri-vitrin__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.55) 50%, rgba(0,0,0,.82) 100%); }
.bbb-galeri-vitrin__inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 96px 24px 48px; min-height: 68vh; }
.bbb-galeri-vitrin__eyebrow { font-family: 'Inter', sans-serif; font-size: .6875rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #D4A64A; margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.bbb-galeri-vitrin__eyebrow::before,
.bbb-galeri-vitrin__eyebrow::after { content: ''; display: block; width: 36px; height: 1px; background: #D4A64A; opacity: .65; }
.bbb-galeri-vitrin__title { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5.5vw, 4.25rem); font-weight: 700; line-height: 1.1; color: #fff; margin: 0 0 20px; }
.bbb-galeri-vitrin__desc { font-family: 'Inter', sans-serif; font-size: 1rem; color: rgba(255,255,255,.78); max-width: 460px; line-height: 1.75; margin: 0 0 36px; }
.bbb-galeri-vitrin__cta { display: inline-flex; align-items: center; gap: 10px; padding: 15px 34px; background: #D4A64A; color: #1a1a1a; font-family: 'Inter', sans-serif; font-size: .9rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; border-radius: 4px; transition: background .25s, transform .2s, box-shadow .25s; box-shadow: 0 4px 20px rgba(212,166,74,.35); }
.bbb-galeri-vitrin__cta:hover { background: var(--amber-dk); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,166,74,.45); }
.bbb-galeri-vitrin__cta svg { transition: transform .2s; }
.bbb-galeri-vitrin__cta:hover svg { transform: translateX(4px); }
.bbb-galeri-vitrin__dots { position: relative; z-index: 2; display: flex; justify-content: center; gap: 8px; margin-bottom: 8px; }
.bbb-galeri-vitrin__dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.35); transition: all .35s; }
.bbb-galeri-vitrin__dot--active { width: 22px; border-radius: 3px; background: #D4A64A; }
.bbb-galeri-vitrin__thumbs-wrap { position: relative; z-index: 2; padding: 28px 24px 36px; }
.bbb-galeri-vitrin__thumbs { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.bbb-galeri-vitrin__thumbs::-webkit-scrollbar { display: none; }
.bbb-galeri-vitrin__thumb { flex-shrink: 0; width: 186px; height: 124px; border-radius: 10px; overflow: hidden; border: 2px solid rgba(255,255,255,.12); text-decoration: none; display: block; transition: border-color .25s, transform .25s; }
.bbb-galeri-vitrin__thumb:hover { border-color: #D4A64A; transform: translateY(-4px); }
.bbb-galeri-vitrin__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.bbb-galeri-vitrin__thumb:hover img { transform: scale(1.06); }

/* CTA Bantı */
.dest-cta-band { background: #D4A64A; padding: 28px 0; }
.dest-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.dest-cta-band__text { font-size: 1.1rem; font-weight: 700; color: #1A1A1A; margin: 0; }
.dest-cta-band__btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: var(--navy); color: #fff; font-weight: 800; font-size: .9375rem; border-radius: 10px; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: background .2s, transform .2s; }
.dest-cta-band__btn:hover { background: var(--navy-dk); transform: translateY(-1px); }

/* Responsive */
@media (max-width: 1024px) {
  .dest-cinema-content  { flex-direction: column; align-items: flex-start; gap: 28px; }
  .dest-cinema-stats    { grid-template-columns: repeat(4, 1fr); width: 100%; }
  .dest-highlight-grid  { grid-template-columns: repeat(2, 1fr); }
  .dest-highlight-grid .dest-hl-card:last-child { display: none; }
  .bbb-galeri-vitrin__inner { padding: 72px 20px 40px; min-height: 60vh; }
  .bbb-galeri-vitrin__thumb { width: 150px; height: 100px; }
}
@media (max-width: 640px) {
  .dest-cinema          { min-height: 500px; max-height: none; }
  .dest-cinema-inner    { min-height: 500px; max-height: none; padding-bottom: 36px; }
  .dest-cinema-eyebrow  { display: none; }
  .dest-cinema-title    { font-size: 1.35rem; line-height: 1.2; }
  .dest-cinema-stats    { grid-template-columns: repeat(2, 1fr); }
  .dest-cinema-stat     { padding: 14px; }
  .dest-cinema-stat__val { font-size: 1.5rem; }
  .dest-highlight       { padding: 36px 0 32px; }
  .dest-highlight-grid  { grid-template-columns: 1fr; }
  .dest-highlight-grid .dest-hl-card:last-child { display: block; }
  .dest-hl-card         { aspect-ratio: 16 / 9; }
  .bbb-galeri-vitrin__inner { padding: 60px 20px 36px; min-height: 55vh; }
  .bbb-galeri-vitrin__thumbs-wrap { padding: 20px 16px 28px; }
  .bbb-galeri-vitrin__thumb { width: 130px; height: 88px; }
  .bbb-galeri-vitrin__eyebrow::before,
  .bbb-galeri-vitrin__eyebrow::after { width: 20px; }
  .dest-cta-band__inner { flex-direction: column; align-items: flex-start; }
}

/* ══════════════════════════════════════════════════════════
   CANLI YAYIN — SAYFA ALT BÖLÜMLERİ (CTA + GİZLİLİK)
   ══════════════════════════════════════════════════════════ */

/* ── CTA: Mahalle Ağı Çağrısı ─────────────────────────── */
.lva-cta {
  position: relative;
  background: linear-gradient(135deg, var(--surface-dark) 0%, #122040 60%, #0f1c35 100%);
  padding: 72px 0 68px;
  overflow: hidden;
}

/* Dekoratif grid arka plan */
.lva-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

/* Işık parlaması — sol üst */
.lva-cta::after {
  content: '';
  position: absolute;
  top: -120px; left: -80px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(30,58,138,0.35) 0%, transparent 70%);
  pointer-events: none;
}

.lva-cta__inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

/* Sol: metin */
.lva-cta__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.68rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--red);
  margin-bottom: 14px;
}
.lva-cta__eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 7px rgba(237,22,36,0.7);
  animation: pulse-dot 1.4s ease-in-out infinite;
}
.lva-cta__title {
  font-size: clamp(1.5rem, 3.2vw, 2.125rem);
  font-weight: 800; color: #fff;
  line-height: 1.15; letter-spacing: -0.03em;
  margin: 0 0 16px;
}
.lva-cta__desc {
  display: flex; flex-direction: column; gap: 10px;
  margin: 0 0 28px;
}
.lva-cta__desc p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
.lva-cta__desc p:first-child {
  font-weight: 600;
  color: rgba(255,255,255,0.88);
}

/* Buton */
.lva-cta__btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 26px;
  background: var(--navy); color: #fff;
  font-size: 0.9375rem; font-weight: 700;
  border-radius: 11px; text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.12);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(31,66,126,0.4);
}
.lva-cta__btn:hover {
  background: var(--navy-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(31,66,126,0.55);
}
.lva-cta__btn:active { transform: translateY(0); }
.lva-cta__btn-icon {
  width: 30px; height: 30px; border-radius: 8px;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.lva-cta__btn:hover .lva-cta__btn-icon { background: rgba(255,255,255,0.18); }
.lva-cta__btn-arrow {
  margin-left: 2px;
  transition: transform 0.2s ease;
}
.lva-cta__btn:hover .lva-cta__btn-arrow { transform: translateX(3px); }

/* Sağ: dekoratif rozet */
.lva-cta__badge {
  flex-shrink: 0;
  width: 160px; height: 160px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(8px);
  text-align: center;
  padding: 16px;
}
.lva-cta__badge-icon {
  font-size: 2rem; line-height: 1;
}
.lva-cta__badge-txt {
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  line-height: 1.3;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .lva-cta { background: linear-gradient(135deg, #07101e 0%, #0d1a30 60%, #0a1220 100%); }
}

/* Responsive */
@media (max-width: 768px) {
  .lva-cta__inner { grid-template-columns: 1fr; gap: 32px; }
  .lva-cta__badge { display: none; }
}
@media (max-width: 480px) {
  .lva-cta { padding: 52px 0 48px; }
  .lva-cta__title { font-size: 1.375rem; }
  .lva-cta__btn { width: 100%; justify-content: center; }
}

/* ── Gizlilik Bilgilendirmesi ──────────────────────────── */
.lva-privacy {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 40px 0 44px;
}
.lva-privacy__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 800px;
}
.lva-privacy__icon {
  flex-shrink: 0;
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--navy-lt);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  margin-top: 2px;
}
.lva-privacy__body { flex: 1; }
.lva-privacy__title {
  font-size: 0.9375rem; font-weight: 800;
  color: var(--ink); margin: 0 0 8px;
}
.lva-privacy__text {
  display: flex; flex-direction: column; gap: 7px;
}
.lva-privacy__text p {
  font-size: 0.8375rem; color: var(--gray);
  line-height: 1.7; margin: 0;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .lva-privacy { background: #0e141f; border-color: #1e2d45; }
  .lva-privacy__title { color: #e2e8f0; }
  .lva-privacy__icon { background: #1a2d4a; color: #93c5fd; }
}

/* Responsive */
@media (max-width: 480px) {
  .lva-privacy { padding: 32px 0 36px; }
  .lva-privacy__inner { flex-direction: column; gap: 14px; }
  .lva-privacy__icon { width: 38px; height: 38px; border-radius: 10px; }
}

/* ══════════════════════════════════════════════════════════
   ANASAYFAː Ziyaretçi Defteri Mini Bölümü
   ══════════════════════════════════════════════════════════ */
.bbb-hatira-section {
  position: relative;
  background: linear-gradient(135deg, var(--surface-dark) 0%, #1a3260 50%, var(--navy-dk) 100%);
  overflow: hidden;
}
/* Noktalı desen */
.bbb-hatira-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
/* Glow efekti */
.bbb-hatira-section::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,166,74,.12) 0%, transparent 70%);
  pointer-events: none;
}

.bbb-hatira-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.bbb-hatira-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 8px;
}
.bbb-hatira-sub {
  font-size: .9rem;
  color: rgba(255,255,255,.55);
  margin: 0;
}
.bbb-hatira-sub strong { color: var(--amber); font-weight: 700; }
.bbb-hatira-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  background: var(--amber);
  color: #fff;
  font-weight: 700;
  font-size: .875rem;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s, transform .2s;
}
.bbb-hatira-cta:hover { background: var(--amber-dk); transform: translateY(-1px); }

.bbb-hatira-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.bbb-hatira-mini-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(8px);
  transition: background .2s, border-color .2s, transform .2s;
}
.bbb-hatira-mini-card:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-2px);
}
.bbb-hatira-mini-card__avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--amber);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bbb-hatira-mini-card__body { flex: 1; min-width: 0; }
.bbb-hatira-mini-card__msg {
  font-size: .85rem;
  color: rgba(255,255,255,.85);
  line-height: 1.65;
  margin: 0 0 10px;
}
.bbb-hatira-mini-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.bbb-hatira-mini-card__name {
  font-size: .75rem;
  font-weight: 700;
  color: var(--amber);
}
.bbb-hatira-mini-card__sep { color: rgba(255,255,255,.2); font-size: .75rem; }
.bbb-hatira-mini-card__hood { font-size: .72rem; color: rgba(255,255,255,.45); }

/* Eyebrow rengi override — koyu arka plan için */
.bbb-hatira-section .eyebrow {
  color: var(--amber);
  opacity: 1;
}

@media (max-width: 700px) {
  .bbb-hatira-mini-grid { grid-template-columns: 1fr; }
  .bbb-hatira-head { flex-direction: column; align-items: flex-start; }
}

/* ══════════════════════════════════════════════════════════
   SAYFASI: Bozdoğan Tarihi  (page-bozdogan-tarihi.php)
   ══════════════════════════════════════════════════════════ */

/* Hero */
.tarih-hero {
  position: relative;
  height: 70vh;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.tarih-hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.tarih-hero:hover .tarih-hero__bg { transform: scale(1); }
.tarih-hero__bg--fallback {
  background: linear-gradient(135deg, var(--surface-dark) 0%, var(--navy) 100%);
}
.tarih-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,18,40,.85) 0%, rgba(10,18,40,.35) 60%, transparent 100%);
}
.tarih-hero__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
  color: #fff;
}
.tarih-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
}
.tarih-hero__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}
.tarih-hero__title {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}
.tarih-hero__sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,.75);
  max-width: 520px;
}
.tarih-hero__scroll {
  position: absolute;
  bottom: 32px; right: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.5);
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  z-index: 2;
}
.tarih-hero__scroll-line {
  width: 1px; height: 40px;
  background: rgba(255,255,255,.3);
  animation: tarih-scroll-line 2s ease-in-out infinite;
}
@keyframes tarih-scroll-line {
  0%, 100% { transform: scaleY(1); opacity: .5; }
  50%       { transform: scaleY(0.4); opacity: 1; }
}

/* Ortak başlık */
.tarih-section-head {
  text-align: center;
  margin-bottom: 56px;
}
.tarih-eyebrow {
  display: inline-block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  padding: 0 24px;
}
.tarih-eyebrow::before,
.tarih-eyebrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px; height: 1px;
  background: var(--navy);
  opacity: .35;
}
.tarih-eyebrow::before { right: 100%; transform: translateX(16px); }
.tarih-eyebrow::after  { left: 100%;  transform: translateX(-16px); }
.tarih-section-head__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--ink);
  line-height: 1.15;
}

/* Timeline */
.tarih-donemler {
  padding: 96px 0;
  background: var(--surface);
}
.tarih-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tarih-timeline::before {
  content: '';
  position: absolute;
  left: 36px;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--navy) 0%, var(--amber) 50%, var(--navy) 100%);
  opacity: .2;
}
.tarih-timeline__item {
  display: flex;
  gap: 32px;
  padding: 40px 0;
  position: relative;
}
.tarih-timeline__item + .tarih-timeline__item {
  border-top: 1px solid var(--border);
}
.tarih-timeline__badge {
  flex-shrink: 0;
  width: 72px; height: 72px;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  transition: border-color .25s, box-shadow .25s;
}
.tarih-timeline__item:hover .tarih-timeline__badge {
  border-color: var(--navy);
  box-shadow: 0 6px 24px rgba(31,66,126,.15);
}
.tarih-timeline__icon { font-size: 1.6rem; line-height: 1; }
.tarih-timeline__content { flex: 1; padding-top: 8px; }
.tarih-timeline__era {
  display: inline-block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 8px;
}
.tarih-timeline__title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.3;
}
.tarih-timeline__text {
  font-size: .925rem;
  color: var(--gray);
  line-height: 1.75;
}

/* İçerik + aside */
.tarih-icerik {
  padding: 80px 0;
  background: var(--white);
}
.tarih-icerik__grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 64px;
  align-items: start;
}
.tarih-aside-card {
  background: var(--navy);
  border-radius: 20px;
  padding: 32px;
  color: #fff;
  position: sticky;
  top: 100px;
}
.tarih-aside-card__title {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 20px;
}
.tarih-aside-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tarih-aside-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: .875rem;
}
.tarih-aside-list li:last-child { border-bottom: none; }
.tarih-aside-list li span { color: rgba(255,255,255,.6); }
.tarih-aside-list li strong { color: #fff; font-weight: 700; }

/* Alıntı */
.tarih-quote {
  padding: 80px 0;
  background: var(--surface-dark);
}
.tarih-quote__block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.tarih-quote__mark {
  font-size: 8rem;
  line-height: .6;
  color: var(--amber);
  opacity: .25;
  font-family: Georgia, serif;
  user-select: none;
  margin-bottom: -20px;
}
.tarih-quote__text {
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.65;
  color: #fff;
  font-style: italic;
}

/* İlgili sayfalar */
.tarih-related {
  padding: 96px 0;
  background: var(--surface);
}
.tarih-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tarih-related__card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.tarih-related__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(31,66,126,.1);
  border-color: var(--navy);
}
.tarih-related__icon { font-size: 2.4rem; margin-bottom: 8px; }
.tarih-related__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
}
.tarih-related__desc {
  font-size: .875rem;
  color: var(--gray);
  line-height: 1.6;
  flex: 1;
}
.tarih-related__link {
  font-size: .8rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 900px) {
  .tarih-icerik__grid { grid-template-columns: 1fr; }
  .tarih-aside-card { position: static; }
  .tarih-related__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .tarih-hero { height: 60vh; }
  .tarih-hero__scroll { display: none; }
  .tarih-timeline::before { left: 28px; }
  .tarih-timeline__badge { width: 56px; height: 56px; }
  .tarih-related__grid { grid-template-columns: 1fr; }
  .tarih-quote__mark { font-size: 5rem; }
}

/* ══ Search Modal ══════════════════════════════════════════════
   Yalnızca ekleme — mevcut kurallara dokunulmaz.
   z-index hiyerarşisi: off-canvas overlay:200, drawer:210 → search:220/230
   ══════════════════════════════════════════════════════════════ */

.search-modal-overlay {
  position: fixed; inset: 0; z-index: 220;
  background: rgba(10, 18, 40, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: flex-start; justify-content: center;
  padding-top: 14vh;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.search-modal-overlay.open {
  opacity: 1; visibility: visible; pointer-events: auto;
}

.search-modal-box {
  position: relative; z-index: 230;
  width: 100%; max-width: 640px;
  padding: 0 20px;
  transform: translateY(-16px);
  transition: transform 0.25s cubic-bezier(0.16,1,0.3,1);
}
.search-modal-overlay.open .search-modal-box {
  transform: translateY(0);
}

.search-modal-label {
  font-size: 0.6875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: rgba(255,255,255,0.35);
  margin: 0 0 14px 2px;
}

.search-modal-form { width: 100%; }

.search-modal-field {
  display: flex; align-items: center;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 14px; overflow: hidden;
  transition: border-color 0.18s;
}
.search-modal-field:focus-within {
  border-color: rgba(255,255,255,0.45);
}

.search-modal-field__icon {
  width: 20px; height: 20px;
  flex-shrink: 0; margin: 0 4px 0 18px;
  color: rgba(255,255,255,0.4);
}

.search-modal-input {
  flex: 1;
  background: transparent; border: none; outline: none;
  font-size: 1.125rem; font-weight: 400;
  color: #fff; font-family: inherit;
  padding: 18px 12px;
  caret-color: var(--amber);
}
.search-modal-input::placeholder { color: rgba(255,255,255,0.3); }

.search-modal-submit {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--navy); color: #fff; border: none;
  margin: 6px; border-radius: 10px; cursor: pointer;
  transition: background 0.18s;
}
.search-modal-submit:hover { background: var(--navy-dk); }

.search-modal-close {
  position: absolute; top: -48px; right: 20px;
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px; padding: 6px 12px;
  color: rgba(255,255,255,0.55); cursor: pointer; font-family: inherit;
  transition: background 0.18s, color 0.18s;
}
.search-modal-close:hover {
  background: rgba(255,255,255,0.14); color: #fff;
}
.search-modal-close__esc {
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(255,255,255,0.12);
  border-radius: 4px; padding: 1px 5px;
  color: rgba(255,255,255,0.4);
}

@media (max-width: 767px) {
  .search-modal-overlay { padding-top: 10vh; align-items: flex-start; }
  .search-modal-box     { padding: 0 16px; }
  .search-modal-input   { font-size: 1rem; padding: 16px 10px; }
  .search-modal-close   { top: -44px; }
}