/* ==========================================================================
   Kürdistan Milli İnisiyatifi — Înîsîyatîva Neteweyî ya Kurdistanê
   Tasarım sistemi: belge ağırlıklı, kurumsal, milli renk paleti
   ========================================================================== */

:root {
  /* Renk — logodan türetilmiş milli palet */
  --ink:        #0F1512;   /* koyu zemin (hafif yeşil bias) */
  --ink-2:      #18211D;
  --ink-3:      #24302A;
  --parchment:  #F8F5EF;   /* sıcak belge zemini */
  --paper:      #FFFFFF;
  --text:       #171B18;
  --muted:      #5C6560;
  --rule:       #E3DDD1;

  --green:      #1F7A3D;
  --red:        #C8102E;
  --gold:       #E3A008;
  --gold-soft:  #F2B705;
  --white-leaf: #FAFAF7;

  /* Tipografi */
  --font-display: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Times New Roman', serif;
  --font-body:    Charter, 'Bitstream Charter', 'Sitka Text', Cambria, Georgia, serif;
  --font-ui:      -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  /* Ölçek */
  --step--1: clamp(0.86rem, 0.83rem + 0.15vw, 0.94rem);
  --step-0:  clamp(1.02rem, 0.99rem + 0.18vw, 1.13rem);
  --step-1:  clamp(1.22rem, 1.14rem + 0.4vw, 1.5rem);
  --step-2:  clamp(1.5rem, 1.32rem + 0.9vw, 2.1rem);
  --step-3:  clamp(1.9rem, 1.55rem + 1.7vw, 3rem);
  --step-4:  clamp(2.3rem, 1.7rem + 3vw, 4.2rem);

  --measure: 68ch;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --radius: 3px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--parchment);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; }

:where(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

.wrap { width: min(100% - 2 * var(--pad), 1180px); margin-inline: auto; }
.measure { max-width: var(--measure); }

/* ---------- Başlık / navigasyon ------------------------------------------ */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15, 21, 18, .96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: #EDE9E0;
}
.site-header .bar {
  display: flex; align-items: center; gap: 1.25rem;
  min-height: 4.25rem;
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-inline-end: auto; }
.brand img { width: 38px; height: 38px; flex: none; }
.brand-text { display: grid; line-height: 1.15; }
.brand-ku {
  font-family: var(--font-display);
  font-size: 1.02rem; letter-spacing: .02em; color: #F6F2E8;
}
.brand-tr {
  font-family: var(--font-ui);
  font-size: .66rem; letter-spacing: .16em; text-transform: uppercase;
  color: #A9B3AC;
}

.nav { display: flex; align-items: center; gap: 1.5rem; }
.nav a {
  font-family: var(--font-ui); font-size: .84rem; letter-spacing: .04em;
  color: #CFD6D0; text-decoration: none; padding: .35rem 0;
  border-bottom: 1px solid transparent; transition: color .18s, border-color .18s;
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--gold); }

/* Dil değiştirici */
.langbar {
  display: flex; align-items: center; gap: .15rem;
  font-family: var(--font-ui); font-size: .72rem; letter-spacing: .06em;
}
.langbar a, .langbar .on {
  padding: .3rem .45rem; border-radius: 2px; text-decoration: none;
}
.langbar a { color: #9AA49C; transition: color .15s, background .15s; }
.langbar a:hover { color: #fff; background: rgba(255,255,255,.08); }
.langbar .on { color: var(--gold-soft); font-weight: 700; }
@media (max-width: 820px) {
  .langbar { order: 3; width: 100%; padding-bottom: .5rem; }
  .site-header .bar { flex-wrap: wrap; }
}

.nav-toggle {
  display: none; background: none; border: 1px solid rgba(255,255,255,.25);
  color: #EDE9E0; border-radius: var(--radius); padding: .45rem .7rem;
  font-family: var(--font-ui); font-size: .8rem; cursor: pointer;
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; inset-inline: 0; top: 100%;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1);
    padding: .5rem var(--pad) 1.1rem;
  }
  .nav[hidden] { display: none; }
  .nav a { width: 100%; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
}

/* ---------- Milli renk şeridi -------------------------------------------- */

.flagline { height: 3px; display: flex; }
.flagline i { flex: 1; }
.flagline i:nth-child(1) { background: var(--green); }
.flagline i:nth-child(2) { background: var(--white-leaf); }
.flagline i:nth-child(3) { background: var(--red); }
.flagline i:nth-child(4) { background: var(--gold); }

/* ---------- Hero ---------------------------------------------------------- */

.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 0%, #1E2A24 0%, var(--ink) 62%);
  color: #F2EEE4;
  padding-block: clamp(3.5rem, 9vw, 7rem) clamp(3rem, 7vw, 5.5rem);
  text-align: center;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 -1px 0; height: 90px;
  background: linear-gradient(to bottom, transparent, var(--parchment));
  pointer-events: none;
}
.hero-glow {
  position: absolute; top: -22%; left: 50%; translate: -50% 0;
  width: min(760px, 120%); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(242,183,5,.20) 0%, rgba(242,183,5,.06) 42%, transparent 66%);
  pointer-events: none;
}
.hero > .wrap { position: relative; z-index: 1; }
.hero-logo { width: clamp(112px, 17vw, 168px); margin-inline: auto; margin-bottom: 1.6rem; }

.hero h1 {
  font-family: var(--font-display);
  font-size: var(--step-4); line-height: 1.06; margin: 0;
  letter-spacing: -.01em; text-wrap: balance; color: #FBF7ED;
}
.hero .sub {
  font-family: var(--font-ui);
  font-size: clamp(.78rem, .5rem + .6vw, .95rem);
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold-soft); margin: 1rem 0 0;
}
.hero .lead {
  max-width: 60ch; margin: 1.9rem auto 0;
  font-size: var(--step-1); line-height: 1.62; color: #D6D9D2; text-wrap: pretty;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 2.4rem; }

/* ---------- Butonlar ------------------------------------------------------ */

.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-ui); font-size: .9rem; letter-spacing: .04em;
  padding: .82rem 1.5rem; border-radius: var(--radius);
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.btn-primary { background: var(--gold); color: #1A1403; font-weight: 600; }
.btn-primary:hover { background: var(--gold-soft); transform: translateY(-1px); }
.btn-ghost { border-color: rgba(255,255,255,.32); color: #F2EEE4; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn-dark { background: var(--ink); color: #F5F1E7; }
.btn-dark:hover { background: var(--ink-3); transform: translateY(-1px); }

/* ---------- Bölüm iskeleti ------------------------------------------------ */

section { padding-block: clamp(3rem, 7vw, 5.5rem); }
.section-label {
  font-family: var(--font-ui); font-size: .72rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 .85rem;
  display: flex; align-items: center; gap: .7rem;
}
.section-label::before { content: ""; width: 26px; height: 2px; background: var(--gold); flex: none; }

h2 {
  font-family: var(--font-display); font-size: var(--step-3);
  line-height: 1.14; margin: 0 0 1.1rem; letter-spacing: -.01em; text-wrap: balance;
}
h3 {
  font-family: var(--font-display); font-size: var(--step-2);
  line-height: 1.22; margin: 2.6rem 0 .8rem; text-wrap: balance;
}
h4 {
  font-family: var(--font-ui); font-size: 1rem; letter-spacing: .02em;
  margin: 2rem 0 .5rem; color: var(--green);
}
p { margin: 0 0 1.15rem; text-wrap: pretty; }

.intro-note {
  border-left: 3px solid var(--gold);
  padding-left: 1.15rem; color: var(--muted);
  font-size: var(--step-1); line-height: 1.6;
}

/* ---------- Üç sütun (A / B / C) ----------------------------------------- */

.pillars { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); margin-top: 2.5rem; }
.pillar {
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.7rem 1.6rem; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.pillar::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--accent, var(--gold)); }
.pillar:nth-child(1) { --accent: var(--green); }
.pillar:nth-child(2) { --accent: var(--gold); }
.pillar:nth-child(3) { --accent: var(--red); }
.pillar .tag {
  font-family: var(--font-ui); font-size: .7rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 .5rem;
}
.pillar h3 { font-size: var(--step-1); margin: 0 0 .7rem; }
.pillar p { font-size: .97rem; color: #3B443E; margin-bottom: 1.1rem; }
.pillar .more {
  margin-top: auto; font-family: var(--font-ui); font-size: .84rem;
  color: var(--green); text-decoration: none; border-bottom: 1px solid currentColor;
  align-self: flex-start; padding-bottom: 1px;
}
.pillar .more:hover { color: var(--red); }

/* ---------- İlkeler ------------------------------------------------------- */

.principles-section { background: var(--ink); color: #E9E5DA; }
.principles-section .section-label { color: #9AA49C; }
.principles-section .section-label::before { background: var(--gold); }
.principles-section h2 { color: #FAF6EC; }
.principles-section .intro-note { color: #B9C0B8; border-left-color: var(--gold); }

.principles { display: grid; gap: 1px; background: rgba(255,255,255,.10); margin-top: 2.6rem;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); border: 1px solid rgba(255,255,255,.10); }
.principle { background: var(--ink); padding: 1.6rem 1.5rem; position: relative; }
.principle::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--pc, var(--gold)); opacity: .85;
}
.principle:nth-child(4n+1) { --pc: var(--green); }
.principle:nth-child(4n+2) { --pc: var(--white-leaf); }
.principle:nth-child(4n+3) { --pc: var(--red); }
.principle:nth-child(4n+4) { --pc: var(--gold); }
.principle .num {
  font-family: var(--font-ui); font-size: .74rem; letter-spacing: .16em;
  color: var(--gold-soft); display: block; margin-bottom: .5rem;
  font-variant-numeric: tabular-nums;
}
.principle h3 { font-size: 1.12rem; margin: 0 0 .55rem; color: #F7F3E9; }
.principle p { font-size: .93rem; line-height: 1.62; color: #B7BFB8; margin: 0; }

/* ---------- Alıntı bandı --------------------------------------------------- */

.quote-band {
  background: var(--paper); border-block: 1px solid var(--rule);
  text-align: center;
}
.quote-band blockquote {
  margin: 0 auto; max-width: 56ch;
  font-family: var(--font-display); font-size: var(--step-2);
  line-height: 1.4; color: var(--text); text-wrap: balance;
}
.quote-band cite {
  display: block; margin-top: 1.3rem; font-family: var(--font-ui);
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); font-style: normal;
}

/* ---------- Çağrı --------------------------------------------------------- */

.cta { background: var(--parchment); }
.cta-inner {
  background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: clamp(1.8rem, 4vw, 3.2rem); display: grid; gap: 2rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 1fr); align-items: center;
}
@media (max-width: 780px) { .cta-inner { grid-template-columns: 1fr; } }
.cta h2 { margin-bottom: .7rem; }
.cta p { color: var(--muted); margin-bottom: 0; }
.cta-actions { display: flex; flex-direction: column; gap: .7rem; }
.cta-actions .btn { justify-content: center; }

/* ---------- Bildirge sayfası ---------------------------------------------- */

.doc-head { background: var(--ink); color: #F1EDE3; padding-block: clamp(3rem, 7vw, 5rem) clamp(2.2rem, 5vw, 3.5rem); }
.doc-head h1 { font-family: var(--font-display); font-size: var(--step-3); margin: .6rem 0 0; color: #FBF7ED; }
.doc-head .section-label { color: #9AA49C; }
.doc-head p { color: #B9C0B8; max-width: 58ch; margin: 1rem 0 0; }

.doc-layout {
  display: grid; gap: clamp(2rem, 5vw, 3.5rem);
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: start;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
@media (max-width: 940px) { .doc-layout { grid-template-columns: 1fr; } .toc { position: static !important; order: -1; } }

.doc-body { max-width: var(--measure); }
.doc-body p, .doc-body li { font-size: 1.06rem; line-height: 1.78; }
.doc-body h2 {
  font-size: var(--step-2); margin-top: 3.2rem; padding-top: 1.6rem;
  border-top: 1px solid var(--rule);
}
.doc-body h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.doc-body .kicker {
  font-family: var(--font-ui); font-size: .72rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); display: block; margin-bottom: .35rem;
}
.doc-body ol { padding-left: 0; list-style: none; counter-reset: pr; margin: 2rem 0 0; }
.doc-body ol li {
  counter-increment: pr; position: relative;
  padding: 1.15rem 0 1.15rem 3.2rem; border-top: 1px solid var(--rule);
}
.doc-body ol li::before {
  content: counter(pr, decimal-leading-zero);
  position: absolute; left: 0; top: 1.15rem;
  font-family: var(--font-ui); font-size: .82rem; letter-spacing: .06em;
  color: var(--gold); font-variant-numeric: tabular-nums;
}
.doc-body ol li strong { display: block; font-family: var(--font-ui); font-size: .98rem; margin-bottom: .3rem; color: var(--text); }
.doc-body .signature {
  margin-top: 3.5rem; padding-top: 1.6rem; border-top: 2px solid var(--ink);
  font-family: var(--font-display); font-size: var(--step-1); color: var(--text);
}

.toc { position: sticky; top: 6rem; font-family: var(--font-ui); }
.toc h2 {
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 .9rem; font-family: var(--font-ui);
}
.toc ol { list-style: none; margin: 0; padding: 0; }
.toc li { margin-bottom: .1rem; }
.toc a {
  display: block; padding: .45rem .7rem; font-size: .86rem; color: var(--muted);
  text-decoration: none; border-left: 2px solid var(--rule); transition: color .18s, border-color .18s, background .18s;
}
.toc a:hover { color: var(--text); background: rgba(0,0,0,.03); }
.toc a.active { color: var(--green); border-left-color: var(--green); background: rgba(31,122,61,.06); }

/* ---------- Haberler ------------------------------------------------------ */

.news-home { background: var(--paper); border-block: 1px solid var(--rule); }
.news-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); margin-top: 2.2rem; }
.news-grid .news-card { max-width: 460px; }
.news-card {
  background: var(--parchment); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.5rem 1.4rem; display: flex; flex-direction: column;
}
.news-card time, .news-item time {
  font-family: var(--font-ui); font-size: .74rem; letter-spacing: .14em;
  color: var(--gold); text-transform: uppercase; font-variant-numeric: tabular-nums;
}
.news-card h3 { font-size: var(--step-1); margin: .5rem 0 .6rem; line-height: 1.3; }
.news-card h3 a { text-decoration: none; }
.news-card h3 a:hover { color: var(--green); }
.news-card p { font-size: .94rem; color: var(--muted); margin-bottom: 1rem; }
.news-card .more {
  margin-top: auto; font-family: var(--font-ui); font-size: .84rem;
  color: var(--green); text-decoration: none; border-bottom: 1px solid currentColor;
  align-self: flex-start; padding-bottom: 1px;
}
.news-card .more:hover { color: var(--red); }
.news-all { margin: 2.2rem 0 0; }

.news-list { padding-block: clamp(2.5rem, 6vw, 4rem); max-width: calc(var(--measure) + 4rem); }
.news-item { padding: 2rem 0 2.4rem; border-bottom: 1px solid var(--rule); scroll-margin-top: 6rem; }
.news-item:last-child { border-bottom: 0; }
.news-item h2 { font-size: var(--step-2); margin: .5rem 0 1rem; }
.news-item p { font-size: 1.04rem; line-height: 1.75; max-width: var(--measure); }
.news-empty { color: var(--muted); padding-block: 3rem; }

/* ---------- Footer -------------------------------------------------------- */

.site-footer { background: var(--ink); color: #A9B3AC; padding-block: clamp(2.5rem, 5vw, 3.5rem) 2rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.4fr) repeat(auto-fit, minmax(150px, 1fr)); }
.site-footer .brand-ku { font-size: 1.1rem; }
.site-footer p { font-size: .92rem; max-width: 42ch; color: #99A39C; }
.site-footer h3 {
  font-family: var(--font-ui); font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; color: #7E8880; margin: 0 0 .8rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .5rem; }
.site-footer a { font-family: var(--font-ui); font-size: .9rem; color: #C4CBC5; text-decoration: none; }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer .social a { display: inline-flex; align-items: center; gap: .5rem; }
.site-footer .social svg { flex: none; opacity: .85; }

.footer-bottom {
  margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.09);
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between;
  font-family: var(--font-ui); font-size: .8rem; color: #79837B;
}

/* ==========================================================================
   Profesyonel geçiş: animasyon + etkileşim + RTL
   ========================================================================== */

/* Scroll-reveal (JS .reveal ekler; reduced-motion'da kapalı) */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal:nth-child(2) { transition-delay: .08s; }
  .reveal:nth-child(3) { transition-delay: .16s; }
  .reveal:nth-child(4) { transition-delay: .24s; }
}

/* Kart etkileşimleri */
.pillar, .news-card, .principle { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.pillar:hover, .news-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px -18px rgba(15,21,18,.35); border-color: #D3CCBC; }
.principle:hover { transform: translateY(-2px); background: #1B241F; }

/* Header: scroll'da gölge (JS .scrolled) */
.site-header { transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 28px -12px rgba(0,0,0,.55); }

/* Hero: ince doku + aşağı ok */
.hero {
  background-image:
    radial-gradient(120% 90% at 50% 0%, #1E2A24 0%, var(--ink) 62%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.012) 0 2px, transparent 2px 6px);
  background-blend-mode: normal, overlay;
}
.hero .lead { animation: heroIn 1s .15s cubic-bezier(.16,1,.3,1) both; }
.hero h1 { animation: heroIn .9s cubic-bezier(.16,1,.3,1) both; }
.hero-actions { animation: heroIn 1s .3s cubic-bezier(.16,1,.3,1) both; }
@keyframes heroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero h1, .hero .lead, .hero-actions { animation: none; } }

/* Alıntı bandında büyük tırnak süsü */
.quote-band blockquote { position: relative; padding-top: 1.2rem; }
.quote-band blockquote::before {
  content: "”"; position: absolute; top: -1.6rem; left: 50%; translate: -50% 0;
  font-family: var(--font-display); font-size: 5rem; line-height: 1; color: var(--gold); opacity: .35;
}

/* Buton mikro-etkileşim */
.btn:active { transform: translateY(0) scale(.985); }

/* ---------- RTL (Soranî) --------------------------------------------------- */
[dir="rtl"] body, [dir="rtl"] { text-align: right; }
[dir="rtl"] .intro-note { border-left: 0; border-right: 3px solid var(--gold); padding-left: 0; padding-right: 1.15rem; }
[dir="rtl"] .principle::before { left: auto; right: 0; }
[dir="rtl"] .doc-body ol li { padding-left: 0; padding-right: 3.2rem; }
[dir="rtl"] .doc-body ol li::before { left: auto; right: 0; }
[dir="rtl"] .toc a { border-left: 0; border-right: 2px solid var(--rule); }
[dir="rtl"] .toc a.active { border-right-color: var(--green); }
[dir="rtl"] .section-label::before { order: 2; }
[dir="rtl"] .hero, [dir="rtl"] .quote-band { text-align: center; }
[dir="rtl"] .brand-text, [dir="rtl"] .footer-grid { text-align: right; }
/* Soranî tipografi: Arapça yazıya uygun yükseklik */
:lang(ckb) body, [dir="rtl"] .doc-body p, [dir="rtl"] .principle p { line-height: 1.95; }

/* Bildirge imza bloğu */
.sig-block { margin-top: 3rem; }
.sig-regards { margin: 0 0 .2rem; font-style: italic; color: var(--muted); }
.sig-block .signature { margin: 0; }
.sig-date { margin: .25rem 0 0; font-family: var(--font-ui); font-size: .85rem; letter-spacing: .08em; color: var(--muted); }
.sig-note {
  margin-top: 1.6rem; padding-top: 1.1rem; border-top: 1px solid var(--rule);
  font-size: var(--step--1); color: var(--muted); max-width: var(--measure);
}

/* ==========================================================================
   Tasarım paketi v2: hero, katıl formu, haber kapakları, tipografi, mobil, baskı
   ========================================================================== */

/* --- Hero v2: büyük logo + bayrak dalgası + nefes alan ışıma --- */
.hero-logo { width: clamp(128px, 19vw, 196px); filter: drop-shadow(0 10px 34px rgba(0,0,0,.45)); }
.hero-glow { animation: glowBreathe 7s ease-in-out infinite alternate; }
@keyframes glowBreathe { from { opacity: .75; transform: scale(.97); } to { opacity: 1; transform: scale(1.04); } }
@media (prefers-reduced-motion: reduce) { .hero-glow { animation: none; } }
/* Gömülü Kürdistan bayrağı: logo+başlığın arkasında asılı, kenarları eriyen bayrak */
.hero-wave {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(200,16,46,.26)   0 32.6%,
    rgba(250,250,247,.15) 34% 65.9%,
    rgba(31,122,61,.26)   67.3% 100%);
  background-size: min(940px, 94%) 72%;
  background-position: 50% 16%;
  background-repeat: no-repeat;
  mask-image: radial-gradient(36% 46% at 50% 34%, #000 28%, rgba(0,0,0,.45) 60%, transparent 88%);
  -webkit-mask-image: radial-gradient(36% 46% at 50% 34%, #000 28%, rgba(0,0,0,.45) 60%, transparent 88%);
}

/* --- Katıl formu --- */
.cta-form-title {
  font-family: var(--font-display); font-size: var(--step-1);
  margin: 0 0 .9rem; color: var(--text);
}
.cta-form form { display: grid; gap: .7rem; }
.cta-form input, .cta-form textarea {
  width: 100%; font: inherit; color: var(--text);
  background: var(--parchment); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: .7rem .85rem; resize: vertical;
  transition: border-color .18s, box-shadow .18s;
}
.cta-form input::placeholder, .cta-form textarea::placeholder { color: #9AA097; }
.cta-form input:focus, .cta-form textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(242,183,5,.18);
}
.cta-form .btn { justify-content: center; width: 100%; border: 0; }
.cta-note { font-size: .8rem; color: var(--muted); margin: .6rem 0 0; }
.cta-direct { font-size: .88rem; color: var(--muted); margin: .3rem 0 0; }
.cta-direct a { color: var(--green); text-decoration-color: rgba(31,122,61,.4); }
.cta-direct a:hover { color: var(--red); }
.cta-links { margin-top: 1.4rem; }
.cta-inner { align-items: start; }

/* --- Haber kapakları --- */
.news-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.news-card-body { padding: 1.15rem 1.3rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.news-card-body .more { margin-top: auto; }
.news-cover {
  position: relative; aspect-ratio: 21 / 9; overflow: hidden;
  background:
    radial-gradient(110% 130% at 50% -10%, #24322B 0%, var(--ink) 70%);
  border-bottom: 3px solid var(--gold);
  display: grid; place-items: center;
}
.news-cover::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 3px;
  background: linear-gradient(90deg, var(--green) 0 25%, var(--white-leaf) 0 50%, var(--red) 0 75%, var(--gold) 0);
}
.news-cover .cover-mark { width: 27%; max-width: 96px; opacity: .95; filter: drop-shadow(0 6px 18px rgba(0,0,0,.5)); }
.news-cover .cover-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-cover time {
  position: absolute; top: .7rem; inset-inline-end: .7rem; margin: 0;
  font-family: var(--font-ui); font-size: .68rem; letter-spacing: .1em; font-weight: 600;
  background: rgba(242,183,5,.95); color: #1A1403; padding: .28rem .55rem; border-radius: 2px;
}
.news-cover.big { aspect-ratio: 21 / 7; border-radius: var(--radius); margin-bottom: 1.4rem; }

/* --- Tipografi ve renk ince ayarı --- */
::selection { background: rgba(242,183,5,.35); color: var(--text); }
.hero ::selection { color: #FBF7ED; }
h2, h3 { text-wrap: balance; }
.doc-body p a, .news-item p a {
  color: var(--green); text-decoration-thickness: 1px;
  text-underline-offset: 3px; text-decoration-color: rgba(31,122,61,.45);
}
.doc-body p a:hover, .news-item p a:hover { color: var(--red); }
.section-label { user-select: none; }

/* --- Mobil parlatma --- */
@media (max-width: 600px) {
  .hero-logo { width: 116px; }
  .hero { padding-block: 3rem 2.6rem; }
  .hero .lead { font-size: 1.02rem; }
  .brand-ku { font-size: .9rem; }
  .brand-tr { font-size: .58rem; }
  .langbar { flex-wrap: wrap; row-gap: .1rem; }
  .langbar a, .langbar .on { padding: .38rem .5rem; }
  .news-cover { aspect-ratio: 21 / 8; }
  .quote-band blockquote { font-size: 1.05rem; }
  .sig-block { margin-top: 2.2rem; }
}

/* --- Baskı (bildirge çıktısı) --- */
@media print {
  .site-header, .flagline, .toc, .site-footer, footer, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; font-size: 11.5pt; }
  .doc-head { background: #fff; color: #000; padding: 0 0 .8cm; }
  .doc-head h1 { color: #000; }
  .doc-layout { display: block; }
  .doc-body ol li::before { color: #000; }
  a { color: inherit; text-decoration: none; }
}

/* ---------- Köşe yazıları ---------- */
.columns-list { max-width: 760px; padding-block: 2.4rem 3.5rem; display: grid; gap: 1.25rem; }
.column-card {
  background: var(--parchment); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.6rem 1.6rem 1.2rem;
}
.column-meta {
  font-family: var(--font-ui); font-size: .74rem; letter-spacing: .14em;
  color: var(--gold); text-transform: uppercase; font-variant-numeric: tabular-nums;
  margin-bottom: .35rem;
}
.column-card h2 { font-size: var(--step-2); line-height: 1.25; margin: .2rem 0 .55rem; }
.column-card h2 a { text-decoration: none; }
.column-card h2 a:hover { color: var(--green); }
.column-card > p { color: var(--ink-soft); }
.column-card .readmore {
  font-family: var(--font-ui); font-size: .8rem; letter-spacing: .06em;
  text-decoration: none; font-weight: 600;
}
.column-body { max-width: 700px; padding-block: 2.2rem 3.5rem; }
.column-body p { margin-bottom: 1.15rem; font-size: 1.06rem; line-height: 1.75; }
.doc-head .column-meta { margin-top: .6rem; margin-bottom: 0; }
[dir="rtl"] .column-meta { letter-spacing: 0; }

/* ---------- Yazarlar / avatar (2026-08-12) ---------- */
.avatar{display:inline-flex;align-items:center;justify-content:center;
  border-radius:50%;object-fit:cover;flex:none;vertical-align:middle;
  background:#dfd9cd;color:#fff;font-weight:600;letter-spacing:.02em;
  box-shadow:0 1px 3px rgba(0,0,0,.18)}
.avatar-sm{width:28px;height:28px;font-size:.72rem;margin-inline-end:.5rem}
.avatar-lg{width:84px;height:84px;font-size:1.5rem}
.avatar-ini{user-select:none}

.authors-page{padding-block:2.5rem 4rem}
.author-group{margin-bottom:3rem}
.author-group h2{font-size:1.15rem;letter-spacing:.06em;text-transform:uppercase;
  opacity:.65;margin-bottom:1.25rem;padding-bottom:.6rem;
  border-bottom:1px solid rgba(0,0,0,.12)}
.author-grid{display:grid;gap:1.25rem;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
.author-card{display:flex;gap:1rem;align-items:flex-start;
  padding:1.15rem;border:1px solid rgba(0,0,0,.10);border-radius:14px;
  background:rgba(255,255,255,.55);
  transition:transform .18s ease,box-shadow .18s ease}
.author-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.09)}
.author-info h3{margin:.15rem 0 .35rem;font-size:1.05rem}
.author-bio{margin:0 0 .4rem;font-size:.92rem;line-height:1.5;opacity:.8}
.author-count{margin:0;font-size:.85rem}
.author-count a{opacity:.7;text-decoration:none;border-bottom:1px solid currentColor}
.author-count a:hover{opacity:1}
.column-meta{display:flex;align-items:center;flex-wrap:wrap}

[dir="rtl"] .avatar-sm{margin-inline-end:0;margin-inline-start:.5rem}
