/*
Theme Name: Tasavvuf Vakfi
Theme URI:   https://mevlana.org.tr
Author: Tasavvuf Vakfi
Description: Hz. Mevlana, Mesnevi, Sema ve Tasavvuf geleneğini yaşatan kurumsal WordPress teması. Tüm etkinlik sayfaları, galeri albümleri, eğitim ve yayın bölümleri içerir.
Version:     1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tasavvuf-vakfi
Tags:        custom-menu, featured-images, full-width-template, custom-logo, footer-widgets, theme-options
*/

/* ─────────────────────────────────────────
   TASAVVUF VAKFI – ANA STİL DOSYASI
   Logo Renk Paleti:
     Koyu Yeşil  : #0a2412
     Orta Yeşil  : #1e5c35
     Parlak Yeşil: #2d8a50
     Altın       : #c9a84c
     Krem        : #f5f0e8
───────────────────────────────────────── */

:root {
  --tv-green-deep:   #0a2412;
  --tv-green-dark:   #133520;
  --tv-green-mid:    #1e5c35;
  --tv-green-bright: #2d8a50;
  --tv-green-light:  #4db876;
  --tv-gold:         #c9a84c;
  --tv-gold-light:   #e8c96a;
  --tv-cream:        #f5f0e8;
  --tv-cream-dark:   #e8dfc8;
  --tv-white:        #ffffff;
  --tv-text:         #1a1a1a;
  --tv-text-muted:   #5a5a5a;
  --tv-border:       rgba(201,168,76,0.2);
  --tv-radius:       4px;
  --tv-shadow:       0 8px 32px rgba(0,0,0,0.18);
  --tv-transition:   all 0.28s ease;
}

/* ─── RESET & BASE ─── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }

body {
  font-family: 'Crimson Pro', Georgia, 'Times New Roman', serif;
  background: var(--tv-green-deep);
  color: var(--tv-cream);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width:100%; height:auto; display:block; }
a { color: var(--tv-gold); text-decoration:none; transition: var(--tv-transition); }
a:hover { color: var(--tv-gold-light); }
ul, ol { list-style:none; }

h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.25;
  color: var(--tv-cream);
}

/* ─── CONTAINER ─── */
.tv-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .tv-container { padding: 0 20px; }
}

/* ─── BUTTONS ─── */
.tv-btn {
  display: inline-block;
  padding: 13px 34px;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: var(--tv-radius);
  transition: var(--tv-transition);
  cursor: pointer;
  border: none;
}
.tv-btn-primary {
  background: var(--tv-gold);
  color: var(--tv-green-deep);
  box-shadow: 0 4px 18px rgba(201,168,76,0.3);
}
.tv-btn-primary:hover {
  background: var(--tv-gold-light);
  color: var(--tv-green-deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(201,168,76,0.42);
}
.tv-btn-outline {
  background: transparent;
  color: var(--tv-gold);
  border: 1px solid rgba(201,168,76,0.5);
}
.tv-btn-outline:hover {
  background: rgba(201,168,76,0.1);
  border-color: var(--tv-gold);
  color: var(--tv-gold-light);
}
.tv-btn-green {
  background: var(--tv-green-mid);
  color: var(--tv-cream);
  border: 1px solid rgba(201,168,76,0.25);
}
.tv-btn-green:hover {
  background: var(--tv-green-bright);
  color: var(--tv-cream);
}

/* ─── SECTION ─── */
.tv-section { padding: 88px 0; }
.tv-section-alt { background: var(--tv-green-dark); }
.tv-section-cream {
  background: var(--tv-cream);
  color: var(--tv-text);
}
.tv-section-cream h1,
.tv-section-cream h2,
.tv-section-cream h3,
.tv-section-cream h4 { color: var(--tv-green-deep); }
.tv-section-cream p { color: var(--tv-text-muted); }

.tv-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.tv-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: .3em;
  color: var(--tv-gold);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.tv-tag::before, .tv-tag::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--tv-gold);
}
.tv-section-title {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 400;
  margin-bottom: 14px;
}
.tv-section-desc {
  font-size: 17px;
  color: rgba(245,240,232,0.62);
  max-width: 540px;
  margin: 0 auto;
  font-style: italic;
}

/* ─── TOPBAR ─── */
#tv-topbar {
  background: #060f09;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 7px 0;
  font-size: 13px;
}
.tv-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tv-topbar-left { display:flex; gap:24px; color: rgba(245,240,232,0.55); align-items:center; }
.tv-topbar-left a { color: var(--tv-gold); font-size:13px; }
.tv-topbar-left a:hover { color: var(--tv-gold-light); }
.tv-topbar-right { display:flex; align-items:center; gap:10px; }
.tv-social-btn {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tv-gold);
  font-size: 11px;
  font-weight: 700;
  transition: var(--tv-transition);
}
.tv-social-btn:hover {
  background: var(--tv-gold);
  color: var(--tv-green-deep);
  border-color: var(--tv-gold);
}
/* ─── HEADER / NAVBAR ─── */
#tv-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10,36,18,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201,168,76,0.22);
  box-shadow: 0 4px 28px rgba(0,0,0,0.35);
}
.tv-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

/* Logo */
.tv-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  flex-shrink: 0;
}
.tv-logo img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(201,168,76,0.35);
}
.tv-logo-text {}
.tv-logo-name {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  letter-spacing: .1em;
  color: var(--tv-gold);
  display: block;
  line-height: 1.3;
}
.tv-logo-sub {
  font-family: 'Crimson Pro', serif;
  font-size: 11px;
  color: rgba(245,240,232,0.45);
  letter-spacing: .2em;
  text-transform: uppercase;
  display: block;
}

/* Nav */
#tv-nav { display:flex; align-items:center; }
.tv-nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}
.tv-nav-menu > li { position:relative; }
.tv-nav-menu > li > a {
  display: block;
  padding: 8px 13px;
  font-family: 'Crimson Pro', serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .03em;
  color: rgba(245,240,232,0.85);
  border-radius: var(--tv-radius);
  white-space: nowrap;
  transition: var(--tv-transition);
}
.tv-nav-menu > li > a:hover,
.tv-nav-menu > li.current-menu-item > a,
.tv-nav-menu > li.current-menu-parent > a {
  color: var(--tv-gold-light);
  background: rgba(201,168,76,0.08);
}
/* Dropdown */
.tv-nav-menu li.menu-item-has-children > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: .6;
}
.tv-nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: var(--tv-green-dark);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 8px;
  min-width: 248px;
  box-shadow: 0 14px 44px rgba(0,0,0,0.48);
  list-style: none;
  z-index: 999;
  overflow: hidden;
  animation: ddIn .18s ease;
}
@keyframes ddIn {
  from { opacity:0; transform:translateY(-6px); }
  to   { opacity:1; transform:translateY(0); }
}
.tv-nav-menu li.menu-item-has-children:hover .sub-menu { display:block; }
.tv-nav-menu .sub-menu li a {
  display: block;
  padding: 10px 18px;
  font-family: 'Crimson Pro', serif;
  font-size: 14px;
  color: rgba(245,240,232,0.78);
  border-left: 2px solid transparent;
  transition: var(--tv-transition);
}
.tv-nav-menu .sub-menu li a:hover {
  color: var(--tv-gold-light);
  border-left-color: var(--tv-gold);
  background: rgba(45,138,80,0.14);
  padding-left: 22px;
}
.tv-nav-menu .sub-menu li + li { border-top: 1px solid rgba(201,168,76,0.07); }

/* Hamburger */
.tv-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.tv-hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--tv-gold);
  border-radius: 2px;
  transition: var(--tv-transition);
}
.tv-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tv-hamburger.open span:nth-child(2) { opacity: 0; }
.tv-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── HERO ─── */
#tv-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(140deg, #060f09 0%, #0d2e18 45%, #163d25 100%);
}
.tv-hero-pattern {
  position: absolute; inset:0; pointer-events:none;
  background-image:
    repeating-linear-gradient(60deg, transparent, transparent 90px, rgba(45,138,80,0.04) 90px, rgba(45,138,80,0.04) 91px),
    repeating-linear-gradient(-60deg, transparent, transparent 90px, rgba(201,168,76,0.025) 90px, rgba(201,168,76,0.025) 91px);
}
.tv-hero-circles { position:absolute; inset:0; pointer-events:none; overflow:hidden; }
.tv-hero-circles .c {
  position:absolute; border-radius:50%;
  border: 1px solid rgba(201,168,76,0.1);
}
.tv-hero-circles .c1 { width:620px;height:620px; top:-120px;right:-160px; animation:rotateSlow 44s linear infinite; }
.tv-hero-circles .c2 { width:420px;height:420px; top:60px;right:-40px; animation:rotateSlow 30s linear infinite reverse; border-color:rgba(45,138,80,0.12); }
.tv-hero-circles .c3 { width:240px;height:240px; top:190px;right:90px; animation:rotateSlow 20s linear infinite; border-color:rgba(201,168,76,0.18); }
@keyframes rotateSlow { to { transform:rotate(360deg); } }

.tv-hero-content {
  position: relative; z-index:2;
  padding: 80px 0;
  max-width: 640px;
}
.tv-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--tv-gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tv-hero-eyebrow::before { content:''; width:36px; height:1px; background:var(--tv-gold); display:block; }
.tv-hero-title {
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}
.tv-hero-title em { font-style:italic; color:var(--tv-gold-light); display:block; }
.tv-hero-subtitle {
  font-size: 18px;
  font-style: italic;
  color: rgba(245,240,232,0.6);
  max-width: 480px;
  margin-bottom: 40px;
  line-height: 1.75;
}
.tv-hero-cta { display:flex; gap:14px; flex-wrap:wrap; }
.tv-hero-quote {
  position: absolute;
  bottom: 44px; right: 44px;
  max-width: 320px;
  text-align: right;
  z-index: 2;
  padding: 22px 26px;
  border-right: 2px solid rgba(201,168,76,0.28);
  background: rgba(6,15,9,0.65);
  backdrop-filter: blur(4px);
  border-radius: var(--tv-radius);
}
.tv-hero-quote p {
  font-style: italic;
  font-size: 15px;
  color: rgba(245,240,232,0.78);
  line-height: 1.65;
}
.tv-hero-quote cite {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: var(--tv-gold);
  letter-spacing:.1em;
  font-family: 'Cinzel', serif;
  font-style: normal;
}

/* ─── PILLARS / SÜTUNLAR ─── */
.tv-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--tv-border);
  border-radius: var(--tv-radius);
  overflow: hidden;
}
.tv-pillar {
  padding: 44px 28px;
  text-align: center;
  border: 1px solid var(--tv-border);
  transition: var(--tv-transition);
  position: relative;
  overflow: hidden;
}
.tv-pillar::before {
  content:'';
  position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(45,138,80,0.15), transparent);
  opacity:0; transition: opacity .3s;
}
.tv-pillar:hover::before { opacity:1; }
.tv-pillar:hover { border-color: rgba(201,168,76,0.35); }
.tv-pillar-icon {
  width:58px; height:58px;
  margin: 0 auto 18px;
  border:1px solid rgba(201,168,76,0.28);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:22px;
  transition: var(--tv-transition);
}
.tv-pillar:hover .tv-pillar-icon {
  border-color: var(--tv-gold);
  background: rgba(201,168,76,0.1);
}
.tv-pillar h3 { font-size:17px; font-weight:600; margin-bottom:8px; }
.tv-pillar p  { font-size:14px; color: rgba(245,240,232,0.55); line-height:1.6; }

/* ─── ETKİNLİK KARTLARI ─── */
.tv-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.tv-event-card {
  background: var(--tv-green-dark);
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: var(--tv-radius);
  overflow: hidden;
  transition: var(--tv-transition);
  display: flex;
  flex-direction: column;
}
.tv-event-card:hover {
  border-color: rgba(201,168,76,0.38);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.32);
}
.tv-event-card-thumb {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, var(--tv-green-mid), var(--tv-green-dark));
}
.tv-event-card-thumb img {
  width:100%; height:100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.tv-event-card:hover .tv-event-card-thumb img { transform:scale(1.06); }
.tv-event-card-thumb .tv-badge {
  position: absolute;
  top:12px; left:12px;
  background: var(--tv-gold);
  color: var(--tv-green-deep);
  font-family: 'Cinzel', serif;
  font-size: 9px;
  padding: 4px 10px;
  border-radius: 2px;
  letter-spacing: .1em;
  font-weight:700;
}
.tv-event-card-thumb .tv-place-label {
  position:absolute; bottom:14px; left:14px;
  font-family:'Cinzel', serif;
  font-size:18px;
  color: rgba(201,168,76,0.35);
  letter-spacing:.08em;
}

/* ─── CSS COVER KARTLARI – Yurt İçi ─── */
.tv-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.tv-cover-icon {
  font-size: 38px;
  line-height:1;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}
.tv-cover-city {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--tv-gold);
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
  text-align:center;
  padding: 0 12px;
}
/* Her kart için özgün gradyan */
.tv-cover-istanbul { background: linear-gradient(140deg,#0d3320 0%,#1a5c3a 50%,#0a2412 100%); }
.tv-cover-suda     { background: linear-gradient(140deg,#0a2040 0%,#1a3f6e 50%,#0d1a2e 100%); }
.tv-cover-gelibolu { background: linear-gradient(140deg,#2a1a08 0%,#6b3d10 50%,#3d2208 100%); }
.tv-cover-bursa    { background: linear-gradient(140deg,#1a0a2e 0%,#3d1a6b 50%,#0d0520 100%); }
.tv-cover-iftar    { background: linear-gradient(140deg,#2e1500 0%,#7a3b00 50%,#1a0d00 100%); }
.tv-cover-lokma    { background: linear-gradient(140deg,#1a2e10 0%,#3d6b25 50%,#0d1a08 100%); }
.tv-cover-alay     { background: linear-gradient(140deg,#0a2412 0%,#2d8a50 40%,#c9a84c 100%); }
.tv-cover-asure    { background: linear-gradient(140deg,#2e0a0a 0%,#6b1a1a 50%,#1a0505 100%); }
.tv-cover-izmir    { background: linear-gradient(140deg,#0a1e2e 0%,#1a4a6b 50%,#052030 100%); }
.tv-cover-urfa     { background: linear-gradient(140deg,#2e2000 0%,#7a5500 50%,#1a1200 100%); }
.tv-cover-bektasi  { background: linear-gradient(140deg,#1e0a2e 0%,#4a1a6b 50%,#100520 100%); }
.tv-cover-afyon    { background: linear-gradient(140deg,#102e10 0%,#256b25 50%,#081808 100%); }
/* hover'da hafif parla */
.tv-event-card:hover .tv-cover { filter: brightness(1.12); }
.tv-event-card-body {
  padding: 20px 22px;
  flex:1;
}
.tv-event-card-body h4 {
  font-size:17px; font-weight:600; margin-bottom:8px; line-height:1.3;
}
.tv-event-card-body p {
  font-size:13px; color:rgba(245,240,232,0.5); line-height:1.6;
}
.tv-event-card-foot {
  padding: 12px 22px;
  border-top: 1px solid rgba(201,168,76,0.1);
  display:flex; align-items:center; justify-content:space-between;
  font-size:12px; color:var(--tv-gold);
  font-family:'Cinzel', serif; letter-spacing:.08em;
}

/* ─── GALERI ─── */
.tv-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.tv-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--tv-radius);
  aspect-ratio: 1;
  cursor: pointer;
  background: var(--tv-green-dark);
}
.tv-gallery-item img {
  width:100%; height:100%;
  object-fit:cover;
  transition: transform .5s ease;
}
.tv-gallery-item:hover img { transform:scale(1.1); }
.tv-gallery-item .tv-gallery-overlay {
  position:absolute; inset:0;
  background: rgba(10,36,18,0.6);
  display:flex; align-items:center; justify-content:center;
  opacity:0; transition: var(--tv-transition);
}
.tv-gallery-item:hover .tv-gallery-overlay { opacity:1; }
.tv-gallery-item .tv-gallery-overlay svg {
  width:32px; height:32px; fill:var(--tv-gold);
}

/* ─── EĞİTİM ─── */
.tv-edu-grid {
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:22px;
}
.tv-edu-card {
  display:flex; align-items:flex-start; gap:20px;
  padding: 28px;
  background: rgba(30,92,53,0.14);
  border: 1px solid rgba(201,168,76,0.14);
  border-radius: var(--tv-radius);
  transition: var(--tv-transition);
}
.tv-edu-card:hover {
  border-color: rgba(201,168,76,0.38);
  background: rgba(30,92,53,0.26);
}
.tv-edu-icon {
  font-size:28px;
  width:58px; height:58px;
  border:1px solid rgba(201,168,76,0.22);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
  transition: var(--tv-transition);
}
.tv-edu-card:hover .tv-edu-icon { border-color:var(--tv-gold); background:rgba(201,168,76,0.08); }
.tv-edu-body h3 { font-size:20px; margin-bottom:7px; }
.tv-edu-body p  { font-size:14px; color:rgba(245,240,232,0.52); line-height:1.65; }
.tv-free-tag {
  display:inline-block; margin-top:10px;
  padding:3px 12px; border-radius:20px;
  background:rgba(77,184,118,0.14);
  border:1px solid rgba(77,184,118,0.3);
  font-size:11px; color:var(--tv-green-light);
  font-family:'Cinzel',serif; letter-spacing:.1em;
}

/* ─── HARITA / DÜNYA ETKİNLİKLERİ ─── */
.tv-world-grid {
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:16px;
}
.tv-world-card {
  padding:20px 22px;
  background: var(--tv-green-dark);
  border:1px solid rgba(201,168,76,0.12);
  border-radius: var(--tv-radius);
  transition: var(--tv-transition);
  display:flex; align-items:center; gap:14px;
}
.tv-world-card:hover {
  border-color:rgba(201,168,76,0.35);
  background:rgba(30,92,53,0.2);
  transform:translateX(4px);
}
.tv-world-flag {
  font-size:28px; flex-shrink:0;
  width:46px; height:46px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(201,168,76,0.06);
  border:1px solid var(--tv-border);
  border-radius:50%;
}
.tv-world-info h4 { font-size:15px; font-weight:600; margin-bottom:3px; }
.tv-world-info span { font-size:12px; color:var(--tv-gold); font-family:'Cinzel',serif; letter-spacing:.06em; }

/* ─── VAKIF / ABOUT ─── */
.tv-about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:center;
}
.tv-about-visual { position:relative; height:460px; }
.tv-about-block {
  position:absolute;
  border:1px solid rgba(201,168,76,0.18);
  border-radius:var(--tv-radius);
  overflow:hidden;
}
.tv-about-main {
  width:68%; height:72%; top:0; left:0;
  background:linear-gradient(135deg,var(--tv-green-mid),var(--tv-green-dark));
  display:flex; align-items:center; justify-content:center;
  font-size:64px; color:rgba(201,168,76,0.18);
}
.tv-about-main img { width:100%; height:100%; object-fit:cover; }
.tv-about-stat {
  width:52%; height:52%; bottom:0; right:0;
  background:var(--tv-green-dark);
  display:flex; flex-direction:column;
  align-items:center; justify-content:center; gap:8px;
  padding:24px;
  border-color:rgba(201,168,76,0.28);
}
.tv-stat-num {
  font-family:'Playfair Display',serif;
  font-size:46px; color:var(--tv-gold); line-height:1;
}
.tv-stat-label {
  font-size:12px; color:rgba(245,240,232,0.52);
  text-align:center; letter-spacing:.06em;
  font-family:'Cinzel',serif;
}
.tv-about-text h2 { font-size:clamp(26px,3.5vw,40px); font-weight:400; margin-bottom:20px; line-height:1.2; }
.tv-about-text h2 em { font-style:italic; color:var(--tv-gold-light); }
.tv-about-text p { font-size:16px; color:rgba(245,240,232,0.64); line-height:1.8; margin-bottom:16px; }
.tv-about-links { display:flex; flex-direction:column; gap:10px; margin-top:26px; }
.tv-about-link {
  display:flex; align-items:center; gap:12px;
  color:var(--tv-gold);
  font-family:'Cinzel',serif; font-size:11px; letter-spacing:.1em;
  transition: var(--tv-transition);
}
.tv-about-link::before { content:'→'; font-size:15px; font-family:serif; }
.tv-about-link:hover { color:var(--tv-gold-light); gap:16px; }

/* ─── YAYINLAR ─── */
.tv-pub-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.tv-pub-card {
  padding:34px 28px; text-align:center;
  border:1px solid rgba(201,168,76,0.14);
  border-radius:var(--tv-radius);
  transition: var(--tv-transition);
  display:flex; flex-direction:column; align-items:center;
}
.tv-pub-card:hover {
  border-color:rgba(201,168,76,0.4);
  background:rgba(30,92,53,0.18);
  transform:translateY(-4px);
  box-shadow:var(--tv-shadow);
}
.tv-pub-icon { font-size:42px; margin-bottom:18px; }
.tv-pub-card h3 { font-size:20px; margin-bottom:10px; }
.tv-pub-card p  { font-size:14px; color:rgba(245,240,232,0.5); line-height:1.6; flex:1; }
.tv-pub-cta {
  display:inline-block; margin-top:18px;
  font-family:'Cinzel',serif; font-size:10px; letter-spacing:.15em;
  color:var(--tv-gold);
  border-bottom:1px solid rgba(201,168,76,0.3); padding-bottom:2px;
  transition: var(--tv-transition);
}
.tv-pub-card:hover .tv-pub-cta { border-color:var(--tv-gold); }

/* ─── İLETİŞİM ─── */
.tv-contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}
.tv-contact-grid.tv-contact-full {
  grid-template-columns:1fr;
  max-width:700px;
}
.tv-contact-info h3 { font-size:32px; margin-bottom:24px; }
.tv-contact-item { display:flex; gap:16px; margin-bottom:22px; }
.tv-contact-icon {
  font-size:18px; width:44px; height:44px;
  border:1px solid rgba(201,168,76,0.22); border-radius:50%;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.tv-contact-item label { display:block; font-family:'Cinzel',serif; font-size:10px; color:var(--tv-gold); letter-spacing:.2em; margin-bottom:3px; }
.tv-contact-item a, .tv-contact-item span { font-size:15px; color:rgba(245,240,232,0.75); }

/* Form */
.tv-form { display:flex; flex-direction:column; gap:16px; }
.tv-form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.tv-form-group { display:flex; flex-direction:column; gap:7px; }
.tv-form-group label { font-family:'Cinzel',serif; font-size:10px; letter-spacing:.15em; color:var(--tv-gold); }
.tv-form-group input,
.tv-form-group textarea,
.tv-form-group select {
  background: rgba(10,36,18,0.7);
  border:1px solid rgba(201,168,76,0.2);
  border-radius:var(--tv-radius);
  padding:13px 16px;
  color:var(--tv-cream);
  font-family:'Crimson Pro',serif;
  font-size:15px;
  outline:none;
  transition: border-color .2s;
  resize:vertical;
  -webkit-appearance:none;
}
.tv-form-group input:focus,
.tv-form-group textarea:focus { border-color:rgba(201,168,76,0.5); }
.tv-form-group textarea { min-height:130px; }
.tv-form-submit {
  padding:14px;
  background:var(--tv-gold);
  color:var(--tv-green-deep);
  font-family:'Cinzel',serif;
  font-size:12px; letter-spacing:.15em; font-weight:700;
  border:none; cursor:pointer;
  border-radius:var(--tv-radius);
  transition: var(--tv-transition);
  width:100%;
}
.tv-form-submit:hover { background:var(--tv-gold-light); }

/* ─── SAYFA BAŞLIĞI / PAGE HERO ─── */
.tv-page-hero {
  background: linear-gradient(135deg, var(--tv-green-deep), var(--tv-green-dark));
  border-bottom: 1px solid var(--tv-border);
  padding: 60px 0;
  position:relative; overflow:hidden;
}
.tv-page-hero::before {
  content:'';
  position:absolute; inset:0;
  background:
    repeating-linear-gradient(60deg, transparent, transparent 70px, rgba(45,138,80,0.04) 70px, rgba(45,138,80,0.04) 71px);
}
.tv-page-hero-inner { position:relative; z-index:1; }
.tv-page-hero h1 {
  font-size:clamp(30px,4vw,52px); font-weight:400; margin-bottom:10px;
}
.tv-breadcrumb {
  display:flex; align-items:center; gap:8px;
  font-size:13px; color:rgba(245,240,232,0.5);
  font-family:'Cinzel',serif; letter-spacing:.06em;
}
.tv-breadcrumb a { color:var(--tv-gold); }
.tv-breadcrumb span { color:rgba(245,240,232,0.35); }

/* ─── GALERİ LIGHTBOX ─── */
.tv-lightbox {
  display:none; position:fixed; inset:0; z-index:9999;
  background:rgba(0,0,0,0.92);
  align-items:center; justify-content:center;
}
.tv-lightbox.active { display:flex; }
.tv-lightbox-inner { position:relative; max-width:90vw; max-height:90vh; }
.tv-lightbox img { max-width:90vw; max-height:88vh; object-fit:contain; border-radius:var(--tv-radius); }
.tv-lightbox-close {
  position:absolute; top:-40px; right:0;
  font-size:28px; color:var(--tv-gold); cursor:pointer; background:none; border:none;
}
.tv-lightbox-prev,
.tv-lightbox-next {
  position:absolute; top:50%; transform:translateY(-50%);
  font-size:32px; color:var(--tv-gold); background:rgba(10,36,18,0.7);
  border:none; cursor:pointer; padding:10px 16px; border-radius:var(--tv-radius);
}
.tv-lightbox-prev { left:-60px; }
.tv-lightbox-next { right:-60px; }

/* ─── FOOTER ─── */
#tv-footer {
  background: #060f09;
  border-top: 1px solid rgba(201,168,76,0.14);
  padding: 64px 0 28px;
}
.tv-footer-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:48px;
  margin-bottom:48px;
}
.tv-footer-brand .tv-logo { margin-bottom:16px; }
.tv-footer-brand p { font-size:14px; color:rgba(245,240,232,0.48); line-height:1.7; max-width:280px; }
.tv-footer-col h4 {
  font-family:'Cinzel',serif; font-size:10px; letter-spacing:.22em;
  color:var(--tv-gold); margin-bottom:18px; text-transform:uppercase;
}
.tv-footer-col ul { display:flex; flex-direction:column; gap:10px; }
.tv-footer-col ul li a {
  font-size:14px; color:rgba(245,240,232,0.52);
  transition: var(--tv-transition);
}
.tv-footer-col ul li a:hover { color:var(--tv-gold-light); padding-left:4px; }
.tv-footer-bottom {
  border-top:1px solid rgba(201,168,76,0.1);
  padding-top:22px;
  display:flex; justify-content:space-between; align-items:center;
  font-size:12px; color:rgba(245,240,232,0.3);
}
.tv-footer-bottom a { color:rgba(201,168,76,0.55); }
.tv-footer-bottom a:hover { color:var(--tv-gold); }

/* ─── CONTENT AREA ─── */
.tv-content-area {
  background: var(--tv-green-dark);
  padding: 56px 0;
}
.tv-content-body {
  max-width: 860px;
  margin: 0 auto;
}
.tv-content-body h2 { font-size:28px; margin:28px 0 14px; }
.tv-content-body p  { font-size:16px; color:rgba(245,240,232,0.72); line-height:1.82; margin-bottom:14px; }
.tv-content-body strong { color:var(--tv-gold-light); }
.tv-content-body a { color:var(--tv-gold); }

/* ─── SLIDER / GALERİ SAYFALARI ─── */
.tv-photo-gallery {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:32px 0;
}
.tv-photo-gallery img {
  width:100%; aspect-ratio:4/3;
  object-fit:cover; border-radius:var(--tv-radius);
  cursor:pointer;
  transition: var(--tv-transition);
  border:1px solid var(--tv-border);
}
.tv-photo-gallery img:hover {
  border-color:rgba(201,168,76,0.4);
  transform:scale(1.02);
  box-shadow:var(--tv-shadow);
}

/* ─── TABS ─── */
.tv-tabs { display:none; }
.tv-tab-btn {
  padding:12px 26px;
  font-family:'Cinzel',serif; font-size:10px; letter-spacing:.14em;
  color:rgba(245,240,232,0.48); cursor:pointer;
  border:none; background:none;
  border-bottom:2px solid transparent;
  transition: var(--tv-transition); text-transform:uppercase;
}
.tv-tab-btn.active,
.tv-tab-btn:hover { color:var(--tv-gold); border-bottom-color:var(--tv-gold); }
.tv-tab-pane { display:block; }
.tv-tab-pane.active { display:block; }

/* ─── SCROLL REVEAL ─── */
.tv-reveal {
  opacity:0; transform:translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}
.tv-reveal.visible { opacity:1; transform:translateY(0); }

/* ─── WP ALIGNMENTS ─── */
.alignleft { float:left; margin:0 22px 14px 0; }
.alignright { float:right; margin:0 0 14px 22px; }
.aligncenter { display:block; margin:0 auto 14px; }
.wp-caption { max-width:100%; }
.wp-caption-text { font-size:13px; color:rgba(245,240,232,0.48); margin-top:6px; text-align:center; }

/* ─── RESPONSIVE ─── */
@media (max-width:1200px) {
  .tv-pillars-grid { grid-template-columns:repeat(2,1fr); }
  .tv-events-grid  { grid-template-columns:repeat(2,1fr); }
  .tv-footer-grid  { grid-template-columns:1fr 1fr; gap:32px; }
}
@media (max-width:1024px) {
  .tv-about-grid   { grid-template-columns:1fr; gap:44px; }
  .tv-about-visual { height:280px; }
  .tv-world-grid   { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:768px) {
  .tv-hamburger    { display:flex; }
  #tv-nav          { display:none; }
  #tv-nav.open     { display:block; position:absolute; top:76px; left:0; right:0; background:var(--tv-green-dark); padding:16px; border-bottom:1px solid var(--tv-border); }
  .tv-nav-menu     { flex-direction:column; gap:0; }
  .tv-nav-menu > li > a { padding:12px 14px; }
  .tv-nav-menu .sub-menu { position:static; box-shadow:none; border:none; border-left:2px solid rgba(201,168,76,0.2); margin-left:14px; border-radius:0; display:none; animation:none; }
  .tv-nav-menu li.menu-item-has-children.open .sub-menu { display:block; }
  .tv-events-grid  { grid-template-columns:1fr; }
  .tv-edu-grid     { grid-template-columns:1fr; }
  .tv-pub-grid     { grid-template-columns:1fr; }
  .tv-world-grid   { grid-template-columns:1fr; }
  .tv-contact-grid { grid-template-columns:1fr; }
  .tv-gallery-grid { grid-template-columns:repeat(2,1fr); }
  .tv-photo-gallery{ grid-template-columns:repeat(2,1fr); }
  .tv-footer-grid  { grid-template-columns:1fr; }
  .tv-hero-quote   { display:none; }
  .tv-about-block.tv-about-stat { width:65%; }
  .tv-form-row { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .tv-pillars-grid { grid-template-columns:1fr; }
  .tv-gallery-grid { grid-template-columns:repeat(2,1fr); }
}
