/*
Theme Name: Twenty Twenty-Five Johannes
Theme URI: https://johanneswilm.org
Template: twentytwentyfive
Version: 1.0.3
Author: Johannes Wilm
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-johannes
*/

/* Site header accent */
.site-header {
	border-bottom: 3px solid var(--wp--preset--color--site-green);
}

/* Site title: tighter, more personal */
.wp-block-site-title a {
	letter-spacing: -0.03em;
}

.wp-block-navigation-item a {
	font-weight: 500;
	transition: color 0.2s ease;
}

.wp-block-navigation-item a:hover {
	color: var(--wp--preset--color--site-green);
}

/* Header banner: subtle shadow to lift it off the page */
.wp-block-image.alignfull img {
	display: block;
	width: 100%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Make post titles feel a bit more editorial */
.wp-block-post-title a {
	text-decoration: none;
	background-image: linear-gradient(var(--wp--preset--color--site-green), var(--wp--preset--color--site-green));
	background-size: 0% 2px;
	background-position: 0 95%;
	background-repeat: no-repeat;
	transition: background-size 0.25s ease;
}

.wp-block-post-title a:hover {
	background-size: 100% 2px;
}

/* Compact post list cards */
.wp-block-post-template .wp-block-post-featured-image {
	margin-bottom: var(--wp--preset--spacing--20);
}

.wp-block-post-template .wp-block-post-featured-image > a,
.wp-block-post-template .wp-block-post-featured-image .jwilm-image-credit-figure {
	display: block;
}

.wp-block-post-template .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.wp-block-post-template .wp-block-post-featured-image figcaption {
	font-size: 0.75rem;
	color: #555;
	margin-top: 0.35rem;
	line-height: 1.3;
}

.wp-block-post-template .wp-block-post-featured-image figcaption a {
	color: var(--wp--preset--color--site-green-dark);
	text-decoration: underline;
}

/* Read more link */
.wp-block-post-excerpt__more-link {
	font-weight: 600;
	color: var(--wp--preset--color--site-green-dark);
	text-decoration: none;
}

.wp-block-post-excerpt__more-link:hover {
	color: var(--wp--preset--color--site-green);
	text-decoration: underline;
}

/* Post title on archive */
.wp-block-post-template .wp-block-post-title {
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--20);
}

/* Slightly distinct footer */
.site-footer {
	border-top: 3px solid var(--wp--preset--color--site-green);
	padding-top: var(--wp--preset--spacing--40);
}
