/* Homepage New arrivals — 40/60 editorial layout on forest green. */

html body.home section.chb-home-newarrivals {
	--new-forest: #243328;
	--new-forest-2: #2f3d2a;
	--new-ivory: #f6f1e8;
	--new-gold: #c9a84c;
	--new-sage: #d4d0c4;
	--new-ink: #3d342f;
	--new-muted: #5c534c;
	--new-stage: #ebe4d8;
	--new-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--new-sans: Montserrat, system-ui, -apple-system, "Segoe UI", sans-serif;
	background: var(--new-forest);
	color: var(--new-ivory);
	font-family: var(--new-sans);
	padding: clamp(2.5rem, 5.2vw, 4.2rem) 1.25rem clamp(2.3rem, 4.4vw, 3.5rem);
	overflow-x: hidden;
}

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

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

html body.home section.chb-home-newarrivals .chb-newarrivals-intro {
	min-width: 0;
}

html body.home section.chb-home-newarrivals .eye {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--new-gold);
}

html body.home section.chb-home-newarrivals h2 {
	margin: 0 0 0.5rem;
	font-family: var(--new-serif);
	font-weight: 500;
	font-style: italic;
	font-size: clamp(2.05rem, 4vw, 3.05rem);
	line-height: 1.12;
	letter-spacing: -0.015em;
	color: var(--new-ivory) !important;
	text-wrap: balance;
}

html body.home section.chb-home-newarrivals h2::after {
	display: none !important;
	content: none !important;
}

html body.home section.chb-home-newarrivals .lead {
	margin: 0;
	max-width: 38rem;
	font-size: 1.02rem;
	line-height: 1.6;
	color: rgba(246, 241, 232, 0.82);
	text-wrap: pretty;
}

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

html body.home section.chb-home-newarrivals .chb-newarrivals-archive:hover,
html body.home section.chb-home-newarrivals .chb-newarrivals-archive:focus-visible {
	color: var(--new-ivory);
	border-bottom-color: var(--new-ivory);
}

html body.home section.chb-home-newarrivals .chb-newarrivals-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.38fr);
	gap: 1.05rem;
	align-items: stretch;
}

html body.home section.chb-home-newarrivals .chb-new-feat,
html body.home section.chb-home-newarrivals .chb-new-item {
	background: var(--new-ivory);
	border: 1px solid rgba(207, 211, 196, 0.55);
	border-radius: 4px;
	box-shadow: none;
	overflow: hidden;
	min-width: 0;
	transition: border-color 0.22s ease;
}

html body.home section.chb-home-newarrivals .chb-new-item {
	overflow: visible;
}

html body.home section.chb-home-newarrivals .chb-new-feat:hover,
html body.home section.chb-home-newarrivals .chb-new-item:hover {
	border-color: #b7b39f;
}

html body.home section.chb-home-newarrivals .stage {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--new-stage);
	overflow: hidden;
	position: relative;
}

html body.home section.chb-home-newarrivals .chb-new-feat .stage {
	aspect-ratio: 1.12 / 1;
	padding: 1.35rem 1.2rem 1rem;
}

html body.home section.chb-home-newarrivals .chb-new-item .stage {
	width: 132px;
	height: 100%;
	min-height: 132px;
	max-width: 132px;
	aspect-ratio: auto;
	padding: 0.65rem;
	align-self: stretch;
}

html body.home section.chb-home-newarrivals .stage img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	transform: scale(1);
	transition: transform 0.45s ease;
}

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

html body.home section.chb-home-newarrivals .badge {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 1;
	display: inline-block;
	padding: 0.22rem 0.5rem 0.18rem;
	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;
}

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

html body.home section.chb-home-newarrivals .cat {
	margin: 0 0 0.35rem;
	font-size: 0.66rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--new-gold) !important;
}

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

html body.home section.chb-home-newarrivals .chb-new-feat h3 {
	font-size: clamp(1.55rem, 2.4vw, 1.95rem);
}

html body.home section.chb-home-newarrivals h3 a {
	color: inherit;
	text-decoration: none;
}

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

html body.home section.chb-home-newarrivals .blurb {
	margin: 0.55rem 0 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--new-ink);
	text-wrap: pretty;
}

html body.home section.chb-home-newarrivals .price,
html body.home section.chb-home-newarrivals .price .amount,
html body.home section.chb-home-newarrivals .price .woocommerce-Price-amount {
	margin: 0.85rem 0 0;
	color: var(--new-forest-2) !important;
	font-weight: 650;
	line-height: 1.2;
}

html body.home section.chb-home-newarrivals .chb-new-feat .price {
	font-size: 1.45rem;
}

html body.home section.chb-home-newarrivals .price del,
html body.home section.chb-home-newarrivals .price del .amount,
html body.home section.chb-home-newarrivals .price del .woocommerce-Price-amount {
	margin-right: 0.45rem;
	color: #8a8278 !important;
	font-size: 0.72em;
	font-weight: 500;
	text-decoration: line-through;
}

html body.home section.chb-home-newarrivals .price ins {
	text-decoration: none;
	color: var(--new-forest-2);
}

html body.home section.chb-home-newarrivals .chb-new-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin-top: 1rem;
	padding: 0.8rem 1rem;
	border: 0;
	background: var(--new-forest);
	color: var(--new-ivory);
	font-family: var(--new-sans);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

html body.home section.chb-home-newarrivals .chb-new-btn:hover,
html body.home section.chb-home-newarrivals .chb-new-btn:focus-visible {
	background: var(--new-forest-2);
	color: #fffef8;
}

html body.home section.chb-home-newarrivals .reassure {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0.7rem 0 0;
	font-size: 0.82rem;
	color: var(--new-muted);
}

html body.home section.chb-home-newarrivals .reassure svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	color: var(--new-forest-2);
}

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

html body.home section.chb-home-newarrivals .chb-newarrivals-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 1.05rem;
	align-items: start;
	flex: 0 0 auto;
}

html body.home section.chb-home-newarrivals .chb-new-item {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	align-items: stretch;
	min-height: 0;
}

html body.home section.chb-home-newarrivals .chb-new-item .copy {
	padding: 0.7rem 0.85rem 0.75rem 0.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	overflow: visible;
}

html body.home section.chb-home-newarrivals .chb-new-item h3 {
	font-size: clamp(1rem, 1.35vw, 1.14rem);
	overflow-wrap: break-word;
}

html body.home section.chb-home-newarrivals .chb-new-item .price {
	margin-top: 0.45rem;
	font-size: 1.05rem;
}

html body.home section.chb-home-newarrivals .more {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.55rem;
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--new-gold);
	text-decoration: none;
}

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

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

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

html body.home section.chb-home-newarrivals .chb-newarrivals-foot {
	margin-top: auto;
	padding-top: 1.15rem;
	text-align: center;
}

html body.home section.chb-home-newarrivals .chb-newarrivals-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.55rem;
	border: 1px solid var(--new-ivory);
	background: transparent;
	color: var(--new-ivory);
	font-family: var(--new-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;
}

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

html body.home section.chb-home-newarrivals a:focus-visible {
	outline: 2px solid var(--new-gold);
	outline-offset: 3px;
}

html body.home section.chb-home-newarrivals .chb-new-btn:focus-visible,
html body.home section.chb-home-newarrivals .chb-newarrivals-all:focus-visible {
	outline-color: #fffef8;
}

@media (min-width: 720px) and (max-width: 979px) {
	html body.home section.chb-home-newarrivals .chb-newarrivals-layout {
		grid-template-columns: 1fr;
	}

	html body.home section.chb-home-newarrivals .chb-new-feat .stage {
		aspect-ratio: 16 / 9;
		max-height: 340px;
	}

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

@media (max-width: 719px) {
	html body.home section.chb-home-newarrivals {
		padding: 2.15rem 1.05rem 2rem;
	}

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

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

	html body.home section.chb-home-newarrivals .chb-newarrivals-layout,
	html body.home section.chb-home-newarrivals .chb-newarrivals-grid {
		grid-template-columns: 1fr;
	}

	html body.home section.chb-home-newarrivals .chb-new-feat .stage {
		aspect-ratio: 1.15 / 1;
	}

	html body.home section.chb-home-newarrivals .chb-new-item {
		grid-template-columns: 118px minmax(0, 1fr);
	}

	html body.home section.chb-home-newarrivals .chb-new-item .stage {
		width: 118px;
		max-width: 118px;
		min-height: 118px;
	}

	html body.home section.chb-home-newarrivals .chb-new-item .copy {
		padding: 0.75rem 0.85rem 0.8rem 0.1rem;
	}

	html body.home section.chb-home-newarrivals .chb-new-btn,
	html body.home section.chb-home-newarrivals .chb-newarrivals-all,
	html body.home section.chb-home-newarrivals .more {
		min-height: 44px;
	}

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

@media (prefers-reduced-motion: reduce) {
	html body.home section.chb-home-newarrivals .stage img,
	html body.home section.chb-home-newarrivals .chb-new-arrow,
	html body.home section.chb-home-newarrivals .chb-new-btn,
	html body.home section.chb-home-newarrivals .chb-newarrivals-all {
		transition: none;
	}

	html body.home section.chb-home-newarrivals article:hover .stage img {
		transform: none;
	}
}
