/* ==========================================================================
   7 EKİM HAREKETİ — Mobil katman
   Yalnızca ≤760px'te yüklenir (base.html: media="(max-width: 760px)").
   main.css'in üstüne yazar; masaüstü görünüme dokunmaz.
   İlkeler: yana taşma yok · başparmakla ulaşılır (alt çubuk, ≥44px dokunma alanı)
            · kısa sayfalar (uzun listeler yana kayar ya da sıkı satır olur) · aynı kimlik
   ========================================================================== */

:root { --gutter: 18px; --header-h: 60px; --tabbar-h: 62px; }
html, body { overflow-x: clip; }
body { padding-bottom: calc(var(--tabbar-h) + env(safe-area-inset-bottom)); }

/* ---------- Tipografi ölçeği ---------- */
.h-xxl { font-size: clamp(52px, 16.5vw, 82px); line-height: .92; }
.h-xl  { font-size: clamp(48px, 15vw, 72px); }
.h-lg  { font-size: clamp(38px, 11.5vw, 54px); }
.h-md  { font-size: clamp(28px, 8.5vw, 38px); }
.headline.lg { font-size: clamp(30px, 8.8vw, 40px); line-height: 1; }
.headline.md { font-size: clamp(26px, 7.4vw, 34px); line-height: 1.02; }
.lead { font-size: 17px; line-height: 1.5; }
.eyebrow, .mono { font-size: 12px; }

/* ---------- Boşluklar ---------- */
.section { padding: 60px 0; }
.section-sm { padding: 36px 0; }
.section-head { padding-bottom: 18px; margin-bottom: 26px; gap: 14px; }
.section-head .index { margin-bottom: 12px; font-size: 12px; }
.grid-3, .grid-2, .grid-4 { gap: 28px; }

/* ---------- Dokunma alanları ---------- */
.link-arrow { padding-top: 12px; }
.btn { padding: 15px 20px; font-size: 13.5px; }
.btn-sm { padding: 11px 14px; font-size: 12.5px; }
.chip { height: 40px; }
.page-hero .crumbs { font-size: 12px; margin-bottom: 14px; gap: 0 8px; align-items: center; }
.page-hero .crumbs a { padding: 8px 0; }

/* Dokunmatik ekranda "yapışan" hover kaymaları kapansın */
.event-row:hover, .rec-row:hover { padding-left: 0; }
.rec-row:hover { color: inherit; }
.rec-row:hover::before { transform: scaleY(0); }
.record:hover { color: inherit; }
.record:hover::before { clip-path: inset(100% 0 0 0); }
.report-card:hover .report-cover { transform: none; box-shadow: none; }

/* ---------- Header + menü ---------- */
.site-header, .site-header.scrolled { height: var(--header-h); }
.brand img, .site-header.scrolled .brand img { height: 32px; }
.menu-btn { margin-right: -10px; }
.mobile-menu { padding: calc(var(--header-h) + 12px) var(--gutter) calc(var(--tabbar-h) + 28px + env(safe-area-inset-bottom)); overflow-y: auto; justify-content: flex-start; gap: 32px; }
.mobile-menu nav a { font-size: clamp(34px, 10.5vw, 48px); padding: 12px 0; }
.mobile-menu .btn { width: 100%; justify-content: space-between; }

/* ---------- Alt sekme çubuğu ---------- */
.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; display: grid; grid-template-columns: repeat(5, 1fr);
  height: calc(var(--tabbar-h) + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom);
  background: rgba(29, 4, 4, .96); color: var(--bone); border-top: 1px solid var(--line-light);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.tabbar a, .tabbar button { display: grid; place-content: center; justify-items: center; gap: 5px; min-width: 0; color: inherit; opacity: .62; transition: opacity .2s; }
.tabbar svg { width: 22px; height: 22px; }
.tabbar span { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: 0; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; padding: 0 2px; }
.tabbar [aria-current="page"], .tabbar a:active, .menu-open .tabbar-menu { opacity: 1; }
.tabbar [aria-current="page"] svg { color: var(--signal); }
.toast { bottom: calc(var(--tabbar-h) + 14px + env(safe-area-inset-bottom)); }

/* ---------- Ana sayfa: hero ---------- */
.hero { min-height: 0; padding-top: calc(var(--header-h) + 6px); }
.hero-top { flex-direction: column-reverse; align-items: stretch; gap: 14px; padding: 14px 0 16px; }
.basmala { font-size: 20px; text-align: center; }
.next-action { display: block; font-size: 12.5px; line-height: 1.5; letter-spacing: .02em; }
.next-action::before { display: inline-block; margin-right: 8px; vertical-align: 1px; }
.hero-main { padding: 34px 0 30px; }
.hero-title .indent { padding-left: 7vw; }
.hero-seven { font-size: 118vw; right: -26vw; top: 40%; -webkit-text-stroke-color: rgba(241, 235, 226, .08); }
.hero-side { margin-top: 26px; gap: 20px; }
.hero-side p { font-size: 16px; }
.hero-side .actions { flex-direction: column; align-items: stretch; gap: 14px; }
.hero-side .actions .btn { justify-content: space-between; }
.hero-side .actions .link-arrow { align-self: flex-start; }
.hero-stats > div { padding: 14px 0 16px 14px; }
.hero-stats b { font-size: 34px; }
.hero-stats span { font-size: 11px; }

.marquee-item { font-size: 24px; padding: 12px 14px; gap: 24px; }

/* ---------- Ana sayfa: ifşa önizleme ---------- */
.feature-archive { gap: 36px; }
.feature-archive .intro { gap: 20px; }
.country-bars div { grid-template-columns: 104px minmax(0, 1fr) 26px; font-size: 12px; }
.rec-row { grid-template-columns: 62px minmax(0, 1fr) 18px; gap: 12px; padding: 15px 0; }
.rec-row .name { font-size: 20px; }
.rec-row .code { font-size: 12px; }

/* ---------- Etkinlik satırı → kart ---------- */
.event-row { grid-template-columns: 58px minmax(0, 1fr); gap: 10px 16px; padding: 22px 0; align-items: start; }
.event-date { flex-direction: column; align-items: flex-start; gap: 6px; }
.event-date b { font-size: 46px; }
.event-date span { font-size: 10.5px; letter-spacing: .06em; }
.event-row .type { margin-bottom: 8px; }
.event-row h3 { font-size: 22px; line-height: 1.02; }
.event-row .where { grid-column: 2; font-size: 14.5px; }
.event-row .event-cta { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; justify-items: start; }

/* ---------- Yana kayan listeler (.m-scroll) ---------- */
.m-scroll {
  display: grid; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 76%; gap: 16px !important;
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain;
  margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter) 6px; scroll-padding-inline: var(--gutter);
}
.m-scroll::-webkit-scrollbar { display: none; }
.m-scroll > * { scroll-snap-align: start; min-width: 0; }
.m-scroll .report-cover h3 { font-size: 30px; }

/* ---------- Haber listesi → sıkı satırlar (.m-rows) ---------- */
.m-rows { grid-template-columns: 1fr; row-gap: 0 !important; margin-top: 28px !important; }
.m-rows > .post-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); grid-template-rows: auto 1fr; gap: 6px 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.m-rows > .post-card .ph { grid-row: 1 / 3; --ratio: 1 / 1 !important; aspect-ratio: 1 / 1; }
.m-rows > .post-card .ph::after { content: none; }
.m-rows > .post-card .meta { font-size: 11px; gap: 8px; }
.m-rows > .post-card h3 { font-size: 17px; line-height: 1.25; }
.m-rows > .post-card p { display: none; }
.m-rows .play-badge { left: 6px; top: 6px; padding: 4px 6px; }
.m-rows .play-badge em { display: none; }

/* ---------- Rapor listesi → 2 sütun (.m-2col) ---------- */
.m-2col { grid-template-columns: 1fr 1fr; gap: 28px 14px !important; margin-top: 28px !important; }
.m-2col .report-cover { padding: 14px; }
.m-2col .report-cover h3 { font-size: 21px; }
.m-2col .report-cover .top { font-size: 10px; gap: 6px; }
.m-2col .report-cover .top:last-child span:last-child { display: none; }  /* dar kapakta site adı sığmıyor */
.m-2col .report-cover .big-n { font-size: 130px; bottom: -20px; }
.m-2col .report-card { gap: 12px; }
.m-2col .report-card h4 { font-size: 15px; }
.m-2col .report-card .meta { font-size: 10.5px; gap: 8px; }

/* ---------- Kategori sekmeleri yana kaysın ---------- */
.tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-left: calc(var(--gutter) * -1); margin-right: calc(var(--gutter) * -1); padding-left: var(--gutter); padding-right: var(--gutter); }
.tabs::-webkit-scrollbar { display: none; }
.tabs > * { flex: none; }

/* ---------- İç sayfa hero ---------- */
.page-hero { padding-top: calc(var(--header-h) + 34px); }
.page-hero-grid { gap: 18px; padding-bottom: 36px; }
.page-hero-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.page-hero-meta > div { padding: 14px 8px 16px 0; margin-right: 0; }
.page-hero-meta > div + div { padding-left: 10px; }
.page-hero-meta b { font-size: 26px; }
.page-hero-meta span { font-size: 10.5px; }

/* ---------- İfşa kayıtları → sıkı satırlar ---------- */
.records, .records.list { grid-template-columns: 1fr; border-left: 0; }
.record, .records.list .record {
  display: grid; grid-template-columns: 56px minmax(0, 1fr) 16px; grid-template-areas: "img name go" "img meta go" "img nat go";
  gap: 4px 14px; align-items: center; min-height: 0; padding: 16px 0; border-right: 0; flex-wrap: nowrap;
}
.record .portrait, .records.list .portrait { grid-area: img; width: 56px; align-self: start; }
.record h3, .records.list h3 { grid-area: name; font-size: 22px; min-height: 0; display: block; margin: 0; }
.record-top, .records.list .record-top { grid-area: meta; width: auto; justify-content: flex-start; gap: 12px; }
.record-top .code { font-size: 11.5px; opacity: .7; }
.record-top .status { font-size: 11px; }
.record dl, .records.list dl { grid-area: nat; display: block; font-size: 12px; }
.record dt, .record dd + dt, .record dd + dt + dd { display: none; }
.record .key-ev { display: none; }
.record .ev, .records.list .ev { grid-area: go; width: auto; border: 0; padding: 0; margin: 0; }
.record .ev > span:first-child { display: none; }

/* ---------- Dosya (kayıt detayı) ---------- */
.dossier-head { grid-template-columns: 1fr; gap: 24px; }
.dossier-head .portrait-lg { max-width: 150px; }
.dossier-facts { grid-template-columns: 1fr 1fr; }
.dossier-facts > div, .dossier-facts > div + div { padding: 14px 10px 16px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
.dossier-facts > div:nth-child(even) { padding-left: 12px; border-left: 1px solid var(--line-light); }
.block-title { margin-bottom: 22px; }
.evidence-grid { gap: 16px; }

/* ---------- Makale ---------- */
.article-layout { gap: 24px; }
.article-body { font-size: 18.5px; line-height: 1.62; }
.article-body > p:first-child::first-letter { font-size: 4.4em; }
.article-body h2 { font-size: 30px; }
.article-body blockquote { font-size: 22px; padding-left: 18px; }
.article-meta { gap: 10px 18px; margin-top: 24px; font-size: 12px; }
.article-layout .share a, .article-layout .share button { width: 46px; height: 46px; }
.author-box { margin-top: 40px; }

/* ---------- CTA / bülten ---------- */
.field-inline { flex-wrap: wrap; }
.field-inline input { flex-basis: 100%; font-size: 16px; padding: 14px 0 8px; }
.field-inline button { margin-left: auto; padding: 10px 0 14px; }

/* ---------- Formlar (iOS yakınlaştırmasın diye ≥16px) ---------- */
.form { gap: 18px; }
.form input, .form select, .form textarea { font-size: 16px; }
.form .check { font-size: 14.5px; }
.form .check input { width: 22px; height: 22px; margin-top: 0; }

/* ---------- Footer ---------- */
.site-footer { padding-top: 56px; }
.footer-top { grid-template-columns: 1fr 1fr; gap: 32px 18px; padding-bottom: 36px; }
.footer-top ul { gap: 2px; }
.footer-top a { display: inline-block; padding: 7px 0; }
.footer-brand img { width: 170px; margin-bottom: 18px; }
.footer-word { font-size: 17vw; padding: 28px 0 16px; }
.footer-bottom { flex-direction: column; gap: 10px; }
.footer-bottom a { display: inline-block; padding: 4px 0; }

/* ---------- Paylaşım çubuğu ---------- */
.share-bar { gap: 8px; }
.share-bar .share-btn { min-height: 46px; }

/* ---------- Uzun listeler: "Tümünü göster" (main.js, [data-m-limit]) ---------- */
.m-cut { display: none !important; }
.m-more { width: 100%; justify-content: space-between; margin-top: 16px; }

/* ---------- Boykot nöbetleri ---------- */
.vigil-layout { gap: 20px; }
.tr-map { position: relative; top: 0; margin: 0 calc(var(--gutter) * -1); width: calc(100% + var(--gutter) * 2); }
.vigil { padding: 16px; gap: 10px; }
.vigil-day b { font-size: 36px; }
.vigil-top { margin-bottom: 8px; }
.vigil h3 { font-size: 20px; margin-bottom: 10px; }
.vigil-actions { margin-top: 10px; }
.vigil-actions .share-btn { width: 44px; height: 44px; }
.vigil-since { margin-top: 8px; }
.vigil-brand .chip { height: 36px; }
.app-card { padding: 20px; }

/* ---------- Biz Kimiz ---------- */
.principle h3 { font-size: 30px; }
.region { min-height: 360px; padding: 22px; }
.region h3 { font-size: 44px; }
.pillars > div { gap: 18px; padding: 22px 18px 26px; }
.pillars h4 { font-size: 26px; }
.board { gap: 18px 14px; }
.member h3 { font-size: 20px; }

/* ---------- Telefonda gereksiz: ana sayfa sayaçları ve kayan slogan bandı ---------- */
.hero-stats, .marquee { display: none; }
