/*
Theme Name: Gleason 2026
Template: twentytwentyfive
Description: Clean professional child theme for danielpgleason.com — Literata serif, navy on warm paper.
Version: 1.1
Author: Daniel P. Gleason
*/

.card {
	background: #ffffff;
	border: 1px solid var(--wp--preset--color--accent-3, #e5e2da);
	border-radius: 10px;
	padding: 1.6rem 1.7rem;
	box-shadow: 0 1px 2px rgba(22, 35, 59, 0.04), 0 10px 28px -14px rgba(22, 35, 59, 0.12);
	height: 100%;
	box-sizing: border-box;
}

.card h3 {
	margin-top: 0;
}

.card-navy {
	background: var(--wp--preset--color--contrast, #16233b);
	border-color: var(--wp--preset--color--contrast, #16233b);
}

.section-rule {
	border-top: 1px solid var(--wp--preset--color--accent-3, #e5e2da);
}

/* equal-height cards inside column grids */
.wp-block-column {
	display: flex;
	flex-direction: column;
}

.wp-block-column > .card {
	flex: 1;
}

/* readable line lengths inside the single 1080px rail */
.measure-heading {
	max-width: 34rem;
}

.measure-text {
	max-width: 40rem;
}
