/*
Theme Name: Çamlıca Vadisi 2026
Theme URI: https://camlicavadisi.com/
Author: Çamlıca Vadisi
Description: Çamlıca Vadisi için köşe yazısı ve görüş odaklı, hızlı ve sade tema. Yazar şeridi, otomatik kapaklar, yerleşik sesli okuma ve mobil uyumlu okuma deneyimi. "Çamlıca Vadisi Çekirdek" eklentisiyle birlikte kullanılması önerilir.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camlicavadisi
*/

/* ---------- Yazı tipleri (sitenin kendi sunucusundan) ---------- */
@font-face {
	font-family: "Newsreader";
	src: url("assets/fonts/newsreader.woff") format("woff");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Newsreader";
	src: url("assets/fonts/newsreader-italic.woff") format("woff");
	font-weight: 400 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans.woff") format("woff");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

/* ---------- Renkler ve ölçüler ---------- */
:root {
	--paper: #F6F3EC;
	--paper-2: #EEE8DC;
	--white: #FFFFFF;
	--ink: #1B1A17;
	--ink-2: #45413A;
	--muted: #6B6558;
	--line: #D9D2C3;
	--line-2: #E3DCCD;
	--green: #1F4D3A;
	--green-soft: #D6E4DC;
	--ochre: #9A5212;
	--avatar-bg: #E4DDCD;
	--cat: var(--green);
	--serif: "Newsreader", Georgia, "Times New Roman", serif;
	--sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	--wrap: 1200px;
	--gutter: 24px;
	--radius: 4px;
}

/* ---------- Temel ---------- */
*, *::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(--sans);
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--green); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
	outline: 3px solid var(--green);
	outline-offset: 2px;
}
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.cv-skip {
	position: absolute; left: 16px; top: -60px; z-index: 100;
	background: var(--ink); color: var(--white); padding: 10px 16px; border-radius: var(--radius);
}
.cv-skip:focus { top: 16px; color: var(--white); }

.cv-container {
	width: 100%;
	max-width: calc(var(--wrap) + 2 * var(--gutter));
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.cv-kicker {
	font-family: var(--sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	line-height: 1.3;
}
.cv-cat { color: var(--cat); }
a.cv-cat:hover { color: var(--ink); }
.cv-kicker--green { color: var(--green); }
.cv-kicker--ochre { color: var(--ochre); }
.cv-kicker--muted { color: var(--muted); }
.cv-more { font-size: 13px; font-weight: 600; color: var(--muted); white-space: nowrap; }

/* ---------- Düğmeler ---------- */
.cv-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 44px; padding: 0 22px; border-radius: 22px;
	font-family: var(--sans); font-size: 15px; font-weight: 600; line-height: 1;
	border: 1px solid transparent; cursor: pointer; text-align: center;
	transition: background-color .15s, color .15s, border-color .15s;
}
.cv-btn--small { min-height: 36px; padding: 0 16px; font-size: 14px; border-radius: 18px; }
.cv-btn--green { background: var(--green); color: var(--white); }
.cv-btn--green:hover { background: #163A2B; color: var(--white); }
.cv-btn--dark { background: var(--ink); color: var(--white); }
.cv-btn--dark:hover { background: #000; color: var(--white); }
.cv-btn--outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.cv-btn--outline:hover { background: var(--ink); color: var(--white); }
.cv-btn--outline-green { border-color: var(--green); color: var(--green); }
.cv-btn--outline-green:hover { background: var(--green); color: var(--white); }
.cv-btn--light { background: var(--paper); color: var(--green); }
.cv-btn--light:hover { background: var(--white); color: var(--green); }
.cv-btn--outline-light { border-color: rgba(255,255,255,.6); color: var(--white); }
.cv-btn--outline-light:hover { background: rgba(255,255,255,.12); color: var(--white); }

.cv-icon-btn {
	width: 44px; height: 44px; flex: 0 0 44px;
	display: inline-flex; align-items: center; justify-content: center;
	border: 1px solid var(--line); border-radius: 50%;
	background: transparent; color: var(--ink); cursor: pointer;
}
.cv-icon-btn:hover { border-color: var(--ink); color: var(--ink); }

/* ---------- Avatar ---------- */
.cv-avatar {
	border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--avatar-bg);
}
.cv-avatar--initials {
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--green); font-weight: 700; font-family: var(--sans); letter-spacing: .02em;
}
.cv-avatar--light.cv-avatar--initials { background: var(--white); color: var(--cat); }

/* ---------- Üst şerit ---------- */
.cv-topbar { background: var(--ink); color: #E9E4D8; font-size: 13px; }
.cv-topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cv-topbar__quote { font-family: var(--serif); font-style: italic; font-size: 14px; color: #CFC8B8; text-align: center; flex: 1; }
.cv-topbar__links { display: flex; gap: 20px; }
.cv-topbar__links a { color: #E9E4D8; }
.cv-topbar__links a:hover { color: var(--white); text-decoration: underline; }

/* ---------- Başlık ---------- */
.cv-header { background: var(--paper); position: relative; z-index: 20; }
.cv-header--compact { position: sticky; top: 0; border-bottom: 1px solid var(--line); }
.admin-bar .cv-header--compact { top: 32px; }
.cv-masthead {
	padding: 36px 0 20px; text-align: center;
	border-bottom: 3px double var(--ink);
}
.cv-masthead__title {
	font-family: var(--serif); font-weight: 600; font-size: 72px; line-height: 1; letter-spacing: -0.02em;
}
.cv-masthead__title a:hover { color: var(--ink); }
.cv-masthead__kicker {
	margin-top: 10px; font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--muted);
}
.cv-logo { max-height: 96px; width: auto; margin: 0 auto; }
.cv-logo--small { max-height: 44px; margin: 0; }

.cv-navbar { display: flex; align-items: center; gap: 24px; min-height: 60px; }
.cv-header--front .cv-navbar { border-bottom: 1px solid var(--line); }
.cv-header--compact .cv-navbar { min-height: 72px; }
.cv-brand { font-family: var(--serif); font-size: 30px; font-weight: 600; letter-spacing: -0.01em; white-space: nowrap; }
.cv-brand:hover { color: var(--ink); }
.cv-nav { flex: 1; min-width: 0; }
.cv-header--compact .cv-nav { display: flex; justify-content: center; }
.cv-menu { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 600; }
.cv-menu > li { position: relative; }
.cv-menu > li > a { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 2px solid transparent; }
.cv-menu > li.is-current > a, .cv-menu > li.current-menu-item > a { color: var(--green); border-bottom-color: var(--green); }
.cv-menu .sub-menu {
	position: absolute; top: 100%; left: -16px; min-width: 220px; padding: 8px 0;
	background: var(--white); border: 1px solid var(--line-2); border-radius: var(--radius);
	box-shadow: 0 12px 32px rgba(27, 26, 23, .12);
	opacity: 0; visibility: hidden; transform: translateY(4px); transition: .15s;
}
.cv-menu li:hover > .sub-menu, .cv-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.cv-menu .sub-menu a { display: block; padding: 9px 16px; font-weight: 500; font-size: 14px; }
.cv-menu .sub-menu a:hover { background: var(--paper); }
.cv-search-toggle { margin-left: auto; }

.cv-search-panel { border-top: 1px solid var(--line); background: var(--paper-2); padding: 16px 0; }
.cv-searchform { display: flex; gap: 8px; max-width: 720px; }
.cv-searchform input[type="search"] {
	flex: 1; min-width: 0; height: 48px; padding: 0 20px;
	border: 1px solid var(--line); border-radius: 24px; background: var(--white);
	font: 16px var(--sans); color: var(--ink);
}
.cv-searchform .cv-btn { min-height: 48px; border-radius: 24px; }

.cv-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: transparent; }
.cv-progress span { display: block; height: 3px; width: 0; background: var(--cat); transition: width .1s linear; }

/* ---------- Bölümler ---------- */
.cv-main { display: block; min-height: 50vh; }
.cv-section, .cv-pagehead, .cv-authorhead {
	padding-top: 32px; padding-bottom: 32px;
	background-image: linear-gradient(var(--line), var(--line));
	background-size: calc(100% - 2 * var(--gutter)) 1px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.cv-section:last-child { background-image: none; }
.cv-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; }

/* Yazar şeridi */
.cv-strip { padding-top: 28px; padding-bottom: 28px; }
.cv-strip__list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.cv-strip__item { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.cv-strip__who { display: flex; align-items: center; gap: 10px; min-width: 0; }
.cv-strip__meta { display: flex; flex-direction: column; min-width: 0; }
.cv-strip__name { font-size: 14px; font-weight: 700; line-height: 1.25; }
.cv-strip__date { font-size: 12px; color: var(--muted); }
.cv-strip__title { font-family: var(--serif); font-size: 18px; line-height: 1.3; font-weight: 500; }
.cv-strip__item:hover .cv-strip__title { color: var(--green); }
.cv-strip__item:hover { color: var(--ink); }
.cv-strip__item.is-lead .cv-avatar { box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--green); }

/* Manşet */
.cv-lead { display: grid; grid-template-columns: 5fr 7fr; gap: 40px; align-items: center; padding-top: 40px; padding-bottom: 40px; }
.cv-lead__text { display: flex; flex-direction: column; gap: 20px; }
.cv-lead__title { font-family: var(--serif); font-size: 52px; line-height: 1.05; font-weight: 600; letter-spacing: -0.015em; }
.cv-lead__deck { font-family: var(--serif); font-size: 21px; line-height: 1.45; color: var(--ink-2); }
.cv-lead__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cv-lead__cover { display: block; }

/* Kapaklar */
.cv-cover {
	position: relative; overflow: hidden; border-radius: var(--radius);
	background: var(--cat); color: var(--white); aspect-ratio: 16 / 9; width: 100%;
}
.cv-cover--wide { aspect-ratio: 3 / 2; }
.cv-lead .cv-cover--wide { aspect-ratio: 7 / 5; }
.cv-cover--thumb { aspect-ratio: 1 / 1; width: 88px; flex: 0 0 88px; }
.cv-cover__img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.cv-cover--auto { display: flex; flex-direction: column; justify-content: space-between; padding: 24px; }
.cv-cover--wide.cv-cover--auto { padding: 40px; }
.cv-cover__top { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.cv-cover__cat { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.82); }
.cv-cover__brand { font-family: var(--serif); font-size: 15px; font-weight: 600; color: rgba(255,255,255,.82); }
.cv-cover--wide .cv-cover__brand { font-size: 18px; }
.cv-cover__quote { font-family: var(--serif); font-size: 120px; line-height: .5; font-weight: 700; color: rgba(255,255,255,.22); padding-top: 36px; }
.cv-cover__title { font-family: var(--serif); font-size: clamp(26px, 3.2vw, 42px); line-height: 1.12; font-weight: 600; max-width: 600px; }
.cv-cover__author { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; }
.cv-cover__initials { margin: auto; font-weight: 700; font-size: 20px; }

/* Kartlar */
.cv-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.cv-card { display: flex; flex-direction: column; gap: 12px; }
.cv-card__cover { display: block; margin-bottom: 2px; }
.cv-card__title { font-family: var(--serif); font-size: 26px; line-height: 1.2; font-weight: 600; }

.cv-byline { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 10px; font-size: 14px; }
.cv-byline__name { font-weight: 700; }
.cv-byline__meta { color: var(--muted); }

/* Kategori blokları */
.cv-catblocks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-top: 40px; padding-bottom: 40px; }
.cv-catblock__head { display: flex; justify-content: space-between; align-items: baseline; border-top: 4px solid var(--cat); padding-top: 12px; margin-bottom: 4px; }
.cv-catblock__title { font-family: var(--serif); font-size: 24px; font-weight: 700; }
.cv-titlelist li { display: flex; flex-direction: column; gap: 6px; padding: 14px 0; border-bottom: 1px solid var(--line-2); }
.cv-titlelist a { font-family: var(--serif); font-size: 19px; line-height: 1.3; font-weight: 500; }
.cv-titlelist--small a { font-size: 18px; }
.cv-titlelist__meta { font-size: 13px; color: var(--muted); }

/* En çok okunanlar + takip */
.cv-bottom { display: grid; grid-template-columns: 7fr 5fr; gap: 40px; align-items: start; padding-top: 40px; padding-bottom: 56px; }
.cv-ranklist { counter-reset: none; margin-top: 8px; }
.cv-ranklist li { display: flex; gap: 20px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
.cv-ranklist__n { font-family: var(--serif); font-size: 36px; font-weight: 700; color: var(--ochre); width: 32px; flex-shrink: 0; line-height: 1; }
.cv-ranklist__body { display: flex; flex-direction: column; gap: 4px; }
.cv-ranklist__body a { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.25; }
.cv-ranklist--small li { gap: 14px; padding: 14px 0; }
.cv-ranklist--small .cv-ranklist__n { font-size: 26px; width: 22px; }
.cv-ranklist--small .cv-ranklist__body a { font-size: 17px; font-weight: 500; }

.cv-follow {
	background: var(--green); color: var(--white); border-radius: var(--radius);
	padding: 40px; display: flex; flex-direction: column; gap: 16px;
}
.cv-follow__kicker { color: #BFD6C9; }
.cv-follow__title { font-family: var(--serif); font-size: 32px; line-height: 1.15; font-weight: 600; }
.cv-follow__text { font-size: 15px; line-height: 1.5; color: var(--green-soft); }
.cv-follow__actions { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.cv-follow--side { padding: 24px; gap: 12px; }
.cv-follow--side .cv-follow__title { font-size: 22px; line-height: 1.2; }
.cv-follow--side .cv-follow__text { display: none; }

/* ---------- Köşe yazısı ---------- */
.cv-article__head { padding-top: 44px; padding-bottom: 28px; display: flex; flex-direction: column; gap: 20px; }
.cv-crumbs { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--muted); }
.cv-crumbs .cv-kicker { font-size: 13px; }
.cv-article__title { font-family: var(--serif); font-size: 60px; line-height: 1.05; font-weight: 600; letter-spacing: -0.02em; max-width: 980px; }
.cv-article__deck { font-family: var(--serif); font-size: 24px; line-height: 1.4; color: var(--ink-2); font-style: italic; max-width: 860px; }
.cv-article__bar {
	display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
	border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; margin-top: 4px;
}
.cv-article__author { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cv-article__author-name { font-size: 16px; font-weight: 700; }
.cv-article__meta { font-size: 14px; color: var(--muted); }
.cv-share { display: flex; gap: 8px; }

.cv-article__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 3fr); gap: 72px; padding-bottom: 56px; }
.cv-article__main { display: flex; flex-direction: column; gap: 28px; min-width: 0; }
.cv-article__figure { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.cv-article__figure figcaption { font-size: 13px; color: var(--muted); }

/* Sesli okuma */
.cv-tts {
	display: flex; align-items: center; gap: 16px;
	background: var(--paper-2); border-radius: 40px; padding: 10px 20px 10px 10px;
	scroll-margin-top: 100px;
}
.cv-tts[hidden] { display: none; }
.cv-tts__play {
	width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; border: 0; cursor: pointer;
	background: var(--green); color: var(--white); display: flex; align-items: center; justify-content: center;
}
.cv-tts__play:hover { background: #163A2B; }
.cv-tts__icon-pause { display: none; }
.cv-tts.is-playing .cv-tts__icon-play { display: none; }
.cv-tts.is-playing .cv-tts__icon-pause { display: block; }
.cv-tts__body { flex: 1; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.cv-tts__row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.cv-tts__label { font-weight: 700; }
.cv-tts__time { color: var(--muted); white-space: nowrap; }
.cv-tts__track { height: 4px; background: var(--line); border-radius: 2px; overflow: hidden; }
.cv-tts__track span { display: block; height: 100%; width: 0; background: var(--green); transition: width .3s; }
.cv-tts__rate {
	min-width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer;
	font-size: 14px; font-weight: 700; color: var(--ink-2); border-radius: 22px;
}
.cv-tts__rate:hover { background: var(--line-2); }

/* Yazı gövdesi */
.cv-body { font-family: var(--serif); font-size: 21px; line-height: 1.65; color: #26241F; overflow-wrap: break-word; }
.cv-body > * + * { margin-top: 22px; }
.cv-body > p:first-of-type::first-letter {
	float: left; font-size: 84px; line-height: .8; font-weight: 700; padding: 8px 10px 0 0; color: var(--cat);
}
.cv-body h2, .cv-body .cv-subhead { font-family: var(--serif); font-size: 30px; line-height: 1.2; font-weight: 600; margin-top: 40px; color: var(--ink); }
.cv-body h3 { font-family: var(--serif); font-size: 24px; line-height: 1.25; font-weight: 600; margin-top: 32px; }
.cv-body h2 + p, .cv-body h3 + p { margin-top: 12px; }
.cv-body a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.cv-body ul, .cv-body ol { padding-left: 1.3em; }
.cv-body ul { list-style: disc; }
.cv-body ol { list-style: decimal; }
.cv-body li + li { margin-top: 8px; }
.cv-body blockquote {
	margin: 36px 0; padding: 16px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line);
	font-size: 28px; line-height: 1.35; font-style: italic; color: var(--cat);
}
.cv-body blockquote p { margin: 0; }
.cv-body img, .cv-body figure { border-radius: var(--radius); }
.cv-body figure { margin-inline: 0; }
.cv-body figcaption, .cv-body .wp-caption-text { font-family: var(--sans); font-size: 13px; color: var(--muted); margin-top: 8px; }
.cv-body iframe { max-width: 100%; }
.cv-body .alignleft { float: left; margin: 6px 24px 12px 0; }
.cv-body .alignright { float: right; margin: 6px 0 12px 24px; }
.cv-body .aligncenter { margin-inline: auto; }
.cv-body hr { border: 0; border-top: 1px solid var(--line); margin: 36px 0; }
.cv-body::after { content: ""; display: table; clear: both; }

.cv-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.cv-tags a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border: 1px solid var(--line); border-radius: 18px; font-size: 14px; }
.cv-tags a:hover { border-color: var(--ink); }
.cv-share-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 600; }

.cv-authorbox { display: flex; gap: 24px; padding: 28px; background: var(--white); border: 1px solid var(--line-2); border-radius: var(--radius); }
.cv-authorbox__body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.cv-authorbox__name { font-family: var(--serif); font-size: 26px; font-weight: 600; }
.cv-authorbox__role { font-size: 15px; color: var(--muted); font-weight: 600; }
.cv-authorbox__bio { font-size: 15px; line-height: 1.6; color: var(--ink-2); }
.cv-authorbox__links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; font-weight: 600; color: var(--green); margin-top: 4px; }

.cv-article__side { display: flex; flex-direction: column; gap: 40px; }
.cv-sideblock__title {
	font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	color: var(--green); border-top: 4px solid var(--green); padding-top: 12px; margin-bottom: 4px;
}
.cv-sideblock--ochre .cv-sideblock__title { color: var(--ochre); border-top-color: var(--ochre); }

.cv-related { background: var(--paper-2); padding: 48px 0; }
.cv-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 20px; }
.cv-related__item { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--ink); padding-top: 14px; }
.cv-related__item h3 { font-family: var(--serif); font-size: 24px; line-height: 1.2; font-weight: 600; }

/* Yorumlar */
.cv-comments { border-top: 1px solid var(--line); padding-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.cv-comments__title { font-family: var(--serif); font-size: 28px; font-weight: 600; }
.cv-comments__list, .cv-comments__list .children { display: flex; flex-direction: column; gap: 16px; }
.cv-comments__list .children { margin: 16px 0 0 24px; }
.cv-comments__list .comment-body { padding: 16px 0; border-bottom: 1px solid var(--line-2); font-size: 15px; }
.cv-comments__list .comment-author { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.cv-comments__list .comment-author img { border-radius: 50%; }
.cv-comments__list .says { display: none; }
.cv-comments__list .comment-metadata { font-size: 13px; color: var(--muted); margin: 4px 0 8px; }
.cv-comments__list .reply a { font-size: 13px; font-weight: 700; color: var(--green); }
.cv-comments__reply { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.cv-comments__note { font-size: 14px; color: var(--muted); }
.comment-form { display: flex; flex-direction: column; gap: 12px; }
.comment-form p { display: flex; flex-direction: column; gap: 6px; }
.comment-form label { font-size: 14px; font-weight: 600; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 14px;
	font: 16px var(--sans); background: var(--white); color: var(--ink);
}
.comment-form .comment-form-cookies-consent { flex-direction: row; align-items: flex-start; gap: 8px; }
.comment-form .comment-form-cookies-consent label { font-weight: 400; }
.comment-form .form-submit { flex-direction: row; }

/* ---------- Liste sayfaları ---------- */
.cv-pagehead { padding-top: 44px; padding-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.cv-pagehead::before { content: ""; display: block; width: 56px; height: 4px; background: var(--cat, var(--green)); margin-bottom: 8px; }
.cv-pagehead--flush { background-image: none; padding-inline: 0; }
.cv-pagehead__title { font-family: var(--serif); font-size: 52px; line-height: 1.05; font-weight: 600; letter-spacing: -0.015em; }
.cv-pagehead__desc { font-family: var(--serif); font-size: 20px; line-height: 1.5; color: var(--ink-2); max-width: 760px; }
.cv-pagehead__count { font-size: 14px; color: var(--muted); }
.cv-pagehead__search { margin-top: 12px; }

.cv-listing { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 3fr); gap: 72px; padding-top: 16px; padding-bottom: 56px; }
.cv-listing__side { display: flex; flex-direction: column; gap: 40px; padding-top: 24px; }
.cv-row { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line-2); }
.cv-row--plain { grid-template-columns: 1fr; }
.cv-row__cover { display: block; }
.cv-row__body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.cv-row__title { font-family: var(--serif); font-size: 28px; line-height: 1.2; font-weight: 600; }
.cv-row__excerpt { font-family: var(--serif); font-size: 18px; line-height: 1.5; color: var(--ink-2); }
.cv-row .cv-cover--auto { padding: 16px; }
.cv-row .cv-cover__quote { font-size: 80px; padding-top: 24px; }
.cv-row .cv-cover__author { font-size: 13px; }
.cv-empty { padding: 40px 0; font-size: 18px; color: var(--muted); }

.navigation.pagination { margin-top: 32px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.nav-links .page-numbers {
	display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px;
	border: 1px solid var(--line); border-radius: 22px; font-weight: 600; font-size: 15px;
}
.nav-links .page-numbers.current { background: var(--ink); color: var(--white); border-color: var(--ink); }
.nav-links .page-numbers.dots { border: 0; }
.nav-links a.page-numbers:hover { border-color: var(--ink); }

/* Yazar sayfası */
.cv-authorhead { display: flex; gap: 32px; align-items: center; padding-top: 44px; padding-bottom: 32px; }
.cv-authorhead__body { display: flex; flex-direction: column; gap: 8px; }
.cv-authorhead__bio { font-family: var(--serif); font-size: 19px; line-height: 1.55; color: var(--ink-2); max-width: 760px; }

.cv-authorgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 32px 0 56px; }
.cv-authorcard { background: var(--white); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.cv-authorcard__top { display: flex; align-items: center; gap: 16px; }
.cv-authorcard__top > span { display: flex; flex-direction: column; gap: 2px; }
.cv-authorcard__name { font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.15; }
.cv-authorcard__role, .cv-authorcard__count { font-size: 14px; color: var(--muted); }
.cv-authorcard__bio { font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.cv-authorcard__last { display: flex; flex-direction: column; gap: 6px; border-top: 1px solid var(--line-2); padding-top: 14px; }
.cv-authorcard__last a { font-family: var(--serif); font-size: 19px; font-weight: 600; line-height: 1.3; }

.cv-page { max-width: 808px; padding-bottom: 56px; }

/* ---------- Alt bilgi ---------- */
.cv-footer { background: var(--ink); color: #CFC8B8; font-size: 14px; }
.cv-footer a { color: #CFC8B8; }
.cv-footer a:hover { color: var(--white); }
.cv-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding-top: 48px; padding-bottom: 40px; }
.cv-footer__about { display: flex; flex-direction: column; gap: 10px; line-height: 1.5; max-width: 320px; }
.cv-footer__brand { font-family: var(--serif); font-size: 28px; font-weight: 600; color: var(--white) !important; }
.cv-footer__head { color: var(--white); margin-bottom: 12px; }
.cv-footer__list { display: flex; flex-direction: column; gap: 10px; }
.cv-footer__bottom { padding-top: 16px; padding-bottom: 24px; border-top: 1px solid #3A3833; font-size: 13px; }

/* ---------- Duyarlı ---------- */
@media (max-width: 1100px) {
	.cv-strip__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cv-catblocks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cv-lead__title { font-size: 44px; }
	.cv-article__grid, .cv-listing { gap: 40px; }
	.cv-header--compact .cv-menu { gap: 20px; }
}

@media (max-width: 900px) {
	:root { --gutter: 20px; }
	.cv-topbar__quote { display: none; }
	.cv-masthead__title { font-size: 56px; }
	.cv-header--compact { position: relative; }
	.cv-header--compact .cv-navbar { flex-wrap: wrap; min-height: 0; padding-top: 12px; gap: 8px 16px; }
	.cv-header--compact .cv-nav { order: 3; flex-basis: 100%; justify-content: flex-start; }
	.cv-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
	.cv-nav::-webkit-scrollbar { display: none; }
	.cv-menu { gap: 22px; white-space: nowrap; }
	.cv-menu .sub-menu { display: none; }
	.cv-lead { grid-template-columns: 1fr; gap: 24px; }
	.cv-lead__cover { order: -1; }
	.cv-cards { grid-template-columns: 1fr 1fr; }
	.cv-bottom { grid-template-columns: 1fr; }
	.cv-article__grid, .cv-listing { grid-template-columns: 1fr; }
	.cv-article__title { font-size: 44px; }
	.cv-related__grid { grid-template-columns: 1fr; gap: 20px; }
	.cv-row { grid-template-columns: 200px minmax(0, 1fr); gap: 20px; }
	.cv-authorgrid { grid-template-columns: 1fr 1fr; }
	.cv-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
	:root { --gutter: 16px; }
	.cv-topbar__date { display: none; }
	.cv-topbar { display: none; }
	.cv-masthead { padding: 20px 0 14px; }
	.cv-masthead__title { font-size: 40px; }
	.cv-masthead__kicker { font-size: 11px; letter-spacing: .2em; }
	.cv-navbar { min-height: 52px; gap: 12px; }
	.cv-brand { font-size: 26px; }
	.cv-menu { font-size: 14px; gap: 20px; }
	.cv-section { padding-top: 24px; padding-bottom: 24px; }
	.cv-strip { padding-right: 0; }
	.cv-strip__list {
		display: flex; overflow-x: auto; gap: 12px; padding-right: 16px; padding-bottom: 4px;
		scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;
	}
	.cv-strip__list::-webkit-scrollbar { display: none; }
	.cv-strip__item {
		flex: 0 0 160px; scroll-snap-align: start; padding: 14px;
		background: var(--white); border: 1px solid var(--line-2); border-radius: var(--radius);
	}
	.cv-strip__item .cv-avatar { width: 36px !important; height: 36px !important; }
	.cv-strip__title { font-size: 16px; }
	.cv-lead__title { font-size: 34px; line-height: 1.08; }
	.cv-lead__deck { font-size: 18px; }
	.cv-cover--wide.cv-cover--auto { padding: 20px; }
	.cv-lead .cv-cover--wide, .cv-cover--wide { aspect-ratio: 16 / 10; }
	.cv-cover__title { font-size: 24px; }
	.cv-cards { grid-template-columns: 1fr; gap: 0; }
	.cv-card { display: grid; grid-template-columns: 88px minmax(0, 1fr); column-gap: 14px; row-gap: 6px; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
	.cv-card__cover { grid-row: 1 / span 3; }
	.cv-card__cover .cv-cover { aspect-ratio: 1 / 1; }
	.cv-card__cover .cv-cover--auto { padding: 0; align-items: center; justify-content: center; }
	.cv-card__cover .cv-cover__top, .cv-card__cover .cv-cover__quote, .cv-card__cover .cv-cover__author > span:not(.cv-avatar) { display: none; }
	.cv-card__cover .cv-cover__author { margin: auto; }
	.cv-card__title { font-size: 19px; line-height: 1.25; }
	.cv-card .cv-byline .cv-avatar { display: none; }
	.cv-card .cv-byline { font-size: 13px; }
	.cv-catblocks { grid-template-columns: 1fr; gap: 24px; }
	.cv-ranklist__body a { font-size: 19px; }
	.cv-ranklist__n { font-size: 28px; width: 22px; }
	.cv-follow { padding: 24px; }
	.cv-follow__title { font-size: 24px; }
	.cv-article__head { padding-top: 24px; gap: 14px; }
	.cv-article__title { font-size: 34px; line-height: 1.1; }
	.cv-article__deck { font-size: 19px; }
	.cv-article__bar { flex-direction: column; align-items: flex-start; }
	.cv-article__author .cv-btn { display: none; }
	.cv-body { font-size: 19px; line-height: 1.6; }
	.cv-body > * + * { margin-top: 18px; }
	.cv-body > p:first-of-type::first-letter { font-size: 64px; }
	.cv-body h2, .cv-body .cv-subhead { font-size: 25px; margin-top: 32px; }
	.cv-body blockquote { font-size: 23px; }
	.cv-tts { padding-right: 12px; gap: 12px; }
	.cv-share-bottom { flex-direction: column; align-items: flex-start; }
	.cv-authorbox { flex-direction: column; padding: 20px; gap: 16px; }
	.cv-pagehead__title { font-size: 36px; }
	.cv-row { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; padding: 18px 0; }
	.cv-row .cv-cover { aspect-ratio: 1 / 1; }
	.cv-row .cv-cover--auto { padding: 0; align-items: center; justify-content: center; }
	.cv-row .cv-cover__top, .cv-row .cv-cover__quote, .cv-row .cv-cover__author > span:not(.cv-avatar) { display: none; }
	.cv-row .cv-cover__author { margin: auto; }
	.cv-row__title { font-size: 20px; }
	.cv-row__excerpt { display: none; }
	.cv-row .cv-byline .cv-avatar { display: none; }
	.cv-authorhead { flex-direction: column; align-items: flex-start; gap: 16px; padding-top: 24px; }
	.cv-authorgrid { grid-template-columns: 1fr; }
	.cv-footer__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
	.cv-footer__about { grid-column: 1 / -1; }
	.admin-bar .cv-header--compact { top: 0; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { transition: none !important; }
}

@media print {
	.cv-topbar, .cv-header, .cv-footer, .cv-article__side, .cv-tts, .cv-share, .cv-share-bottom, .cv-comments, .cv-related { display: none !important; }
	body { background: #fff; }
	.cv-article__grid { display: block; }
}
