:root {
	--cl-bg: #f6f7f7;
	--cl-surface: #ffffff;
	--cl-surface-soft: #fbfbfb;
	--cl-text: #12181b;
	--cl-muted: #6a747a;
	--cl-line: rgba(18, 24, 27, 0.08);
	--cl-accent: #111111;
	--cl-shadow: 0 12px 32px rgba(18, 24, 27, 0.04);
	--cl-radius-lg: 20px;
	--cl-radius-md: 14px;
}

body.citat-literary-theme {
	margin: 0;
	font-family: "Inter", "Segoe UI", sans-serif;
	background: var(--cl-bg);
	color: var(--cl-text);
}

body.citat-literary-theme * {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--cl-text);
}

.cl-site-shell {
	min-height: 100vh;
}

.cl-site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--cl-line);
}

.cl-site-header.is-scrolled {
	box-shadow: 0 8px 24px rgba(18, 24, 27, 0.05);
}

.cl-site-header__inner,
.cl-main,
.cl-site-footer__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.cl-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.cl-site-header__subnav {
	border-top: 1px solid var(--cl-line);
	background: #fff;
}

.cl-site-header__subnav-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 10px 20px 14px;
}

.cl-brand {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.cl-brand__title {
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: -0.03em;
}

.cl-brand__tagline {
	margin: 4px 0 0;
	font-size: 13px;
	color: var(--cl-muted);
}

.cl-nav__menu,
.cl-footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cl-nav__menu a,
.cl-footer-menu a {
	text-decoration: none;
	font-weight: 600;
	color: var(--cl-muted);
}

.cl-nav__menu a:hover,
.cl-footer-menu a:hover {
	color: var(--cl-text);
}

.cl-quote-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.cl-quote-nav__link,
.cl-topic-strip__item,
.cl-chip,
.cl-button,
.cl-quote-card__link,
.cl-filter-bar button,
.cl-listing__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.cl-quote-nav__link,
.cl-topic-strip__item,
.cl-chip,
.cl-button--soft {
	background: #fff;
	border: 1px solid var(--cl-line);
	color: var(--cl-muted);
}

.cl-quote-nav__link.is-active,
.cl-quote-nav__link:hover,
.cl-button,
.cl-quote-card__link,
.cl-filter-bar button,
.cl-listing__link {
	background: var(--cl-accent);
	border: 1px solid var(--cl-accent);
	color: #fff;
}

.cl-topic-strip {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding-top: 10px;
}

.cl-topic-strip + .cl-topic-strip {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--cl-line);
}

.cl-topic-strip__label,
.cl-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cl-muted);
}

.cl-topic-strip__items,
.cl-chip-row,
.cl-share-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cl-main {
	padding-top: 28px;
	padding-bottom: 72px;
}

.cl-hero,
.cl-goodreads-band,
.cl-single-quote,
.cl-post-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.82fr);
	gap: 20px;
}

.cl-hero__main,
.cl-hero__side,
.cl-filter-bar,
.cl-category-card,
.cl-quote-card,
.cl-archive-head,
.cl-single-quote,
.cl-side-card,
.cl-empty-box,
.cl-page,
.cl-listing__item,
.cl-post-card,
.cl-post-single,
.cl-post-sidebar-card {
	background: var(--cl-surface);
	border: 1px solid var(--cl-line);
	border-radius: var(--cl-radius-lg);
	box-shadow: var(--cl-shadow);
}

.cl-hero__main,
.cl-hero__side,
.cl-archive-head,
.cl-page,
.cl-post-single {
	padding: 32px;
}

.cl-hero h1,
.cl-archive-head h1,
.cl-page__title,
.cl-post-single__title,
.cl-section__head h2,
.cl-side-card h2,
.cl-post-sidebar-card h2 {
	margin: 0;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.cl-hero h1,
.cl-archive-head h1 {
	font-size: clamp(44px, 6vw, 74px);
	max-width: 10ch;
}

.cl-page__title,
.cl-post-single__title {
	font-size: clamp(36px, 5vw, 58px);
}

.cl-hero__lead,
.cl-archive-head p,
.cl-page__content,
.cl-post-single__content,
.cl-post-card p,
.cl-side-card p,
.cl-empty-box p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--cl-muted);
}

.cl-spotlight blockquote,
.cl-quote-card blockquote,
.cl-listing__content blockquote,
.cl-single-quote__text {
	margin: 0;
	font-family: "Georgia", "Times New Roman", serif;
	color: var(--cl-text);
}

.cl-spotlight blockquote {
	font-size: 30px;
	line-height: 1.5;
}

.cl-spotlight__author,
.cl-quote-card__author,
.cl-listing__author,
.cl-single-quote__author,
.cl-post-card__meta,
.cl-post-single__meta {
	font-size: 15px;
	font-weight: 600;
	color: var(--cl-muted);
}

.cl-filter-bar {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) 220px 140px;
	gap: 12px;
	padding: 16px;
	margin-bottom: 28px;
}

.cl-filter-bar input,
.cl-filter-bar select {
	width: 100%;
	padding: 13px 14px;
	font-size: 15px;
	border: 1px solid var(--cl-line);
	border-radius: var(--cl-radius-md);
	background: #fff;
	color: var(--cl-text);
}

.cl-section,
.cl-related-quotes,
.cl-post-layout {
	margin-top: 28px;
}

.cl-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.cl-category-grid,
.cl-quote-grid,
.cl-post-grid {
	display: grid;
	gap: 16px;
}

.cl-category-grid {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.cl-quote-grid,
.cl-post-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.cl-category-card,
.cl-quote-card,
.cl-side-card,
.cl-post-card,
.cl-post-sidebar-card {
	padding: 22px;
}

.cl-category-card {
	text-decoration: none;
	color: inherit;
}

.cl-category-card strong,
.cl-post-card__title {
	display: block;
	margin-bottom: 10px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.05;
	font-weight: 400;
}

.cl-post-card__title a {
	text-decoration: none;
}

.cl-category-card span,
.cl-quote-card__source {
	color: var(--cl-muted);
}

.cl-quote-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 290px;
}

.cl-quote-card blockquote {
	font-size: 24px;
	line-height: 1.55;
	margin-bottom: 18px;
}

.cl-listing {
	display: grid;
	gap: 16px;
}

.cl-listing__item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 14px;
	padding: 22px;
}

.cl-listing__quote-mark {
	font-size: 42px;
	line-height: 1;
	color: rgba(18, 24, 27, 0.18);
	font-family: "Georgia", "Times New Roman", serif;
}

.cl-listing__content blockquote {
	font-size: 26px;
	line-height: 1.55;
	margin-bottom: 12px;
}

.cl-side-stack,
.cl-post-sidebar {
	display: grid;
	gap: 16px;
}

.cl-side-category-list,
.cl-ranked-list,
.cl-post-sidebar-card ul {
	display: grid;
	gap: 10px;
}

.cl-side-category-list a,
.cl-post-sidebar-card a,
.cl-ranked-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	text-decoration: none;
	color: var(--cl-text);
	font-weight: 600;
}

.cl-side-category-list small,
.cl-ranked-list span {
	color: var(--cl-muted);
	font-size: 13px;
}

.cl-single-quote {
	padding: 24px;
}

.cl-reading-card {
	padding: 44px 44px 34px;
	border: 1px solid var(--cl-line);
	border-radius: var(--cl-radius-lg);
	background: var(--cl-surface-soft);
}

.cl-single-quote__text {
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.36;
	letter-spacing: -0.03em;
}

.cl-single-quote__text p {
	margin: 0 0 18px;
}

.cl-single-quote__author {
	margin-top: 26px;
	font-size: 20px;
	color: var(--cl-text);
}

.cl-single-quote__source {
	font-size: 16px;
	color: var(--cl-muted);
}

.cl-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
}

.cl-pagination .page-numbers a,
.cl-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--cl-line);
	text-decoration: none;
	color: var(--cl-muted);
}

.cl-pagination .current {
	background: #111;
	border-color: #111;
	color: #fff;
}

.cl-page__content,
.cl-post-single__content {
	color: var(--cl-text);
}

.cl-page__content h2,
.cl-page__content h3,
.cl-post-single__content h2,
.cl-post-single__content h3 {
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.cl-suggest-box {
	margin-top: 24px;
	padding: 22px;
	border: 1px solid var(--cl-line);
	border-radius: var(--cl-radius-lg);
	background: #fff;
}

.cl-empty-box {
	padding: 28px;
	text-align: center;
}

.cl-site-footer {
	margin-top: 40px;
	border-top: 1px solid var(--cl-line);
	background: #fff;
}

.cl-site-footer__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding-top: 38px;
	padding-bottom: 38px;
}

.footer-widget__title {
	margin-top: 0;
}

@media (max-width: 960px) {
	.cl-hero,
	.cl-goodreads-band,
	.cl-single-quote,
	.cl-post-layout,
	.cl-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.cl-site-header__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.cl-topic-strip {
		grid-template-columns: 1fr;
	}

	.cl-hero__main,
	.cl-hero__side,
	.cl-archive-head,
	.cl-page,
	.cl-post-single {
		padding: 24px;
	}

	.cl-reading-card {
		padding: 28px 24px;
	}
}

@media (max-width: 680px) {
	.cl-main,
	.cl-site-header__inner,
	.cl-site-header__subnav-inner,
	.cl-site-footer__inner {
		padding-left: 14px;
		padding-right: 14px;
	}

	.cl-filter-bar {
		grid-template-columns: 1fr;
	}

	.cl-hero h1,
	.cl-archive-head h1 {
		max-width: none;
		font-size: 42px;
	}

	.cl-quote-grid,
	.cl-post-grid {
		grid-template-columns: 1fr;
	}

	.cl-listing__item {
		grid-template-columns: 1fr;
	}
}
