html {
	scroll-padding-top: calc(var(--cc-header-offset, 10rem) + env(safe-area-inset-top, 0px));
}

body.cc-theme {
	margin: 0;
	background: var(--cc-color-background);
	color: var(--cc-color-text);
	font-family: "DM Sans", sans-serif;
	font-size: var(--cc-font-body-size, 16px);
	font-weight: var(--cc-font-body-weight, 400);
	line-height: var(--cc-line-height-body, 1.65);
}

body.cc-theme * {
	box-sizing: border-box;
}

body.cc-theme img {
	display: block;
	max-width: 100%;
}

body.cc-theme a {
	color: inherit;
	text-decoration: none;
}

body.cc-theme p {
	margin: 0 0 1rem;
}

body.cc-theme h1,
body.cc-theme h2,
body.cc-theme h3,
body.cc-theme h4 {
	margin: 0 0 1rem;
	color: var(--cc-color-heading);
	font-family: "Cormorant Garamond", serif;
	font-weight: var(--cc-font-heading-weight, 600);
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.cc-shell {
	width: min(var(--cc-shell-max-width, 1180px), calc(100% - 2.5rem));
	margin: 0 auto;
}

.cc-front-page {
	overflow: clip;
}

.cc-section {
	padding: var(--cc-section-padding-y, clamp(3.5rem, 6vw, 5.5rem)) 0;
	position: relative;
	scroll-margin-top: calc(var(--cc-header-offset, 10rem) + env(safe-area-inset-top, 0px));
}

.cc-section--alt {
	background: rgba(255, 255, 255, 0.52);
}

.cc-section__header {
	max-width: 48rem;
	margin-bottom: 2rem;
}

.cc-section__copy {
	font-size: 1.05rem;
	color: rgba(79, 78, 76, 0.88);
}

.cc-eyebrow {
	display: inline-block;
	margin-bottom: 0.85rem;
	color: var(--cc-color-accent-alt);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: var(--cc-letter-spacing-eyebrow, 0.24em);
	text-transform: uppercase;
}

.cc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 3rem;
	padding: var(--cc-button-padding-y, 0.8rem) var(--cc-button-padding-x, 1.35rem);
	border: 1px solid transparent;
	border-radius: var(--cc-button-radius, 999px);
	background: var(--cc-color-accent);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	box-shadow: var(--cc-button-shadow, 0 16px 34px rgba(205, 139, 109, 0.22));
}

.cc-button:hover,
.cc-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 18px 38px rgba(205, 139, 109, 0.3);
}

.cc-button--small {
	min-height: 2.8rem;
	padding-inline: 1.1rem;
	font-size: 0.9rem;
}

.cc-button--ghost {
	background: transparent;
	border-color: var(--cc-color-border);
	color: var(--cc-color-heading);
	box-shadow: none;
}

.cc-button--ghost:hover,
.cc-button--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.64);
	box-shadow: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 0.95rem 0 1rem;
	transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

/* Full-bleed hero: sit over the page edge until scroll. */
body.cc-has-transparent-header .site-header.site-header--transparent:not(.is-scrolled) {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: var(--cc-header-transparent-bg, transparent);
	box-shadow: none;
	backdrop-filter: blur(var(--cc-header-transparent-blur, 0px));
}

body.cc-has-transparent-header.admin-bar .site-header.site-header--transparent:not(.is-scrolled) {
	top: var(--wp-admin--admin-bar--height, 32px);
}

body.cc-has-transparent-header .site-header.site-header--transparent.is-scrolled {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

body.cc-has-transparent-header.admin-bar .site-header.site-header--transparent.is-scrolled {
	top: var(--wp-admin--admin-bar--height, 32px);
}

body.cc-has-transparent-header .cc-front-page > .cc-hero:first-child {
	min-height: min(100svh, 58rem);
	/*
	 * Absolute header overlays the hero. Clearance must live on the hero itself
	 * (not only on __inner) so vertically centered content cannot sit under the nav.
	 * --cc-hero-header-clearance is measured from the expanded header in main.js.
	 */
	padding-top: var(
		--cc-hero-header-clearance,
		calc(var(--cc-logo-width, 180px) + 6.25rem)
	);
}

body.cc-has-transparent-header .cc-front-page > .cc-hero:first-child .cc-hero__inner {
	/* Inner offset is no longer used for chrome clearance. */
	padding-top: 0;
}

.site-header--transparent {
	position: sticky;
}

body.cc-header-sticky-none .site-header,
.site-header--sticky-none {
	position: relative;
}

.site-header.is-scrolled {
	background: var(--cc-header-scrolled-bg, rgba(248, 242, 235, 0.88));
	backdrop-filter: blur(var(--cc-header-blur, 16px));
	box-shadow: 0 14px 36px rgba(79, 78, 76, 0.08);
}

.site-header.is-scrolled:not(.is-morphing) {
	padding: 0.55rem 0;
}

.site-header.is-measuring {
	pointer-events: none;
}

.site-header.is-morphing .site-header__inner {
	position: relative;
	display: block;
	text-align: left;
}

.site-header.is-morphing .site-header__brand-wrap {
	display: contents;
}

.site-header.is-morphing .site-header__brand-wrap .custom-logo-link,
.site-header.is-morphing .site-header__brand-wrap .site-header__logo,
.site-header.is-morphing .site-header__tagline,
.site-header.is-morphing .site-header__bar {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	will-change: transform, width, opacity;
}

.site-header.is-morphing .site-header__brand-wrap .custom-logo-link,
.site-header.is-morphing .site-header__brand-wrap .site-header__logo {
	max-height: none;
}

.site-header.is-morphing .site-header__brand-wrap img {
	max-height: none;
	width: 100%;
	height: auto;
}

.site-header.is-morphing .site-header__tagline {
	overflow: hidden;
	text-align: center;
}

.site-header__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	text-align: center;
}

.site-header.is-scrolled:not(.is-morphing) .site-header__inner {
	background: transparent;
	border-color: transparent;
}

.site-header.is-scrolled.site-header--sticky-compact_logo_left:not(.is-morphing) .site-header__inner {
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0.7rem;
	text-align: left;
}

.site-header__brand-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
}

.site-header.is-scrolled.site-header--sticky-compact_logo_left:not(.is-morphing) .site-header__brand-wrap {
	width: auto;
	align-items: flex-start;
}

.site-header__brand-wrap .custom-logo-link,
.site-header__brand-wrap .site-header__logo {
	display: block;
	width: var(--cc-logo-width, 180px);
	margin-inline: auto;
	line-height: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	padding: 0;
}

.site-header.is-scrolled.site-header--sticky-compact_logo_left:not(.is-morphing) .site-header__brand-wrap .custom-logo-link,
.site-header.is-scrolled.site-header--sticky-compact_logo_left:not(.is-morphing) .site-header__brand-wrap .site-header__logo {
	width: var(--cc-logo-sticky-width, 52px);
	max-height: 3rem;
	margin-inline: 0;
}

.site-header__brand-wrap img,
.custom-logo-link img,
.site-header__logo img {
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	border-radius: 0;
	background: transparent;
}

.site-header.is-scrolled.site-header--sticky-compact_logo_left:not(.is-morphing) .site-header__brand-wrap img {
	max-height: 2.85rem;
	width: auto;
	max-width: 100%;
}

.site-header__tagline {
	margin: 0;
	color: var(--cc-color-muted);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	max-height: 2rem;
	opacity: 1;
	overflow: hidden;
}

.site-header.is-scrolled.site-header--sticky-compact_logo_left:not(.is-morphing) .site-header__tagline {
	max-height: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
}

.site-header__bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	width: fit-content;
	max-width: 100%;
	margin-inline: auto;
	min-width: 0;
	padding: 0.55rem 0.95rem 0.55rem 1.1rem;
	border: 1px solid var(--cc-header-pill-border, rgba(79, 78, 76, 0.08));
	border-radius: var(--cc-header-pill-radius, 999px);
	background: var(--cc-header-pill-bg, rgba(255, 253, 249, 0.86));
	backdrop-filter: blur(var(--cc-header-blur, 16px));
	transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
	box-sizing: border-box;
}

.site-header.is-scrolled .site-header__bar {
	background: var(--cc-header-pill-bg, rgba(255, 255, 255, 0.92));
	border-color: var(--cc-header-pill-border, rgba(79, 78, 76, 0.1));
}

.site-header.is-scrolled.site-header--sticky-compact_logo_left:not(.is-morphing) .site-header__bar {
	margin-inline: 0;
	flex: 0 1 auto;
}

@media (prefers-reduced-motion: reduce) {
	.site-header,
	.site-header__bar {
		transition: none;
	}
}

.site-header__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.85rem 1.05rem;
	min-width: 0;
}

.site-header__menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header__menu a {
	font-size: 0.92rem;
	font-weight: 500;
	color: rgba(79, 78, 76, 0.84);
}

.site-header__menu a:hover,
.site-header__menu a:focus-visible {
	color: var(--cc-color-heading);
}

.site-header__menu-item--shop a {
	color: var(--cc-color-accent);
	font-weight: 700;
}

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

.site-header__cart {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 2.8rem;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(79, 78, 76, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--cc-color-heading);
	font-size: 0.92rem;
	font-weight: 700;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header__cart:hover,
.site-header__cart:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(205, 139, 109, 0.36);
	box-shadow: 0 16px 30px rgba(79, 78, 76, 0.08);
}

.site-header__cart-icon {
	display: inline-flex;
	width: 1.1rem;
	height: 1.1rem;
}

.site-header__cart-icon svg {
	width: 100%;
	height: 100%;
}

.site-header__cart-label {
	line-height: 1;
}

.cc-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	height: 1.35rem;
	padding-inline: 0.35rem;
	border-radius: 999px;
	background: var(--cc-color-accent);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1;
}

.site-header__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 0.28rem;
	width: 2.8rem;
	height: 2.8rem;
	padding: 0;
	border: 1px solid var(--cc-color-border);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.74);
}

.site-header__toggle span:not(.screen-reader-text) {
	display: block;
	width: 1rem;
	height: 2px;
	margin: 0 auto;
	background: var(--cc-color-heading);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-open .site-header__toggle span:nth-child(2) {
	transform: translateY(6px) rotate(45deg);
}

.site-header.is-open .site-header__toggle span:nth-child(3) {
	opacity: 0;
}

.site-header.is-open .site-header__toggle span:nth-child(4) {
	transform: translateY(-6px) rotate(-45deg);
}

.cc-hero {
	position: relative;
	min-height: min(92svh, 54rem);
	padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3.5rem, 6vw, 5rem);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(248, 242, 235, 1) 0%, rgba(255, 252, 247, 0.98) 54%, rgba(241, 232, 223, 0.92) 100%);
	isolation: isolate;
}

.cc-hero--photo {
	align-items: center;
	background: #3f3d3b;
}

.cc-hero__backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.cc-hero__backdrop-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.04);
	animation: cc-hero- ken 18s ease-in-out infinite alternate;
}

.cc-hero__backdrop-wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, color-mix(in srgb, var(--cc-beige, #f8f2eb) 94%, transparent) 0%, color-mix(in srgb, var(--cc-beige, #f8f2eb) 78%, transparent) 38%, color-mix(in srgb, var(--cc-beige, #f8f2eb) 28%, transparent) 68%, var(--cc-color-overlay, rgba(79, 78, 76, 0.18)) 100%),
		linear-gradient(180deg, color-mix(in srgb, var(--cc-beige, #f8f2eb) 20%, transparent) 0%, color-mix(in srgb, var(--cc-beige, #f8f2eb) 55%, transparent) 100%);
	opacity: var(--cc-hero-wash-opacity, 1);
}

.cc-hero::before,
.cc-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.cc-hero--photo::before,
.cc-hero--photo::after {
	display: none;
}

.cc-hero::before {
	background:
		radial-gradient(circle at 12% 18%, rgba(205, 139, 109, 0.18), transparent 0 26%),
		radial-gradient(circle at 82% 20%, rgba(137, 141, 117, 0.16), transparent 0 22%),
		radial-gradient(circle at 78% 74%, rgba(139, 148, 151, 0.12), transparent 0 26%),
		linear-gradient(120deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 46%),
		repeating-linear-gradient(135deg, rgba(79, 78, 76, 0.03) 0 2px, transparent 2px 24px);
	opacity: 0.96;
}

.cc-hero::after {
	inset: 8% -8% auto auto;
	width: min(34rem, 48vw);
	height: min(34rem, 48vw);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
	filter: blur(12px);
	opacity: 0.7;
}

.cc-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	width: min(1180px, calc(100% - 2.5rem));
	position: relative;
	z-index: 2;
}

.cc-hero__content {
	max-width: 38rem;
}

.cc-hero__brand {
	margin: 0 0 0.55rem;
	color: var(--cc-color-heading);
	font-family: "Cormorant Garamond", serif;
	font-size: calc(clamp(3.6rem, 8vw, 6.2rem) * var(--cc-heading-scale, 1));
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: -0.04em;
}

.cc-hero__keywords {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1rem;
	color: var(--cc-color-muted);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.26em;
	text-transform: uppercase;
}

.cc-hero__keyword-separator {
	color: rgba(79, 78, 76, 0.32);
}

.cc-kw--cast {
	color: var(--cc-grey);
}

.cc-kw--paint {
	color: var(--cc-orange);
}

.cc-kw--create {
	color: var(--cc-green);
}

.cc-hero__content h1 {
	max-width: 18ch;
	margin-bottom: 0.85rem;
	font-size: calc(clamp(1.85rem, 3.4vw, 2.65rem) * var(--cc-heading-scale, 1));
	line-height: 1.08;
}

.cc-hero__lead {
	max-width: 34rem;
	margin-bottom: 0;
	font-size: clamp(1.02rem, 1.7vw, 1.12rem);
	color: rgba(79, 78, 76, 0.82);
}

.cc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.35rem;
}

.cc-hero__decor {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	opacity: 0.55;
}

.cc-hero__decor--mold {
	top: 12%;
	right: 6%;
	width: min(9rem, 18vw);
	animation: cc-float 7s ease-in-out infinite;
}

.cc-hero__decor--dab {
	bottom: 14%;
	right: 18%;
	width: min(5.5rem, 12vw);
	animation: cc-float 9s ease-in-out infinite reverse;
}

@keyframes cc-hero-ken {
	from {
		transform: scale(1.04) translate3d(0, 0, 0);
	}

	to {
		transform: scale(1.1) translate3d(-1.5%, -1%, 0);
	}
}

@keyframes cc-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes cc-reveal-up {
	from {
		opacity: 0;
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*
 * Only force opacity/transform while hidden. Once `.is-visible` is added,
 * those properties fall through to Element Styles (or defaults) so Customizer
 * opacity / offset tokens are not permanently overridden.
 */
.cc-reveal {
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.cc-reveal:not(.is-visible) {
	opacity: 0;
	transform: translateY(22px);
}

@media (prefers-reduced-motion: reduce) {
	.cc-hero__backdrop-image,
	.cc-hero__decor--mold,
	.cc-hero__decor--dab {
		animation: none;
	}

	.cc-reveal {
		transition: none;
	}

	.cc-reveal:not(.is-visible) {
		opacity: 1;
		transform: none;
	}
}

.cc-about__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: stretch;
}

.cc-about__gallery {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	height: 100%;
	min-height: 32rem;
	align-self: stretch;
}

.cc-about__shot {
	margin: 0;
	min-height: 0;
	overflow: hidden;
	border-radius: calc(var(--cc-radius-lg) - 0.2rem);
	box-shadow: var(--cc-shadow-card);
	background: rgba(241, 232, 223, 0.85);
}

.cc-about__shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cc-about__shot--1 {
	grid-area: 1 / 1;
}

.cc-about__shot--2 {
	grid-area: 1 / 2;
}

.cc-about__shot--3 {
	grid-area: 2 / 1;
}

.cc-about__shot--4 {
	grid-area: 2 / 2;
}

.cc-about__flourish {
	position: absolute;
	left: -4%;
	bottom: 4%;
	width: min(12rem, 48%);
	opacity: 0.65;
	pointer-events: none;
	z-index: 1;
}

.cc-about__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cc-about__lead {
	font-size: 1.08rem;
	color: rgba(79, 78, 76, 0.88);
}

.cc-about__stitch {
	display: block;
	width: min(15rem, 100%);
	margin: 1.25rem 0 1.5rem;
	opacity: 0.75;
}

.cc-pillar {
	display: grid;
	gap: 0.45rem;
}

.cc-pillar__icon {
	display: inline-flex;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 0.15rem;
}

.cc-pillar__icon img {
	width: 100%;
	height: 100%;
}

.cc-story-grid,
.cc-special-layout,
.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.5rem, 3vw, 2.25rem);
	align-items: start;
}

.cc-special-layout {
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
}

.cc-pillars {
	display: grid;
	gap: 1rem;
}

.cc-pillar,
.cc-card,
.cc-product-card,
.cc-journal-card,
.cc-special-highlight {
	padding: 1.5rem;
	border: 1px solid var(--cc-color-border);
	border-radius: var(--cc-radius-md);
	background: rgba(255, 255, 255, 0.76);
	box-shadow: var(--cc-shadow-soft);
}

/* Product cards: edge-to-edge media, padded text body (price / View product). */
.cc-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
}

.cc-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding:
		max(1.15rem, var(--cc-s-product-card-padding-top, 1.15rem))
		max(1.35rem, var(--cc-s-product-card-padding-right, 1.35rem))
		max(1.35rem, var(--cc-s-product-card-padding-bottom, 1.35rem))
		max(1.35rem, var(--cc-s-product-card-padding-left, 1.35rem));
}

/* Whole card / collection tile is clickable via the footer CTA stretch. */
.cc-card,
.cc-special-highlight {
	position: relative;
}

.cc-product-card .cc-link-arrow::after,
.cc-card .cc-link-arrow::after,
.cc-special-highlight .cc-link-arrow::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.cc-product-card a:not(.cc-link-arrow),
.cc-card a:not(.cc-link-arrow),
.cc-special-highlight a:not(.cc-link-arrow) {
	position: relative;
	z-index: 2;
}

.cc-pillar h3,
.cc-card__title,
.cc-product-card__title,
.cc-journal-card__title,
.cc-special-highlight h3 {
	font-size: 1.7rem;
}

.cc-categories-grid,
.cc-product-grid,
.cc-journal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.cc-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.cc-card__meta,
.cc-product-card__badge,
.cc-journal-card__meta {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.65rem;
	margin-bottom: 0.9rem;
	border-radius: 999px;
	background: rgba(137, 141, 117, 0.12);
	color: var(--cc-color-accent-alt);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-card__footer,
.cc-product-card__footer,
.cc-journal-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.25rem;
}

.cc-product-card__footer {
	margin-top: auto;
	padding-top: 1.25rem;
}

.cc-link-arrow {
	font-weight: 700;
	color: var(--cc-color-accent);
}

.cc-product-card__media,
.cc-card__media,
.cc-journal-card__media,
.cc-special-highlight__media {
	display: block;
	margin-bottom: 1.1rem;
	overflow: hidden;
	border-radius: calc(var(--cc-radius-md) - 0.4rem);
	aspect-ratio: 1 / 1;
	background: rgba(137, 141, 117, 0.12);
}

.cc-product-card__media {
	margin-bottom: 0;
	border-radius: 0;
}

.cc-journal-card__media,
.cc-special-highlight__media {
	aspect-ratio: 16 / 10;
}

.cc-special-highlight--feature .cc-special-highlight__media {
	aspect-ratio: 4 / 3;
}

.cc-product-card__media img,
.cc-card__media img,
.cc-journal-card__media img,
.cc-special-highlight__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.cc-product-card:hover .cc-product-card__media img,
.cc-card:hover .cc-card__media img,
.cc-journal-card:hover .cc-journal-card__media img,
.cc-special-highlight:hover .cc-special-highlight__media img {
	transform: scale(1.04);
}

.cc-product-card__visual {
	display: block;
	min-height: 11rem;
	margin-bottom: 1.1rem;
	border-radius: calc(var(--cc-radius-md) - 0.4rem);
	background:
		radial-gradient(circle at top right, rgba(205, 139, 109, 0.3), transparent 0 40%),
		linear-gradient(145deg, rgba(248, 242, 235, 1), rgba(241, 232, 223, 1));
}

.cc-product-card__price s {
	margin-right: 0.4rem;
	opacity: 0.55;
	font-weight: 500;
}

.cc-product-card__price {
	color: var(--cc-color-heading);
	font-size: 1rem;
	font-weight: 700;
}

.cc-trending-tabs {
	display: grid;
	gap: 1.5rem;
}

.cc-trending-tabs__list {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	max-width: 100%;
	padding: 0.45rem;
	border: 1px solid rgba(79, 78, 76, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--cc-shadow-soft);
}

.cc-trending-tabs__tab {
	padding: 0.8rem 1.15rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(79, 78, 76, 0.72);
	font: inherit;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.cc-trending-tabs__tab:hover,
.cc-trending-tabs__tab:focus-visible {
	color: var(--cc-color-heading);
}

.cc-trending-tabs__tab.is-active,
.cc-trending-tabs__tab[aria-selected="true"] {
	background: var(--cc-color-accent-alt);
	color: #fff;
	box-shadow: 0 12px 26px rgba(137, 141, 117, 0.28);
}

.cc-trending-tabs__panel[hidden] {
	display: none;
}

.cc-promo__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
	gap: 1.5rem;
	padding: clamp(1.75rem, 4vw, 2.5rem);
	overflow: hidden;
	border-radius: var(--cc-radius-lg);
	background: linear-gradient(140deg, rgba(79, 78, 76, 0.96), rgba(53, 51, 49, 0.9));
	color: #fefcf9;
	box-shadow: var(--cc-shadow-card);
}

.cc-promo__panel h2,
.cc-promo__panel h3,
.cc-promo__panel .cc-eyebrow {
	color: #fefcf9;
}

.cc-promo__panel .cc-eyebrow {
	opacity: 0.8;
}

.cc-promo__dab {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	width: 5rem;
	opacity: 0.45;
	pointer-events: none;
}

.cc-promo__copy {
	position: relative;
	z-index: 1;
}

.cc-promo__visual {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.cc-promo__figure {
	margin: 0;
	overflow: hidden;
	border-radius: calc(var(--cc-radius-md) - 0.2rem);
	aspect-ratio: 4 / 3;
}

.cc-promo__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cc-promo__highlights {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-promo__highlights li {
	padding: 0.85rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--cc-radius-sm);
	background: rgba(255, 255, 255, 0.08);
	font-weight: 600;
}

.cc-promo__list {
	display: grid;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-promo__list li,
.cc-trust-item {
	padding: 1rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--cc-radius-md);
	background: rgba(255, 255, 255, 0.08);
}

.cc-trust-strip {
	padding-block: clamp(4rem, 7vw, 5.5rem);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(248, 242, 235, 0.88));
}

.cc-howitworks {
	padding-block: clamp(4rem, 7vw, 5.75rem);
	background:
		radial-gradient(circle at 8% 20%, rgba(205, 139, 109, 0.1), transparent 0 42%),
		radial-gradient(circle at 92% 80%, rgba(137, 141, 117, 0.12), transparent 0 38%),
		linear-gradient(180deg, rgba(248, 242, 235, 0.55), rgba(255, 253, 249, 0.92));
}

.cc-howitworks__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2rem);
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.cc-howitworks__step {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.cc-howitworks__media {
	position: relative;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 0;
}

.cc-howitworks__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.8s ease;
}

.cc-howitworks__step:hover .cc-howitworks__media img {
	transform: scale(1.06);
}

.cc-howitworks__index {
	position: absolute;
	left: 0.85rem;
	bottom: 0.85rem;
	font-family: var(--cc-font-display);
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	line-height: 0.85;
	color: #fffdf9;
	text-shadow: 0 1px 10px rgba(79, 78, 76, 0.35);
	pointer-events: none;
}

.cc-howitworks__copy strong {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--cc-color-heading);
	font-family: var(--cc-font-display);
	font-size: clamp(1.55rem, 2.4vw, 1.9rem);
	font-weight: 600;
}

.cc-howitworks__copy p {
	margin: 0;
	color: var(--cc-color-muted);
	max-width: 28ch;
}

.cc-trust-item {
	border-color: rgba(79, 78, 76, 0.08);
	background: rgba(255, 255, 255, 0.72);
}

.cc-trust-item__icon {
	display: inline-flex;
	width: 2.8rem;
	height: 2.8rem;
	margin-bottom: 0.75rem;
}

.cc-trust-item__icon img {
	width: 100%;
	height: 100%;
}

.cc-trust-item strong {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--cc-color-heading);
	font-size: 1rem;
}

.cc-promo__countdown {
	margin: 1.35rem 0 0.35rem;
	padding-top: 0.35rem;
}

.cc-promo__countdown-label {
	margin: 0 0 0.65rem;
	color: rgba(255, 253, 249, 0.82);
	font-size: 0.92rem;
	letter-spacing: 0.02em;
}

.cc-promo__countdown-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 4.5rem));
	gap: 0.55rem;
}

.cc-promo__countdown-grid div {
	display: grid;
	gap: 0.2rem;
	justify-items: center;
	padding: 0.55rem 0.35rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 253, 249, 0.08);
}

.cc-promo__countdown-grid span {
	font-family: var(--cc-font-display);
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	line-height: 1;
	color: #fffdf9;
}

.cc-promo__countdown-grid small {
	color: rgba(255, 253, 249, 0.72);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-testimonials {
	padding-block: clamp(4rem, 7vw, 5.75rem);
	background:
		radial-gradient(circle at 18% 0%, rgba(205, 139, 109, 0.08), transparent 0 36%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.9), rgba(248, 242, 235, 0.72));
}

.cc-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.4rem);
}

.cc-testimonials__quote {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.cc-testimonials__quote p {
	margin: 0 0 1rem;
	color: var(--cc-color-heading);
	font-family: var(--cc-font-display);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 500;
	line-height: 1.35;
	max-width: 28ch;
}

.cc-testimonials__quote footer {
	color: var(--cc-color-muted);
	font-size: 0.92rem;
}

.site-footer__contact {
	margin-top: 1.75rem;
}

.site-footer__contact ul {
	margin: 0.65rem 0 0;
	padding: 0;
	list-style: none;
}

.site-footer__contact li + li {
	margin-top: 0.35rem;
}

.cc-special-highlight {
	display: grid;
	gap: 0.7rem;
}

.cc-journal-card {
	display: flex;
	flex-direction: column;
}

.cc-journal-card__footer {
	margin-top: auto;
	padding-top: 1rem;
}

.site-footer {
	position: relative;
	padding: 4rem 0 2rem;
	color: var(--cc-footer-text, var(--cc-color-text));
	background:
		radial-gradient(circle at 12% 0%, rgba(205, 139, 109, 0.08), transparent 0 34%),
		radial-gradient(circle at 88% 10%, rgba(137, 141, 117, 0.1), transparent 0 30%),
		var(--cc-footer-bg, #fffdf9);
	border-top: 1px solid var(--cc-color-border);
}

.site-footer__flourish {
	position: absolute;
	top: 1.25rem;
	right: 6%;
	width: min(16rem, 40vw);
	opacity: 0.45;
	pointer-events: none;
}

.site-footer__logo {
	display: inline-block;
	width: min(9rem, 42%);
	margin-bottom: 0.85rem;
}

.site-footer__logo .custom-logo-link {
	display: inline-block;
	line-height: 0;
}

.site-footer__logo img {
	width: 100%;
	height: auto;
}

.site-footer__title {
	font-size: calc(clamp(2.3rem, 4vw, 3.4rem) * var(--cc-heading-scale, 1));
}

.site-footer__note {
	margin-top: 0.65rem;
	color: var(--cc-color-muted);
	font-size: 0.9rem;
}

.site-footer__links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
}

.site-footer__links h3,
.site-footer__cta h3 {
	font-size: 1.5rem;
}

.site-footer__bottom {
	margin-top: 2rem;
	padding-top: 1.4rem;
	border-top: 1px solid var(--cc-color-border);
	color: var(--cc-color-muted);
	font-size: 0.92rem;
}

.cc-page-content {
	padding: 7rem 0 4rem;
}

.cc-page-content__inner {
	max-width: 52rem;
}

.cc-entry {
	padding: 2rem;
	border: 1px solid var(--cc-color-border);
	border-radius: var(--cc-radius-lg);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--cc-shadow-soft);
}

.cc-entry__title {
	font-size: clamp(2.5rem, 4vw, 3.5rem);
}

.cc-empty-state {
	padding: 2rem;
	border: 1px dashed var(--cc-color-border);
	border-radius: var(--cc-radius-md);
	background: rgba(255, 255, 255, 0.58);
}

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

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

@media (max-width: 960px) {
	.cc-hero__inner,
	.cc-about__layout,
	.cc-story-grid,
	.cc-special-layout,
	.cc-promo__panel,
	.site-footer__grid,
	.cc-categories-grid,
	.cc-product-grid,
	.cc-journal-grid,
	.cc-howitworks__steps,
	.cc-testimonials__grid {
		grid-template-columns: 1fr;
	}

	.cc-about__shot--secondary {
		margin-bottom: 0;
	}

	.cc-about__gallery {
		min-height: 28rem;
		grid-template-rows: repeat(2, minmax(12rem, 1fr));
	}

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

	.site-header__toggle {
		display: inline-flex;
	}

	.site-header__bar {
		position: relative;
		width: 100%;
		max-width: 22rem;
		justify-content: center;
		padding: 0.45rem 0.55rem;
	}

	.site-header.is-scrolled.site-header--sticky-compact_logo_left .site-header__bar {
		width: auto;
		max-width: min(22rem, calc(100% - 4.5rem));
		flex: 1 1 auto;
	}

	.site-header.is-scrolled.site-header--sticky-compact_logo_left .site-header__inner {
		width: min(100%, var(--cc-shell-max-width, 1180px));
		justify-content: flex-start;
		padding-inline: 0;
	}

	.site-header__nav {
		position: absolute;
		top: calc(100% + 0.6rem);
		left: 50%;
		right: auto;
		width: min(22rem, calc(100vw - 2rem));
		flex-direction: column;
		align-items: stretch;
		padding: 1rem;
		border: 1px solid var(--cc-color-border);
		border-radius: 1.4rem;
		background: rgba(255, 253, 249, 0.96);
		box-shadow: var(--cc-shadow-card);
		opacity: 0;
		visibility: hidden;
		transform: translate(-50%, -8px);
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
		z-index: 20;
	}

	.site-header.is-open .site-header__nav {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, 0);
	}

	.site-header__menu {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.site-header__actions {
		width: 100%;
		justify-content: center;
	}

	.site-header__cart,
	.site-header__actions .cc-button {
		flex: 1 1 0;
	}

	.site-header__inner {
		position: relative;
	}

	.cc-hero {
		min-height: min(78svh, 40rem);
		padding-top: 1.25rem;
		align-items: flex-end;
	}

	body.cc-has-transparent-header .cc-front-page > .cc-hero:first-child {
		padding-top: var(
			--cc-hero-header-clearance,
			calc(min(148px, var(--cc-logo-width, 148px)) + 4.75rem)
		);
		align-items: flex-end;
	}

	.cc-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.cc-hero__content {
		max-width: none;
	}

	.cc-hero__decor--mold {
		top: 8%;
		right: 4%;
		width: 4.5rem;
	}

	.cc-hero__decor--dab {
		bottom: auto;
		top: 18%;
		right: 22%;
		width: 3.25rem;
	}

	.site-header__brand-wrap .custom-logo-link,
	.site-header__brand-wrap .site-header__logo {
		width: min(148px, var(--cc-logo-width, 148px));
	}

	.site-header.is-scrolled.site-header--sticky-compact_logo_left .site-header__brand-wrap .custom-logo-link,
	.site-header.is-scrolled.site-header--sticky-compact_logo_left .site-header__brand-wrap .site-header__logo {
		width: var(--cc-logo-sticky-width, 48px);
	}
}

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

@media (max-width: 640px) {
	.cc-shell {
		width: min(100% - 1.25rem, 1120px);
	}

	.cc-hero__brand {
		font-size: clamp(3rem, 14vw, 4.4rem);
	}

	.cc-hero__content h1 {
		font-size: clamp(1.9rem, 9vw, 2.6rem);
		max-width: none;
	}

	.site-header__brand-wrap .custom-logo-link,
	.site-header__brand-wrap .site-header__logo {
		width: min(132px, var(--cc-logo-width, 132px));
	}

	.cc-trending-tabs__list {
		display: grid;
		width: 100%;
	}

	.cc-trending-tabs__tab {
		width: 100%;
	}

	.cc-trust-grid {
		grid-template-columns: 1fr;
	}

	.site-header__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.cc-section {
		padding: 4rem 0;
	}

	.site-header__inner {
		gap: 0.7rem;
	}
}
