/* site.css — landing + crawlable pages. Editorial line, matches the globe:
   white paper, navy accent, serif headlines, sans body, sharp corners, hairline rules. */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --paper: #ffffff;
  --ink: #16191f;
  --muted: #6b7280;
  --faint: #aeb4be;
  --rule: #e4e7ec;
  --navy: #17356b;
  --royal: #2b5cad;
  --wrap: 940px;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;
}

html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh; display: flex; flex-direction: column;
}
.wrap, .center { flex: 1 1 auto; }

/* centred single-column page (üyelik) — ana sayfanın 3. sayfası gibi */
.center { display: flex; align-items: center; justify-content: center; padding: 40px 32px; }
.center-in { width: 100%; max-width: 460px; text-align: center; }
.center-in h1 { font-size: 34px; line-height: 1.08; letter-spacing: -0.015em; margin-bottom: 12px; }
.center-in .pitchlede { font-size: 16px; color: #37414d; margin-bottom: 26px; }
.center-in .authbox { max-width: none; margin: 0; text-align: left; }
/* küre convention: serif ONLY for headlines + news/editorial writing; everything else sans */
h1, h2, .serif { font-family: var(--serif); font-weight: 400; }
a { color: var(--royal); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
.cnt { font-variant-numeric: tabular-nums; color: var(--faint); font-size: 0.85em; }

/* ── top bar ── */
.topbar {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  padding: 16px 32px;
}
.brand { font-family: var(--serif); font-size: 19px; color: var(--ink); letter-spacing: -0.01em; }
.brand:hover { text-decoration: none; color: var(--navy); }
.topnav { display: flex; gap: 20px; }
.topnav a { color: var(--muted); font-size: 14px; }
.topnav a:hover { color: var(--navy); text-decoration: none; }

/* ── generic doc wrap ── */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 34px 32px 60px; }
.crumb { font-size: 12.5px; color: var(--muted); margin-bottom: 18px; letter-spacing: 0.01em; }
.crumb a { color: var(--muted); }
.wrap h1 { font-size: 40px; line-height: 1.08; letter-spacing: -0.015em; margin-bottom: 12px; }
.lede { font-size: 18px; color: #37414d; max-width: 66ch; margin-bottom: 6px; }
.meta { font-size: 13px; color: var(--muted); margin: 6px 0 26px; }

/* ── layer page: edges ── */
.edges { display: flex; flex-direction: column; }
.edge { padding: 14px 0; }
.edge h3 { font-size: 19px; line-height: 1.25; }
.edge h3 a { color: var(--ink); }
.edge h3 a:hover { color: var(--navy); }
.pct { font-family: var(--sans); font-size: 13px; color: var(--navy); font-variant-numeric: tabular-nums; }
.note { display: block; font-size: 14px; color: #4b5563; margin-top: 3px; max-width: 78ch; }
.edge-news { margin-top: 8px; display: flex; flex-direction: column; gap: 3px; }
.hl { font-family: var(--serif); font-size: 14.5px; color: var(--ink); }
.hl:hover { color: var(--royal); }
.hl-src { font-size: 11px; color: var(--muted); }

/* ── country page ── */
.wrap h2 { font-size: 24px; margin: 34px 0 4px; letter-spacing: -0.01em; }
.wrap h2 .cnt { font-family: var(--sans); font-size: 14px; }
.cgroup { padding: 12px 0; }
.cgroup h3 { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-family: var(--sans); color: var(--navy); margin-bottom: 6px; }
.cgroup h3 a { color: var(--navy); }
.clist { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.clist li { font-size: 14.5px; }
.clist a { color: var(--ink); }
.clist a:hover { color: var(--navy); }

/* ── konu index: editoryal liste (grid/kutu YOK, bölen çizgi YOK) ── */
.tlist { margin-top: 6px; }
.trow { padding: 18px 0; max-width: 640px; }
.trow h2 { font-size: 22px; font-weight: 500; margin-bottom: 5px; }
.trow h2 a { color: var(--ink); }
.trow h2 a:hover { color: var(--navy); text-decoration: none; }
.trow p { font-size: 14.5px; color: var(--muted); line-height: 1.45; margin-bottom: 6px; }
.tcount { font-size: 13px; color: var(--navy); letter-spacing: 0.01em; }
.tcount:hover { text-decoration: none; opacity: 0.7; }

/* ── ulke index: word wall ── */
.uwall { display: flex; flex-wrap: wrap; gap: 6px 20px; align-items: baseline; }
.ulink { font-size: 16px; color: var(--ink); }
.ulink:hover { color: var(--navy); text-decoration: none; }

/* ── footer: en altta, sola yakın (uçta değil) ── */
.docfoot { padding: 20px 40px 28px; color: var(--muted); font-size: 12px; text-align: left; }
.docfoot p { margin-top: 4px; }
.sig { color: var(--royal); }

/* ── landing ── */
.hero { max-width: var(--wrap); margin: 0 auto; padding: 70px 32px 30px; }
.kicker { font-size: 12.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); margin-bottom: 18px; }
.hero h1 { font-family: var(--serif); font-size: 58px; line-height: 1.02; letter-spacing: -0.02em; max-width: 15ch; margin-bottom: 20px; }
.hero .sub { font-size: 20px; color: #37414d; max-width: 60ch; margin-bottom: 30px; }
.cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-block; padding: 11px 22px; font-size: 15px; border: 1px solid var(--navy); }
.btn.primary { background: var(--navy); color: #fff; }
.btn.primary:hover { background: var(--royal); border-color: var(--royal); text-decoration: none; }
.btn.ghost { color: var(--navy); }
.btn.ghost:hover { background: #f3f6fb; text-decoration: none; }

.hr { max-width: var(--wrap); margin: 40px auto 0; border-top: 1px solid var(--rule); }
.strip { max-width: var(--wrap); margin: 0 auto; padding: 44px 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.strip .item h3 { font-size: 19px; margin-bottom: 6px; }
.strip .item p { font-size: 14px; color: var(--muted); }

.section { max-width: var(--wrap); margin: 0 auto; padding: 20px 32px 50px; }
.section h2 { font-size: 30px; letter-spacing: -0.015em; margin-bottom: 8px; }
.section .lede { margin-bottom: 22px; }

/* live layer preview list on landing */
.llist { display: flex; flex-wrap: wrap; gap: 8px 12px; }
.lchip { font-size: 15px; padding: 5px 12px; border: 1px solid var(--rule); color: var(--ink); }
.lchip:hover { border-color: var(--navy); color: var(--navy); text-decoration: none; }

/* founders */
.founders { display: flex; gap: 40px; flex-wrap: wrap; }
.founder { max-width: 30ch; }
.founder h3 { font-size: 18px; }
.founder .role { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); font-family: var(--sans); margin: 2px 0 6px; }
.founder p { font-size: 14px; color: var(--muted); }

/* join box */
.join { background: #f7f9fc; border: 1px solid var(--rule); padding: 26px 28px; max-width: var(--wrap); margin: 10px auto 0; }
.join h2 { font-size: 24px; margin-bottom: 4px; }
.join p { font-size: 14.5px; color: var(--muted); margin-bottom: 14px; }
.joinform { display: flex; gap: 10px; flex-wrap: wrap; }
.joinform input { border: 1px solid var(--rule); padding: 9px 12px; font: inherit; font-size: 14px; outline: none; min-width: 240px; flex: 1; }
.joinform input:focus { border-color: var(--navy); }
.joinform button { border: none; background: var(--navy); color: #fff; padding: 9px 20px; font: inherit; font-size: 14px; cursor: pointer; }
.joinform button:hover { background: var(--royal); }
.joinmsg { font-size: 13px; color: var(--muted); margin-top: 8px; min-height: 1em; }
.join .kicker { margin-bottom: 12px; }
.join h2 { font-size: 27px; }
.fineprint { font-size: 12px; color: var(--faint); margin-top: 10px; }
.fineprint a { color: var(--muted); }

/* ── membership: two columns, editorial promise left, form right ── */
.authgrid {
  max-width: var(--wrap); margin: 0 auto; padding: 56px 32px 70px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: start;
}
.authpitch { padding-right: 56px; }
.authpitch .kicker { margin-bottom: 16px; }
.authpitch h1 { font-size: 40px; line-height: 1.06; letter-spacing: -0.015em; margin-bottom: 14px; }
.pitchlede { font-size: 18px; color: #37414d; margin-bottom: 22px; }
.pitchlist { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.pitchlist li { font-size: 15px; color: #37414d; padding-left: 18px; position: relative; line-height: 1.45; }
.pitchlist li::before { content: "—"; position: absolute; left: 0; color: var(--navy); }
.pitchfoot { font-size: 13px; color: var(--muted); max-width: 44ch; }
.authgrid .authbox { margin: 0; padding-top: 6px; }

/* ══ front page: newspaper cover ══ */
.paper { line-height: 1.5; }
.front, .contents, .masthead, .util, .broadsheet-join .bj-inner, .colophon {
  max-width: 1000px; margin: 0 auto; padding-left: 34px; padding-right: 34px;
}

/* utility rule */
.util {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 9px; padding-bottom: 9px;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
}
.util-r { display: flex; gap: 18px; }
.util-r a { color: var(--muted); }
.util-r a:hover { color: var(--navy); text-decoration: none; }

/* masthead */
.masthead {
  position: relative; text-align: center;
  border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink);
  padding-top: 20px; padding-bottom: 16px;
}
.nameplate {
  font-family: var(--serif); font-weight: 400;
  font-size: 58px; line-height: 1; letter-spacing: -0.02em; color: var(--ink);
}
.edition {
  position: absolute; top: 26px; font-size: 11px; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--muted); max-width: 15ch; line-height: 1.3;
}
.edition-l { left: 34px; text-align: left; }
.edition-r { right: 34px; text-align: right; }
.dek {
  margin-top: 12px; font-family: var(--serif); font-style: italic;
  font-size: 15px; color: #4b5563;
}

/* lead + briefs + rail — three columns divided by rules, dense */
.front {
  display: grid; grid-template-columns: 1.5fr 1fr 232px;
  padding-top: 22px; padding-bottom: 0;
}
.lead { padding-right: 28px; }
.overline { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); margin-bottom: 10px; }
.headline { font-family: var(--serif); font-weight: 400; font-size: 42px; line-height: 1.03; letter-spacing: -0.02em; margin-bottom: 14px; }
.headline a { color: var(--ink); }
.headline a:hover { color: var(--navy); text-decoration: none; }
.standfirst { font-size: 16.5px; line-height: 1.52; color: #2c343f; margin-bottom: 12px; }
.byline { font-size: 11.5px; letter-spacing: 0.03em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.lead-cta { display: flex; gap: 20px; font-size: 14.5px; }

/* briefs: middle column of real edges */
.briefs { padding: 0 24px; border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); }
.brieflist { list-style: none; }
.brieflist li { border-bottom: 1px solid var(--rule); }
.brieflist li:last-child { border-bottom: none; }
.brieflist a { display: block; padding: 10px 0; }
.brieflist a:hover { text-decoration: none; padding-left: 5px; transition: padding 0.12s; }
.brief-t { display: block; font-family: var(--sans); font-size: 16px; color: var(--ink); }
.brieflist a:hover .brief-t { color: var(--navy); }
.brief-d { display: block; font-size: 12.5px; color: var(--muted); margin-top: 1px; }

.rail { padding-left: 24px; }
.rail-block { padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--rule); }
.rail-h { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 5px; }
.rail-block p:not(.rail-h) { font-size: 13px; line-height: 1.48; color: #4b5563; }
.rail-numbers ul { list-style: none; }
.rail-numbers li { font-size: 13.5px; color: #4b5563; padding: 2px 0; display: flex; gap: 8px; align-items: baseline; }
.rail-numbers b { font-family: var(--sans); font-size: 17px; color: var(--navy); min-width: 46px; font-variant-numeric: tabular-nums; }
.rail-open { font-size: 14.5px; }

/* contents */
.contents {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px;
  padding-top: 26px; padding-bottom: 36px;
  margin-top: 26px; border-top: 1px solid var(--ink);
}
.section-rule {
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); padding-bottom: 8px; margin-bottom: 12px; border-bottom: 1px solid var(--ink);
}
.toc { list-style: none; }
.toc li { border-bottom: 1px solid var(--rule); }
.toc li a { display: flex; align-items: baseline; gap: 12px; padding: 9px 2px; font-family: var(--sans); font-size: 18px; color: var(--ink); }
.toc li a:hover { color: var(--navy); text-decoration: none; padding-left: 6px; transition: padding 0.12s; }
.toc .no { font-family: var(--sans); font-size: 12px; color: var(--faint); font-variant-numeric: tabular-nums; min-width: 20px; }
.cwall { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline; }
.cwall a { font-family: var(--sans); font-size: 19px; color: var(--ink); }
.cwall a:hover { color: var(--navy); text-decoration: none; }
.cwall-all { margin-top: 16px; font-size: 14px; }

/* bülten band */
.broadsheet-join { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: #fafbfc; }
.broadsheet-join .bj-inner { padding-top: 34px; padding-bottom: 34px; }
.bj-head { font-family: var(--serif); font-weight: 400; font-size: 30px; letter-spacing: -0.015em; margin-bottom: 8px; }
.bj-text { font-size: 15.5px; color: #37414d; max-width: 60ch; margin-bottom: 18px; }

/* colophon */
.colophon { padding-top: 22px; padding-bottom: 44px; color: var(--muted); font-size: 12.5px; }
.colophon p { margin-top: 4px; }

@media (max-width: 820px) {
  .nameplate { font-size: 38px; }
  .edition { display: none; }
  .front { grid-template-columns: 1fr; }
  .lead, .briefs { padding: 0 0 20px; border: none; border-bottom: 1px solid var(--rule); margin-bottom: 20px; }
  .rail { padding-left: 0; }
  .headline { font-size: 32px; }
  .gb-frame { height: 68vh; }
  .contents { grid-template-columns: 1fr; gap: 26px; }
}

/* auth / membership */
.authbox { max-width: 400px; margin: 0 auto; }
.authbox h1 { font-size: 32px; }
.field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.field label { font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); font-family: var(--sans); }
.field input { border: 1px solid var(--rule); padding: 10px 12px; font: inherit; font-size: 15px; outline: none; }
.field input:focus { border-color: var(--navy); }
.authbtn { width: 100%; background: var(--navy); color: #fff; border: none; padding: 11px; font: inherit; font-size: 15px; cursor: pointer; }
.authbtn:hover { background: var(--royal); }
.authswitch { font-size: 13.5px; color: var(--muted); margin-top: 16px; text-align: center; }
.autherr { font-size: 13px; color: #b42318; margin-top: 10px; min-height: 1em; }
.notice { background: #f7f9fc; border: 1px solid var(--rule); padding: 16px 18px; font-size: 13.5px; color: var(--muted); }

@media (max-width: 820px) {
  .authgrid { grid-template-columns: 1fr; gap: 30px; padding: 40px 24px 56px; }
  .authpitch { border-right: none; border-bottom: 1px solid var(--rule); padding-right: 0; padding-bottom: 26px; }
  .authpitch h1 { font-size: 32px; }
}
@media (max-width: 720px) {
  .hero { padding: 44px 24px 20px; }
  .hero h1 { font-size: 40px; }
  .hero .sub { font-size: 17px; }
  .strip { grid-template-columns: 1fr; gap: 20px; }
  .wrap h1 { font-size: 30px; }
  .topbar, .wrap, .section, .hero, .join, .docfoot { padding-left: 22px; padding-right: 22px; }
}

/* ── takip çipleri (onboarding + benim sayfası) ── */
.lbl { font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-family: var(--sans); margin: 14px 0 8px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid var(--rule); background: #fff; padding: 6px 12px; font: inherit; font-size: 13.5px; color: var(--ink, #171b22); cursor: pointer; }
.chip:hover { border-color: var(--navy); }
.chip.on { background: var(--navy); border-color: var(--navy); color: #fff; }
.chip .x { margin-left: 7px; color: inherit; opacity: 0.6; }

/* ── benim sayfası ── */
.benim-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--rule); padding-bottom: 14px; }
.benim-head .who { font-size: 13px; color: var(--muted); }
.benim-day { border-top: 1px solid var(--rule); padding: 16px 0 4px; }
.benim-day h2 { font-size: 20px; font-weight: 500; margin: 0 0 12px; }
.benim-day h2 .cnt { font-family: var(--sans); font-size: 12px; color: var(--muted); font-weight: 400; }
.prefrow { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); margin: 6px 0; font-family: var(--sans); }
.prefrow input { accent-color: var(--navy); }
