/* ============================================================
   Tasavvuf Vakfı — yeniden tasarım
   Renk değişkenleri Tweaks paneline bağlıdır; aşağıda bütün
   yüzeyler tokenlar üzerinden tanımlanır.
   ============================================================ */

:root {
  --bg: #0e2c22;
  --bg-2: #0a221a;
  --surface: #103328;
  --card: #143b2e;
  --ink: #f4ecd8;
  --ink-2: #d9cba6;
  --muted: #8aa394;
  --line: rgba(244, 236, 216, 0.14);
  --accent: #c8a55b;
  --accent-2: #e2c98a;
  --ornament: rgba(244, 236, 216, 0.06);
  --display: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --ui: "Manrope", "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --rad: 2px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--ui);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv11";
  letter-spacing: -0.005em;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: default; padding: 0; }

::selection { background: var(--accent); color: var(--bg); }

/* ───────────── Layout ───────────── */
.shell { max-width: 1380px; margin: 0 auto; padding: 0 56px; }
@media (max-width: 900px){ .shell { padding: 0 24px; } }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}
.eyebrow.dim { color: var(--muted); }

h1,h2,h3,h4 { margin: 0; font-weight: 400; letter-spacing: -0.015em; }
p { margin: 0; }
.serif { font-family: var(--display); font-weight: 400; font-style: normal; }
.italic { font-style: italic; }
.num { font-family: var(--mono); font-variant-numeric: tabular-nums; }

/* hairlines */
.hr { height: 1px; background: var(--line); border: 0; }
.vr { width: 1px; align-self: stretch; background: var(--line); }

/* ───────────── Nav ───────────── */
.nav {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 56px;
  background: color-mix(in oklab, var(--bg) 78%, transparent);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand .mark {
  width: 40px; height: 40px;
  border-radius: 6px;
  background: var(--accent);
  color: var(--bg);
  font-family: var(--display); font-style: italic;
  display: grid; place-items: center;
  font-size: 22px;
  position: relative;
}
.brand .mark::before, .brand .mark::after {
  content: ""; position: absolute; inset: 4px; border-radius: 3px;
  border: 1px solid color-mix(in oklab, var(--bg) 70%, transparent);
  pointer-events: none;
}
.brand .mark::after { inset: 7px; transform: rotate(45deg); border-color: color-mix(in oklab, var(--bg) 50%, transparent); }
.brand .wordmark { line-height: 1; white-space: nowrap; }
.brand .wordmark .t1 { font-family: var(--display); font-size: 20px; letter-spacing: -0.005em; }
.brand .wordmark .t2 { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

.menu { display: flex; gap: 24px; align-items: center; font-size: 13px; white-space: nowrap; }
.menu a { color: var(--ink-2); position: relative; padding: 4px 0; }
.menu a:hover { color: var(--ink); }
.menu a.dot::after { content:"·"; margin-left: 28px; color: var(--muted); }
.nav-cta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink);
  white-space: nowrap; flex-shrink: 0;
}
.nav-cta:hover { border-color: var(--accent); color: var(--accent); }

@media (max-width: 1180px){ .menu { gap: 18px; font-size: 12px; } }
@media (max-width: 980px){ .nav { padding: 14px 24px; } .menu { display: none; } }

/* ───────────── Hero ───────────── */
.hero {
  position: relative;
  padding: 90px 0 120px;
  overflow: hidden;
}
.hero .shell { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: end;
}
@media (max-width: 760px){ .hero-grid { grid-template-columns: 1fr; gap: 48px; } }

.hero h1 {
  font-family: var(--display);
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.hero h1 .ornament-line { color: var(--accent); font-style: italic; }
.hero .lead {
  margin-top: 28px;
  max-width: 56ch;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.65;
}
.hero-meta { display: flex; gap: 36px; margin-top: 40px; font-size: 12px; color: var(--muted); }
.hero-meta b { display: block; color: var(--ink); font-family: var(--display); font-size: 28px; letter-spacing: -0.01em; margin-bottom: 2px; }

/* Background ornament — subtle */
.hero-bg {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(900px 520px at 78% 28%, color-mix(in oklab, var(--accent) 12%, transparent) 0%, transparent 62%),
    radial-gradient(620px 340px at 8% 92%, color-mix(in oklab, var(--accent) 6%, transparent) 0%, transparent 60%);
}

/* Hero halkalar — geometrik motif */
.hero-ring {
  position: absolute; right: -160px; top: 80px; width: 760px; height: 760px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg,
      transparent 0deg 14.5deg,
      color-mix(in oklab, var(--accent) 22%, transparent) 14.5deg 15deg);
  -webkit-mask: radial-gradient(circle, transparent 240px, #000 241px, #000 360px, transparent 361px);
          mask: radial-gradient(circle, transparent 240px, #000 241px, #000 360px, transparent 361px);
  opacity: .55;
  z-index: 1;
  animation: hero-spin 240s linear infinite;
}
.hero-ring.outer {
  width: 1100px; height: 1100px; top: -100px; right: -300px;
  -webkit-mask: radial-gradient(circle, transparent 480px, #000 481px, #000 540px, transparent 541px);
          mask: radial-gradient(circle, transparent 480px, #000 481px, #000 540px, transparent 541px);
  opacity: .35;
  animation: hero-spin-rev 360s linear infinite;
}
@keyframes hero-spin     { to { transform: rotate(360deg); } }
@keyframes hero-spin-rev { to { transform: rotate(-360deg); } }

/* hero CTAs */
.hero-cta-row { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero-cta {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 13px 22px; border-radius: 999px; border: 1px solid var(--line);
  transition: all 180ms ease;
  white-space: nowrap;
}
.hero-cta.primary { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.hero-cta.primary:hover { background: var(--accent-2); border-color: var(--accent-2); }
.hero-cta.ghost:hover { border-color: var(--accent); color: var(--accent); }

/* arabesque corner — small repeating diamond grid */
.diamond-grid {
  position: absolute; inset: auto 0 0 0; height: 60px; z-index: 1;
  background-image:
    linear-gradient(45deg, var(--line) 25%, transparent 25%),
    linear-gradient(-45deg, var(--line) 25%, transparent 25%);
  background-size: 12px 12px;
  background-position: 0 0, 0 6px;
  opacity: .6;
  -webkit-mask: linear-gradient(to top, #000, transparent);
  mask: linear-gradient(to top, #000, transparent);
}

/* ───────────── Sema ribbon ───────────── */
.sema-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(to right, transparent, color-mix(in oklab, var(--accent) 4%, transparent), transparent);
}
.sema-strip-row {
  display: grid; grid-template-columns: auto 1fr auto auto; gap: 28px; align-items: center;
  padding: 18px 0;
}
.sema-pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 60%, transparent);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 60%, transparent); }
  70%{ box-shadow: 0 0 0 14px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.sema-text { font-size: 13px; }
.sema-text b { font-family: var(--display); font-size: 19px; letter-spacing: -0.01em; }
.sema-when { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.sema-cta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 8px 14px; border: 1px solid var(--accent); color: var(--accent); border-radius: 999px;
}

/* ───────────── Section header ───────────── */
.section { padding: 100px 0; position: relative; }
.section-head { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; margin-bottom: 56px; align-items: end; }
.section-head h2 { font-family: var(--display); font-size: clamp(34px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -0.02em; }
.section-head .descr { color: var(--ink-2); font-size: 15px; line-height: 1.7; max-width: 52ch; }
.section-head .label { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.section-head .label .num { color: var(--muted); }
@media (max-width: 900px){ .section-head { grid-template-columns: 1fr; gap: 24px; } }

/* ───────────── Pillars (4 cards) ───────────── */
.pillars {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.pillar {
  padding: 36px 28px 32px;
  border-right: 1px solid var(--line);
  position: relative;
  transition: background 220ms ease;
}
.pillar:last-child { border-right: 0; }
.pillar:hover { background: color-mix(in oklab, var(--accent) 5%, transparent); }
.pillar .glyph {
  width: 56px; height: 56px; margin-bottom: 24px;
  display: grid; place-items: center;
  border: 1px solid var(--accent); color: var(--accent);
  border-radius: 50%;
  font-family: var(--display); font-style: italic; font-size: 28px;
  position: relative;
}
.pillar .glyph::before {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 1px dashed color-mix(in oklab, var(--accent) 35%, transparent);
}
.pillar h3 { font-family: var(--display); font-size: 28px; letter-spacing: -0.01em; margin-bottom: 10px; margin-top: 4px; }
.pillar p { color: var(--ink-2); font-size: 13.5px; line-height: 1.6; }
.pillar .more { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; }
.pillar .more::after { content: "→"; transition: transform 180ms ease; }
.pillar:hover .more::after { transform: translateX(4px); }
@media (max-width: 980px){ .pillars { grid-template-columns: repeat(2, 1fr); } .pillar:nth-child(2) { border-right: 0; } .pillar:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 640px){ .pillars { grid-template-columns: 1fr; } .pillar { border-right: 0 !important; border-bottom: 1px solid var(--line); } .pillar:last-child { border-bottom: 0; } }

/* ───────────── Quote section ───────────── */
.quote-sec { padding: 140px 0 130px; position: relative; }
.quote-frame {
  text-align: center;
  position: relative;
  padding: 60px 20px;
}
.quote-frame::before, .quote-frame::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  width: 110px; height: 1px; background: var(--accent);
}
.quote-frame::before { top: 0; }
.quote-frame::after { bottom: 0; }
.quote-frame .top-orn { position: absolute; left: 50%; top: -7px; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; border: 1px solid var(--accent); background: var(--bg); }
.quote-frame .bot-orn { position: absolute; left: 50%; bottom: -7px; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; border: 1px solid var(--accent); background: var(--bg); }

.quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 18ch;
  margin: 0 auto;
}
.quote-attr { margin-top: 36px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }

/* ───────────── Activities grid ───────────── */
.act-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.act-card {
  grid-column: span 4;
  background: var(--bg);
  padding: 30px 28px 26px;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 220px;
  transition: background 200ms;
}
.act-card.wide { grid-column: span 6; }
.act-card.tall { grid-column: span 4; grid-row: span 2; min-height: 460px; background: var(--surface); }
.act-card:hover { background: color-mix(in oklab, var(--accent) 7%, var(--bg)); }
.act-card .city { font-family: var(--display); font-size: 30px; line-height: 1; letter-spacing: -0.015em; }
.act-card .venue { color: var(--ink-2); font-size: 13px; }
.act-card .meta { margin-top: auto; display: flex; justify-content: space-between; align-items: end; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.act-card .meta b { color: var(--accent); font-family: var(--mono); }
.act-card .schedule { font-size: 13px; color: var(--ink-2); padding-top: 8px; border-top: 1px dashed var(--line); }

.act-card.feature .city { font-size: 56px; }
.act-card.feature p { color: var(--ink-2); font-size: 14px; }

@media (max-width: 980px){
  .act-card, .act-card.wide, .act-card.tall { grid-column: span 6; grid-row: auto; min-height: 200px; }
}
@media (max-width: 640px){
  .act-card, .act-card.wide, .act-card.tall { grid-column: span 12; }
}

/* Sayfa/yazı kapak görseli — tv_card_thumb_html çıktısı */
.tv-page-hero {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 560px;
  min-height: 280px;
  overflow: hidden;
  background: var(--bg-2);
}
.tv-page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 760px){
  .tv-page-hero { min-height: 200px; aspect-ratio: 16 / 10; }
}

/* Görsel kart — eski temadan, yeni tasarıma uyarlanmış */
.act-card.has-thumb {
  padding: 0;
  gap: 0;
  overflow: hidden;
  min-height: 0;
}
/* .tall span 2 grid-row yan kartları stretch ediyordu — has-thumb için tek satıra çek */
.act-card.has-thumb.tall {
  grid-row: span 1;
  min-height: 0;
  background: var(--bg);
}
.act-card.has-thumb .act-thumb {
  display: block;
  overflow: hidden;
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  aspect-ratio: 3 / 2;
}
.act-card.has-thumb .act-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 500ms ease;
}
.act-card.has-thumb:hover .act-thumb img { transform: scale(1.04); }
.act-card.has-thumb .act-body {
  padding: 24px 26px 22px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.act-card.has-thumb.feature .act-thumb { aspect-ratio: 16 / 9; }
.act-card.has-thumb.feature { grid-column: span 8; }
.act-card.has-thumb.feature .city { font-size: 34px; line-height: 1.08; }
.act-card.has-thumb .city { font-size: 22px; line-height: 1.1; }
.act-card.has-thumb p { color: var(--ink-2); font-size: 13.5px; line-height: 1.6; margin: 0; }
@media (max-width: 980px){
  .act-card.has-thumb.feature { grid-column: span 6; }
}
@media (max-width: 640px){
  .act-card.has-thumb.feature { grid-column: span 12; }
  .act-card.has-thumb .act-thumb,
  .act-card.has-thumb.feature .act-thumb { aspect-ratio: 16/9; }
}

/* ───────────── World list (Yurt Dışı) ───────────── */
.world {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.world .section-head .descr { color: var(--ink-2); }

.world-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start;
}
@media (max-width: 980px){ .world-grid { grid-template-columns: 1fr; gap: 32px; } }

.world-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; border-top: 1px solid var(--line); }
/* world row — flag support */
.world-row {
  display: flex; align-items: baseline; gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 200ms ease;
}
.world-row .flag { font-size: 16px; line-height: 1; align-self: center; opacity: .9; }
.world-row:hover { padding-left: 10px; }
.world-row .num { color: var(--accent); font-size: 11px; min-width: 22px; }
.world-row .city { font-family: var(--display); font-size: 20px; flex: 1; }
.world-row .country { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

/* compass / map placeholder */
.compass {
  aspect-ratio: 1/1; width: 100%; max-width: 460px;
  border: 1px solid var(--line);
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  flex-shrink: 0;
  background:
    radial-gradient(circle at center, transparent 60%, color-mix(in oklab, var(--accent) 5%, transparent) 100%);
}
.compass::before, .compass::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid var(--line);
}
.compass::before { inset: 8%; }
.compass::after { inset: 22%; border-style: dashed; border-color: color-mix(in oklab, var(--accent) 30%, transparent); }
.compass .dot {
  position: absolute; width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent); transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 18%, transparent);
}
.compass .heart {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 60px; height: 60px;
  display: grid; place-items: center;
  background: var(--bg); border: 1px solid var(--accent); border-radius: 50%;
  font-family: var(--display); font-style: italic; font-size: 22px; color: var(--accent);
}
.compass .label-pin {
  position: absolute; transform: translate(-50%, -50%); font-family: var(--mono);
  font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
  white-space: nowrap; margin-top: 14px;
}

/* ───────────── Courses ───────────── */
.courses {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
.course {
  background: var(--bg); padding: 32px 26px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
}
.course .ord { position: absolute; top: 18px; right: 22px; font-family: var(--mono); font-size: 11px; color: var(--muted); }
.course .glyph {
  width: 44px; height: 44px;
  border-radius: 50%; border: 1px solid var(--accent);
  display: grid; place-items: center;
  font-family: var(--display); font-style: italic; color: var(--accent); font-size: 22px;
}
.course h3 { font-family: var(--display); font-size: 26px; letter-spacing: -0.01em; }
.course p { color: var(--ink-2); font-size: 13.5px; line-height: 1.6; }
.course .stats { display: flex; gap: 24px; margin-top: 12px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.course .stats b { display: block; color: var(--ink); font-family: var(--display); font-style: italic; font-size: 22px; letter-spacing: 0; text-transform: none; }
@media (max-width: 980px){ .courses { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px){ .courses { grid-template-columns: 1fr; } }

/* ───────────── History block ───────────── */
.history {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px;
  align-items: start;
}
@media (max-width: 980px){ .history { grid-template-columns: 1fr; gap: 32px; } }

.history .lead {
  font-family: var(--display); font-size: 26px; line-height: 1.4; letter-spacing: -0.01em;
  color: var(--ink); margin-bottom: 24px;
}
.history p + p { margin-top: 14px; }
.history p { color: var(--ink-2); font-size: 14.5px; line-height: 1.75; }

.timeline { border-left: 1px solid var(--line); padding-left: 24px; }
.tl-row { padding: 18px 0; border-bottom: 1px dashed var(--line); position: relative; }
.tl-row:last-child { border-bottom: 0; }
.tl-row::before { content: ""; position: absolute; left: -29px; top: 28px; width: 9px; height: 9px; background: var(--bg); border: 1px solid var(--accent); border-radius: 50%; }
.tl-row .year { font-family: var(--mono); font-size: 11px; color: var(--accent); letter-spacing: 0.14em; }
.tl-row .ev { font-family: var(--display); font-size: 19px; margin-top: 4px; letter-spacing: -0.005em; }
.tl-row .desc { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ───────────── New: pillar/course/pub links + info card ───────────── */
.pillar { text-decoration: none; }

.course { text-decoration: none; transition: background 180ms ease; }
.course:hover { background: color-mix(in oklab, var(--accent) 6%, var(--bg)); }
.course-cta {
  margin-top: auto;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent);
  padding-top: 16px;
  border-top: 1px dashed var(--line);
}

.pub { text-decoration: none; transition: background 180ms ease; }
.pub:hover { background: color-mix(in oklab, var(--accent) 5%, var(--bg)); }
.pub-cta {
  margin-top: auto;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent);
}

.history-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.history-links a {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent);
}
.history-links a:hover { color: var(--accent-2); }

.info-card {
  border: 1px solid var(--line);
  padding: 32px 28px;
  background: color-mix(in oklab, var(--bg) 92%, var(--accent) 2%);
  display: flex; flex-direction: column; gap: 18px;
}
.info-card .info-label {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent);
}
.info-card .info-title { font-family: var(--display); font-size: 36px; letter-spacing: -0.015em; line-height: 1.05; }
.info-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.info-list li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 12px 0; border-bottom: 1px dashed var(--line);
  font-size: 13px; color: var(--ink-2);
}
.info-list li:last-child { border-bottom: 0; }
.info-list li b { font-family: var(--display); font-style: italic; color: var(--ink); font-size: 18px; letter-spacing: -0.005em; font-weight: 500; }
.info-cta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); align-self: start;
}
.info-cta:hover { color: var(--accent-2); }

/* ───────────── Publications ───────────── */
.pubs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.pub {
  border: 1px solid var(--line);
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 260px;
  background: color-mix(in oklab, var(--bg) 92%, var(--accent) 1%);
}
.pub .kind { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.pub h4 { font-family: var(--display); font-size: 28px; letter-spacing: -0.015em; line-height: 1.1; }
.pub p { color: var(--ink-2); font-size: 13.5px; line-height: 1.6; }
.pub .meta { margin-top: auto; display: flex; gap: 18px; font-family: var(--mono); font-size: 11px; color: var(--muted); }
.pub .meta b { color: var(--ink); font-family: var(--display); font-style: italic; font-size: 22px; letter-spacing: -0.005em; }
@media (max-width: 900px){ .pubs { grid-template-columns: 1fr; } }

/* ───────────── Footer ───────────── */
footer {
  margin-top: 40px;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  padding: 80px 0 32px;
}
.foot-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px;
}
@media (max-width: 900px){ .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.foot-col h5 { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.foot-col a, .foot-col p { display: block; color: var(--ink-2); font-size: 13.5px; padding: 4px 0; }
.foot-col a:hover { color: var(--accent); }
.foot-quote {
  font-family: var(--display); font-style: italic; font-size: 22px;
  line-height: 1.4; color: var(--ink); max-width: 26ch;
}
.foot-bottom {
  margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.foot-bottom .palette-name { color: var(--accent); }

/* ───────────── Palette swatch dots (for Tweaks) ───────────── */
.swatch-row { display: flex; gap: 6px; }
.swatch { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,.15); }

/* ============================================================
   ESKİ TEMA UYUMLULUK KATMANI (.tv-* sınıfları)
   Eski temadan taşınan şablonlar (page-iletisim, page-tarihce,
   archive, 404, page, single — galeri ve breadcrumb) bu
   sınıfları kullanır. Hepsi yeni tasarımın renk tokenlarına
   (--bg, --accent, --ink, --line, ...) bağlanmıştır; 12 palet
   bu bileşenlerde de çalışır.
   ============================================================ */

/* Container — eski tema "tv-container" */
.tv-container { max-width: 1380px; margin: 0 auto; padding: 0 56px; }
@media (max-width: 900px){ .tv-container { padding: 0 24px; } }

/* TOP BAR (header üstü) */
#tv-topbar {
    background: var(--bg-2);
    border-bottom: 1px solid var(--line);
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--muted);
}
.tv-topbar-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 8px 0;
    flex-wrap: wrap; gap: 12px;
}
.tv-topbar-left { display: flex; gap: 14px; align-items: center; }
.tv-topbar-left a { color: var(--accent); text-decoration: none; }
.tv-topbar-left a:hover { color: var(--accent-2); }
.tv-topbar-left span { color: var(--muted); opacity: .6; }
.tv-topbar-right { display: flex; gap: 8px; align-items: center; }
.tv-social-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--accent);
    font-size: 12px;
    text-decoration: none;
    transition: all .18s;
}
.tv-social-btn:hover {
    border-color: var(--accent);
    background: color-mix(in oklab, var(--accent) 10%, transparent);
    color: var(--accent-2);
}
@media (max-width: 640px){
    .tv-topbar-inner { justify-content: center; padding: 6px 0; }
    .tv-topbar-left { font-size: 10px; gap: 10px; }
}

/* HAMBURGER — mobil için sağda görünür */
.tv-hamburger {
    display: none;
    width: 36px; height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
}
.tv-hamburger span {
    display: block;
    width: 18px; height: 2px;
    background: var(--ink);
    transition: all .25s;
}
.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); }

@media (max-width: 980px){
    .tv-hamburger { display: flex; }
    .nav .menu { display: none; }
    .nav .menu.open {
        display: flex;
        position: absolute; top: 100%; left: 0; right: 0;
        flex-direction: column;
        background: color-mix(in oklab, var(--bg) 96%, transparent);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid var(--line);
        padding: 20px 24px;
        gap: 0;
        max-height: 80vh; overflow-y: auto;
    }
    .nav .menu.open .tv-nav-menu { flex-direction: column; gap: 0; width: 100%; }
}

/* NAV MENU — walker'lı; .menu > ul.tv-nav-menu yapısı */
.tv-nav-menu { list-style: none; padding: 0; margin: 0; display: flex; gap: 22px; }
.tv-nav-menu > li { position: relative; }
.tv-nav-menu > li > a {
    display: block;
    color: var(--ink-2);
    font-size: 13px;
    text-decoration: none;
    padding: 4px 0;
    white-space: nowrap;
    transition: color .15s;
}
.tv-nav-menu > li > a:hover,
.tv-nav-menu > li.current-menu-item > a,
.tv-nav-menu > li.current-menu-parent > a {
    color: var(--accent);
}
.tv-nav-menu li.menu-item-has-children > a::after {
    content: "▾";
    margin-left: 4px;
    font-size: 9px;
    opacity: .6;
}
.tv-nav-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%; left: 0;
    min-width: 240px;
    background: color-mix(in oklab, var(--bg) 96%, transparent);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid var(--line);
    border-radius: 4px;
    list-style: none;
    padding: 8px 0;
    margin: 8px 0 0;
    z-index: 40;
    box-shadow: 0 12px 36px rgba(0,0,0,.4);
}
.tv-nav-menu li.menu-item-has-children:hover .sub-menu { display: block; }
.tv-nav-menu .sub-menu li a {
    display: block;
    padding: 9px 18px;
    color: var(--ink-2);
    font-size: 13px;
    text-decoration: none;
    transition: all .15s;
}
.tv-nav-menu .sub-menu li a:hover {
    color: var(--accent);
    background: color-mix(in oklab, var(--accent) 8%, transparent);
}
.tv-nav-menu .sub-menu li + li { border-top: 1px solid color-mix(in oklab, var(--line) 50%, transparent); }
@media (max-width: 980px){
    .tv-nav-menu .sub-menu {
        display: none;
        position: static;
        background: transparent;
        backdrop-filter: none;
        border: 0; box-shadow: none;
        padding-left: 16px; margin: 4px 0 8px;
    }
    .tv-nav-menu li.menu-item-has-children.open > .sub-menu { display: block; }
    .tv-nav-menu li.menu-item-has-children:hover .sub-menu { display: none; }
    .tv-nav-menu li.menu-item-has-children.open > .sub-menu { display: block; }
    .tv-nav-menu > li { padding: 8px 0; border-bottom: 1px solid var(--line); }
    .tv-nav-menu > li:last-child { border-bottom: 0; }
}

/* PAGE HERO (alt-sayfalarda başlık bölgesi) */
.tv-page-hero {
    position: relative;
    padding: 80px 0 60px;
    border-bottom: 1px solid var(--line);
    background:
        radial-gradient(800px 400px at 80% 30%, color-mix(in oklab, var(--accent) 8%, transparent) 0%, transparent 60%),
        var(--bg);
}
.tv-page-hero::before {
    content: "";
    position: absolute; inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--accent), transparent);
    opacity: .4;
}
.tv-page-hero-inner { position: relative; z-index: 1; }
.tv-page-hero h1 {
    font-family: var(--display);
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin: 0;
}

/* BREADCRUMB */
.tv-breadcrumb {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 18px;
    display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.tv-breadcrumb a { color: var(--accent); text-decoration: none; }
.tv-breadcrumb a:hover { color: var(--accent-2); }
.tv-breadcrumb span { color: var(--muted); opacity: .55; }

/* CONTENT AREA (alt-sayfa içerik gövdesi) */
.tv-content-area { padding: 80px 0; }
.tv-content-body { max-width: 880px; margin: 0 auto; }
.tv-content-body h2 {
    font-family: var(--display);
    font-size: 32px;
    letter-spacing: -0.015em;
    color: var(--ink);
    margin: 32px 0 14px;
}
.tv-content-body h3 {
    font-family: var(--display);
    font-size: 24px;
    color: var(--ink);
    margin: 28px 0 12px;
}
.tv-content-body p {
    font-size: 16px;
    color: var(--ink-2);
    line-height: 1.82;
    margin-bottom: 16px;
}
.tv-content-body strong { color: var(--accent-2); }
.tv-content-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.tv-content-body a:hover { color: var(--accent-2); }
.tv-content-body ul, .tv-content-body ol { color: var(--ink-2); line-height: 1.82; padding-left: 22px; margin-bottom: 16px; }
.tv-content-body li { margin-bottom: 6px; }
.tv-content-body img { border: 1px solid var(--line); margin: 16px 0; }

.tv-section { padding: 80px 0; position: relative; }
.tv-section-alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tv-section-header { margin-bottom: 40px; }
.tv-section-title {
    font-family: var(--display);
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--ink);
}

/* TAG (eski tv-tag) */
.tv-tag {
    display: inline-block;
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
    position: relative;
    padding: 0 14px;
}
.tv-tag::before,
.tv-tag::after {
    content: "";
    position: absolute; top: 50%;
    width: 8px; height: 1px;
    background: var(--accent);
    transform: translateY(-50%);
}
.tv-tag::before { left: 0; }
.tv-tag::after { right: 0; }

/* BUTONLAR (eski tv-btn) */
.tv-btn {
    display: inline-block;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 13px 22px;
    border: 1px solid var(--line);
    border-radius: 999px;
    text-decoration: none;
    transition: all .18s;
    cursor: pointer;
}
.tv-btn-primary { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.tv-btn-primary:hover { background: var(--accent-2); border-color: var(--accent-2); }
.tv-btn-outline { color: var(--ink); }
.tv-btn-outline:hover { border-color: var(--accent); color: var(--accent); }

/* ETKİNLİK KART GRİDİ (archive.php, page.php sibling) */
.tv-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 900px){ .tv-events-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px){ .tv-events-grid { grid-template-columns: 1fr; } }

.tv-event-card {
    display: flex; flex-direction: column;
    background: color-mix(in oklab, var(--bg) 92%, var(--accent) 1%);
    border: 1px solid var(--line);
    text-decoration: none;
    color: var(--ink);
    overflow: hidden;
    transition: all .22s;
}
.tv-event-card:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
}
.tv-event-card-thumb {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: var(--surface);
}
.tv-event-card-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .35s;
    display: block;
}
.tv-event-card:hover .tv-event-card-thumb img { transform: scale(1.05); }
.tv-event-card-thumb .tv-place-label {
    position: absolute; inset: 0;
    display: grid; place-items: center;
    font-family: var(--display); font-style: italic;
    color: var(--accent);
    font-size: 24px; letter-spacing: 0.08em;
}
.tv-event-card-body { padding: 20px 22px 16px; flex: 1; }
.tv-event-card-body h4 {
    font-family: var(--display);
    font-size: 22px;
    letter-spacing: -0.01em;
    color: var(--ink);
    margin-bottom: 8px;
    line-height: 1.2;
}
.tv-event-card-body p {
    font-size: 13.5px;
    color: var(--ink-2);
    line-height: 1.55;
}
.tv-event-card-foot {
    padding: 14px 22px;
    border-top: 1px solid var(--line);
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--mono); font-size: 10.5px;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--muted);
}
.tv-event-card:hover .tv-event-card-foot { color: var(--accent); }

/* EĞİTİM KARTI (tarihce sayfasındaki linkler) */
.tv-edu-card {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 18px 20px;
    background: color-mix(in oklab, var(--bg) 92%, transparent);
    border: 1px solid var(--line);
    transition: all .18s;
    text-decoration: none; color: inherit;
}
.tv-edu-card:hover { border-color: var(--accent); }
.tv-edu-icon {
    flex-shrink: 0;
    width: 44px; height: 44px;
    display: grid; place-items: center;
    border: 1px solid var(--accent);
    border-radius: 50%;
    font-size: 22px; color: var(--accent);
}
.tv-edu-card:hover .tv-edu-icon { background: color-mix(in oklab, var(--accent) 10%, transparent); }
.tv-edu-body h3 {
    font-family: var(--display);
    font-size: 18px;
    color: var(--ink);
    margin-bottom: 4px;
}
.tv-edu-body p {
    font-size: 13px;
    color: var(--ink-2);
    line-height: 1.5;
    margin: 0;
}

/* İLETİŞİM SAYFASI */
.tv-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
.tv-contact-grid.tv-contact-full { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
@media (max-width: 760px){ .tv-contact-grid { grid-template-columns: 1fr; gap: 24px; } }

.tv-contact-info h3 {
    font-family: var(--display);
    font-size: 32px;
    color: var(--ink);
    margin-bottom: 24px;
}
.tv-contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px dashed var(--line);
}
.tv-contact-item:last-child { border-bottom: 0; }
.tv-contact-icon {
    flex-shrink: 0;
    width: 38px; height: 38px;
    display: grid; place-items: center;
    border: 1px solid var(--accent);
    border-radius: 50%;
    color: var(--accent);
    font-size: 16px;
}
.tv-contact-item label {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 6px;
}
.tv-contact-item a,
.tv-contact-item span {
    font-size: 15px;
    color: var(--ink-2);
    text-decoration: none;
    line-height: 1.55;
}
.tv-contact-item a:hover { color: var(--accent); }

/* AJAX İLETİŞİM FORMU */
.tv-form { display: flex; flex-direction: column; gap: 16px; }
.tv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px){ .tv-form-row { grid-template-columns: 1fr; } }
.tv-form-group { display: flex; flex-direction: column; gap: 6px; }
.tv-form-group label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
}
.tv-form-group input,
.tv-form-group textarea,
.tv-form-group select {
    background: var(--bg-2);
    border: 1px solid var(--line);
    color: var(--ink);
    padding: 12px 14px;
    font-family: var(--ui);
    font-size: 14px;
    border-radius: 4px;
    transition: border-color .15s;
}
.tv-form-group input:focus,
.tv-form-group textarea:focus,
.tv-form-group select:focus {
    border-color: var(--accent);
    outline: none;
}
.tv-form-group textarea { min-height: 130px; resize: vertical; }
.tv-form-submit {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: var(--accent);
    color: var(--bg);
    border: 1px solid var(--accent);
    padding: 14px 26px;
    border-radius: 999px;
    cursor: pointer;
    transition: all .18s;
    align-self: flex-start;
}
.tv-form-submit:hover:not(:disabled) { background: var(--accent-2); border-color: var(--accent-2); }
.tv-form-submit:disabled { opacity: .6; cursor: not-allowed; }

/* FOTOĞRAF GALERİSİ (single + page için) */
.tv-photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px;
}
.tv-photo-gallery img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid var(--line);
    cursor: pointer;
    transition: all .2s;
    display: block;
}
.tv-photo-gallery img:hover {
    border-color: var(--accent);
    transform: scale(1.02);
}

/* LIGHTBOX */
.tv-lightbox {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0,0,0,.93);
    z-index: 9999;
    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: 4px;
    display: block;
}
.tv-lightbox-close,
.tv-lightbox-prev,
.tv-lightbox-next {
    position: absolute;
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-size: 28px;
    width: 48px; height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: grid; place-items: center;
    transition: all .15s;
}
.tv-lightbox-close { top: -56px; right: 0; font-size: 22px; }
.tv-lightbox-prev { left: -60px; top: 50%; transform: translateY(-50%); }
.tv-lightbox-next { right: -60px; top: 50%; transform: translateY(-50%); }
.tv-lightbox-close:hover,
.tv-lightbox-prev:hover,
.tv-lightbox-next:hover {
    background: rgba(0,0,0,.8);
    border-color: var(--accent);
    color: var(--accent);
}
@media (max-width: 760px){
    .tv-lightbox-prev { left: 8px; }
    .tv-lightbox-next { right: 8px; }
    .tv-lightbox-close { top: 8px; right: 8px; }
}

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

/* WIDGET */
.tv-widget {
    background: color-mix(in oklab, var(--bg) 92%, transparent);
    border: 1px solid var(--line);
    padding: 22px;
    margin-bottom: 18px;
}
.tv-widget-title {
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

/* Yeni nav.menu içindeki tv-nav-menu ile çakışmasın diye:
   yeni temadaki ".menu" inline-flex'tir, walker UL'i içine yerleştir */
.nav .menu { align-items: center; }
.nav .menu .tv-nav-menu { align-items: center; }

/* ============================================================
   MOBİL OPTİMİZASYON PAKETİ
   Mevcut @media kurallarını override etmez; eksik/sıkışık
   noktalar için ek mobil iyileştirmeler.
   ============================================================ */
@media (max-width: 760px){
  /* Genel section padding küçült */
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 32px; gap: 18px; }
  .section-head h2 { font-size: clamp(32px, 7vw, 44px); }

  /* Hero — dekoratif halkalar ve diamond grid mobilde sade */
  .hero { padding: 56px 0 70px; }
  .hero h1 { font-size: clamp(36px, 9vw, 56px); line-height: 1.05; }
  .hero .lead { margin-top: 18px; font-size: 14.5px; line-height: 1.6; }
  .hero-meta { gap: 22px; margin-top: 26px; flex-wrap: wrap; font-size: 11px; }
  .hero-meta b { font-size: 22px; }
  .hero-meta > div { flex: 1 0 40%; min-width: 0; }
  .hero-cta-row { gap: 10px; margin-top: 24px; }
  .hero-cta { padding: 11px 16px; font-size: 10.5px; letter-spacing: 0.1em; }
  .hero-ring,
  .hero-ring.outer { display: none; }
  .diamond-grid { display: none; }

  /* Nav */
  .nav { padding: 12px 20px; }
  .brand .mark { width: 36px; height: 36px; font-size: 18px; }
  .brand .wordmark .t1 { font-size: 17px; }
  .brand .wordmark .t2 { font-size: 9px; }
  .nav-cta { display: none; }

  /* Sema strip — flex wrap, CTA full width */
  .sema-strip { padding: 18px 0; }
  .sema-strip-row { flex-wrap: wrap; gap: 12px; padding: 14px 0; }
  .sema-strip-row > .num { display: none; }
  .sema-text b { font-size: 15px; }
  .sema-when { font-size: 10px; }
  .sema-cta { width: 100%; text-align: center; padding: 11px 14px; }

  /* Quote section */
  .quote-sec { padding: 70px 0 60px; }
  .quote-frame { padding: 36px 20px; }
  .quote { font-size: clamp(22px, 5.5vw, 30px); line-height: 1.4; }
  .quote-attr { font-size: 11px; margin-top: 18px; }

  /* World list — 2 sütun → 1 sütun */
  .world-list { grid-template-columns: 1fr; gap: 0; }
  .compass { display: none; }
  .world-row { padding: 14px 0; }

  /* Pillars */
  .pillar { padding: 26px 22px; }
  .pillar h3 { font-size: 22px; }

  /* Courses */
  .course { padding: 26px 22px; }

  /* History block */
  .history { gap: 28px; }
  .history .lead { font-size: 20px; line-height: 1.45; }
  .info-card { padding: 24px 22px; }
  .info-list li { font-size: 13px; padding: 9px 0; }

  /* Page hero (kapak görseli) */
  .tv-page-hero img { max-height: 320px; }

  /* Footer */
  footer { padding: 50px 0 28px; }
  .foot-grid { gap: 24px; grid-template-columns: 1fr 1fr; }
  .foot-col h5 { margin-bottom: 12px; font-size: 9.5px; }
  .foot-col a, .foot-col p { font-size: 12.5px; padding: 3px 0; }
  .foot-bottom { flex-direction: column; gap: 8px; text-align: center; font-size: 10px; }

  /* Page content padding eşitle */
  .page-content { font-size: 15px; line-height: 1.75; }

  /* Has-thumb feature: tek satır mobil */
  .act-card.has-thumb .city { font-size: 20px; }
  .act-card.has-thumb.feature .city { font-size: 26px; }
  .act-card.has-thumb .act-body { padding: 18px 20px 20px; gap: 8px; }

  /* Lightbox close butonu için sıkışma */
  .tv-lightbox-inner { max-width: 96vw; max-height: 92vh; }

  /* Timeline (tarihçe sayfası) */
  .timeline { padding-left: 18px; margin-top: 10px; }
  .tl-row { padding: 14px 0; }
  .tl-row::before { left: -22px; top: 22px; width: 8px; height: 8px; }
  .tl-row .year { font-size: 10px; }
  .tl-row .ev { font-size: 17px; }
  .tl-row .desc { font-size: 12.5px; }

  /* Page content içindeki taşan tablolar/iframe'ler */
  .page-content table { display: block; overflow-x: auto; max-width: 100%; }
  .page-content iframe,
  .page-content img,
  .page-content video { max-width: 100%; height: auto; }
  .page-content figure { margin: 16px 0; }

  /* Eski tema kart sınıfları (tv-event-card thumb) — mobil */
  .tv-event-card-thumb img { aspect-ratio: 16/10; height: auto; }
  .tv-edu-grid { grid-template-columns: 1fr; }
  .tv-edu-card { padding: 22px 20px; }
  .tv-pub-grid { grid-template-columns: 1fr; }

  /* Info list (iletişim/hakkımızda) */
  .info-list li { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px; }
  .info-list li span { font-size: 11px; }
  .info-list li b { font-size: 13px; text-align: right; }

  /* Header dropdown menü altında scroll-y ile uzun listeyi sığdır */
  .nav .menu.open { max-height: calc(100vh - 80px); overflow-y: auto; }
}

@media (max-width: 460px){
  .shell { padding: 0 18px; }
  .nav { padding: 10px 14px; }
  .brand .wordmark .t2 { display: none; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-meta > div { flex: 1 0 100%; }
  .tv-topbar-inner { flex-direction: column; gap: 4px; padding: 8px 0; }
}
