/* Homepage journal — editorial 1+2 layout. v1.0.2. Loaded after home-restyle so it wins. */

html body.home section.chb-home-journal,
body.home section.chb-home-journal {
	--journal-ivory: #f7f2eb;
	--journal-forest: #2f3d2a;
	--journal-gold: #c9a84c;
	--journal-sage: #d2d6c8;
	--journal-ink: #3d342f;
	--journal-muted: #5c524c;
	--journal-author: #6b625c;
	--journal-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--journal-sans: Montserrat, system-ui, -apple-system, "Segoe UI", sans-serif;
	background: var(--journal-ivory);
	color: var(--journal-ink);
	font-family: var(--journal-sans);
	padding: clamp(2.6rem, 5.5vw, 4.4rem) 1.25rem clamp(2.4rem, 4.5vw, 3.6rem);
	overflow-x: hidden;
}

body.home section.chb-home-journal .inner {
	max-width: 1120px;
	margin: 0 auto;
}

html body.home section.chb-home-journal .chb-journal-head,
body.home section.chb-home-journal .chb-journal-head {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: start;
	column-gap: 2rem;
	row-gap: 0.85rem;
	text-align: left !important;
	margin: 0 0 2.1rem;
}

body.home section.chb-home-journal .chb-journal-intro {
	min-width: 0;
	text-align: left;
}

html body.home section.chb-home-journal .chb-journal-head .eye,
body.home section.chb-home-journal .chb-journal-head .eye {
	margin: 0 0 0.45rem;
	font-family: var(--journal-sans);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--journal-gold);
	text-align: left;
}

html body.home section.chb-home-journal .chb-journal-head h2,
body.home section.chb-home-journal .chb-journal-head h2 {
	margin: 0 0 0.55rem;
	font-family: var(--journal-serif);
	font-weight: 500;
	font-style: italic;
	font-size: clamp(2.05rem, 4.1vw, 3.15rem);
	line-height: 1.12;
	letter-spacing: -0.015em;
	color: var(--journal-forest);
	text-align: left !important;
	text-wrap: balance;
}

html body.home section.chb-home-journal h2::after,
body.home section.chb-home-journal h2::after {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	background: none !important;
}

html body.home section.chb-home-journal .chb-journal-head .lead,
body.home section.chb-home-journal .chb-journal-head .lead {
	max-width: 38rem;
	margin: 0 !important;
	font-family: var(--journal-sans);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.65;
	color: var(--journal-muted);
	text-align: left !important;
	text-wrap: pretty;
}

html body.home section.chb-home-journal .chb-journal-archive,
body.home section.chb-home-journal .chb-journal-archive {
	display: inline-flex !important;
	align-items: center;
	gap: 0.4rem;
	margin-top: 2.35rem;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid var(--journal-gold);
	color: var(--journal-gold);
	font-family: var(--journal-sans);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

body.home section.chb-home-journal .chb-journal-archive:hover,
body.home section.chb-home-journal .chb-journal-archive:focus-visible {
	color: var(--journal-forest);
	border-bottom-color: var(--journal-forest);
}

body.home section.chb-home-journal .chb-journal-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.88fr);
	column-gap: 0;
	align-items: start;
}

body.home section.chb-home-journal .feat,
body.home section.chb-home-journal .chb-journal-item {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
	overflow: visible;
	min-height: 0;
}

body.home section.chb-home-journal .feat:hover,
body.home section.chb-home-journal .chb-journal-item:hover {
	transform: none !important;
	box-shadow: none !important;
}

body.home section.chb-home-journal .feat {
	padding-right: 2.35rem;
}

body.home section.chb-home-journal .chb-journal-stack {
	display: flex;
	flex-direction: column;
	border-left: 1px solid var(--journal-sage);
	padding-left: 2.35rem;
	gap: 0;
}

body.home section.chb-home-journal .chb-journal-item + .chb-journal-item {
	margin-top: 1.55rem;
	padding-top: 1.55rem;
	border-top: 1px solid var(--journal-sage);
}

body.home section.chb-home-journal .pic {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 2px;
	background: #efe8de;
	height: auto !important;
	width: 100%;
}

body.home section.chb-home-journal .pic img,
body.home section.chb-home-journal .feat img,
body.home section.chb-home-journal .chb-journal-item img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover !important;
	object-position: 50% 46%;
	border-radius: 0;
	transform: scale(1);
	transition: transform 0.5s ease;
}

body.home section.chb-home-journal .feat .pic img {
	object-position: 50% 48%;
}

body.home section.chb-home-journal .chb-journal-item .pic img {
	object-position: 58% 50%;
}

body.home section.chb-home-journal article:hover .pic img,
body.home section.chb-home-journal article:focus-within .pic img {
	transform: scale(1.035);
}

body.home section.chb-home-journal .feat .copy {
	padding: 1.15rem 0 0 !important;
}

body.home section.chb-home-journal .chb-journal-item .copy {
	padding: 0.9rem 0 0 !important;
	display: block;
}

body.home section.chb-home-journal .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.55rem;
	margin: 0 0 0.45rem;
	font-family: var(--journal-sans);
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--journal-gold);
	line-height: 1.3;
}

body.home section.chb-home-journal .badge {
	display: inline-block;
	padding: 0.18rem 0.48rem 0.16rem;
	border-radius: 3px;
	background: #c4a05a;
	color: #fffef8;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.2;
}

body.home section.chb-home-journal .cat,
body.home section.chb-home-journal .date,
body.home section.chb-home-journal time,
body.home section.chb-home-journal .sep {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--journal-gold);
}

body.home section.chb-home-journal h3 {
	margin: 0;
	font-family: var(--journal-serif);
	font-weight: 500;
	font-style: normal;
	line-height: 1.18;
	color: var(--journal-forest);
	text-wrap: balance;
}

body.home section.chb-home-journal .feat h3 {
	font-size: clamp(1.7rem, 2.7vw, 2.28rem);
	letter-spacing: -0.01em;
}

body.home section.chb-home-journal .chb-journal-item h3 {
	font-size: clamp(1.28rem, 1.9vw, 1.55rem);
}

body.home section.chb-home-journal h3 a {
	color: var(--journal-forest);
	text-decoration: none;
	transition: color 0.2s ease;
}

body.home section.chb-home-journal h3 a:hover,
body.home section.chb-home-journal h3 a:focus-visible {
	color: var(--journal-gold);
}

body.home section.chb-home-journal .excerpt {
	margin: 0.7rem 0 0;
	max-width: 40rem;
	font-family: var(--journal-sans);
	font-size: 1.02rem;
	font-weight: 400;
	line-height: 1.7;
	color: var(--journal-ink);
	text-wrap: pretty;
}

body.home section.chb-home-journal .author {
	margin: 0.7rem 0 0;
	font-family: var(--journal-sans);
	font-size: 0.92rem;
	font-style: italic;
	font-weight: 400;
	color: var(--journal-author);
}

body.home section.chb-home-journal .more {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1rem;
	font-family: var(--journal-sans);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--journal-gold);
	text-decoration: none;
}

body.home section.chb-home-journal .more:hover,
body.home section.chb-home-journal .more:focus-visible {
	color: var(--journal-forest);
}

body.home section.chb-home-journal .chb-journal-arrow {
	display: inline-block;
	transition: transform 0.25s ease;
}

body.home section.chb-home-journal a:hover .chb-journal-arrow,
body.home section.chb-home-journal a:focus-visible .chb-journal-arrow {
	transform: translateX(4px);
}

body.home section.chb-home-journal .chb-journal-foot {
	margin-top: 2.35rem;
	padding-top: 1.85rem;
	border-top: 1px solid var(--journal-sage);
	text-align: center;
}

body.home section.chb-home-journal .chb-journal-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.7rem;
	border: 1px solid var(--journal-forest);
	background: transparent;
	color: var(--journal-forest);
	font-family: var(--journal-sans);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.22s ease, color 0.22s ease;
}

body.home section.chb-home-journal .chb-journal-all:hover,
body.home section.chb-home-journal .chb-journal-all:focus-visible {
	background: var(--journal-forest);
	color: var(--journal-ivory);
}

body.home section.chb-home-journal a:focus-visible {
	outline: 2px solid var(--journal-forest);
	outline-offset: 3px;
}

body.home section.chb-home-journal .chb-journal-all:focus-visible {
	outline-color: var(--journal-gold);
}

@media (min-width: 720px) and (max-width: 979px) {
	body.home section.chb-home-journal .chb-journal-grid {
		grid-template-columns: 1fr;
		row-gap: 1.7rem;
	}

	body.home section.chb-home-journal .feat {
		padding-right: 0;
	}

	body.home section.chb-home-journal .chb-journal-stack {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 0 2rem;
		border-left: 0;
		padding-left: 0;
		border-top: 1px solid var(--journal-sage);
		padding-top: 1.7rem;
	}

	body.home section.chb-home-journal .chb-journal-item + .chb-journal-item {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
		border-left: 1px solid var(--journal-sage);
		padding-left: 2rem;
	}

	body.home section.chb-home-journal .chb-journal-item:only-child {
		grid-column: 1 / -1;
		max-width: 28rem;
	}
}

@media (max-width: 719px) {
	body.home section.chb-home-journal {
		padding: 2.2rem 1.1rem 2.1rem;
	}

	html body.home section.chb-home-journal .chb-journal-head,
	body.home section.chb-home-journal .chb-journal-head {
		grid-template-columns: 1fr !important;
		margin-bottom: 1.5rem;
	}

	body.home section.chb-home-journal .chb-journal-archive {
		margin-top: 0.15rem;
		justify-self: start;
		white-space: normal;
	}

	body.home section.chb-home-journal .chb-journal-head h2 {
		font-size: clamp(1.85rem, 8.4vw, 2.35rem);
	}

	body.home section.chb-home-journal .chb-journal-grid {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	body.home section.chb-home-journal .feat {
		padding-right: 0;
		padding-bottom: 1.45rem;
		border-bottom: 1px solid var(--journal-sage);
	}

	body.home section.chb-home-journal .chb-journal-stack {
		border-left: 0;
		padding-left: 0;
	}

	body.home section.chb-home-journal .chb-journal-item {
		padding-top: 1.45rem;
		border-top: 0;
	}

	body.home section.chb-home-journal .chb-journal-item + .chb-journal-item {
		margin-top: 0;
		padding-top: 1.45rem;
		border-top: 1px solid var(--journal-sage);
	}

	body.home section.chb-home-journal .feat h3 {
		font-size: 1.65rem;
	}

	body.home section.chb-home-journal .chb-journal-item h3 {
		font-size: 1.32rem;
	}

	html body.home section.chb-home-journal .chb-journal-archive,
	body.home section.chb-home-journal .chb-journal-archive {
		margin-top: 0.35rem !important;
		min-height: 0;
		padding: 0.45rem 0 0.2rem;
	}

	body.home section.chb-home-journal .more,
	body.home section.chb-home-journal .chb-journal-all {
		min-height: 44px;
	}

	body.home section.chb-home-journal .chb-journal-foot {
		margin-top: 1.6rem;
		padding-top: 1.45rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home section.chb-home-journal .pic img,
	body.home section.chb-home-journal .chb-journal-arrow,
	body.home section.chb-home-journal .chb-journal-all,
	body.home section.chb-home-journal h3 a {
		transition: none;
	}

	body.home section.chb-home-journal article:hover .pic img,
	body.home section.chb-home-journal article:focus-within .pic img {
		transform: none;
	}

	body.home section.chb-home-journal a:hover .chb-journal-arrow,
	body.home section.chb-home-journal a:focus-visible .chb-journal-arrow {
		transform: none;
	}
}
