.esmer-seyahatname-archive-shell {
	margin-top: 40px;
}

.esmer-seyahatname-archive-hero {
	text-align: center;
	margin-bottom: 40px;
}

.esmer-seyahatname-archive-kicker {
	display: inline-block;
	font-family: var(--esmer-font-display, 'Cinzel', serif);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2e7d32;
	margin-bottom: 10px;
}

.esmer-seyahatname-archive-title {
	font-family: var(--esmer-font-display, 'Cinzel', serif);
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	margin: 0 0 12px;
	color: #2c3e50;
}

.esmer-seyahatname-archive-divider {
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #2e7d32, #8bc34a);
	margin: 0 auto 16px;
	border-radius: 2px;
}

.esmer-seyahatname-archive-lead {
	max-width: 680px;
	margin: 0 auto 20px;
	color: #5c534a;
	line-height: 1.7;
}

.esmer-seyahatname-archive-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.esmer-seyahatname-archive-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid #dce8dc;
	background: #fafcf9;
	color: #2c3e50;
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 700;
	transition: 0.2s;
}

.esmer-seyahatname-archive-link:hover {
	background: #2e7d32;
	border-color: #2e7d32;
	color: #fff;
}

.esmer-seyahatname-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 22px;
}

.esmer-seyahatname-card {
	margin: 0;
}

.esmer-seyahatname-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #e8e2d8;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 8px 24px rgba(44, 62, 80, 0.06);
	transition: transform 0.2s, box-shadow 0.2s;
}

.esmer-seyahatname-card__link:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(44, 62, 80, 0.12);
}

.esmer-seyahatname-card__visual {
	position: relative;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #eef5ee, #f8f5f0);
}

.esmer-seyahatname-card__thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.esmer-seyahatname-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 3rem;
	opacity: 0.45;
}

.esmer-seyahatname-card__year {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
}

.esmer-seyahatname-card__body {
	padding: 18px 20px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.esmer-seyahatname-card__title {
	margin: 0 0 10px;
	font-family: var(--esmer-font-display, 'Cinzel', serif);
	font-size: 1.15rem;
	line-height: 1.35;
	color: #2c3e50;
}

.esmer-seyahatname-card__seyyah {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #2e7d32;
}

.esmer-seyahatname-card__seyyah-img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #dce8dc;
}

.esmer-seyahatname-card__seyyah-icon {
	font-size: 1.1rem;
}

.esmer-seyahatname-card__excerpt {
	margin: 0 0 12px;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #6b635a;
	flex: 1;
}

.esmer-seyahatname-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 0.82rem;
	color: #8a8178;
}

.esmer-seyahatname-card__cta {
	font-weight: 800;
	color: #b84500;
}

.esmer-seyahatname-archive-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 40px 20px;
	color: #6b635a;
}
