/*
Theme Name: Cozy Haven Elegance
Theme URI: https://cozyhaven.com.au/
Author: AFL Group
Author URI: https://cozyhaven.com.au/
Description: Critical homepage styles for the Cozy Haven WooCommerce storefront.
Version: 3.0.1
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cozy-haven
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, accessibility-ready, block-styles, wide-blocks
*/

:root {
	--ch-ink: #273541;
	--ch-ink-soft: #586571;
	--ch-blue: #5488b1;
	--ch-blue-deep: #386b93;
	--ch-blue-soft: #e6f0f6;
	--ch-sky: #f2f7fa;
	--ch-taupe: #a99687;
	--ch-sand: #ddcdbd;
	--ch-gold: #efb962;
	--ch-ivory: #fbf8f3;
	--ch-cream: #f5efe7;
	--ch-white: #ffffff;
	--ch-border: #e5ddd3;
	--ch-success: #2f7668;
	--ch-danger: #a54747;
	--ch-shadow-sm: 0 8px 24px rgba(39, 53, 65, 0.07);
	--ch-shadow-md: 0 18px 48px rgba(39, 53, 65, 0.11);
	--ch-radius-sm: 10px;
	--ch-radius-md: 18px;
	--ch-radius-lg: 30px;
	--ch-radius-pill: 999px;
	--ch-container: 1280px;
	--ch-narrow: 820px;
	--ch-header-height: 82px;
	--ch-transition: 180ms ease;
	--ch-font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ch-font-display: Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--ch-white);
	color: var(--ch-ink);
	font-family: var(--ch-font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.menu-open,
body.search-open {
	overflow: hidden;
}

img,
svg,
video {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

a {
	color: var(--ch-blue-deep);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color var(--ch-transition), opacity var(--ch-transition);
}

a:hover {
	color: var(--ch-blue);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.6em;
	color: var(--ch-ink);
	font-family: var(--ch-font-display);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

h1 { font-size: clamp(2.65rem, 6vw, 5.75rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); }
h4 { font-size: 1.25rem; }

p {
	margin: 0 0 1.25em;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-inline-start: 1.35em;
}

blockquote {
	margin: 2rem 0;
	padding: 1rem 0 1rem 1.5rem;
	border-left: 3px solid var(--ch-blue);
	color: var(--ch-ink-soft);
	font-family: var(--ch-font-display);
	font-size: 1.35rem;
}

::selection {
	background: var(--ch-blue-soft);
	color: var(--ch-ink);
}

:focus-visible {
	outline: 3px solid rgba(84, 136, 177, 0.42);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 0.8rem 1rem;
	clip: auto !important;
	background: var(--ch-white);
	color: var(--ch-ink);
	font-size: 0.9rem;
	font-weight: 700;
	box-shadow: var(--ch-shadow-md);
}

.skip-link {
	border-radius: var(--ch-radius-sm);
}

.ch-container,
.site-main > .woocommerce,
.site-main > .woocommerce-notices-wrapper {
	width: min(calc(100% - 40px), var(--ch-container));
	margin-inline: auto;
}

.ch-narrow {
	width: min(calc(100% - 40px), var(--ch-narrow));
	margin-inline: auto;
}

.ch-section {
	padding-block: clamp(4.5rem, 8vw, 8rem);
}

.ch-section--soft {
	background: var(--ch-ivory);
}

.ch-section--sky {
	background: var(--ch-sky);
}

.ch-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.ch-section-head__copy {
	max-width: 700px;
}

.ch-section-head h2 {
	margin-bottom: 0.25rem;
}

.ch-section-head p {
	max-width: 620px;
	margin: 0.6rem 0 0;
	color: var(--ch-ink-soft);
	font-size: 1.05rem;
}

.ch-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1rem;
	color: var(--ch-blue-deep);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ch-eyebrow::before {
	width: 28px;
	height: 1px;
	background: currentColor;
	content: "";
}

.ch-button,
button.ch-button,
input[type="submit"] {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.8rem 1.35rem;
	border: 1px solid var(--ch-blue-deep);
	border-radius: var(--ch-radius-pill);
	background: var(--ch-blue-deep);
	color: var(--ch-white);
	font-family: var(--ch-font-body);
	font-size: 0.92rem;
	font-weight: 750;
	letter-spacing: 0.015em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	transition: transform var(--ch-transition), background var(--ch-transition), color var(--ch-transition), border-color var(--ch-transition), box-shadow var(--ch-transition);
}

.ch-button:hover,
button.ch-button:hover,
input[type="submit"]:hover {
	border-color: var(--ch-ink);
	background: var(--ch-ink);
	color: var(--ch-white);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(39, 53, 65, 0.16);
}

.ch-button svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.ch-button--light {
	border-color: var(--ch-white);
	background: var(--ch-white);
	color: var(--ch-ink);
}

.ch-button--outline {
	border-color: var(--ch-border);
	background: transparent;
	color: var(--ch-ink);
}

.ch-button--outline:hover {
	border-color: var(--ch-blue-deep);
	background: var(--ch-blue-soft);
	color: var(--ch-blue-deep);
	box-shadow: none;
}

.ch-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--ch-ink);
	font-weight: 750;
	text-decoration: none;
}

.ch-text-link svg {
	width: 17px;
	height: 17px;
	transition: transform var(--ch-transition);
}

.ch-text-link:hover svg {
	transform: translateX(4px);
}

/* Announcement and header */
.ch-announcement {
	position: relative;
	z-index: 120;
	min-height: 37px;
	background: var(--ch-ink);
	color: var(--ch-white);
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.055em;
}

.ch-announcement__inner {
	display: flex;
	min-height: 37px;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	text-align: center;
}

.ch-announcement a {
	color: inherit;
	text-underline-offset: 0.25em;
}

.ch-announcement svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.site-header {
	position: relative;
	z-index: 110;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(229, 221, 211, 0.8);
	transition: box-shadow var(--ch-transition), transform var(--ch-transition);
}

.site-header.is-sticky {
	position: sticky;
	top: 0;
	box-shadow: 0 9px 32px rgba(39, 53, 65, 0.08);
	backdrop-filter: blur(16px);
}

.admin-bar .site-header.is-sticky {
	top: 32px;
}

.site-header__inner {
	display: grid;
	min-height: var(--ch-header-height);
	grid-template-columns: minmax(170px, 0.8fr) minmax(420px, 2.4fr) minmax(190px, 0.8fr);
	align-items: center;
	gap: 1.5rem;
}

.site-branding {
	display: flex;
	align-items: center;
}

.custom-logo-link,
.ch-brand-fallback {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.custom-logo {
	width: auto;
	max-width: 168px;
	max-height: 68px;
}

.ch-brand-fallback img {
	width: 92px;
	height: 68px;
	object-fit: contain;
}

.site-title {
	margin: 0;
	font-family: var(--ch-font-display);
	font-size: 1.7rem;
}

.site-title a {
	color: var(--ch-ink);
	text-decoration: none;
}

.site-description {
	margin: 0.1rem 0 0;
	color: var(--ch-ink-soft);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.primary-navigation {
	align-self: stretch;
}

.primary-navigation .menu,
.primary-navigation .nav-menu {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 2vw, 2rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation li {
	position: relative;
	margin: 0;
}

.primary-navigation a {
	display: flex;
	min-height: 44px;
	align-items: center;
	color: var(--ch-ink);
	font-size: 0.86rem;
	font-weight: 720;
	letter-spacing: 0.015em;
	text-decoration: none;
}

.primary-navigation > div > ul > li > a::after {
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--ch-blue);
	content: "";
	transform: scaleX(0);
	transition: transform var(--ch-transition);
}

.primary-navigation > div > ul > li:hover > a::after,
.primary-navigation > div > ul > li.current-menu-item > a::after,
.primary-navigation > div > ul > li.current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.primary-navigation .sub-menu {
	position: absolute;
	top: calc(100% - 4px);
	left: -22px;
	z-index: 20;
	min-width: 235px;
	margin: 0;
	padding: 0.75rem;
	border: 1px solid var(--ch-border);
	border-radius: var(--ch-radius-md);
	background: var(--ch-white);
	box-shadow: var(--ch-shadow-md);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity var(--ch-transition), transform var(--ch-transition);
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.primary-navigation .sub-menu a {
	min-height: 0;
	padding: 0.65rem 0.75rem;
	border-radius: 8px;
	font-size: 0.84rem;
}

.primary-navigation .sub-menu a:hover {
	background: var(--ch-sky);
	color: var(--ch-blue-deep);
}

.primary-navigation .sub-menu .sub-menu {
	top: -0.75rem;
	left: calc(100% - 0.25rem);
	z-index: 21;
}

.primary-navigation .sub-menu .menu-item-has-children > a {
	gap: 0.9rem;
	padding-right: 0.9rem;
}

.primary-navigation .sub-menu .menu-item-has-children > a::after {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	margin-left: auto;
	border-top: 1.5px solid currentcolor;
	border-right: 1.5px solid currentcolor;
	content: "";
	transform: rotate(45deg);
}

.ch-submenu-toggle {
	display: none;
}

.ch-menu-close {
	display: none;
}

.site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.35rem;
}

.ch-icon-button {
	position: relative;
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--ch-ink);
	text-decoration: none;
	transition: background var(--ch-transition), color var(--ch-transition);
}

.ch-icon-button:hover {
	background: var(--ch-sky);
	color: var(--ch-blue-deep);
}

.ch-icon-button svg {
	width: 21px;
	height: 21px;
}

.ch-cart-count {
	position: absolute;
	top: 1px;
	right: -1px;
	display: flex;
	min-width: 19px;
	height: 19px;
	align-items: center;
	justify-content: center;
	padding-inline: 4px;
	border: 2px solid var(--ch-white);
	border-radius: var(--ch-radius-pill);
	background: var(--ch-blue-deep);
	color: var(--ch-white);
	font-size: 0.63rem;
	font-weight: 800;
	line-height: 1;
}

.menu-toggle {
	display: none;
}

.ch-search-panel {
	position: fixed;
	inset: 0;
	z-index: 300;
	display: grid;
	place-items: start center;
	padding: max(9vh, 70px) 20px 40px;
	background: rgba(39, 53, 65, 0.72);
	backdrop-filter: blur(10px);
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--ch-transition);
}

.ch-search-panel.is-open {
	opacity: 1;
	pointer-events: auto;
}

.ch-search-panel__dialog {
	position: relative;
	width: min(760px, 100%);
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: var(--ch-radius-lg);
	background: var(--ch-white);
	box-shadow: var(--ch-shadow-md);
	transform: translateY(-16px);
	transition: transform var(--ch-transition);
}

.ch-search-panel.is-open .ch-search-panel__dialog {
	transform: translateY(0);
}

.ch-search-panel__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.ch-search-panel h2 {
	margin: 0 3rem 1.25rem 0;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.ch-product-search {
	position: relative;
	display: flex;
	gap: 0.6rem;
}

.ch-product-search input[type="search"] {
	width: 100%;
	min-height: 56px;
	padding: 0.85rem 1.1rem;
	border: 1px solid var(--ch-border);
	border-radius: var(--ch-radius-pill);
	background: var(--ch-ivory);
	color: var(--ch-ink);
}

.ch-product-search button {
	flex: 0 0 auto;
}

.ch-popular-searches {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.ch-popular-searches a {
	padding: 0.42rem 0.75rem;
	border: 1px solid var(--ch-border);
	border-radius: var(--ch-radius-pill);
	color: var(--ch-ink-soft);
	font-size: 0.78rem;
	font-weight: 650;
	text-decoration: none;
}

.ch-popular-searches a:hover {
	border-color: var(--ch-blue);
	background: var(--ch-blue-soft);
	color: var(--ch-blue-deep);
}

/* Front page hero */
.ch-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(125deg, #fbf7f1 0%, #f5eee5 50%, #e9f1f5 100%);
}

.ch-hero::before,
.ch-hero::after {
	position: absolute;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.ch-hero::before {
	top: -210px;
	left: -160px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(84, 136, 177, 0.14);
}

.ch-hero::after {
	right: -120px;
	bottom: -220px;
	width: 440px;
	height: 440px;
	background: rgba(239, 185, 98, 0.11);
}

.ch-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: clamp(600px, 72vw, 760px);
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.ch-hero__content {
	position: relative;
	z-index: 2;
	max-width: 625px;
}

.ch-hero__title {
	max-width: 650px;
	margin-bottom: 1.25rem;
	font-size: clamp(3.25rem, 6.8vw, 6.4rem);
	letter-spacing: -0.055em;
	line-height: 0.97;
}

.ch-hero__title em {
	color: var(--ch-blue);
	font-weight: inherit;
}

.ch-hero__copy {
	max-width: 550px;
	margin-bottom: 1.8rem;
	color: var(--ch-ink-soft);
	font-size: clamp(1.03rem, 1.4vw, 1.18rem);
}

.ch-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.ch-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.4rem;
	margin-top: 2rem;
	color: var(--ch-ink-soft);
	font-size: 0.82rem;
	font-weight: 650;
}

.ch-hero__proof span {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.ch-hero__proof svg {
	width: 17px;
	height: 17px;
	color: var(--ch-blue-deep);
}

.ch-hero__visual {
	position: relative;
	min-width: 0;
}

.ch-hero__image-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1.22 / 1;
	border: 8px solid rgba(255, 255, 255, 0.82);
	border-radius: 47% 47% 28px 28px;
	background: var(--ch-blue-soft);
	box-shadow: var(--ch-shadow-md);
}

.ch-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ch-hero__badge {
	position: absolute;
	bottom: 26px;
	left: -26px;
	display: flex;
	max-width: 250px;
	align-items: center;
	gap: 0.9rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: var(--ch-radius-md);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--ch-shadow-md);
	backdrop-filter: blur(12px);
}

.ch-hero__badge-icon {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	border-radius: 50%;
	background: var(--ch-blue-soft);
	color: var(--ch-blue-deep);
}

.ch-hero__badge-icon svg {
	width: 22px;
	height: 22px;
}

.ch-hero__badge strong,
.ch-hero__badge span {
	display: block;
}

.ch-hero__badge strong {
	font-family: var(--ch-font-display);
	font-size: 1.06rem;
	font-weight: 600;
	line-height: 1.15;
}

.ch-hero__badge span {
	margin-top: 0.18rem;
	color: var(--ch-ink-soft);
	font-size: 0.72rem;
}

/* Trust rail */
.ch-trust-rail {
	position: relative;
	z-index: 3;
	background: var(--ch-white);
	border-top: 1px solid var(--ch-border);
	border-bottom: 1px solid var(--ch-border);
}

.ch-trust-rail__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.ch-trust-item {
	display: flex;
	min-height: 108px;
	align-items: center;
	gap: 0.9rem;
	padding: 1.35rem clamp(1rem, 2vw, 2rem);
	border-right: 1px solid var(--ch-border);
}

.ch-trust-item:first-child {
	padding-left: 0;
}

.ch-trust-item:last-child {
	padding-right: 0;
	border-right: 0;
}

.ch-trust-item__icon {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	border-radius: 50%;
	background: var(--ch-sky);
	color: var(--ch-blue-deep);
}

.ch-trust-item__icon svg {
	width: 21px;
	height: 21px;
}

.ch-trust-item strong,
.ch-trust-item span {
	display: block;
}

.ch-trust-item strong {
	font-size: 0.88rem;
	line-height: 1.25;
}

.ch-trust-item span {
	margin-top: 0.2rem;
	color: var(--ch-ink-soft);
	font-size: 0.73rem;
	line-height: 1.35;
}

/* Category cards */
.ch-category-grid {
	display: grid;
}

@media (max-width: 1120px) {
	.site-header__inner {
		grid-template-columns: minmax(150px, 0.8fr) minmax(360px, 2fr) minmax(170px, 0.7fr);
		gap: 0.8rem;
	}

	.primary-navigation .menu,
	.primary-navigation .nav-menu {
		gap: 1rem;
	}

	.primary-navigation a {
		font-size: 0.79rem;
	}

	.ch-category-card,
	.ch-category-card:first-child,
	.ch-category-card:nth-child(6n) {
		grid-column: span 6;
	}

	.ch-needs-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.site-footer__top {
		grid-template-columns: 1.3fr repeat(3, 0.7fr);
		gap: 2rem;
	}
}

@media (max-width: 900px) {
	:root {
		--ch-header-height: 70px;
	}

	.site-header {
		z-index: 240;
	}

	.ch-container,
	.site-main > .woocommerce,
	.site-main > .woocommerce-notices-wrapper {
		width: min(calc(100% - 32px), var(--ch-container));
	}

	.site-header__inner {
		display: flex;
		justify-content: space-between;
	}

	.custom-logo {
		max-width: 140px;
		max-height: 58px;
	}

	.ch-brand-fallback img {
		width: 78px;
		height: 58px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 250;
		width: min(88vw, 390px);
		padding: 6rem 1.25rem 2rem;
		overflow-y: auto;
		background: var(--ch-white);
		box-shadow: var(--ch-shadow-md);
		transform: translateX(-105%);
		transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.ch-menu-close {
		position: absolute;
		top: 1rem;
		right: 1rem;
		display: inline-flex;
	}

	.primary-navigation.is-open {
		transform: translateX(0);
	}

	.primary-navigation .menu,
	.primary-navigation .nav-menu {
		display: block;
		height: auto;
	}

	.primary-navigation a {
		min-height: 48px;
		padding: 0.35rem 0.25rem;
		border-bottom: 1px solid var(--ch-border);
		font-size: 0.95rem;
	}

	.primary-navigation > div > ul > li > a::after {
		display: none;
	}

	.primary-navigation .sub-menu,
	.primary-navigation .sub-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		padding: 0 0 0.4rem 0.9rem;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.primary-navigation li.is-submenu-open > .sub-menu,
	.primary-navigation li:focus-within > .sub-menu {
		display: block;
	}

	.primary-navigation .sub-menu a {
		min-height: 42px;
		border-bottom: 0;
	}

	.primary-navigation .sub-menu .menu-item-has-children > a::after {
		display: none;
	}

	.primary-navigation li.menu-item-has-children > a {
		padding-right: 3rem;
	}

	.ch-submenu-toggle {
		position: absolute;
		top: 3px;
		right: 0;
		display: grid;
		width: 40px;
		height: 40px;
		place-items: center;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: var(--ch-sky);
		color: var(--ch-ink);
	}

	.ch-submenu-toggle svg {
		width: 17px;
		height: 17px;
		transition: transform var(--ch-transition);
	}

	.menu-item-has-children.is-submenu-open > .ch-submenu-toggle svg {
		transform: rotate(180deg);
	}

	.ch-menu-backdrop {
		position: fixed;
		inset: 0;
		z-index: 230;
		background: rgba(39, 53, 65, 0.52);
		opacity: 0;
		pointer-events: none;
		transition: opacity var(--ch-transition);
	}

	.ch-menu-backdrop.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	.ch-hero__inner {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.ch-hero__content {
		max-width: 760px;
		text-align: center;
	}

	.ch-hero__title,
	.ch-hero__copy {
		margin-right: auto;
		margin-left: auto;
	}

	.ch-hero__actions,
	.ch-hero__proof {
		justify-content: center;
	}

	.ch-hero__visual {
		width: min(680px, 100%);
		margin: 0 auto;
	}

	.ch-trust-rail__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ch-trust-item {
		border-bottom: 1px solid var(--ch-border);
	}

	.ch-trust-item:nth-child(2) {
		border-right: 0;
	}

	.ch-trust-item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.ch-trust-item:first-child,
	.ch-trust-item:last-child {
		padding: 1.25rem;
	}

	.ch-promo__inner,
	.ch-story,
	.ch-newsletter__inner {
		grid-template-columns: 1fr;
	}

	.ch-promo__offer {
		justify-content: flex-start;
	}

	.ch-story__visual {
		min-height: 480px;
		order: 2;
	}

	.ch-journal-grid,
	.ch-post-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.site-footer__top {
		grid-template-columns: repeat(2, 1fr);
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header.is-sticky {
		top: 46px;
	}
}

@media (max-width: 640px) {
	body {
		padding-bottom: 67px;
	}

	.ch-section {
		padding-block: 4.25rem;
	}

	.ch-section-head {
		display: block;
	}

	.ch-section-head .ch-text-link {
		margin-top: 1rem;
	}

	.ch-announcement {
		font-size: 0.68rem;
		letter-spacing: 0.03em;
	}

	.site-header__actions .ch-account-link {
		display: none;
	}

	.ch-search-panel {
		padding: 16px;
	}

	.ch-search-panel__dialog {
		margin-top: 8vh;
		padding: 1.4rem;
	}

	.ch-product-search {
		display: grid;
	}

	.ch-product-search button {
		width: 100%;
	}

	.ch-hero__inner {
		padding-block: 3.25rem;
	}

	.ch-hero__title {
		font-size: clamp(3rem, 15vw, 4.65rem);
	}

	.ch-hero__actions .ch-button {
		width: 100%;
	}

	.ch-hero__proof {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		text-align: left;
	}

	.ch-hero__image-wrap {
		aspect-ratio: 1 / 1;
		border-width: 5px;
		border-radius: 45% 45% 20px 20px;
	}

	.ch-hero__badge {
		bottom: 14px;
		left: 12px;
		max-width: calc(100% - 24px);
	}

	.ch-trust-rail__grid,
	.ch-needs-grid,
	.ch-story__values,
	.ch-journal-grid,
	.ch-post-grid,
	.site-footer__top {
		grid-template-columns: 1fr;
	}

	.ch-trust-item,
	.ch-trust-item:nth-child(2),
	.ch-trust-item:nth-last-child(-n + 2),
	.ch-trust-item:first-child,
	.ch-trust-item:last-child {
		min-height: 90px;
		padding: 1rem 0;
		border-right: 0;
		border-bottom: 1px solid var(--ch-border);
	}

	.ch-trust-item:last-child {
		border-bottom: 0;
	}

	.ch-category-card,
	.ch-category-card:first-child,
	.ch-category-card:nth-child(6n) {
		grid-column: 1 / -1;
		min-height: 340px;
	}

	.ch-promo__offer,
	.ch-newsletter__form form,
	.ch-newsletter__fallback {
		align-items: stretch;
		flex-direction: column;
	}

	.ch-coupon {
		justify-content: space-between;
	}

	.ch-story__visual {
		min-height: 390px;
	}

	.ch-story__mark {
		left: 48%;
		width: 74%;
	}

	.ch-story__moon {
		width: 94px;
		height: 94px;
	}

	.site-footer__brand {
		grid-column: auto;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 1.3rem;
	}

	.ch-payment-badges {
		align-self: center;
	}

	.ch-back-to-top {
		right: 14px;
		bottom: 80px;
	}

	.ch-mobile-nav {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 200;
		display: grid;
		height: 67px;
		grid-template-columns: repeat(5, 1fr);
		border-top: 1px solid var(--ch-border);
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0 -8px 30px rgba(39, 53, 65, 0.08);
		backdrop-filter: blur(14px);
	}

	.ch-mobile-nav a,
	.ch-mobile-nav button {
		position: relative;
		display: flex;
		min-width: 0;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 0.2rem;
		padding: 0.35rem 0.2rem;
		border: 0;
		background: transparent;
		color: var(--ch-ink-soft);
		font-size: 0.59rem;
		font-weight: 700;
		text-decoration: none;
	}

	.ch-mobile-nav a:hover,
	.ch-mobile-nav button:hover,
	.ch-mobile-nav .is-current {
		color: var(--ch-blue-deep);
	}

	.ch-mobile-nav svg {
		width: 20px;
		height: 20px;
	}

	.ch-mobile-nav .ch-cart-count {
		top: 4px;
		right: calc(50% - 19px);
	}
}

/* Storefront shell: resilient two-tier header, guided hero and full footer. */
:root {
	--ch-header-height: 130px;
}

.ch-announcement__inner {
	justify-content: space-between;
	text-align: left;
}

.ch-announcement__message,
.ch-utility-navigation {
	display: flex;
	align-items: center;
}

.ch-announcement__message {
	gap: 0.6rem;
}

.ch-utility-navigation {
	align-self: stretch;
	gap: 0;
}

.ch-utility-navigation a {
	display: inline-flex;
	min-height: 37px;
	align-items: center;
	padding-inline: 0.8rem;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.69rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.site-header__main {
	display: grid;
	min-height: 80px;
	grid-template-columns: minmax(145px, 0.62fr) minmax(300px, 1.7fr) auto;
	align-items: center;
	gap: clamp(1rem, 3vw, 2.75rem);
}

.site-header__search {
	width: 100%;
	max-width: 680px;
	justify-self: center;
}

.site-header__search .ch-product-search {
	position: relative;
	display: block;
}

.site-header__search .ch-product-search input[type="search"] {
	width: 100%;
	min-height: 48px;
	padding: 0.7rem 3.5rem 0.7rem 1.1rem;
	border-color: #dcd3c8;
	border-radius: var(--ch-radius-pill);
	background: var(--ch-ivory);
}

.site-header__search .ch-product-search button {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 40px;
	min-height: 40px;
	padding: 0;
	border-radius: 50%;
}

.site-header__search .ch-product-search button span {
	display: none;
}

.site-header__actions {
	gap: 0.15rem;
}

.ch-header-action {
	position: relative;
	display: inline-flex;
	min-width: 58px;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.1rem;
	padding: 0.25rem 0.45rem;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: var(--ch-ink);
	font-size: 0.64rem;
	font-weight: 750;
	line-height: 1.15;
	text-decoration: none;
	transition: background var(--ch-transition), color var(--ch-transition);
}

.ch-header-action:hover {
	background: var(--ch-sky);
	color: var(--ch-blue-deep);
}

.ch-header-action svg {
	width: 21px;
	height: 21px;
}

.ch-header-action .ch-cart-count {
	top: 0;
	right: 5px;
}

.ch-search-toggle {
	display: none;
}

.site-header__nav-row {
	border-top: 1px solid rgba(229, 221, 211, 0.72);
	background: rgba(251, 248, 243, 0.76);
}

.site-header__nav-row .primary-navigation {
	min-height: 49px;
}

.site-header__nav-row .ch-menu-close {
	display: none;
}

.site-header__nav-row .primary-navigation > .menu,
.site-header__nav-row .primary-navigation > .nav-menu {
	min-height: 49px;
	justify-content: flex-start;
	gap: clamp(1.15rem, 2.6vw, 2.7rem);
}

.primary-navigation > .menu > li > a,
.primary-navigation > .nav-menu > li > a {
	position: relative;
}

.primary-navigation > .menu > li > a::after,
.primary-navigation > .nav-menu > li > a::after {
	position: absolute;
	right: 0;
	bottom: 8px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--ch-blue);
	content: "";
	transform: scaleX(0);
	transition: transform var(--ch-transition);
}

.primary-navigation > .menu > li:hover > a::after,
.primary-navigation > .menu > li:focus-within > a::after,
.primary-navigation > .menu > li.current-menu-item > a::after,
.primary-navigation > .menu > li.current-menu-ancestor > a::after,
.primary-navigation > .nav-menu > li:hover > a::after,
.primary-navigation > .nav-menu > li:focus-within > a::after,
.primary-navigation > .nav-menu > li.current-menu-item > a::after,
.primary-navigation > .nav-menu > li.current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.site-header__nav-row .primary-navigation > .menu > li > .sub-menu,
.site-header__nav-row .primary-navigation > .nav-menu > li > .sub-menu {
	top: calc(100% - 1px);
}

.ch-hero__finder {
	max-width: 585px;
	margin: 1.65rem 0 1.2rem;
	padding: 0.75rem;
	border: 1px solid rgba(84, 136, 177, 0.2);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 12px 32px rgba(39, 53, 65, 0.07);
	backdrop-filter: blur(10px);
}

.ch-hero__finder > span {
	display: block;
	margin: 0 0 0.5rem 0.35rem;
	color: var(--ch-ink-soft);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ch-hero__finder .ch-product-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.5rem;
}

.ch-hero__finder .ch-product-search input[type="search"] {
	min-height: 52px;
	border-color: rgba(84, 136, 177, 0.24);
	background: var(--ch-white);
}

.ch-hero__finder .ch-product-search button {
	min-height: 52px;
}

.ch-size-finder {
	padding-block: 1.15rem;
	border-bottom: 1px solid var(--ch-border);
	background: var(--ch-white);
}

.ch-size-finder__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(1.25rem, 4vw, 3.25rem);
}

.ch-size-finder__title {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.ch-size-finder__title > span {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border-radius: 50%;
	background: var(--ch-blue-soft);
	color: var(--ch-blue-deep);
}

.ch-size-finder__title svg {
	width: 23px;
	height: 23px;
}

.ch-size-finder__title div > span {
	display: block;
	color: var(--ch-ink-soft);
	font-size: 0.64rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ch-size-finder__title h2 {
	margin: 0.1rem 0 0;
	font-family: var(--ch-font-body);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0;
}

.ch-size-finder__links {
	display: flex;
	overflow-x: auto;
	justify-content: flex-end;
	gap: 0.5rem;
	padding: 0.2rem 0;
	scrollbar-width: none;
}

.ch-size-finder__links::-webkit-scrollbar {
	display: none;
}

.ch-size-finder__links a {
	flex: 0 0 auto;
	padding: 0.55rem 0.85rem;
	border: 1px solid var(--ch-border);
	border-radius: var(--ch-radius-pill);
	color: var(--ch-ink);
	font-size: 0.72rem;
	font-weight: 750;
	text-decoration: none;
}

.ch-size-finder__links a:hover {
	border-color: var(--ch-blue-deep);
	background: var(--ch-blue-deep);
	color: var(--ch-white);
}

.site-footer__top {
	grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(125px, 0.75fr));
	gap: clamp(1.5rem, 3.2vw, 3.5rem);
}

.site-footer__extra {
	margin-top: 1.4rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__extra .widget + .widget {
	margin-top: 1.25rem;
}

.site-footer__extra :is(h2, h3, .widget-title) {
	margin-bottom: 0.7rem;
	font-family: var(--ch-font-body);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.site-footer__extra ul {
	display: grid;
	gap: 0.35rem;
}

.site-footer__extra li,
.site-footer__extra li + li {
	margin: 0;
}

@media (max-width: 1120px) {
	.site-header__main {
		grid-template-columns: minmax(135px, 0.55fr) minmax(270px, 1.45fr) auto;
		gap: 1rem;
	}

	.site-footer__top {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	:root {
		--ch-header-height: 70px;
	}

	.ch-announcement__inner {
		justify-content: center;
		text-align: center;
	}

	.ch-utility-navigation {
		display: none;
	}

	.site-header__main {
		display: grid;
		min-height: 70px;
		grid-template-columns: auto minmax(90px, 1fr) auto;
		gap: 0.55rem;
	}

	.site-branding {
		justify-content: center;
	}

	.site-header__search {
		display: none;
	}

	.ch-search-toggle {
		display: inline-flex;
	}

	.ch-header-action {
		width: 42px;
		min-width: 42px;
		height: 44px;
		min-height: 44px;
		padding: 0;
	}

	.ch-header-action > span:not(.ch-cart-count) {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.site-header__nav-row {
		min-height: 0;
		border: 0;
	}

	.site-header__nav-row .primary-navigation {
		width: min(88vw, 390px);
		min-height: 100%;
		margin: 0;
	}

	.site-header__nav-row .ch-menu-close {
		display: inline-flex;
	}

	.site-header__nav-row .primary-navigation > .menu,
	.site-header__nav-row .primary-navigation > .nav-menu {
		display: block;
		min-height: 0;
	}

	.primary-navigation > .menu > li > a::after,
	.primary-navigation > .nav-menu > li > a::after {
		display: none;
	}

	.primary-navigation li:focus-within > .sub-menu {
		display: none;
	}

	.primary-navigation li.is-submenu-open > .sub-menu {
		display: block;
	}

	.ch-hero__finder {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.ch-size-finder__inner {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.ch-size-finder__links {
		justify-content: flex-start;
	}

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

@media (max-width: 640px) {
	.ch-announcement__message {
		max-width: 100%;
	}

	.ch-announcement__message span,
	.ch-announcement__message a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-header__actions {
		gap: 0;
	}

	.ch-hero__finder .ch-product-search {
		grid-template-columns: 1fr;
	}

	.ch-hero__finder .ch-product-search button {
		width: 100%;
	}

	.ch-size-finder__title > span {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		grid-column: auto;
	}
}


/* === Cozy Haven bundled WordPress support === */

/* Reserve the complete tile for any legacy cached delayed-image markup. New
   product cards ship their real responsive source directly. */
.woocommerce ul.products li.product img[data-ch-src]:not(.is-loaded),
.ch-product-grid img[data-ch-src]:not(.is-loaded) {
	background: linear-gradient(110deg, rgba(84, 136, 177, 0.035) 8%, rgba(84, 136, 177, 0.075) 18%, rgba(84, 136, 177, 0.035) 33%);
	background-size: 200% 100%;
}

/* Storefront CSS/layout performance ----------------------------------------- */
.cozy-haven-front-page .site-main > section:nth-of-type(n+3) {
	content-visibility: auto;
	contain-intrinsic-size: auto 720px;
}
.cozy-haven-front-page .woocommerce ul.products li.product {
	contain: layout style;
}
.cozy-haven-front-page .woocommerce ul.products li.product:nth-child(n+5) {
	content-visibility: auto;
	contain-intrinsic-size: auto 520px;
}
.cozy-haven-front-page .woocommerce ul.products li.product a img,
.cozy-haven-front-page .woocommerce ul.products li.product img.afl-external-product-image,
.cozy-haven-front-page .woocommerce ul.products li.product img.ch-external-product-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}
.cozy-haven-front-page .ch-category-card__image,
.cozy-haven-front-page .ch-journal-card__image {
	contain: layout;
}
.cozy-haven-front-page .ch-category-card__image img,
.cozy-haven-front-page .ch-journal-card__image img {
	display: block;
	width: 100%;
	height: 100%;
}

/* === v3.0.3 Footer fluidity + cloud back-to-top === */
@media (min-width: 901px) {
	.site-footer__top {
		grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(92px, 0.62fr)) minmax(210px, 1fr);
		column-gap: clamp(0.8rem, 1.8vw, 1.8rem);
		row-gap: 0;
		align-items: start;
	}

	.site-footer__brand,
	.site-footer__column,
	.site-footer__contact {
		min-width: 0;
		grid-column: auto;
	}

	.site-footer__brand p {
		max-width: 28rem;
	}

	.site-footer__contact a,
	.site-footer__contact span {
		overflow-wrap: anywhere;
	}
}

.ch-back-to-top {
	border: 1px solid rgba(255,255,255,.16);
	background: var(--ch-blue-deep);
	color: var(--ch-white);
}

.ch-back-to-top:hover,
.ch-back-to-top:focus-visible {
	background: var(--ch-gold);
	color: var(--ch-ink);
}

.ch-back-to-top svg {
	width: 23px;
	height: 23px;
	stroke-width: 1.85;
}


/* Mobile navigation visibility safeguard: keep the control at the viewport top
 * and the open drawer above all storefront layers during critical rendering. */
@media (max-width: 900px) {
	.site-header,
	.site-header.is-sticky {
		position: sticky !important;
		top: 0 !important;
		z-index: 50000 !important;
		transform: none !important;
		backdrop-filter: none !important;
	}

	.site-header__nav-row {
		position: static !important;
	}

	.primary-navigation {
		position: fixed !important;
		top: 0 !important;
		bottom: auto !important;
		left: 0 !important;
		z-index: 50020 !important;
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.ch-menu-backdrop {
		z-index: 49990 !important;
	}

	body.admin-bar .site-header,
	body.admin-bar .site-header.is-sticky {
		top: 46px !important;
	}

	body.admin-bar .primary-navigation {
		top: 46px !important;
		height: calc(100vh - 46px);
		height: calc(100dvh - 46px);
		max-height: calc(100vh - 46px);
		max-height: calc(100dvh - 46px);
	}
}

@media (min-width: 783px) and (max-width: 900px) {
	body.admin-bar .site-header,
	body.admin-bar .site-header.is-sticky {
		top: 32px !important;
	}

	body.admin-bar .primary-navigation {
		top: 32px !important;
		height: calc(100vh - 32px);
		height: calc(100dvh - 32px);
		max-height: calc(100vh - 32px);
		max-height: calc(100dvh - 32px);
	}
}

/* Cozy Haven v3.0 warm immersive homepage */
.ch-home-v3 .ch-hero--immersive{position:relative;min-height:clamp(620px,78vh,820px);display:flex;align-items:center;overflow:hidden;background:#d9c8b8}
.ch-home-v3 .ch-hero__backdrop,.ch-home-v3 .ch-hero__overlay{position:absolute;inset:0}
.ch-home-v3 .ch-hero__backdrop-image{width:100%;height:100%;object-fit:cover}
.ch-home-v3 .ch-hero__overlay{background:linear-gradient(90deg,rgba(33,42,49,.76) 0%,rgba(33,42,49,.46) 42%,rgba(33,42,49,.12) 72%,rgba(33,42,49,.04) 100%)}
.ch-home-v3 .ch-hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:clamp(620px,78vh,820px);padding-block:72px}
.ch-home-v3 .ch-hero__content--glass{max-width:680px;padding:clamp(28px,4vw,50px);border:1px solid rgba(255,255,255,.22);border-radius:32px;background:rgba(250,247,241,.92);box-shadow:0 30px 80px rgba(24,33,39,.18);backdrop-filter:blur(12px)}
.ch-home-v3 .ch-hero__title{font-size:clamp(3.25rem,7vw,6.6rem);line-height:.95;letter-spacing:-.045em;margin-bottom:1rem;color:var(--ch-ink)}
.ch-home-v3 .ch-hero__title em{color:var(--ch-blue-deep);font-weight:500}
.ch-home-v3 .ch-hero__copy{max-width:590px;font-size:clamp(1.05rem,1.7vw,1.3rem);color:var(--ch-ink-soft);margin-bottom:.65rem}
.ch-home-v3 .ch-hero__tagline{font-family:var(--ch-font-display);font-style:italic;font-size:1.15rem;color:#8b735f;margin:0 0 1.6rem}
.ch-home-v3 .ch-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:0 0 1.4rem}
.ch-home-v3 .ch-button--soft{border-color:#d6c3ae;background:#f2e8dc;color:#6e5d4e}
.ch-home-v3 .ch-button--soft:hover{border-color:#c9a876;background:#ead9c7;color:#4f4339}
.ch-home-v3 .ch-hero__microtrust{display:flex;flex-wrap:wrap;gap:1rem;color:var(--ch-ink-soft);font-size:.82rem;font-weight:700}
.ch-home-v3 .ch-hero__microtrust span{display:inline-flex;align-items:center;gap:.4rem}
.ch-home-v3 .ch-hero__microtrust svg{width:16px;height:16px;color:var(--ch-blue-deep)}
\n/* v3.0.1 latest blog section layout reservation. */\n.ch-home-v3 .ch-home-journal{background:#fbf7f1}\n.ch-home-v3 .ch-home-journal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}\n.ch-home-v3 .ch-home-journal__card{overflow:hidden;border:1px solid rgba(201,168,118,.24);border-radius:24px;background:#fff}\n.ch-home-v3 .ch-home-journal__card .ch-journal-card__image{display:block;overflow:hidden;aspect-ratio:1.62/1;background:#eef5fa}\n.ch-home-v3 .ch-home-journal__card .ch-journal-card__image img{display:block;width:100%;height:100%;object-fit:cover}\n@media(max-width:1000px){.ch-home-v3 .ch-home-journal__grid{grid-template-columns:repeat(2,1fr)}}\n@media(max-width:700px){.ch-home-v3 .ch-home-journal__grid{grid-template-columns:1fr}}\n

/* Cozy Haven v3.0.18 — four featured category tiles above Customer Favorites. */
.ch-home-v302 .ch-featured-categories {
	padding-top: 46px;
	padding-bottom: 54px;
	background: #fff;
}
.ch-home-v302 .ch-featured-categories__head {
	margin-bottom: 20px;
}
.ch-home-v302 .ch-category-grid--featured-four {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.ch-home-v302 .ch-category-grid--featured-four .ch-category-card,
.ch-home-v302 .ch-category-grid--featured-four .ch-category-card:first-child,
.ch-home-v302 .ch-category-grid--featured-four .ch-category-card:nth-child(6n) {
	grid-column: auto;
	min-height: 285px;
	border-radius: 22px;
}
.ch-home-v302 .ch-category-grid--featured-four .ch-category-card::after {
	background: linear-gradient(180deg, rgba(30,42,52,.015) 24%, rgba(30,42,52,.82) 100%);
}
.ch-home-v302 .ch-category-grid--featured-four .ch-category-card__content {
	padding: 20px;
}
.ch-home-v302 .ch-category-grid--featured-four .ch-category-card h3 {
	font-size: clamp(1.35rem, 1.8vw, 1.8rem);
	line-height: 1.08;
}
.ch-home-v302 .ch-category-grid--featured-four .ch-category-card p {
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .02em;
}
.ch-home-v302 .ch-category-card__fallback--brand {
	background: linear-gradient(145deg, #f7f1e7 0%, #e9f1f7 100%);
}
.ch-home-v302 .ch-category-card__fallback--brand img {
	width: min(58%, 165px);
	height: auto;
	object-fit: contain;
	opacity: .88;
}
@media (max-width: 1000px) and (min-width: 901px) {
	.ch-home-v302 .ch-category-grid--featured-four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* v3.0.23 cached shell: lightweight placeholders for live reviews/blog/gallery. */
.ch-content-skeleton{position:relative;overflow:hidden;background:#f2eee8!important;border-color:#ebe3d9!important;min-height:150px}
.ch-content-skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.68),transparent);animation:ch-content-skeleton 1.35s ease-in-out infinite}
.ch-home-social-signup__tile.ch-content-skeleton{aspect-ratio:1/1;min-height:0}
.ch-home-journal__card.ch-content-skeleton{aspect-ratio:1.08/1;min-height:240px}
@keyframes ch-content-skeleton{to{transform:translateX(100%)}}
@media (prefers-reduced-motion:reduce){.ch-content-skeleton::after{animation:none}}
