/* ==========================================================================
   7 EKİM HAREKETİ — Ana stil dosyası
   Django: {% static 'css/main.css' %}
   ========================================================================== */

/* ---------- 1. Tokenlar ---------- */
:root {
  --maroon: #310909;          /* ana renk */
  --maroon-2: #4a1111;
  --maroon-3: #6b1c1c;
  --maroon-deep: #1d0404;
  --bone: #f1ebe2;            /* kağıt zemin */
  --paper: #f8f5f0;
  --ink: #170505;
  --muted: #6b5954;
  --muted-light: rgba(241, 235, 226, .76);
  --line: rgba(49, 9, 9, .16);
  --line-strong: rgba(49, 9, 9, .9);
  --line-light: rgba(241, 235, 226, .18);
  --signal: #e2321f;          /* doğrulanmış / canlı */
  --amber: #d99a2b;           /* inceleniyor */

  --f-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --f-serif: "Newsreader", Georgia, serif;
  --f-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  --f-arabic: "Amiri", serif;

  --gutter: clamp(16px, 4vw, 56px);
  --max: 1440px;
  --header-h: 76px;
  --ease: cubic-bezier(.2, .7, .1, 1);
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--maroon); color: var(--bone); }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 999;
  background: var(--bone); color: var(--maroon); padding: 10px 16px; font-weight: 700;
}
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- 3. Yardımcılar ---------- */
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.dark { background: var(--maroon); color: var(--bone); position: relative; isolation: isolate; }
.darker { background: var(--maroon-deep); color: var(--bone); position: relative; isolation: isolate; }
.bone { background: var(--bone); }
.grain::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .22; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.mono { font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow {
  font-family: var(--f-mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; background: currentColor; }
.eyebrow.live::before { background: var(--signal); border-radius: 50%; animation: pulse 1.8s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1 } 50% { opacity: .25 } }

.display {
  font-family: var(--f-display);
  font-weight: 800;
  font-stretch: 68%;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: -.01em;
}
.h-xxl { font-size: clamp(60px, 9.6vw, 184px); line-height: .95; }
.h-xl  { font-size: clamp(52px, 9vw, 150px); }
.h-lg  { font-size: clamp(40px, 6vw, 96px); }
.h-md  { font-size: clamp(30px, 3.6vw, 56px); }
.h-sm  { font-size: clamp(22px, 2.2vw, 32px); line-height: .98; }
.outline { color: transparent; -webkit-text-stroke: 1.5px currentColor; }
.dark .outline, .darker .outline { -webkit-text-stroke-color: var(--bone); }
.tracked { font-stretch: 125%; letter-spacing: .5em; font-weight: 700; text-transform: uppercase; }
.lead { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; max-width: 60ch; }
.serif { font-family: var(--f-serif); }
.muted { color: var(--muted); }
.dark .muted, .darker .muted { color: var(--muted-light); }

.section { padding: clamp(72px, 10vw, 160px) 0; }
.section-sm { padding: clamp(48px, 6vw, 96px) 0; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
.dark .rule, .darker .rule { border-color: var(--line-light); }

.section-head {
  display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px;
  padding-bottom: 28px; border-bottom: 1px solid var(--line-strong); margin-bottom: 40px;
}
.dark .section-head, .darker .section-head { border-color: var(--bone); }
.section-head .index { font-family: var(--f-mono); font-size: 13px; letter-spacing: .1em; display: block; margin-bottom: 18px; }

/* ---------- 4. Butonlar ---------- */
.btn {
  --bg: var(--maroon); --fg: var(--bone);
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--bg); color: var(--fg);
  padding: 16px 22px; font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid var(--bg); transition: background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn .arr { transition: transform .35s var(--ease); display: inline-block; }
.btn:hover .arr { transform: translateX(6px); }
.btn:hover { background: transparent; color: var(--bg); }
.btn-light { --bg: var(--bone); --fg: var(--maroon); }
.btn-ghost { background: transparent; color: currentColor; border-color: currentColor; }
.btn-ghost:hover { background: var(--maroon); border-color: var(--maroon); color: var(--bone); }
.dark .btn-ghost:hover, .darker .btn-ghost:hover { background: var(--bone); border-color: var(--bone); color: var(--maroon); }
.btn-sm { padding: 10px 14px; font-size: 13px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px;
  letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px;
}
.link-arrow .arr { transition: transform .35s var(--ease); }
.link-arrow:hover .arr { transform: translateX(6px); }

/* ---------- 5. Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--header-h); color: var(--bone);
  transition: background .35s, transform .35s var(--ease), height .35s;
}
.site-header.scrolled { background: rgba(49, 9, 9, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); height: 64px; }
.site-header.hide { transform: translateY(-100%); }
.site-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { height: 40px; width: auto; transition: height .35s; }
.site-header.scrolled .brand img { height: 34px; }
.nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 36px); }
.nav a {
  font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; position: relative; padding: 6px 0;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav a .n { font-family: var(--f-mono); font-size: 11.5px; opacity: .55; margin-right: 6px; font-weight: 400; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.lang { font-family: var(--f-mono); font-size: 13px; letter-spacing: .08em; opacity: .75; }
.lang b { opacity: 1; font-weight: 500; }
.menu-btn { display: none; width: 44px; height: 44px; position: relative; }
.menu-btn span { position: absolute; left: 10px; right: 10px; height: 2px; background: currentColor; transition: transform .35s var(--ease), top .35s; }
.menu-btn span:nth-child(1) { top: 17px; }
.menu-btn span:nth-child(2) { top: 25px; }
.menu-open .menu-btn span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.menu-open .menu-btn span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 90; background: var(--maroon); color: var(--bone);
  padding: calc(var(--header-h) + 24px) var(--gutter) 32px; display: flex; flex-direction: column; justify-content: space-between;
  clip-path: inset(0 0 100% 0); transition: clip-path .6s var(--ease); visibility: hidden;
}
.menu-open .mobile-menu { clip-path: inset(0 0 0 0); visibility: visible; }
.menu-open { overflow: hidden; }
.mobile-menu nav a {
  display: flex; align-items: baseline; gap: 14px; border-bottom: 1px solid var(--line-light); padding: 14px 0;
  font-family: var(--f-display); font-weight: 800; font-stretch: 68%; text-transform: uppercase; font-size: clamp(40px, 11vw, 72px); line-height: .9;
}
.mobile-menu nav a .n { font-family: var(--f-mono); font-size: 13px; font-weight: 400; opacity: .6; }

@media (max-width: 1080px) {
  .nav, .lang { display: none; }
  .menu-btn { display: block; }
}
@media (max-width: 520px) {
  .header-cta .btn { display: none; }
  .brand img { height: 34px; }
}

.tabbar { display: none; }  /* telefonda mobile.css açar */

/* ---------- 6. Marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); background: var(--bone); color: var(--maroon); }
.marquee.inverse { background: var(--signal); color: var(--bone); border-color: transparent; }
.marquee-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  display: flex; align-items: center; gap: 36px; padding: 18px 18px;
  font-family: var(--f-display); font-weight: 800; font-stretch: 68%; font-size: clamp(26px, 3.2vw, 44px); text-transform: uppercase; line-height: 1; white-space: nowrap;
}
.marquee-item .star { font-size: .55em; transform: translateY(-.08em); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- 7. Hero (ana sayfa) ---------- */
.hero { min-height: 100svh; display: flex; flex-direction: column; padding-top: calc(var(--header-h) + 24px); overflow: hidden; }
.hero .wrap { flex: 1; display: flex; flex-direction: column; }
.hero-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.basmala { font-family: var(--f-arabic); font-size: 24px; line-height: 1; direction: rtl; }
.hero-main { flex: 1; display: grid; grid-template-columns: 1fr; align-content: center; padding: clamp(28px, 4vw, 56px) 0; position: relative; }
.hero-title { position: relative; z-index: 2; }
.hero-title .line { display: block; overflow: hidden; padding-top: .14em; margin-top: -.14em; }
.hero-title .line > span { display: inline-block; transform: translateY(135%); animation: rise 1.1s var(--ease) forwards; }
.hero-title .line:nth-child(2) > span { animation-delay: .08s; }
.hero-title .line:nth-child(3) > span { animation-delay: .16s; }
.hero-title .line:nth-child(4) > span { animation-delay: .24s; }
@keyframes rise { to { transform: none; } }
.hero-title .indent { padding-left: 18vw; }
.hero-side {
  position: absolute; right: 0; bottom: clamp(40px, 6vw, 80px); width: min(420px, 34%); z-index: 3;
  display: flex; flex-direction: column; gap: 24px; opacity: 0; animation: fade .9s .6s forwards;
}
.hero-side p { font-size: 17px; line-height: 1.55; }
.hero-side .actions { display: flex; flex-wrap: wrap; gap: 12px; }
@keyframes fade { to { opacity: 1; } }
.hero-seven {
  position: absolute; right: -4vw; top: 50%; transform: translateY(-50%); z-index: 1; pointer-events: none;
  font-family: var(--f-display); font-weight: 900; font-stretch: 100%; font-size: clamp(360px, 62vw, 1100px); line-height: .7;
  color: transparent; -webkit-text-stroke: 1px rgba(241, 235, 226, .12);
}
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.hero-stats > div { padding: 22px 0 26px; border-right: 1px solid var(--line-light); padding-left: 20px; }
.hero-stats > div:first-child { padding-left: 0; }
.hero-stats > div:last-child { border-right: 0; }
.hero-stats b { display: block; font-family: var(--f-display); font-weight: 800; font-stretch: 68%; font-size: clamp(36px, 4vw, 60px); line-height: 1; }
.hero-stats span { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }

@media (max-width: 900px) {
  .hero-side { position: static; width: 100%; margin-top: 40px; }
  .hero-title .indent { padding-left: 10vw; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats > div:nth-child(2) { border-right: 0; }
  .hero-stats > div:nth-child(3) { padding-left: 0; }
  .hero-stats > div:nth-child(n+3) { border-top: 1px solid var(--line-light); }
}

/* ---------- 8. Sayfa hero (iç sayfalar) ---------- */
.page-hero { padding: calc(var(--header-h) + clamp(48px, 8vw, 120px)) 0 0; overflow: hidden; }
.page-hero .crumbs { font-family: var(--f-mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin-bottom: 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.page-hero .crumbs a:hover { opacity: 1; text-decoration: underline; }
.page-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(24px, 5vw, 80px); align-items: end; padding-bottom: clamp(40px, 6vw, 80px); }
.page-hero-grid .lead { justify-self: end; }
.page-hero-meta { display: flex; gap: 0; border-top: 1px solid var(--line-light); flex-wrap: wrap; }
.page-hero-meta > div { padding: 18px 28px 22px 0; margin-right: 28px; border-right: 1px solid var(--line-light); }
.page-hero-meta > div:last-child { border-right: 0; }
.page-hero-meta b { display: block; font-family: var(--f-display); font-stretch: 68%; font-weight: 800; font-size: 34px; line-height: 1; }
.page-hero-meta span { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
@media (max-width: 900px) {
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-grid .lead { justify-self: start; }
}

/* ---------- 9. Görsel yer tutucu (Django'da <img> ile değişir) ---------- */
.ph {
  position: relative; overflow: hidden; background: var(--maroon-2); color: var(--bone); isolation: isolate;
  aspect-ratio: var(--ratio, 4 / 3);
}
.ph::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at var(--x, 30%) var(--y, 20%), rgba(241, 235, 226, .14), transparent 60%),
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(241, 235, 226, .03) 14px 15px),
    linear-gradient(160deg, #5a2a26, #2a0b0a);
}
.ph::after {
  content: attr(data-label); position: absolute; left: 14px; bottom: 12px;
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; opacity: .55;
}
.ph img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); mix-blend-mode: luminosity; }
.ph.light { background: #e3dbcf; color: var(--maroon); }
.ph.light::before {
  background:
    radial-gradient(120% 90% at var(--x, 30%) var(--y, 20%), rgba(255, 255, 255, .5), transparent 55%),
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(49, 9, 9, .05) 14px 15px),
    linear-gradient(160deg, #e9e1d6, #d5c9b9);
}
.zoom-hover .ph::before { transition: transform 1.2s var(--ease); }
.zoom-hover:hover .ph::before { transform: scale(1.06); }

/* ---------- 10. Arşiv (ana sayfa önizleme tablosu) ---------- */
.feature-archive { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(32px, 6vw, 96px); }
.feature-archive .intro { display: flex; flex-direction: column; gap: 28px; position: sticky; top: 110px; align-self: start; }
.rec-table { border-top: 1px solid var(--line-strong); }
.rec-row {
  display: grid; grid-template-columns: 92px 1fr 150px 28px; gap: 16px; align-items: center;
  padding: 20px 8px; border-bottom: 1px solid var(--line); position: relative; transition: color .25s, padding .35s var(--ease);
}
.rec-row::before { content: ""; position: absolute; inset: 0; background: var(--maroon); transform: scaleY(0); transform-origin: bottom; transition: transform .35s var(--ease); z-index: -1; }
.rec-table { position: relative; isolation: isolate; }
.rec-row:hover { color: var(--bone); padding-left: 20px; }
.rec-row:hover::before { transform: scaleY(1); }
.rec-row .code { font-family: var(--f-mono); font-size: 13px; }
.rec-row .name { font-family: var(--f-display); font-weight: 800; font-stretch: 75%; font-size: clamp(20px, 2vw, 28px); text-transform: uppercase; line-height: 1; }
.rec-row .sub { display: block; font-family: var(--f-body); font-weight: 400; font-stretch: 100%; text-transform: none; font-size: 13px; opacity: .7; margin-top: 6px; }
.rec-row .flags { font-family: var(--f-mono); font-size: 13px; }
.rec-row .go { justify-self: end; transition: transform .35s var(--ease); }
.rec-row:hover .go { transform: translateX(-6px) rotate(-45deg); }
.country-bars { display: grid; gap: 10px; margin-top: 8px; }
.country-bars div { display: grid; grid-template-columns: 150px 1fr 36px; align-items: center; gap: 12px; font-family: var(--f-mono); font-size: 13px; text-transform: uppercase; }
.country-bars i { display: block; height: 6px; background: var(--maroon); transform-origin: left; transform: scaleX(0); transition: transform 1.2s var(--ease); }
.in .country-bars i { transform: scaleX(var(--v)); }
@media (max-width: 900px) {
  .feature-archive { grid-template-columns: 1fr; }
  .feature-archive .intro { position: static; }
  .rec-row { grid-template-columns: 70px 1fr 24px; }
  .rec-row .flags { display: none; }
}

/* ---------- 11. Durum rozetleri ---------- */
.status { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--signal); }
.status.review::before { background: var(--amber); }
.status.legal::before { background: currentColor; border-radius: 0; }

.tag {
  display: inline-block; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 9px; border: 1px solid currentColor; line-height: 1;
}

/* ---------- 12. Kartlar ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.5vw, 36px); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 2.5vw, 36px); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 28px); }
@media (max-width: 1000px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; } }

/* Rapor kartı: tipografik kapak */
.report-card { display: flex; flex-direction: column; gap: 18px; }
.report-cover {
  aspect-ratio: 3 / 4; background: var(--maroon); color: var(--bone); padding: 22px; display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden; isolation: isolate; transition: transform .6s var(--ease), box-shadow .6s var(--ease);
}
.report-cover.alt { background: var(--bone); color: var(--maroon); outline: 1px solid var(--line); outline-offset: -1px; }
.report-cover.red { background: var(--signal); }
.report-cover.ink { background: var(--ink); }
.report-cover .top { display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; }
.report-cover h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 68%; font-size: clamp(30px, 3vw, 46px); line-height: .9; text-transform: uppercase; }
.report-cover .big-n { position: absolute; right: -10px; bottom: -40px; font-family: var(--f-display); font-weight: 900; font-size: 240px; line-height: 1; opacity: .08; z-index: -1; }
.report-card:hover .report-cover { transform: translateY(-8px) rotate(-.6deg); box-shadow: 0 24px 40px -24px rgba(29, 4, 4, .6); }
.report-card .meta { display: flex; gap: 14px; flex-wrap: wrap; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.report-card h4 { font-size: 20px; line-height: 1.25; font-weight: 700; }

/* Haber kartı */
.post-card { display: flex; flex-direction: column; gap: 16px; }
.post-card .meta { display: flex; gap: 12px; align-items: center; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.post-card .meta .cat { color: var(--maroon); font-weight: 500; }
.post-card h3 { font-size: clamp(20px, 1.7vw, 25px); line-height: 1.2; font-weight: 700; letter-spacing: -.01em; }
.post-card h3 span { background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .5s var(--ease); }
.post-card:hover h3 span { background-size: 100% 1px; }
.post-card p { color: var(--muted); font-size: 15px; }
.dark .post-card .meta, .dark .post-card p { color: var(--muted-light); }
.dark .post-card .meta .cat { color: var(--bone); }

.post-feature { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: end; }
.post-feature h3 { font-family: var(--f-display); font-weight: 750; font-stretch: 82%; letter-spacing: -.015em; font-size: clamp(32px, 3.6vw, 56px); line-height: .92; }
@media (max-width: 900px) { .post-feature { grid-template-columns: 1fr; } }

.post-list li { border-top: 1px solid var(--line); }
.post-list li:last-child { border-bottom: 1px solid var(--line); }
.post-list a { display: grid; grid-template-columns: 110px 1fr auto; gap: 20px; align-items: baseline; padding: 20px 0; }
.post-list .d { font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.post-list h4 { font-size: 19px; font-weight: 600; line-height: 1.3; transition: transform .35s var(--ease); }
.post-list a:hover h4 { transform: translateX(8px); }
@media (max-width: 640px) { .post-list a { grid-template-columns: 1fr; gap: 6px; } .post-list .cat { display: none; } }

/* ---------- 13. Etkinlikler ---------- */
.event-row {
  display: grid; grid-template-columns: 150px 1.6fr 1fr auto; gap: clamp(16px, 3vw, 48px); align-items: center;
  padding: 28px 0; border-bottom: 1px solid var(--line); position: relative; transition: padding .4s var(--ease);
}
.event-list { border-top: 1px solid var(--line-strong); }
.dark .event-list { border-color: var(--bone); }
.dark .event-row { border-color: var(--line-light); }
.event-date { display: flex; align-items: baseline; gap: 8px; }
.event-date b { font-family: var(--f-display); font-weight: 800; font-stretch: 68%; font-size: 72px; line-height: .8; }
.event-date span { font-family: var(--f-mono); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; line-height: 1.3; }
.event-row h3 { font-family: var(--f-display); font-weight: 750; font-stretch: 82%; letter-spacing: -.01em; font-size: clamp(22px, 2vw, 30px); line-height: .95; }
.event-row .type { margin-bottom: 10px; display: inline-block; }
.event-row .where { font-size: 15px; line-height: 1.45; }
.event-row .where small { display: block; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; opacity: .6; }
.event-row:hover { padding-left: 16px; }
@media (max-width: 900px) {
  .event-row { grid-template-columns: 110px 1fr; }
  .event-row .where, .event-row .btn { grid-column: 2; }
  .event-date b { font-size: 56px; }
}

/* ---------- 14. Manifesto blokları ---------- */
.quote-block { text-align: center; max-width: 1100px; margin: 0 auto; }
.quote-block .arabic { font-family: var(--f-arabic); font-size: clamp(28px, 3.4vw, 52px); line-height: 1.6; direction: rtl; margin-bottom: 36px; opacity: .9; }
.quote-block blockquote { font-family: var(--f-serif); font-weight: 300; font-size: clamp(28px, 3.6vw, 58px); line-height: 1.16; letter-spacing: -.01em; }
.quote-block blockquote em { font-style: italic; }
.quote-block cite { display: block; margin-top: 32px; font-style: normal; font-family: var(--f-mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }

.poles { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.poles .pole { font-family: var(--f-display); font-weight: 800; font-stretch: 68%; text-transform: uppercase; font-size: clamp(72px, 14vw, 240px); line-height: .8; }
.poles .pole:last-child { text-align: right; }
.poles .vs { font-family: var(--f-mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }

/* ---------- 15. CTA / Bülten ---------- */
.cta-big { text-align: left; }
.cta-big h2 { max-width: 14ch; }
.cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: end; }
@media (max-width: 900px) { .cta-grid { grid-template-columns: 1fr; } }
.field-inline { display: flex; border-bottom: 1px solid currentColor; }
.field-inline input { flex: 1; min-width: 0; background: transparent; border: 0; padding: 16px 0; font-size: 18px; outline: none; }
.field-inline input::placeholder { color: currentColor; opacity: .5; }
.field-inline button { font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; padding: 0 4px 0 16px; }

/* ---------- 16. Formlar ---------- */
.form { display: grid; gap: 20px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .form .row { grid-template-columns: 1fr; } }
.form label { display: grid; gap: 8px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; }
.form input, .form select, .form textarea {
  font-family: var(--f-body); font-size: 17px; letter-spacing: 0; text-transform: none;
  background: transparent; border: 0; border-bottom: 1px solid currentColor; padding: 12px 0; outline: none; border-radius: 0;
}
.form textarea { min-height: 120px; resize: vertical; border: 1px solid currentColor; padding: 12px; }
.form select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 12px) 55%, calc(100% - 7px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--signal); }
.dark .form select option { color: var(--ink); }
.form .check { display: flex; gap: 10px; align-items: flex-start; font-family: var(--f-body); font-size: 14px; letter-spacing: 0; text-transform: none; }
.form .check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--signal); }

/* ---------- 17. Footer ---------- */
.site-footer { padding: clamp(64px, 8vw, 120px) 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding-bottom: 56px; border-bottom: 1px solid var(--line-light); }
.footer-top h5 { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 400; opacity: .6; margin: 0 0 18px; }
.footer-top ul { display: grid; gap: 10px; }
.footer-top a { transition: opacity .2s; }
.footer-top a:hover { opacity: .6; }
.footer-brand img { width: 220px; height: auto; margin-bottom: 24px; }
.footer-brand p { max-width: 34ch; opacity: .75; font-size: 15px; }
.socials { display: flex; gap: 10px; margin-top: 24px; }
.socials a { width: 42px; height: 42px; border: 1px solid var(--line-light); display: grid; place-items: center; transition: background .25s, color .25s; }
.socials a:hover { background: var(--bone); color: var(--maroon); opacity: 1; }
.socials svg { width: 18px; height: 18px; }
.footer-word { font-family: var(--f-display); font-weight: 900; font-stretch: 62%; text-transform: uppercase; font-size: clamp(48px, 16vw, 245px); line-height: .82; letter-spacing: -.01em; padding: 40px 0 24px; white-space: nowrap; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; opacity: .6; }
.footer-bottom a:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }

/* ---------- 18. Arşiv sayfası ---------- */
.toolbar {
  position: sticky; top: 64px; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line-strong);
  padding: 16px 0; transition: top .35s var(--ease);
}
.hdr-hidden .toolbar { top: 0; }
.toolbar .wrap { display: flex; gap: 12px 20px; align-items: center; flex-wrap: wrap; }
.search { flex: 1 1 280px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line-strong); padding: 0 14px; height: 48px; background: #fff; }
.search input { flex: 1; border: 0; outline: none; background: transparent; font-size: 16px; min-width: 0; }
.search svg { width: 18px; height: 18px; flex: none; }
.search kbd { font-family: var(--f-mono); font-size: 12.5px; border: 1px solid var(--line); padding: 2px 6px; color: var(--muted); }
.select { position: relative; }
.select select {
  appearance: none; -webkit-appearance: none; height: 48px; border: 1px solid var(--line-strong); background: #fff; padding: 0 40px 0 14px;
  font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; border-radius: 0; cursor: pointer;
}
.select::after { content: "▾"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; font-size: 13px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  height: 36px; padding: 0 14px; border: 1px solid var(--line-strong); font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px; transition: background .2s, color .2s;
}
.chip[aria-pressed="true"], .chip:hover { background: var(--maroon); color: var(--bone); border-color: var(--maroon); }
.chip .c { opacity: .6; }
.view-toggle { display: flex; border: 1px solid var(--line-strong); }
.view-toggle button { width: 46px; height: 46px; display: grid; place-items: center; }
.view-toggle button[aria-pressed="true"] { background: var(--maroon); color: var(--bone); }
.view-toggle svg { width: 18px; height: 18px; }
.results-bar { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; padding: 24px 0; font-family: var(--f-mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.records { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line); }
.record {
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px; display: flex; flex-direction: column; gap: 20px; min-height: 340px;
  position: relative; isolation: isolate; transition: color .3s;
}
.record::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--maroon); clip-path: inset(100% 0 0 0); transition: clip-path .5s var(--ease); }
.record:hover { color: var(--bone); }
.record:hover::before { clip-path: inset(0 0 0 0); }
.record-top { display: flex; justify-content: space-between; align-items: center; }
.record-top .code { font-family: var(--f-mono); font-size: 13px; }
.record .portrait { --ratio: 1 / 1; width: 76px; filter: grayscale(1); }
.record .portrait::after { content: none; }
.record h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 72%; text-transform: uppercase; font-size: 32px; line-height: .92; min-height: 1.84em; display: flex; align-items: flex-end; }
.record dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; margin: 0; font-size: 13px; }
.record dt { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; opacity: .55; padding-top: 2px; }
.record dd { margin: 0; }
.record .ev { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid currentColor; padding-top: 14px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.record .ev .arr { transition: transform .35s var(--ease); }
.record:hover .ev .arr { transform: translateX(6px); }
.nat { display: inline-flex; gap: 4px; flex-wrap: wrap; }
.nat span { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .06em; border: 1px solid currentColor; padding: 2px 5px; line-height: 1.2; }

/* Liste görünümü */
.records.list { grid-template-columns: 1fr; border-left: 0; }
.records.list .record { flex-direction: row; align-items: center; min-height: 0; padding: 16px 8px; border-right: 0; gap: 24px; }
.records.list .record-top { width: 190px; flex: none; gap: 14px; justify-content: flex-start; }
.records.list .portrait { width: 48px; flex: none; }
.records.list h3 { margin: 0; font-size: 26px; flex: 1; }
.records.list dl { flex: 1.3; grid-template-columns: repeat(3, auto 1fr); }
.records.list .ev { border: 0; padding: 0; width: 140px; flex: none; }
@media (max-width: 1200px) { .records { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) {
  .records { grid-template-columns: repeat(2, 1fr); }
  .records.list .record { flex-wrap: wrap; }
  .records.list dl { flex-basis: 100%; grid-template-columns: auto 1fr; }
}
@media (max-width: 560px) { .records { grid-template-columns: 1fr; } .record { min-height: 0; } .toolbar { top: 64px; } }
.empty { display: none; padding: 80px 0; text-align: center; }
.empty.show { display: block; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--bone); }
.steps li { padding: 28px 28px 28px 0; border-right: 1px solid var(--line-light); }
.steps li + li { padding-left: 28px; }
.steps li:last-child { border-right: 0; }
.steps .n { font-family: var(--f-mono); font-size: 13px; opacity: .6; display: block; margin-bottom: 44px; }
.steps h4 { font-family: var(--f-display); font-weight: 800; font-stretch: 72%; font-size: 34px; text-transform: uppercase; line-height: .95; margin-bottom: 14px; }
.steps p { font-size: 15px; opacity: .75; }
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li { padding: 24px 20px 24px 0 !important; border-bottom: 1px solid var(--line-light); }
  .steps li:nth-child(2n) { border-right: 0; padding-left: 20px !important; }
}
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } .steps li { border-right: 0; padding-left: 0 !important; } }

.notice { border: 1px solid var(--line-strong); padding: 24px; display: grid; grid-template-columns: auto 1fr; gap: 18px; font-size: 15px; }
.notice .ic { width: 36px; height: 36px; border: 1px solid currentColor; display: grid; place-items: center; font-family: var(--f-mono); font-weight: 500; }
.dark .notice { border-color: var(--line-light); }

/* ---------- 19. Arşiv detay (dosya) ---------- */
.dossier-head { display: grid; grid-template-columns: 1fr 320px; gap: clamp(24px, 5vw, 80px); align-items: end; padding-bottom: clamp(32px, 5vw, 64px); }
.dossier-head .portrait-lg { --ratio: 4 / 5; }
.dossier-code { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 28px; }
.dossier-facts { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-light); }
.dossier-facts > div { padding: 20px 20px 24px 0; border-right: 1px solid var(--line-light); }
.dossier-facts > div + div { padding-left: 20px; }
.dossier-facts > div:last-child { border-right: 0; }
.dossier-facts dt { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; opacity: .6; margin-bottom: 8px; }
.dossier-facts dd { margin: 0; font-weight: 600; font-size: 16px; line-height: 1.3; }
@media (max-width: 1000px) {
  .dossier-head { grid-template-columns: 1fr; }
  .dossier-head .portrait-lg { max-width: 260px; }
  .dossier-facts { grid-template-columns: 1fr 1fr; }
  .dossier-facts > div { padding: 16px 16px 16px 0 !important; border-bottom: 1px solid var(--line-light); }
  .dossier-facts > div:nth-child(2n) { border-right: 0; padding-left: 16px !important; }
}

.dossier-body { display: grid; grid-template-columns: 240px 1fr; gap: clamp(32px, 6vw, 96px); }
.side-nav { position: sticky; top: 100px; align-self: start; display: grid; gap: 4px; }
.side-nav a { font-family: var(--f-mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; padding: 10px 0 10px 16px; border-left: 1px solid var(--line); color: var(--muted); transition: color .2s, border-color .2s; }
.side-nav a.active, .side-nav a:hover { color: var(--maroon); border-color: var(--maroon); }
.side-nav .btn { margin-top: 24px; justify-content: center; }
@media (max-width: 900px) { .dossier-body { grid-template-columns: 1fr; } .side-nav { display: none; } }

.block { padding: 0 0 clamp(56px, 7vw, 96px); scroll-margin-top: 100px; }
.block-title { display: flex; align-items: baseline; gap: 16px; border-bottom: 1px solid var(--line-strong); padding-bottom: 16px; margin-bottom: 32px; }
.block-title .n { font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.block-title h2 { font-family: var(--f-display); font-weight: 800; font-stretch: 72%; text-transform: uppercase; font-size: clamp(30px, 3vw, 44px); line-height: 1; }
.prose { font-size: 18px; line-height: 1.7; max-width: 70ch; }
.prose p + p { margin-top: 1.1em; }
.prose.serif { font-family: var(--f-serif); font-size: 21px; line-height: 1.6; }

.timeline { position: relative; }
.timeline li { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 0 0 32px; position: relative; }
.timeline li::before { content: ""; position: absolute; left: 130px; top: 8px; bottom: -8px; width: 1px; background: var(--line); transform: translateX(12px); }
.timeline li:last-child::before { display: none; }
.timeline li::after { content: ""; position: absolute; left: 130px; top: 6px; width: 9px; height: 9px; background: var(--maroon); transform: translateX(8px); }
.timeline time { font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; color: var(--muted); padding-top: 2px; }
.timeline .t { padding-left: 24px; }
.timeline h4 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.timeline p { font-size: 15px; color: var(--muted); }
@media (max-width: 560px) { .timeline li { grid-template-columns: 1fr; gap: 6px; padding-left: 24px; } .timeline li::before, .timeline li::after { left: 0; transform: none; } .timeline li::after { left: -4px; } .timeline .t { padding-left: 0; } }

.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 700px) { .evidence-grid { grid-template-columns: 1fr; } }
.evidence { border: 1px solid var(--line-strong); display: flex; flex-direction: column; background: #fff; }
.evidence .ph { --ratio: 16 / 10; cursor: zoom-in; }
.evidence .ph .play { position: absolute; inset: 0; display: grid; place-items: center; }
.evidence .ph .play span { width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--bone); display: grid; place-items: center; transition: transform .3s var(--ease), background .3s; }
.evidence:hover .ph .play span { transform: scale(1.1); background: var(--bone); color: var(--maroon); }
.evidence .body { padding: 18px 20px 20px; display: grid; gap: 12px; }
.evidence .head { display: flex; justify-content: space-between; gap: 12px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; }
.evidence h4 { font-size: 17px; line-height: 1.35; font-weight: 700; }
.evidence .src { display: grid; gap: 4px; font-family: var(--f-mono); font-size: 12.5px; color: var(--muted); border-top: 1px dashed var(--line); padding-top: 12px; word-break: break-all; }
.evidence .src a { color: var(--maroon); text-decoration: underline; text-underline-offset: 3px; }
.redact { background: var(--ink); color: var(--ink); padding: 0 .2em; user-select: none; }

.legal-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.legal-table th { text-align: left; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 400; color: var(--muted); padding: 0 16px 12px 0; border-bottom: 1px solid var(--line-strong); }
.legal-table td { padding: 18px 16px 18px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.table-scroll { overflow-x: auto; }

.sources li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.sources li span { font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.sources a { text-decoration: underline; text-underline-offset: 3px; word-break: break-word; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(23, 5, 5, .94); display: none; place-items: center; padding: 24px; }
.lightbox.open { display: grid; }
.lightbox .inner { width: min(1100px, 100%); color: var(--bone); }
.lightbox .ph { --ratio: 16 / 9; }
.lightbox .cap { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.lightbox .close { position: absolute; top: 20px; right: 20px; color: var(--bone); width: 48px; height: 48px; border: 1px solid var(--line-light); font-size: 22px; }

/* ---------- 20. Rapor detay ---------- */
.report-hero { display: grid; grid-template-columns: 1fr 380px; gap: clamp(32px, 6vw, 96px); align-items: center; padding-bottom: clamp(48px, 7vw, 96px); }
.report-hero .report-cover { box-shadow: 0 40px 60px -30px rgba(0, 0, 0, .6); transform: rotate(2deg); }
@media (max-width: 900px) { .report-hero { grid-template-columns: 1fr; } .report-hero .report-cover { max-width: 300px; } }
.findings { counter-reset: f; display: grid; gap: 0; }
.findings li { counter-increment: f; display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.findings li::before { content: counter(f, decimal-leading-zero); font-family: var(--f-display); font-weight: 800; font-stretch: 68%; font-size: 56px; line-height: .8; color: var(--maroon); }
.findings h4 { font-size: 20px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.findings p { color: var(--muted); }
.big-number { font-family: var(--f-display); font-weight: 800; font-stretch: 68%; font-size: clamp(72px, 10vw, 160px); line-height: .8; }
.cite-box { background: var(--bone); padding: 24px; font-family: var(--f-mono); font-size: 13px; line-height: 1.6; position: relative; }
.cite-box button { position: absolute; top: 12px; right: 12px; }
.toc li a { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.toc li a span:last-child { font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.toc li a:hover { color: var(--signal); }

/* ---------- 21. Makale ---------- */
.progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--signal); width: 100%; transform-origin: left; transform: scaleX(0); z-index: 150; }
.article-head { max-width: 1100px; }
.article-meta { display: flex; gap: 24px; flex-wrap: wrap; font-family: var(--f-mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; opacity: .75; margin-top: 36px; }
.article-layout { display: grid; grid-template-columns: 1fr minmax(0, 720px) 1fr; gap: 40px; }
.article-layout > .content { grid-column: 2; }
.article-layout .share { grid-column: 1; justify-self: end; position: sticky; top: 110px; align-self: start; display: grid; gap: 8px; }
.article-layout .share a, .article-layout .share button { width: 44px; height: 44px; border: 1px solid var(--line-strong); display: grid; place-items: center; transition: background .2s, color .2s; }
.article-layout .share a:hover, .article-layout .share button:hover { background: var(--maroon); color: var(--bone); }
.article-layout .share svg { width: 16px; height: 16px; }
@media (max-width: 1000px) { .article-layout { grid-template-columns: 1fr; } .article-layout > .content { grid-column: 1; } .article-layout .share { grid-column: 1; grid-row: 2; position: static; display: flex; justify-self: start; } }
.article-body { font-family: var(--f-serif); font-size: 21px; line-height: 1.65; }
.article-body > * + * { margin-top: 1.1em; }
.article-body > p:first-child::first-letter { float: left; font-family: var(--f-display); font-weight: 800; font-stretch: 68%; font-size: 5.4em; line-height: .78; padding: .06em .1em 0 0; color: var(--maroon); }
.article-body h2 { font-family: var(--f-display); font-weight: 800; font-stretch: 72%; text-transform: uppercase; font-size: 38px; line-height: 1; margin-top: 1.6em; }
.article-body blockquote { border-left: 4px solid var(--signal); padding: 6px 0 6px 24px; font-size: 28px; line-height: 1.3; font-style: italic; }
.article-body figure { margin: 1.8em 0; }
.article-body figcaption { font-family: var(--f-mono); font-size: 13px; color: var(--muted); margin-top: 10px; letter-spacing: .04em; }
.article-body ul { list-style: none; }
.article-body ul li { padding-left: 28px; position: relative; }
.article-body ul li::before { content: "—"; position: absolute; left: 0; color: var(--signal); }
.author-box { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line); padding: 24px 0; margin-top: 56px; }
.author-box .ph { --ratio: 1 / 1; border-radius: 50%; }
.author-box .ph::after { content: none; }

/* ---------- 22. Biz kimiz ---------- */
.manifesto-lines p { font-family: var(--f-serif); font-weight: 300; font-size: clamp(24px, 2.8vw, 42px); line-height: 1.25; letter-spacing: -.01em; padding: clamp(28px, 4vw, 56px) 0; border-bottom: 1px solid var(--line-light); display: grid; grid-template-columns: 120px 1fr; gap: 24px; }
.manifesto-lines p .n { font-family: var(--f-mono); font-size: 13px; letter-spacing: .1em; opacity: .55; padding-top: .8em; }
.manifesto-lines p strong { font-weight: 500; font-style: italic; }
@media (max-width: 700px) { .manifesto-lines p { grid-template-columns: 1fr; gap: 8px; } }
.principle { border-top: 1px solid var(--line-strong); padding-top: 24px; display: grid; gap: 14px; }
.principle .n { font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.principle h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 72%; font-size: 36px; text-transform: uppercase; line-height: .95; }
.principle p { color: var(--muted); font-size: 16px; }
.region { position: relative; min-height: 440px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; isolation: isolate; color: var(--bone); }
.region .ph { position: absolute; inset: 0; z-index: -1; aspect-ratio: auto; transition: transform 1.2s var(--ease); }
.region:hover .ph { transform: scale(1.05); }
.region h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 68%; font-size: clamp(48px, 5vw, 80px); text-transform: uppercase; line-height: .85; }
.region p { font-size: 15px; max-width: 34ch; opacity: .85; }
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); }
.pillars > div { padding: 32px 24px 40px; border-left: 1px solid var(--line); min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; transition: background .3s, color .3s; }
.pillars > div:hover { background: var(--maroon); color: var(--bone); }
.pillars > div:last-child { border-right: 1px solid var(--line); }
.pillars svg { width: 40px; height: 40px; }
.pillars h4 { font-family: var(--f-display); font-weight: 800; font-stretch: 72%; font-size: 30px; text-transform: uppercase; line-height: 1; margin-bottom: 10px; }
.pillars p { font-size: 15px; opacity: .75; }
@media (max-width: 900px) { .pillars { grid-template-columns: 1fr 1fr; } .pillars > div { border-bottom: 1px solid var(--line); } }
@media (max-width: 560px) { .pillars { grid-template-columns: 1fr; } .pillars > div { min-height: 0; gap: 40px; border-right: 1px solid var(--line); } }

/* ---------- 23. Sekmeler / sayfalama ---------- */
.tabs { display: flex; gap: 0; border-bottom: 1px solid var(--line-strong); overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tabs button { padding: 16px 20px; font-weight: 600; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; border-bottom: 3px solid transparent; margin-bottom: -1px; white-space: nowrap; color: var(--muted); transition: color .2s, border-color .2s; }
.tabs button[aria-selected="true"], .tabs button:hover { color: var(--maroon); border-color: var(--maroon); }
.tabs button sup { font-family: var(--f-mono); font-size: 11.5px; margin-left: 4px; }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 64px; font-family: var(--f-mono); font-size: 13px; }
.pagination a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); transition: background .2s, color .2s; }
.pagination a[aria-current="page"], .pagination a:hover { background: var(--maroon); color: var(--bone); border-color: var(--maroon); }
[data-item].is-hidden { display: none !important; }

/* ---------- 24. Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 140%); z-index: 300; background: var(--ink); color: var(--bone); padding: 14px 20px; font-size: 14px; transition: transform .45s var(--ease); max-width: calc(100% - 32px); }
.toast.show { transform: translate(-50%, 0); }

/* ---------- 25. Kaydırma animasyonları ---------- */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; } .reveal-d2 { transition-delay: .16s; } .reveal-d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-title .line > span { transform: none; }
  .hero-side { opacity: 1; }
}

/* ---------- 26. Mobil ince ayarlar ---------- */
.basmala { white-space: nowrap; }
@media (max-width: 640px) {
  .hero-top { flex-direction: column-reverse; align-items: flex-start; gap: 14px; }
  .basmala { font-size: 22px; }
  .page-hero-meta > div { padding-right: 18px; margin-right: 18px; }
  .page-hero-meta b { font-size: 28px; }
  .toolbar .select, .toolbar .select select { flex: 1 1 auto; width: 100%; }
  .toolbar .select { flex: 1 1 45%; }
  .event-row .btn { justify-self: start; }
  .toolbar { position: static; }
}

/* ---------- 27. İfşa başlığı ---------- */
.ifsa-title { font-size: clamp(120px, 22vw, 380px); line-height: .92; font-stretch: 62%; font-weight: 900; padding-top: .08em; }
.ifsa-sub { margin-top: 28px; display: inline-flex; align-items: center; gap: 14px; opacity: .85; }
.ifsa-sub::before { content: ""; width: 40px; height: 2px; background: var(--signal); }

/* ---------- 28. İstişare kurulu ---------- */
.board { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px, 1.8vw, 28px); }
.member { display: flex; flex-direction: column; gap: 16px; }
.member .photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--maroon); isolation: isolate; }
.member .photo::after { content: ""; position: absolute; inset: 0; background: var(--maroon); mix-blend-mode: color; opacity: .55; transition: opacity .6s var(--ease); pointer-events: none; }
.member img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: grayscale(1) contrast(1.06); transition: filter .6s var(--ease), transform 1s var(--ease); }
.member:hover img { filter: grayscale(0); transform: scale(1.03); }
.member:hover .photo::after { opacity: 0; }
.member figcaption { display: grid; gap: 6px; border-top: 1px solid var(--line-strong); padding-top: 14px; }
.member .n { font-family: var(--f-mono); font-size: 12.5px; color: var(--muted); }
.member h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 72%; text-transform: uppercase; font-size: clamp(22px, 1.9vw, 30px); line-height: .95; }
.member .role { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 1100px) { .board { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .board { grid-template-columns: repeat(2, 1fr); } }

/* ---------- 29. Tur 2: hata ve UX düzeltmeleri ---------- */
/* Grid çocukları uzun link/tablo yüzünden sütunu genişletmesin (mobil taşma hatası) */
.dossier-body > *, .article-layout > *, .feature-archive > *, .cta-grid > *, .post-feature > *, .report-hero > *, .page-hero-grid > * { min-width: 0; }
.evidence .src a, .sources a { overflow-wrap: anywhere; }

/* Başlık altı çizgisi + liste üst çizgisi üst üste binmesin */
.section-head + .event-list, .section-head + .rec-table { border-top: 0; }

/* Uzun başlıklar (haber, rapor, makale): cümle düzeni, rahat satır aralığı */
.headline { font-family: var(--f-display); font-weight: 750; font-stretch: 82%; letter-spacing: -.015em; line-height: 1.04; text-transform: none; }
.headline.lg { font-size: clamp(34px, 4.4vw, 68px); }
.headline.md { font-size: clamp(28px, 3vw, 46px); }

/* Footer kelimesi: JS genişliğe tam oturtur ([data-fit]) */
.footer-word[data-fit] { font-size: 18vw; }

/* Durum dili: nokta = kayıt durumu; hukuki süreç = yazılı etiket */
.status[title] { cursor: help; }
.legal-state { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border: 1px solid currentColor; white-space: nowrap; }
.legal-state.done { background: var(--maroon); color: var(--bone); border-color: var(--maroon); }
.status-legend { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 13px; color: var(--muted); padding: 0 0 20px; }
.status-legend b { color: var(--ink); font-weight: 600; }

/* Kart: öne çıkan kanıt satırı */
.record .key-ev { font-size: 13px; line-height: 1.35; opacity: .8; display: flex; gap: 8px; }
.record .key-ev::before { content: "▶"; font-size: 9px; padding-top: 3px; color: var(--signal); }
.record:hover .key-ev::before { color: var(--bone); }

/* Paylaşım çubuğu */
.share-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 22px 0 28px; border-top: 1px solid var(--line-light); }
.share-bar .lbl { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; margin-right: 8px; opacity: .8; }
.share-btn { height: 44px; padding: 0 16px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line-light); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.share-btn svg { width: 16px; height: 16px; }
.share-btn:hover { background: var(--bone); color: var(--maroon); border-color: var(--bone); }
.share-btn.primary { background: var(--signal); border-color: var(--signal); color: #fff; }
.share-btn.primary:hover { background: var(--bone); color: var(--maroon); border-color: var(--bone); }
.share-bar .spacer { flex: 1; }
.on-light .share-btn { border-color: var(--line-strong); }
.on-light .share-btn:hover { background: var(--maroon); color: var(--bone); border-color: var(--maroon); }

/* Öne çıkan kanıt (dosya başı) */
.evidence.featured { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
.evidence.featured .ph { aspect-ratio: auto; min-height: 340px; height: 100%; }
.evidence.featured .body { padding: 28px; align-content: start; gap: 16px; }
.evidence.featured h4 { font-size: 22px; line-height: 1.3; }
.evidence .badge { display: inline-block; background: var(--signal); color: #fff; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 8px; justify-self: start; }
@media (max-width: 800px) { .evidence.featured { grid-template-columns: 1fr; } .evidence.featured .ph { aspect-ratio: 16 / 10; min-height: 0; } }

/* Dosya başı mobilde: portre küçük, yan yana değil üstte */
@media (max-width: 1000px) { .dossier-head .portrait-lg { max-width: 180px; } }

/* Dil seçici: henüz aktif değil */
.lang a, .lang span { opacity: .55; cursor: not-allowed; }
.lang b { opacity: 1; }

/* Mobil filtre paneli */
.filter-toggle { display: none; height: 48px; padding: 0 16px; border: 1px solid var(--line-strong); background: #fff; font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; align-items: center; gap: 10px; }
.filter-toggle .c { background: var(--signal); color: #fff; border-radius: 10px; padding: 0 7px; font-size: 11.5px; line-height: 18px; }
.filter-toggle .c:empty { display: none; }
@media (max-width: 640px) {
  .toolbar .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
  .search { min-width: 0; }
  .toolbar .select select { min-width: 0; max-width: 100%; }
  .filter-toggle { display: inline-flex; }
  .toolbar .select, .toolbar .view-toggle { display: none; grid-column: 1 / -1; }
  .toolbar.open .select { display: block; }
  .toolbar.open .view-toggle { display: flex; justify-self: start; }
  .search { grid-column: 1; }
}

/* Görsel eklenince: hero arka plan fotoğrafı (duotone) */
.hero.has-photo::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--hero-img) center / cover no-repeat; filter: grayscale(1) contrast(1.1); opacity: .35; mix-blend-mode: luminosity; }
.section-head { grid-template-columns: minmax(0, 1fr) auto; }
@media (max-width: 640px) { .section-head { grid-template-columns: 1fr; align-items: start; } .section-head > .link-arrow { justify-self: start; } }
@media (max-width: 640px) {
  .share-bar { display: grid; grid-template-columns: 1fr 1fr; }
  .share-bar .lbl, .share-bar .spacer { grid-column: 1 / -1; }
  .share-bar .spacer { display: none; }
  .share-bar [data-share="x"], .share-bar [data-share="telegram"], .share-bar [data-copy] { display: none; }
  .share-bar .share-btn { justify-content: center; }
  .share-bar a[download] { grid-column: 1 / -1; }
}

/* Hero: sıradaki eylem bağlantısı */
.next-action { text-transform: none; letter-spacing: .04em; font-size: 13px; }
.next-action b { font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.next-action .arr { transition: transform .35s var(--ease); }
.next-action:hover { text-decoration: underline; text-underline-offset: 4px; }
.next-action:hover .arr { transform: translateX(4px); }

/* ---------- 30. Backend entegrasyonu ---------- */
.ph.has-img::after, .ph.has-img::before { content: none; }
.ph.has-img { background: var(--maroon-2); }
.lightbox .ph.has-img img { object-fit: contain; filter: none; mix-blend-mode: normal; }
.country-bars > a { display: grid; grid-template-columns: 150px 1fr 36px; align-items: center; gap: 12px; font-family: var(--f-mono); font-size: 13px; text-transform: uppercase; }
.country-bars > a:hover span:first-child { text-decoration: underline; }
.in .country-bars i, .country-bars.in i { transform: scaleX(var(--v)); }
.tabs a { padding: 16px 20px; font-weight: 600; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; border-bottom: 3px solid transparent; margin-bottom: -1px; white-space: nowrap; color: var(--muted); transition: color .2s, border-color .2s; }
.tabs a[aria-selected="true"], .tabs a:hover { color: var(--maroon); border-color: var(--maroon); }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.form .err { color: var(--signal); font-family: var(--f-body); font-size: 13px; letter-spacing: 0; text-transform: none; }
.form-error { color: var(--signal); font-size: 14px; }
.form select[name="record"] { max-width: 100%; }
.event-row h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.report-cover.has-img { padding: 0; }
.report-cover.has-img img { width: 100%; height: 100%; object-fit: cover; }
.evidence.graphic .ph img { filter: blur(22px) grayscale(1); transform: scale(1.1); transition: filter .4s; }
.evidence.graphic.revealed .ph img { filter: grayscale(1); transform: none; }
.graphic-note { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: rgba(23,5,5,.8); color: var(--bone); font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; padding: 8px 12px; white-space: nowrap; }
.evidence.graphic.revealed .graphic-note { display: none; }
.article-body.plain > p:first-child::first-letter { float: none; font: inherit; color: inherit; padding: 0; }
.author-box .ph img { border-radius: 50%; }

@media print {
  .site-header, .mobile-menu, .site-footer, .share-bar, .side-nav, .lightbox, .marquee, .toast, .progress { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .dark, .darker { background: #fff !important; color: #000 !important; }
  .grain::after { display: none; }
  .page-hero { padding-top: 0; }
  .dossier-body { grid-template-columns: 1fr; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .evidence { break-inside: avoid; }
  .evidence.graphic .ph img { filter: grayscale(1); }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; word-break: break-all; }
}

/* ---------- 31. Katılım sayacı ---------- */
.event-cta { display: grid; gap: 8px; justify-items: start; }
.event-row .event-cta { justify-items: end; }
.event-cta form { margin: 0; }
.attend-count { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .04em; opacity: .85; }
.attend-count svg { width: 16px; height: 16px; }
.attend-count b { font-weight: 500; font-size: 14px; }
.btn.is-done { cursor: default; opacity: .9; }
.btn.is-done:hover { background: var(--bg); color: var(--fg); }
@media (max-width: 900px) { .event-row .event-cta { grid-column: 2; justify-items: start; } }

.member .role.is-lead { color: var(--signal); font-weight: 500; }
.member .role.is-lead::before { content: "● "; }

/* ---------- 32. Boykot ---------- */
.vigil-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.tr-map { position: sticky; top: 90px; aspect-ratio: var(--ar); width: 100%; }
.tr-map svg { width: 100%; height: 100%; display: block; overflow: visible; }
.tr-map path { fill: var(--maroon); stroke: var(--maroon-3); stroke-width: 1.2; filter: drop-shadow(0 18px 30px rgba(49, 9, 9, .18)); }
.city-dot { position: absolute; transform: translate(-50%, -50%); width: calc(18px + var(--n) * 4px); height: calc(18px + var(--n) * 4px); max-width: 44px; max-height: 44px;
  display: grid; place-items: center; cursor: pointer; z-index: 1; }
.city-dot .core { position: relative; z-index: 2; width: 100%; height: 100%; border-radius: 50%; background: var(--signal); color: #fff; border: 2px solid var(--bone);
  display: grid; place-items: center; font-family: var(--f-mono); font-size: 11.5px; font-weight: 500; transition: transform .25s var(--ease), background .25s; }
.city-dot .pulse { position: absolute; inset: 0; border-radius: 50%; background: var(--signal); opacity: .5; animation: dotpulse 2.2s var(--ease) infinite; }
@keyframes dotpulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(2.6); opacity: 0; } }
.city-dot .lbl { position: absolute; left: 50%; bottom: calc(100% + 6px); transform: translateX(-50%); white-space: nowrap; background: var(--ink); color: var(--bone);
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; opacity: 0; pointer-events: none; transition: opacity .2s; }
.city-dot:hover .lbl, .city-dot:focus-visible .lbl, .city-dot[aria-pressed="true"] .lbl { opacity: 1; }
.city-dot:hover .core, .city-dot[aria-pressed="true"] .core { transform: scale(1.18); background: var(--bone); color: var(--maroon); border-color: var(--signal); }
.city-dot.ended .core { background: var(--muted); }
.city-dot.ended .pulse { display: none; }
.tr-map.has-sel .city-dot:not([aria-pressed="true"]) { opacity: .45; }

.vigil-side { display: grid; gap: 14px; }
.vigil-filter, .vigil-brand { gap: 6px; }
.vigil-brand .chip { height: 30px; font-size: 11.5px; }
.vigil-list { display: grid; gap: 14px; margin-top: 6px; }
.vigil { display: grid; grid-template-columns: 96px 1fr; gap: 18px; background: var(--paper); border: 1px solid var(--line); padding: 20px; scroll-margin-top: 110px; transition: border-color .2s, box-shadow .2s; }
.vigil:hover, .vigil:target { border-color: var(--maroon); box-shadow: 0 12px 30px -20px rgba(49, 9, 9, .5); }
.vigil.ended { opacity: .7; }
.vigil-day { display: grid; align-content: start; gap: 4px; border-right: 1px solid var(--line); padding-right: 14px; }
.vigil-day b { font-family: var(--f-display); font-weight: 900; font-stretch: 62%; font-size: 58px; line-height: .8; color: var(--maroon); }
.vigil-day span { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); line-height: 1.35; }
.vigil-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 10px; }
.vigil h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 75%; text-transform: uppercase; font-size: 22px; line-height: 1; margin-bottom: 14px; }
.vigil-loc { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.vigil-loc svg { width: 20px; height: 20px; color: var(--signal); margin-top: 2px; }
.vigil-loc b { display: block; font-size: 15px; }
.vigil-loc span { display: block; font-size: 14px; color: var(--muted); }
.vigil-loc small { display: inline-block; margin-top: 6px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em; border: 1px solid var(--line-strong); padding: 3px 7px; }
.vigil-note { font-size: 14px; margin-top: 10px; }
.vigil-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 14px; }
.vigil-actions .share-btn { width: 38px; height: 38px; padding: 0; justify-content: center; border-color: var(--line-strong); }
.vigil-actions .share-btn:hover { background: var(--maroon); color: var(--bone); border-color: var(--maroon); }
.vigil-actions .link-arrow { margin-left: auto; font-size: 12.5px; }
.vigil-since { display: block; margin-top: 12px; font-family: var(--f-mono); font-size: 11.5px; color: var(--muted); letter-spacing: .04em; }
.vigil.is-hidden { display: none; }

.app-card { border: 1px solid var(--line-strong); padding: 24px; display: grid; gap: 12px; align-content: start; transition: background .3s, color .3s; }
.app-card:hover { background: var(--maroon); color: var(--bone); }
.app-card:hover .btn { --bg: var(--bone); --fg: var(--maroon); }
.app-icon { width: 64px; height: 64px; border-radius: 16px; overflow: hidden; background: var(--maroon); color: var(--bone); display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 900; font-size: 30px; }
.app-card:hover .app-icon { background: var(--bone); color: var(--maroon); }
.app-icon img { width: 100%; height: 100%; object-fit: cover; }
.app-card h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 75%; text-transform: uppercase; font-size: 26px; line-height: 1; }
.app-card p { font-size: 15px; opacity: .8; }
.app-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 6px; }

@media (max-width: 1000px) {
  .vigil-layout { grid-template-columns: 1fr; }
  .tr-map { position: relative; top: 0; }
}
@media (max-width: 560px) {
  .vigil { grid-template-columns: 1fr; }
  .vigil-day { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 12px; display: flex; align-items: baseline; gap: 10px; }
  .vigil-day b { font-size: 46px; }
  .vigil-day span br { display: none; }
  .city-dot { width: calc(12px + var(--n) * 3px); height: calc(12px + var(--n) * 3px); }
  .city-dot .core { font-size: 9px; border-width: 1.5px; }
}
@media (max-width: 640px) {
  .vigil-filter, .vigil-brand { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter); }
  .vigil-filter::-webkit-scrollbar, .vigil-brand::-webkit-scrollbar { display: none; }
  .vigil-filter .chip, .vigil-brand .chip { flex: none; }
}

/* ---------- Video (X'ten içe aktarılan veya yüklenen) ---------- */
.play-badge { position: absolute; left: 14px; top: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 8px;
  background: var(--signal); color: var(--bone); padding: 7px 10px 7px 8px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; }
.play-badge svg { width: 14px; height: 14px; }
.play-badge em { font-style: normal; }
.video-frame .ph { --ratio: inherit; aspect-ratio: var(--ratio, 16 / 9); max-height: 82vh; margin-inline: auto; }
.video-frame.vertical .ph { width: min(100%, 460px); }
.video-frame video[hidden] { display: none; }
.video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; background: var(--ink); object-fit: contain; }
.video-frame .play-btn { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 16px; color: var(--bone);
  background: linear-gradient(0deg, rgba(29, 4, 4, .55), rgba(29, 4, 4, .1) 60%); cursor: pointer; }
.video-frame .play-btn svg { width: clamp(72px, 9vw, 120px); height: clamp(72px, 9vw, 120px); padding: 22%; background: var(--signal); border-radius: 50%;
  transition: transform .35s var(--ease); }
.video-frame .play-btn:hover svg { transform: scale(1.08); }
.video-frame .play-btn span { font-family: var(--f-mono); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.video-frame .ph.playing img, .video-frame .ph.playing .play-btn { display: none; }
.video-frame .ph.playing::before, .video-frame .ph.playing::after { content: none; }

/* ---------- Takvime ekle menüsü ---------- */
.cal-menu { position: relative; align-self: flex-start; }
.cal-menu > summary { list-style: none; cursor: pointer; }
.cal-menu > summary::-webkit-details-marker { display: none; }
.cal-menu[open] > summary .arr { transform: rotate(180deg); }
.cal-menu ul { position: absolute; z-index: 30; top: calc(100% + 6px); left: 0; min-width: 270px; background: var(--paper); color: var(--maroon);
  border: 1px solid var(--line-strong); box-shadow: 0 18px 40px rgba(23, 5, 5, .22); }
.cal-menu.flip-x ul { left: auto; right: 0; }
.cal-menu.flip-y ul { top: auto; bottom: calc(100% + 6px); }
.cal-menu li + li { border-top: 1px solid var(--line); }
.cal-menu li a { white-space: nowrap; display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.cal-menu li a small { font-family: var(--f-mono); font-weight: 400; letter-spacing: .04em; text-transform: none; color: var(--muted); }
.cal-menu li a:hover { background: var(--maroon); color: var(--bone); }
.cal-menu li a:hover small { color: var(--muted-light); }
.cal-subscribe { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; }
.cal-subscribe a { text-decoration: underline; text-underline-offset: 3px; }
.cal-subscribe a:hover { color: var(--signal); }

/* ---------- Etkinlik kayıt formu ---------- */
.form fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 10px; }
.form legend { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; padding: 0; }
.form .hint { font-family: var(--f-body); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--muted); }
.form .err { color: var(--signal); font-family: var(--f-body); letter-spacing: 0; text-transform: none; }
.reg-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: -8px 0 28px; }
.reg-meta b { color: var(--maroon); font-weight: 500; }
.reg-done { border: 1px solid var(--line-strong); padding: 24px; display: grid; gap: 16px; }

/* ── 33. Rapor sayıları: uzun değerler taşmasın ───────────────── */
.report-stats { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 40px 32px; border-top: 1px solid var(--line-strong); padding-top: 32px; }
.report-stats > div { min-width: 0; }
.report-stats .big-number { font-size: clamp(56px, 5.6vw, 96px); line-height: .9; overflow-wrap: anywhere; margin-bottom: 12px; }
.report-stats .big-number.long { font-size: clamp(38px, 3.4vw, 60px); line-height: .95; }

/* ---------- Ana sayfa: Instagram Reels şeridi ---------- */
.reels-section .section-head { margin-bottom: 32px; }
.reels-head-links { display: flex; gap: 28px; flex-wrap: wrap; justify-content: flex-end; }
.reels-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none;
  padding: 0 max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); scroll-padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); }
.reels-track::-webkit-scrollbar { display: none; }
.reels-track:focus-visible { outline: 2px solid var(--bone); outline-offset: 4px; }
.reel { flex: 0 0 clamp(200px, 22vw, 290px); scroll-snap-align: start; display: grid; gap: 14px; color: var(--bone); }
.reel-media { position: relative; aspect-ratio: 9 / 16; overflow: hidden; background: var(--maroon-deep); isolation: isolate; }
.reel-media img, .reel-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reel-media img { filter: grayscale(1) contrast(1.05); mix-blend-mode: luminosity; transition: opacity .5s; }
.reel-media video { opacity: 0; transition: opacity .5s; }
.reel.is-playing .reel-media video { opacity: 1; }
.reel.is-playing .reel-media img { opacity: 0; }
.reel-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(29, 4, 4, .55), transparent 45%); pointer-events: none; }
.reel-play { position: absolute; left: 14px; bottom: 14px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: var(--signal); display: grid; place-items: center; transition: transform .35s var(--ease), opacity .35s; }
.reel-play svg { width: 16px; height: 16px; }
.reel.is-playing .reel-play { opacity: 0; transform: scale(.6); }
.reel:hover .reel-play { transform: scale(1.1); }
.reel-cap { display: grid; gap: 6px; }
.reel-cap .mono { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
.reel-cap p { font-size: 14.5px; line-height: 1.45; opacity: .88; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.reels-nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 28px; }
.reels-btn { width: 48px; height: 48px; border: 1px solid var(--line-light); font-size: 18px; transition: background .25s, color .25s; }
.reels-btn:hover { background: var(--bone); color: var(--maroon); }
@media (max-width: 640px) { .reel { flex-basis: 62vw; } .reels-head-links { justify-content: flex-start; } .reels-section .section-head { grid-template-columns: 1fr; } }

/* ── 34. Dev sayfa başlığı (İFŞA / BOYKOT) sütununa sığsın ─────── */
.ifsa-title { white-space: nowrap; }
.ifsa-title.is-long { font-size: clamp(72px, 13vw, 240px); } /* JS yoksa yedek; JS sütuna tam oturtur */
