/* ── Base refinements ── */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ── Post content typography ── */

.wp-block-post-content p {
	margin-bottom: 1.5em;
}

.wp-block-post-content blockquote p:last-child {
	margin-bottom: 0;
}

/* Drop cap for first paragraph in posts */
.single .wp-block-post-content > p:first-of-type::first-letter {
	font-size: 3.2em;
	float: left;
	line-height: 0.8;
	margin: 0.05em 0.12em 0 0;
	font-weight: 400;
	color: #d4829c;
}

/* ── Post listing ── */

.wp-block-post-template .wp-block-post {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2.5rem;
}

.wp-block-post-template .wp-block-post:last-child {
	border-bottom: none;
}

/* ── Excerpt "Continue reading" link ── */

.wp-block-post-excerpt__more-link {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #666;
	transition: color 0.2s ease;
}

.wp-block-post-excerpt__more-link:hover {
	color: #d4829c;
}

/* ── Navigation ── */

.wp-block-navigation a {
	text-decoration: none;
	transition: color 0.2s ease;
}

.wp-block-navigation a:hover {
	color: #d4829c;
}

/* ── Post navigation links ── */

.wp-block-post-navigation-link a {
	text-decoration: none;
	color: #666;
	transition: color 0.2s ease;
}

.wp-block-post-navigation-link a:hover {
	color: #d4829c;
}

/* ── Verse block (for poetry) ── */

.wp-block-verse {
	font-family: Georgia, 'Times New Roman', 'Noto Serif', serif;
	font-style: italic;
	line-height: 2;
	padding: 1.5rem 0;
	white-space: pre-wrap;
}

/* ── Pullquote ── */

.wp-block-pullquote {
	border-top: 2px solid #f5e6eb;
	border-bottom: 2px solid #f5e6eb;
	padding: 1.5rem 0;
	margin: 2.5rem 0;
}

.wp-block-pullquote blockquote {
	border-left: none;
}

.wp-block-pullquote p {
	font-size: 1.35rem;
	line-height: 1.6;
	font-style: italic;
}

/* ── Search block ── */

.wp-block-search__input {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.9rem;
}

/* ── Responsive adjustments ── */

@media (max-width: 600px) {
	.single .wp-block-post-content > p:first-of-type::first-letter {
		font-size: 2.6em;
	}

	.wp-block-post-title,
	h1.wp-block-post-title {
		font-size: 1.75rem !important;
	}
}
