.cvh-warm-home-page {
	background: #faf6eb;
	overflow-x: hidden;
	overflow-x: clip;
}

.cvh-warm-home-page .entry-header,
.cvh-warm-home-page .entry-title,
.cvh-warm-home-page .wp-block-post-title,
.cvh-warm-home-page .page-header {
	display: none !important;
}

.cvh-warm-home-page .entry-content,
.cvh-warm-home-page .wp-block-post-content,
.cvh-warm-home-page .wp-site-blocks > main,
.cvh-warm-home-page main.site-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

/* Only the Warm Home shortcode breaks out of the theme content column. */
.cvh-warm-home-page .entry-content > .wp-block-shortcode,
.cvh-warm-home-page .wp-block-post-content > .wp-block-shortcode,
.cvh-warm-home-page main.site-main .wp-block-shortcode {
	position: relative !important;
	left: 50% !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 0 0 -50vw !important;
	padding: 0 !important;
}

.cvh-warm-home-page .wp-block-shortcode > .cvh-home {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.cvh-home,
.cvh-home * {
	box-sizing: border-box;
}

.cvh-home {
	position: relative;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	overflow: hidden;
	background: var(--cvh-bg, #faf6eb);
	color: var(--cvh-text, #25221e);
	font-family: var(--cvh-body, Inter, "Helvetica Neue", Arial, sans-serif);
	font-size: 16px;
	line-height: 1.55;
}

.cvh-home img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.cvh-responsive-picture {
	display: block;
	width: 100%;
	height: 100%;
}

.cvh-responsive-picture > img {
	display: block;
	width: 100%;
	height: 100%;
}

.cvh-home a {
	color: inherit;
	text-decoration: none;
}

.cvh-home button,
.cvh-home input {
	font: inherit;
}

.cvh-home :focus-visible {
	outline: 2px solid var(--cvh-accent, #9a7448);
	outline-offset: 3px;
}

.cvh-home h1,
.cvh-home h2,
.cvh-home h3,
.cvh-home p {
	margin-top: 0;
}

.cvh-home h1,
.cvh-home h2,
.cvh-home h3 {
	color: inherit;
	font-family: var(--cvh-heading, Inter, "Helvetica Neue", Arial, sans-serif);
	font-weight: 500;
	letter-spacing: -0.035em;
}

.cvh-container {
	width: min(calc(100% - 40px), var(--cvh-max, 1600px)) !important;
	max-width: var(--cvh-max, 1600px) !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
}

.cvh-section {
	padding-block: var(--cvh-space, 80px);
}

.cvh-eyebrow {
	margin-bottom: 13px;
	color: var(--cvh-accent, #9a7448);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.cvh-section-heading {
	display: grid;
	gap: 15px;
	margin-bottom: 42px;
}

.cvh-section-heading h2 {
	margin: 0;
	font-size: clamp(28px, 2.6vw, 42px);
	line-height: 1.08;
}

.cvh-section-heading h2 > span {
	color: inherit;
	font-style: normal;
	font-weight: 400;
	opacity: 0.34;
}

.cvh-section-heading h2 > i {
	margin-left: 4px;
	color: var(--cvh-accent, #9a7448);
	font-size: 0.75em;
	font-style: normal;
	font-weight: 400;
	opacity: 0.62;
}

.cvh-section-heading > p {
	max-width: 620px;
	margin: 0;
	color: var(--cvh-muted, #746f67);
	font-size: 14px;
}

.cvh-section-heading--center {
	justify-items: center;
	text-align: center;
}

/* One-line gallery navigation shared by Best Selling, New, Recommended, Theme and Room. */
.cvh-section-heading--gallery-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 48px;
	text-align: center;
}

.cvh-section-heading--gallery-nav .cvh-section-heading__simple-title {
	margin: 0;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

.cvh-section-heading--comparison {
	max-width: 780px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	gap: 13px;
}

.cvh-section-heading--comparison .cvh-eyebrow {
	margin-bottom: 0;
	letter-spacing: 0.3em;
}

.cvh-section-heading--comparison h2 {
	font-weight: 450;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.cvh-section-heading--comparison > p {
	max-width: 660px;
	font-size: 13px;
	line-height: 1.7;
}

.cvh-section-heading--split {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
	align-items: end;
}

.cvh-section-heading--split > p {
	justify-self: end;
}

.cvh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 1px solid transparent;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cvh-button > span,
.cvh-text-link > span {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 0;
	transition: transform 180ms ease;
}

.cvh-button:hover,
.cvh-button:focus-visible {
	transform: translateY(-2px);
}

.cvh-button:hover > span,
.cvh-button:focus-visible > span,
.cvh-text-link:hover > span,
.cvh-text-link:focus-visible > span {
	transform: translateX(4px);
}

.cvh-button--dark {
	background: var(--cvh-dark, #111210);
	color: #fff;
}

.cvh-button--dark:hover,
.cvh-button--dark:focus-visible {
	background: var(--cvh-accent, #9a7448);
	color: #fff;
}

.cvh-button--artistic {
	position: relative;
	min-width: 176px;
	min-height: 50px;
	overflow: hidden;
	border-color: rgba(154, 116, 72, 0.62);
	border-color: color-mix(in srgb, var(--cvh-accent, #9a7448) 68%, transparent);
	background-color: rgba(255, 255, 255, 0.12);
	background-image: linear-gradient(var(--cvh-accent, #9a7448), var(--cvh-accent, #9a7448));
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0 100%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	color: var(--cvh-text, #25221e);
	transition: background-size 260ms cubic-bezier(.2, .7, .2, 1), border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cvh-button--artistic::after {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 18px;
	height: 1px;
	background: currentColor;
	content: "";
	opacity: 0.45;
	transform: translateY(-50%);
}

.cvh-button--artistic:hover,
.cvh-button--artistic:focus-visible {
	border-color: var(--cvh-accent, #9a7448);
	background-size: 100% 100%;
	color: #fff;
}

.cvh-button--light {
	border-color: rgba(37, 34, 30, 0.4);
	background: rgba(250, 246, 235, 0.82);
	color: var(--cvh-text, #25221e);
}

.cvh-button--light:hover,
.cvh-button--light:focus-visible {
	border-color: var(--cvh-text, #25221e);
	background: var(--cvh-bg, #faf6eb);
}

.cvh-button--outline-light {
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

.cvh-button--outline-light:hover,
.cvh-button--outline-light:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--cvh-dark, #111210);
}

.cvh-text-link {
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid currentColor;
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.cvh-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(154, 116, 72, 0.14), transparent 46%), var(--cvh-surface, #f1eadf);
}

/* Keep a calm neutral surface if an attachment is genuinely unavailable. */
.cvh-media-failed {
	background:
		radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.66), transparent 34%),
		linear-gradient(145deg, rgba(154, 116, 72, 0.09), rgba(255, 255, 255, 0.16)),
		var(--cvh-surface, #f1eadf) !important;
}

.cvh-media-failed::after {
	content: none;
}

.cvh-picture-failed,
.cvh-image-failed {
	display: none !important;
}

/* Hero */
.cvh-hero {
	position: relative;
	min-height: min(var(--cvh-hero-height, 820px), 88vh);
	overflow: hidden;
	background: var(--cvh-surface, #f1eadf);
}

.cvh-hero__media,
.cvh-hero__veil,
.cvh-hero__media picture,
.cvh-hero__media img,
.cvh-hero__placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.cvh-hero__media img {
	object-fit: cover;
	object-position: var(--cvh-hero-position, center center);
	filter: var(--cvh-hero-filter, none);
}

.cvh-hero--image-full {
	aspect-ratio: 16 / 9;
	min-height: 0;
}

.cvh-hero--image-full .cvh-hero__media img {
	object-fit: contain;
}

.cvh-hero--image-full .cvh-hero__inner {
	position: absolute;
	inset: 0;
	height: 100%;
	min-height: 0;
}

.cvh-hero__placeholder {
	background: radial-gradient(circle at 20% 35%, rgba(154, 116, 72, 0.21), transparent 25%), linear-gradient(120deg, #e8dfd1, #faf6eb 56%, #d9cbbb);
}

.cvh-hero__veil {
	background: linear-gradient(90deg, rgba(12, 11, 9, var(--cvh-hero-overlay, 0)) 0%, rgba(12, 11, 9, var(--cvh-hero-overlay, 0)) 38%, rgba(12, 11, 9, 0) 64%);
}

.cvh-hero:not(.cvh-hero--has-image) .cvh-hero__veil {
	background: linear-gradient(90deg, rgba(250, 246, 235, 0.16), rgba(250, 246, 235, 0.62));
}

.cvh-hero__inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: min(var(--cvh-hero-height, 820px), 88vh);
}

.cvh-hero__content {
	width: min(560px, 52%);
	padding-block: 60px;
	color: #fff;
	text-shadow: 0 2px 20px rgba(22, 17, 12, 0.18);
}

.cvh-hero:not(.cvh-hero--has-image) .cvh-hero__content {
	color: var(--cvh-text, #25221e);
}

.cvh-hero__content h1 {
	max-width: 720px;
	margin: 0 0 24px;
	font-size: clamp(46px, 5vw, 78px);
	line-height: 0.97;
	text-transform: uppercase;
}

.cvh-hero__text {
	max-width: 530px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
}

.cvh-hero:not(.cvh-hero--has-image) .cvh-hero__text {
	color: var(--cvh-muted, #746f67);
}

.cvh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* Four-tile shopping mosaic */
.cvh-quick {
	padding-block: 65px 74px;
}

.cvh-feature-mosaic {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(240px, 310px));
	gap: 30px;
}

.cvh-feature-mosaic__lead,
.cvh-feature-mosaic__card {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border-radius: 15px;
	background: #fff;
}

.cvh-feature-mosaic__lead {
	grid-column: 1 / span 6;
	grid-row: 1 / span 2;
}

.cvh-feature-mosaic__card--1 {
	grid-column: 7 / span 3;
	grid-row: 1;
}

.cvh-feature-mosaic__card--2 {
	grid-column: 10 / span 3;
	grid-row: 1;
}

.cvh-feature-mosaic__card--3 {
	grid-column: 7 / span 6;
	grid-row: 2;
}

.cvh-feature-mosaic__lead img,
.cvh-feature-mosaic__lead .cvh-image-placeholder,
.cvh-feature-mosaic__media img,
.cvh-feature-mosaic__media .cvh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cvh-feature-mosaic__media {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 72%;
}

.cvh-feature-mosaic__card--3 .cvh-feature-mosaic__media {
	top: 0;
	right: 0;
	bottom: 0;
	left: 30%;
	height: auto;
}

.cvh-feature-mosaic__media img {
	object-fit: cover;
}

.cvh-feature-mosaic__lead img,
.cvh-feature-mosaic__media img {
	transition: transform 650ms cubic-bezier(.2, .65, .3, 1);
}

.cvh-feature-mosaic__lead:hover img,
.cvh-feature-mosaic__card:hover img {
	transform: scale(1.035);
}

.cvh-feature-mosaic__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.cvh-feature-mosaic__content {
	position: absolute;
	top: 30px;
	right: 28px;
	bottom: auto;
	left: 28px;
	z-index: 2;
	color: var(--cvh-text, #25221e);
}

.cvh-feature-mosaic__content h2 {
	margin: 0 0 9px;
	font-size: clamp(22px, 2vw, 34px);
	line-height: 1.02;
}

.cvh-feature-mosaic__content p {
	margin-bottom: 8px;
	font-size: 12px;
}

.cvh-feature-mosaic__content span {
	display: none;
	align-items: center;
	gap: 14px;
	font-size: 9px;
	font-style: normal;
	font-weight: 650;
	letter-spacing: 0.16em;
}

.cvh-feature-mosaic__content i {
	font-size: 15px;
	font-style: normal;
}

/* Product grids */
.cvh-products {
	padding-block: 52px 84px;
}

.cvh-products + .cvh-products {
	padding-top: 72px;
}

.cvh-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 52px 25px;
}

.cvh-product-card {
	min-width: 0;
	text-align: center;
}

.cvh-product-card__image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: rgba(255, 255, 255, 0.22);
}

.cvh-product-card__image > .cvh-product-card__picture,
.cvh-product-card__image > img,
.cvh-product-card__image > .woocommerce-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: opacity 320ms ease, transform 480ms cubic-bezier(.2, .65, .3, 1);
}

.cvh-product-card__picture > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cvh-product-card__secondary {
	opacity: 0;
}

.cvh-product-card__secondary > img {
	object-fit: cover;
}

.cvh-product-card__primary > img {
	object-fit: contain;
}

.cvh-product-card__image.cvh-hover-ready:focus-visible .cvh-product-card__primary {
	opacity: 0;
}

.cvh-product-card__image.cvh-hover-ready:focus-visible .cvh-product-card__secondary {
	opacity: 1;
	transform: scale(1.02);
}

@media (hover: hover) {
	.cvh-product-card__image.cvh-hover-ready:hover .cvh-product-card__primary {
		opacity: 0;
	}

	.cvh-product-card__image.cvh-hover-ready:hover .cvh-product-card__secondary {
		opacity: 1;
		transform: scale(1.02);
	}
}

.cvh-product-card__badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 7px 10px;
	background: var(--cvh-dark, #111210);
	color: #fff;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.12em;
}

.cvh-product-card__plus {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: rgba(250, 246, 235, 0.92);
	font-size: 18px;
	opacity: 0;
	transition: opacity 180ms ease, transform 180ms ease;
}

.cvh-product-card__image:hover .cvh-product-card__plus {
	opacity: 1;
	transform: translateY(-2px);
}

.cvh-product-card__image:not(.cvh-hover-ready) .cvh-product-card__plus {
	display: none;
}

.cvh-product-card__body {
	padding: 17px 8px 0;
}

.cvh-product-card__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 16px;
	margin-bottom: 5px;
	font-size: 10px;
}

.cvh-product-card__rating .star-rating {
	float: none;
	margin: 0;
	font-size: 11px;
}

.cvh-product-card__body h3 {
	margin: 0 auto 6px;
	font-family: var(--cvh-body, Arial, sans-serif);
	font-size: 13px;
	font-weight: 450;
	letter-spacing: 0;
	line-height: 1.55;
}

.cvh-product-card__price {
	color: var(--cvh-muted, #746f67);
	font-size: 12px;
}

.cvh-product-card__price del {
	margin-right: 5px;
	opacity: 0.55;
}

.cvh-section-action {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

/* Shared horizontal rails */
.cvh-rail-shell {
	position: relative;
}

.cvh-rail-button {
	position: absolute;
	top: 46%;
	z-index: 5;
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 6px 28px rgba(30, 26, 20, 0.12);
	color: var(--cvh-text, #25221e);
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 160ms ease, transform 160ms ease;
}

.cvh-rail-button:hover {
	transform: translateY(-50%) scale(1.05);
}

.cvh-rail-button:disabled {
	opacity: 0.25;
	cursor: default;
}

.cvh-rail-button--previous {
	left: 16px;
}

.cvh-rail-button--next {
	right: 16px;
}

.cvh-look {
	padding-block: 88px 96px;
}

.cvh-look .cvh-section-heading {
	margin-bottom: 38px !important;
	text-align: center;
}

.cvh-look .cvh-section-heading h2 {
	margin: 0;
	font-size: clamp(28px, 2.6vw, 42px);
}

.cvh-look__rail {
	display: flex;
	gap: 28px;
	overflow-x: auto;
	padding: 0 max(20px, calc((100vw - var(--cvh-max, 1600px)) / 2)) 18px;
	scroll-behavior: smooth;
	scroll-padding-inline: max(20px, calc((100vw - var(--cvh-max, 1600px)) / 2));
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.cvh-look__rail::-webkit-scrollbar,
.cvh-collection__rail::-webkit-scrollbar {
	display: none;
}

.cvh-look-card {
	flex: 0 0 clamp(275px, 24.5vw, 350px);
	scroll-snap-align: start;
}

.cvh-look-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 2 / 3;
	background: var(--cvh-surface, #f1eadf);
}

.cvh-look-card__media img,
.cvh-look-card__media .woocommerce-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(.2, .65, .3, 1);
}

.cvh-look-card__media:hover img {
	transform: scale(1.035);
}

.cvh-look-card__body {
	padding-top: 15px;
	text-align: center;
}

.cvh-look-card__body h3 {
	margin: 0 0 5px;
	font-family: var(--cvh-body, Arial, sans-serif);
	font-size: 13px;
	font-weight: 450;
	letter-spacing: 0;
}

.cvh-look-card__body p {
	margin: 0;
	color: var(--cvh-muted, #746f67);
	font-size: 12px;
}

/* Subject masonry */
.cvh-collection {
	padding-block: 78px 92px;
}

.cvh-subject-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 280px;
	gap: 30px;
}

.cvh-subject-card,
.cvh-collection-card {
	position: relative;
	display: block;
	overflow: hidden;
	min-width: 0;
	border-radius: 15px;
	background: var(--cvh-surface, #f1eadf);
	color: #fff;
}

.cvh-subject-card:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

.cvh-subject-card:nth-child(2) {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.cvh-subject-card:nth-child(3) {
	grid-column: 3 / span 2;
	grid-row: 1;
}

.cvh-subject-card:nth-child(4) {
	grid-column: 1;
	grid-row: 2;
}

.cvh-subject-card:nth-child(5) {
	grid-column: 3;
	grid-row: 2 / span 2;
}

.cvh-subject-card:nth-child(6) {
	grid-column: 4;
	grid-row: 2;
}

.cvh-subject-card:nth-child(7) {
	grid-column: 1 / span 2;
	grid-row: 3;
}

.cvh-subject-card:nth-child(8) {
	grid-column: 4;
	grid-row: 3;
}

.cvh-subject-grid--5 .cvh-subject-card:nth-child(1) {
	grid-column: 1 / span 2;
	grid-row: 1;
}

.cvh-subject-grid--5 .cvh-subject-card:nth-child(2) {
	grid-column: 3;
	grid-row: 1;
}

.cvh-subject-grid--5 .cvh-subject-card:nth-child(3) {
	grid-column: 4;
	grid-row: 1 / span 2;
}

.cvh-subject-grid--5 .cvh-subject-card:nth-child(4) {
	grid-column: 1;
	grid-row: 2;
}

.cvh-subject-grid--5 .cvh-subject-card:nth-child(5) {
	grid-column: 2 / span 2;
	grid-row: 2;
}

.cvh-subject-card__media,
.cvh-collection-card__media,
.cvh-subject-card__media img,
.cvh-collection-card__media img,
.cvh-subject-card__media .cvh-image-placeholder,
.cvh-collection-card__media .cvh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cvh-subject-card__media img,
.cvh-collection-card__media img {
	transition: transform 650ms cubic-bezier(.2, .65, .3, 1);
}

.cvh-subject-card:hover img,
.cvh-collection-card:hover img {
	transform: scale(1.035);
}

.cvh-subject-card__shade,
.cvh-collection-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 42%, rgba(0, 0, 0, 0.64));
}

.cvh-subject-card__content,
.cvh-collection-card__content {
	position: absolute;
	right: 25px;
	bottom: 22px;
	left: 25px;
}

.cvh-subject-card__content {
	top: 0;
	right: 12px;
	bottom: 0;
	left: 12px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.cvh-subject-card__content h3,
.cvh-collection-card__content h3 {
	margin: 0 0 7px;
	font-size: clamp(22px, 2vw, 34px);
	line-height: 1.02;
}

.cvh-subject-card__content h3 {
	font-family: var(--cvh-region-heading-font, var(--cvh-heading, Georgia, serif));
	font-size: clamp(18px, 1.7vw, 27px);
	font-weight: 500;
	letter-spacing: -0.025em;
}

.cvh-subject-card__content p {
	display: block;
	max-width: 240px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.84);
	font-size: 11px;
	letter-spacing: 0.03em;
}

.cvh-subject-card__content span {
	display: none;
}

.cvh-subject-card__content p,
.cvh-collection-card__content p {
	margin-bottom: 8px;
	font-size: 12px;
}

.cvh-subject-card__content span,
.cvh-collection-card__content span {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.16em;
}

.cvh-subject-card__content i,
.cvh-collection-card__content i {
	font-size: 15px;
	font-style: normal;
}

/* Style and room carousels */
.cvh-collection__rail {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	padding-bottom: 15px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.cvh-collection__rail .cvh-collection-card {
	flex: 0 0 clamp(300px, 28vw, 405px);
	aspect-ratio: 3 / 4;
	scroll-snap-align: start;
}

.cvh-collection--room .cvh-collection-card {
	aspect-ratio: 4 / 5;
}

.cvh-collection .cvh-rail-button--previous {
	left: -16px;
}

.cvh-collection .cvh-rail-button--next {
	right: -16px;
}

/* Before / after comparison */
.cvh-compare {
	padding-block: 88px 96px;
}

.cvh-compare__stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	aspect-ratio: 16 / 7;
	min-height: 420px;
	border: 1px solid rgba(154, 116, 72, 0.18);
	border-radius: 28px;
	background: var(--cvh-surface, #f1eadf);
	box-shadow: 0 24px 70px rgba(48, 39, 29, 0.1);
	touch-action: pan-y;
	user-select: none;
}

.cvh-compare__image {
	position: absolute;
	inset: 0;
}

.cvh-compare__image--after {
	z-index: 1;
	clip-path: inset(0 0 0 var(--cvh-compare-position, 50%));
}

.cvh-compare__image img,
.cvh-compare__image .cvh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 220ms ease;
}

.cvh-compare__image > span {
	position: absolute;
	bottom: 24px;
	z-index: 2;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	color: rgba(37, 34, 30, 0.86);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-shadow: 0 1px 8px rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
}

.cvh-compare__image--before > span {
	left: 22px;
}

.cvh-compare__image--after > span {
	right: 22px;
}

.cvh-compare__divider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--cvh-compare-position, 50%);
	z-index: 2;
	width: 1px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 0 18px rgba(25, 22, 18, 0.12);
	pointer-events: none;
	transform: translateX(-0.5px);
}

.cvh-compare__divider i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(37, 34, 30, 0.12);
	border-radius: 50%;
	background: var(--cvh-bg, #faf6eb);
	box-shadow: 0 8px 28px rgba(25, 22, 18, 0.15);
	color: var(--cvh-text, #25221e);
	font-size: 21px;
	font-style: normal;
	transform: translate(-50%, -50%);
}

.cvh-compare__divider i span {
	display: block;
	font-family: Arial, sans-serif;
	font-weight: 300;
	line-height: 1;
}

.cvh-compare__range {
	position: absolute;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: ew-resize;
}

.cvh-compare__stage:focus-within .cvh-compare__divider i {
	outline: 2px solid rgba(154, 116, 72, 0.72);
	outline-offset: 4px;
}

/* Full-width promotional / Signature banner */
.cvh-signature {
	position: relative;
	min-height: 660px;
	overflow: hidden;
	background: var(--cvh-dark, #111210);
	color: #fff;
}

.cvh-signature__media,
.cvh-signature__shade,
.cvh-signature__media picture,
.cvh-signature__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.cvh-signature__media img {
	object-fit: cover;
}

.cvh-signature__shade {
	background: linear-gradient(90deg, rgba(10, 10, 9, 0.78), rgba(10, 10, 9, 0.3) 58%, rgba(10, 10, 9, 0.12));
}

.cvh-signature__inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 660px;
}

.cvh-signature__content {
	width: min(520px, 48%);
}

.cvh-signature__content h2 {
	margin: 0 0 22px;
	font-size: clamp(42px, 4.4vw, 70px);
	line-height: 0.98;
}

.cvh-signature__content > p:not(.cvh-eyebrow) {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
}

/* Brand/editorial story */
.cvh-editorial {
	padding-block: 94px;
}

.cvh-editorial__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	align-items: stretch;
	min-height: 570px;
}

.cvh-editorial--reverse .cvh-editorial__media {
	order: 2;
}

.cvh-editorial__media {
	min-height: 520px;
	overflow: hidden;
}

.cvh-editorial__media img,
.cvh-editorial__media .cvh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cvh-editorial__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(48px, 6vw, 100px);
	background: var(--cvh-surface, #f1eadf);
}

.cvh-editorial__content h2 {
	margin: 0 0 24px;
	font-size: clamp(38px, 4vw, 64px);
	line-height: 1;
}

.cvh-editorial__content > p:not(.cvh-eyebrow) {
	margin-bottom: 28px;
	color: var(--cvh-muted, #746f67);
	font-size: 14px;
}

/* FAQ */
.cvh-faq {
	padding-block: 90px 96px;
}

.cvh-faq__grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
	gap: clamp(60px, 9vw, 150px);
}

.cvh-faq__heading h2 {
	margin: 0;
	font-size: clamp(36px, 4vw, 62px);
	line-height: 1;
}

.cvh-faq__items {
	border-top: 1px solid rgba(37, 34, 30, 0.16);
}

.cvh-faq details {
	border-bottom: 1px solid rgba(37, 34, 30, 0.16);
}

.cvh-faq summary {
	position: relative;
	padding: 24px 48px 24px 0;
	font-size: 14px;
	font-weight: 520;
	list-style: none;
	cursor: pointer;
}

.cvh-faq summary::-webkit-details-marker {
	display: none;
}

.cvh-faq summary span::before,
.cvh-faq summary span::after {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 14px;
	height: 1px;
	background: currentColor;
	content: "";
}

.cvh-faq summary span::after {
	transform: rotate(90deg);
	transition: transform 180ms ease;
}

.cvh-faq details[open] summary span::after {
	transform: rotate(0deg);
}

.cvh-faq details p {
	max-width: 760px;
	margin-bottom: 24px;
	padding-right: 40px;
	color: var(--cvh-muted, #746f67);
	font-size: 13px;
}

/* Service strip */
.cvh-services {
	padding-block: 54px 58px;
	border-top: 1px solid rgba(37, 34, 30, 0.12);
}

.cvh-services > .cvh-container > h2 {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

.cvh-services__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cvh-services article {
	padding: 4px clamp(20px, 3vw, 48px);
	border-right: 1px solid rgba(37, 34, 30, 0.12);
	text-align: center;
}

.cvh-services article:first-child {
	padding-left: 0;
}

.cvh-services article:last-child {
	border-right: 0;
	padding-right: 0;
}

.cvh-services svg {
	width: 27px;
	height: 27px;
	margin: 0 auto 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.25;
}

.cvh-services h3 {
	margin: 0 0 7px;
	font-family: var(--cvh-body, Arial, sans-serif);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.cvh-services p {
	margin: 0;
	color: var(--cvh-muted, #746f67);
	font-size: 11px;
}

/* Restrained entrance animation; content stays visible without JavaScript. */
.cvh-js .cvh-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 620ms ease, transform 620ms ease;
}

.cvh-js .cvh-reveal.cvh-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1100px) {
	.cvh-container {
		width: min(calc(100% - 32px), var(--cvh-max, 1600px)) !important;
	}

	.cvh-feature-mosaic {
		grid-template-rows: repeat(2, minmax(210px, 260px));
		gap: 18px;
	}

	.cvh-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cvh-subject-grid {
		grid-auto-rows: 230px;
		gap: 18px;
	}

	.cvh-faq__grid {
		gap: 65px;
	}
}

@media (max-width: 780px) {
	.cvh-home {
		scroll-padding-top: 112px;
	}

	.cvh-container {
		width: calc(100% - 24px) !important;
	}

	.cvh-section {
		padding-block: 60px;
		scroll-margin-top: 112px;
	}

	.cvh-section-heading {
		gap: 11px;
		margin-bottom: 28px;
	}

	.cvh-section-heading--split {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.cvh-section-heading--split > p {
		justify-self: center;
	}

	.cvh-section-heading h2 {
		font-size: 29px;
	}

	.cvh-section-heading > p {
		font-size: 13px;
	}

	.cvh-section-heading--gallery-nav {
		margin-bottom: 30px;
		text-align: center;
	}

	.cvh-hero,
	.cvh-hero__inner {
		min-height: min(var(--cvh-hero-height, 820px), 80vh);
	}

	.cvh-hero__veil {
		background:
			linear-gradient(90deg, rgba(14, 12, 10, var(--cvh-mobile-side-overlay, 0.46)), rgba(14, 12, 10, var(--cvh-mobile-mid-overlay, 0.17)) 58%, rgba(14, 12, 10, 0)),
			linear-gradient(0deg, rgba(14, 12, 10, var(--cvh-mobile-overlay, 0.62)), rgba(14, 12, 10, var(--cvh-mobile-mid-overlay, 0.17)) 54%, rgba(14, 12, 10, 0) 84%);
	}

	.cvh-hero--image-full {
		aspect-ratio: 4 / 5;
		min-height: 0;
	}

	.cvh-hero--image-full .cvh-hero__inner {
		position: absolute;
		inset: 0;
		height: 100%;
		min-height: 0;
	}

	.cvh-hero__inner {
		align-items: flex-end;
	}

	.cvh-hero__content {
		width: 100%;
		padding: 52px 5px 38px;
	}

	.cvh-hero__content h1 {
		max-width: 440px;
		margin-bottom: 17px;
		font-size: clamp(38px, 12vw, 54px);
	}

	.cvh-hero__text {
		max-width: 440px;
		margin-bottom: 23px;
		font-size: 13px;
	}

	.cvh-actions {
		width: 100%;
	}

	.cvh-actions .cvh-button {
		flex: 1 1 170px;
		padding-inline: 14px;
	}

	.cvh-quick {
		padding-block: 44px 54px;
	}

	.cvh-feature-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		gap: 12px;
	}

	.cvh-feature-mosaic__lead {
		grid-column: 1 / -1;
		grid-row: auto;
		aspect-ratio: 4 / 3;
	}

	.cvh-feature-mosaic__card--1,
	.cvh-feature-mosaic__card--2 {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: 4 / 5;
	}

	.cvh-feature-mosaic__card--3 {
		grid-column: 1 / -1;
		grid-row: auto;
		aspect-ratio: 16 / 8;
	}

	.cvh-feature-mosaic__content {
		top: 16px;
		right: 14px;
		bottom: auto;
		left: 14px;
	}

	.cvh-feature-mosaic__content h2 {
		font-size: 21px;
	}

	.cvh-feature-mosaic__content span {
		font-size: 8px;
	}

	.cvh-products,
	.cvh-products + .cvh-products {
		padding-block: 54px 65px;
	}

	.cvh-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 12px;
	}

	.cvh-product-card__body {
		padding: 11px 2px 0;
	}

	.cvh-product-card__body h3 {
		display: -webkit-box;
		overflow: hidden;
		min-height: 4.35em;
		font-size: 11px;
		line-height: 1.45;
		overflow-wrap: anywhere;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.cvh-product-card__price {
		font-size: 10px;
	}

	.cvh-product-card__plus {
		right: 7px;
		bottom: 7px;
		width: 27px;
		height: 27px;
		opacity: 1;
	}

	.cvh-mobile-hidden {
		display: none !important;
	}

	.cvh-section-action {
		margin-top: 35px;
	}

	.cvh-look {
		padding-block: 62px 66px;
	}

	.cvh-look .cvh-section-heading {
		margin-bottom: 25px !important;
	}

	.cvh-look__rail {
		gap: 13px;
		padding-inline: 12px;
		scroll-padding-inline: 12px;
	}

	.cvh-look-card {
		flex-basis: 74vw;
	}

	.cvh-rail-button {
		display: none;
	}

	.cvh-collection {
		padding-block: 58px 68px;
	}

	.cvh-subject-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 190px;
		gap: 12px;
	}

	.cvh-subject-card:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
	}

	.cvh-subject-card:nth-child(1),
	.cvh-subject-card:nth-child(5) {
		grid-column: 1 / -1;
	}

	.cvh-subject-card__content,
	.cvh-collection-card__content {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}

	.cvh-subject-card__content h3,
	.cvh-collection-card__content h3 {
		font-size: 21px;
	}

	.cvh-subject-card__content p,
	.cvh-collection-card__content p {
		display: none;
	}

	.cvh-collection__rail {
		gap: 12px;
		margin-inline: -12px;
		padding-inline: 12px;
		scroll-padding-inline: 12px;
	}

	.cvh-collection__rail .cvh-collection-card {
		flex-basis: 78vw;
	}

	.cvh-compare {
		padding-block: 62px 70px;
	}

	.cvh-compare__stage {
		aspect-ratio: 4 / 5;
		min-height: 0;
	}

	.cvh-compare__image > span {
		bottom: 12px;
		padding: 0;
		font-size: 8px;
	}

	.cvh-compare__image--before > span {
		left: 12px;
	}

	.cvh-compare__image--after > span {
		right: 12px;
	}

	.cvh-signature,
	.cvh-signature__inner {
		min-height: 580px;
	}

	.cvh-signature__shade {
		background: linear-gradient(0deg, rgba(10, 10, 9, 0.78), rgba(10, 10, 9, 0.04) 72%);
	}

	.cvh-signature__inner {
		align-items: flex-end;
	}

	.cvh-signature__content {
		width: 100%;
		padding: 0 5px 42px;
	}

	.cvh-signature__content h2 {
		max-width: 420px;
		font-size: 43px;
	}

	.cvh-editorial {
		padding-block: 64px;
	}

	.cvh-editorial__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.cvh-editorial--reverse .cvh-editorial__media {
		order: 0;
	}

	.cvh-editorial__media {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.cvh-editorial__content {
		padding: 38px 26px 42px;
	}

	.cvh-editorial__content h2 {
		font-size: 39px;
	}

	.cvh-faq {
		padding-block: 64px;
	}

	.cvh-faq__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.cvh-faq__heading h2 {
		font-size: 42px;
	}

	.cvh-services {
		padding-block: 44px;
	}

	.cvh-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 0;
	}

	.cvh-services article,
	.cvh-services article:first-child,
	.cvh-services article:last-child {
		padding: 0 14px;
		border-right: 1px solid rgba(37, 34, 30, 0.12);
	}

	.cvh-services article:nth-child(2n) {
		border-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cvh-home *,
	.cvh-home *::before,
	.cvh-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* 1.3.0 · final seven-region homepage framework */
.cvh-feature-mosaic__lead .cvh-feature-mosaic__media,
.cvh-feature-mosaic__card .cvh-feature-mosaic__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.cvh-feature-mosaic__lead .cvh-feature-mosaic__media img,
.cvh-feature-mosaic__card .cvh-feature-mosaic__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cvh-button--artistic {
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
	padding-right: 48px;
	padding-left: 48px;
	text-align: center;
}

.cvh-button--artistic > span {
	position: absolute;
	right: 18px;
	margin: 0;
}

.cvh-bento-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-flow: dense;
	grid-auto-rows: 260px;
	gap: 18px;
}

.cvh-bento-card {
	position: relative;
	display: block;
	overflow: hidden;
	min-width: 0;
	border-radius: 16px;
	background: var(--cvh-surface, #f1eadf);
	color: #fff;
}

.cvh-bento-card:nth-child(1) { grid-column: 1 / span 2; grid-row: 1; }
.cvh-bento-card:nth-child(2) { grid-column: 3; grid-row: 1; }
.cvh-bento-card:nth-child(3) { grid-column: 4; grid-row: 1 / span 2; }
.cvh-bento-card:nth-child(4) { grid-column: 1; grid-row: 2; }
.cvh-bento-card:nth-child(5) { grid-column: 2 / span 2; grid-row: 2; }
.cvh-bento-card:nth-child(6) { grid-column: 1 / span 2; grid-row: 3; }
.cvh-bento-card:nth-child(7) { grid-column: 3; grid-row: 3; }
.cvh-bento-card:nth-child(8) { grid-column: 4; grid-row: 3; }

.cvh-bento-card__media,
.cvh-bento-card__media img,
.cvh-bento-card__media .cvh-image-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cvh-bento-card__media img {
	transition: transform 700ms cubic-bezier(.2, .65, .3, 1);
}

.cvh-bento-card:hover .cvh-bento-card__media img,
.cvh-bento-card:focus-visible .cvh-bento-card__media img {
	transform: scale(1.035);
}

.cvh-bento-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.34));
	transition: background 260ms ease;
}

.cvh-bento-card:hover .cvh-bento-card__shade,
.cvh-bento-card:focus-visible .cvh-bento-card__shade {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 18%, rgba(0, 0, 0, 0.48));
}

.cvh-bento-card__content {
	position: absolute;
	inset: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.3);
}

.cvh-bento-card__content h3 {
	margin: 0;
	font-family: var(--cvh-region-heading-font, var(--cvh-heading, Georgia, serif));
	font-size: clamp(18px, 2.1vw, 28px);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.04;
}

.cvh-bento-card__content p {
	max-height: 0;
	margin: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.86);
	font-size: 11px;
	opacity: 0;
	transform: translateY(7px);
	transition: max-height 260ms ease, margin 260ms ease, opacity 260ms ease, transform 260ms ease;
}

.cvh-bento-card:hover .cvh-bento-card__content p,
.cvh-bento-card:focus-visible .cvh-bento-card__content p {
	max-height: 60px;
	margin-top: 9px;
	opacity: 1;
	transform: none;
}

.cvh-bento-card__content span {
	display: none;
}

@media (max-width: 1100px) {
	.cvh-bento-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cvh-bento-card:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
	}

	.cvh-bento-card:nth-child(1),
	.cvh-bento-card:nth-child(6) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 780px) {
	/* Mobile content must never wait for an entrance observer before becoming usable. */
	.cvh-js .cvh-reveal,
	.cvh-js .cvh-reveal.cvh-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.cvh-bento-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cvh-bento-card:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
	}

	.cvh-bento-card:nth-child(1),
	.cvh-bento-card:nth-child(6) {
		grid-column: 1 / -1;
	}

	.cvh-bento-card__content {
		top: auto;
		right: 15px;
		bottom: 15px;
		left: 15px;
		align-items: flex-start;
		justify-content: flex-end;
		text-align: left;
		text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
	}

	.cvh-bento-card__content h3 {
		max-width: 100%;
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.cvh-bento-card__content p {
		display: none;
	}
}
