/* Homepage polish — load last. Scoped to body.home. */

/* Shared ivory so ivory sections meet cleanly */
html body.home .chb-colgrid,
html body.home .chb-tp--home,
html body.home .chb-home-faq,
html body.home .chb-home-tinc,
html body.home .chb-home-journal,
html body.home #chb-temp-newsletter {
	background-color: #fbf8f2;
}

html body.home .chb-tp--home {
	background: #fbf8f2 !important;
}

html body.home .chb-tp--home .chb-tp-inner {
	padding-top: 2.5rem !important;
	padding-bottom: 2rem !important;
}

html body.home .chb-home-faq {
	background: #fbf8f2 !important;
	padding-top: 1.6rem !important;
	padding-bottom: 2.2rem !important;
}

html body.home .chb-home-journal {
	background: #fbf8f2 !important;
}

html body.home #chb-temp-newsletter {
	background: #fbf8f2 !important;
}

html body.home .chb-home-newarrivals,
html body.home #chb-temp-newsletter {
	margin-top: 0;
	margin-bottom: 0;
}

/* Colloidal cards: square stages instead of tall 4:5 empty stone */
html body.home .chb-colgrid {
	padding-top: 1.2rem;
	padding-bottom: 2.2rem;
}

html body.home .chb-colgrid__media {
	position: relative !important;
	aspect-ratio: 1 / 1 !important;
	height: auto !important;
	overflow: hidden;
}

html body.home .chb-colgrid__media img {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	padding: 0.7rem 0.55rem;
}

html body.home .chb-colgrid__body {
	padding-top: 0.75rem;
}

html body.home .chb-colgrid__body h3 {
	font-size: 1.12rem;
}

@media (max-width: 700px) {
	html body.home .chb-colgrid__media {
		max-height: 260px;
	}
}

/* New arrivals: fill the featured stage, keep SEE ALL under the 2x2 */
html body.home section.chb-home-newarrivals .chb-newarrivals-layout {
	align-items: start;
}

html body.home section.chb-home-newarrivals .chb-newarrivals-side {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 0;
}

html body.home section.chb-home-newarrivals .chb-newarrivals-grid {
	align-items: stretch;
}

html body.home section.chb-home-newarrivals .chb-newarrivals-foot {
	margin-top: 1rem;
	padding-top: 0;
}

html body.home section.chb-home-newarrivals .chb-newarrivals-all {
	width: 100%;
}

html body.home section.chb-home-newarrivals .chb-new-feat .stage {
	width: 100%;
	aspect-ratio: 1.12 / 1;
	max-height: none;
	height: auto;
}

html body.home section.chb-home-newarrivals .chb-new-feat .copy {
	padding: 1rem 1.15rem 1.1rem;
}

html body.home section.chb-home-newarrivals .chb-new-feat h3 {
	font-size: clamp(1.42rem, 2.1vw, 1.72rem);
}

html body.home section.chb-home-newarrivals .chb-new-item {
	min-height: 158px;
}

html body.home section.chb-home-newarrivals .chb-new-item .stage {
	align-self: stretch;
	height: auto;
}

/* Shop the range: editorial radius, 2-up on phones */
html body.home .chb-shoprange__card {
	border-radius: 4px !important;
}

@media (max-width: 600px) {
	html body.home .chb-shoprange__grid {
		grid-template-columns: 1fr 1fr !important;
		gap: 0.7rem;
	}

	html body.home .chb-shoprange__card .label,
	html body.home .chb-shoprange__name,
	html body.home .chb-shoprange__card h3 {
		font-size: 0.78rem;
	}
}

/* Tinctures: editorial radius, ghost button */
html body.home .chb-home-tinc figure {
	border-radius: 3px !important;
	overflow: hidden;
	box-shadow: none !important;
}

html body.home .chb-home-tinc .btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 1.35rem !important;
	border: 1px solid #2f3d2a !important;
	border-radius: 2px !important;
	background: transparent !important;
	background-image: none !important;
	color: #2f3d2a !important;
	box-shadow: none !important;
	font-size: 0.7rem !important;
	font-weight: 750 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
}

html body.home .chb-home-tinc .btn:hover,
html body.home .chb-home-tinc .btn:focus-visible {
	background: #2f3d2a !important;
	color: #f7f3ec !important;
}

/* Family story heading: three-line wrap, not four */
html body.home .chb-storyblock h1 {
	font-size: clamp(1.85rem, 3.2vw, 2.55rem) !important;
	line-height: 1.14 !important;
	max-width: 13.5em;
}

/* Journal images: consistent crop */
html body.home .chb-home-journal .pic img,
html body.home .chb-home-journal .feat img {
	object-fit: cover;
}

/* Why panel: keep the forest column full height */
html body.home .chb-why__intro {
	height: 100%;
}

@media (prefers-reduced-motion: reduce) {
	html body.home .chb-colgrid__card,
	html body.home .chb-home-tinc .btn {
		transition: none;
	}
}
