/* ==========================================================================
   CIXIZOC Shop — Editorial layout (WoodMart-inspired)
   Promotional Offers · Collections · Journal · Instagram · Footer
   ========================================================================== */

:root {
	--cz-shop-bg: #f7f6f4;
	--cz-shop-white: #ffffff;
	--cz-shop-ink: #1a1a1a;
	--cz-shop-muted: #6b6b6b;
	--cz-shop-line: #e8e6e2;
	--cz-shop-serif: "Cormorant Garamond", Georgia, serif;
	--cz-shop-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
	--cz-shop-max: 1280px;
	--cz-shop-pad: clamp(1.25rem, 4vw, 2.5rem);
}

body.cz-shop--editorial {
	margin: 0 !important;
	background: var(--cz-shop-white);
	color: var(--cz-shop-ink);
	font-family: var(--cz-shop-sans);
	-webkit-font-smoothing: antialiased;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	scroll-behavior: smooth;
}

body.cz-shop--editorial #wpadminbar {
	display: none;
}

.cz-shop-page {
	min-height: 100vh;
}

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

/* ── Header ── */
.cz-shop-header-shell {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--cz-shop-white);
}

.cz-shop-header-shell.is-open .cz-shop-header {
	border-bottom-color: transparent;
}

.cz-shop-header {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	max-width: var(--cz-shop-max);
	margin: 0 auto;
	padding: 1.25rem var(--cz-shop-pad);
	border-bottom: 1px solid var(--cz-shop-line);
	background: var(--cz-shop-white);
}

.cz-shop-header__logo {
	justify-self: start;
	line-height: 0;
}

.cz-shop-header__logo img {
	height: 44px;
	width: auto;
	filter: invert(1);
}

.cz-shop-header__nav {
	display: flex;
	gap: clamp(1rem, 3vw, 2rem);
}

.cz-shop-header__link {
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
	text-decoration: none;
	transition: color 0.25s;
}

.cz-shop-header__link:hover,
.cz-shop-header__link.is-active {
	color: var(--cz-shop-ink);
}

.cz-shop-header__actions {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.cz-shop-header__actions .cz-shop-header__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-width: 28px;
	min-height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	line-height: 0;
	color: var(--cz-shop-ink);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.cz-shop-header__actions button.cz-shop-header__icon {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	font: inherit;
	cursor: pointer;
}

.cz-shop-header__actions .cz-shop-header__icon svg {
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	stroke: currentColor;
	fill: none;
}

.cz-shop-header__actions button.cz-shop-header__icon:hover,
.cz-shop-header__actions button.cz-shop-header__icon:focus,
.cz-shop-header__actions button.cz-shop-header__icon:active {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--cz-shop-ink);
}

.cz-shop-header__actions button.cz-shop-header__icon:focus-visible {
	outline: 2px solid var(--cz-shop-ink);
	outline-offset: 3px;
}

.cz-shop-header__icon--cart .cz-shop-header__cart-badge {
	display: block;
}

.cz-shop-header__count {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--cz-shop-ink);
	color: #fff;
	font-size: 0.55rem;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	pointer-events: none;
}

.cz-shop-header__mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(1.15rem, 3vw, 1.5rem);
	padding: clamp(2rem, 6vw, 3.25rem) var(--cz-shop-pad);
	background: var(--cz-shop-white);
	border-bottom: 1px solid var(--cz-shop-line);
}

.cz-shop-header__mobile a {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
	text-decoration: none;
	transition: color 0.25s ease;
}

.cz-shop-header__mobile a:hover {
	color: var(--cz-shop-ink);
}

body.cz-shop-menu-open {
	overflow: hidden;
}

.cz-shop-quiz--inset {
	margin-left: calc(-1 * var(--cz-shop-pad));
	margin-right: calc(-1 * var(--cz-shop-pad));
}

/* ── Main sections ── */
.cz-shop-main {
	max-width: var(--cz-shop-max);
	margin: 0 auto;
}

.cz-shop-section {
	padding: clamp(2.5rem, 6vw, 4rem) var(--cz-shop-pad);
}

.cz-shop-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
	flex-wrap: wrap;
}

.cz-shop-section__title {
	margin: 0;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.75rem, 3.5vw, 2.25rem);
	font-weight: 400;
	letter-spacing: 0.01em;
}

/* Filters */
.cz-shop-filters {
	display: flex;
	gap: 0.65rem;
	flex-wrap: wrap;
}

.cz-shop-filters__btn {
	padding: 0.45rem 1.1rem;
	background: transparent;
	border: 1px solid #6e3340;
	font-family: var(--cz-shop-sans);
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6e3340;
	cursor: pointer;
	transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.cz-shop-filters__btn.is-active {
	background: transparent;
	border-color: var(--cz-shop-ink);
	color: var(--cz-shop-ink);
}

.cz-shop-filters__btn:hover {
	border-color: var(--cz-shop-ink);
	color: var(--cz-shop-ink);
}

/* ── Promotional Offers grid ── */
.cz-shop-offers__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(1rem, 2vw, 1.5rem);
}

.cz-shop-offer {
	transition: opacity 0.35s;
}

.cz-shop-offer.is-hidden {
	display: none;
}

.cz-shop-offer__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.cz-shop-offer__name {
	margin: 0 0 1rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
}

.cz-shop-offer__visual {
	position: relative;
	aspect-ratio: 3 / 4;
	background: #fff;
	margin-bottom: 0.85rem;
	overflow: hidden;
}

.cz-shop-offer__visual img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	transition: transform 0.4s ease;
	transform-origin: center bottom;
}

.cz-shop-offer__link:hover .cz-shop-offer__visual img {
	transform: scale(1.03);
}

.cz-shop-offer__price {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 400;
	color: var(--cz-shop-muted);
	text-align: center;
}

/* ── Collection banners ── */
.cz-shop-collections {
	padding-top: 0;
	padding-bottom: clamp(2rem, 5vw, 3rem);
}

.cz-shop-collections__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1rem, 2vw, 1.5rem);
}

.cz-shop-collection {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	min-height: 0;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
}

.cz-shop-collection__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.6s ease;
}

.cz-shop-collection--nocturne .cz-shop-collection__bg {
	object-position: center 58%;
}

.cz-shop-collection--aubade .cz-shop-collection__bg {
	object-position: 58% center;
}

.cz-shop-collection:hover .cz-shop-collection__bg {
	transform: scale(1.04);
}

.cz-shop-collection__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.28) 0%,
		rgba(0, 0, 0, 0.42) 50%,
		rgba(0, 0, 0, 0.28) 100%
	);
}

.cz-shop-collection__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.cz-shop-collection__title {
	margin: 0 0 0.85rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.cz-shop-collection__desc {
	margin: 0;
	max-width: 22em;
}

.cz-shop-collection__desc-line {
	display: block;
	font-size: clamp(0.68rem, 1.1vw, 0.78rem);
	font-weight: 300;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.cz-shop-collection__desc-line + .cz-shop-collection__desc-line {
	margin-top: 0.2em;
}

.cz-shop-collection__cta {
	margin-top: clamp(1rem, 2.5vw, 1.35rem);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.85);
	padding-bottom: 0.35rem;
	transition: opacity 0.25s ease;
}

.cz-shop-collection__cta:hover {
	opacity: 0.7;
}

.cz-shop-collection--cta {
	scroll-margin-top: 5rem;
}

.cz-shop-collection--cta:target {
	outline: none;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.cz-shop-collection--nocturne .cz-shop-collection__title {
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.cz-shop-collection--aubade .cz-shop-collection__title {
	color: #fff;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

/* ── Series Inspiration detail (fig.2 split layout) ── */
.cz-inspiration-main {
	max-width: none;
	padding: 0;
}

.cz-series-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	width: 100%;
	min-height: clamp(420px, 58vh, 620px);
	background: #f7f6f4;
}

.cz-series-split__media {
	overflow: hidden;
	background: #eceae6;
	min-height: 100%;
}

.cz-series-split__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(420px, 58vh, 620px);
	object-fit: cover;
	object-position: center center;
}

.cz-series-split--nocturne .cz-series-split__media img {
	object-position: center 58%;
}

.cz-series-split--aubade .cz-series-split__media img {
	object-position: 58% center;
}

.cz-series-split__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: clamp(2rem, 5vw, 4rem);
	background: #f7f6f4;
}

.cz-series-split__eyebrow {
	margin: 0 0 1rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 400;
	color: var(--cz-shop-ink);
}

.cz-series-split__title {
	margin: 0 0 1.25rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cz-shop-ink);
}

.cz-series-split__body {
	margin: 0 0 2rem;
	max-width: 28em;
	font-size: clamp(0.88rem, 1.4vw, 1rem);
	font-weight: 300;
	line-height: 1.8;
	color: var(--cz-shop-muted);
	text-wrap: pretty;
}

.cz-series-split__cta {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--cz-shop-ink);
	border-bottom: 1px solid var(--cz-shop-ink);
	padding-bottom: 0.35rem;
	transition: opacity 0.25s ease;
}

.cz-series-split__cta:hover {
	opacity: 0.65;
}

/* ── Fragrance Finder Quiz ── */
.cz-shop-quiz {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(280px, 38vw, 420px);
	margin: clamp(2rem, 5vw, 3rem) calc(-1 * var(--cz-shop-pad)) clamp(2rem, 5vw, 3rem);
	overflow: hidden;
}

.cz-shop-quiz__media {
	position: absolute;
	inset: 0;
}

.cz-shop-quiz__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cz-shop-quiz__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(58, 12, 38, 0.78) 0%,
		rgba(58, 12, 38, 0.45) 45%,
		rgba(58, 12, 38, 0.25) 100%
	);
}

.cz-shop-quiz__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--cz-shop-max);
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3.5rem) var(--cz-shop-pad);
	color: #fff;
}

.cz-shop-quiz__title {
	margin: 0 0 0.85rem;
	font-family: var(--cz-shop-sans);
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.cz-shop-quiz__title-line {
	display: block;
}

.cz-shop-quiz__desc {
	margin: 0 0 1.35rem;
	max-width: 22em;
	font-size: clamp(0.82rem, 1.4vw, 0.92rem);
	font-weight: 300;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.cz-shop-quiz__cta {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.85);
	padding-bottom: 0.35rem;
	transition: opacity 0.25s ease;
}

.cz-shop-quiz__cta:hover {
	opacity: 0.75;
}

/* ── Scent Personality Quiz ── */
body.cz-scent-quiz-page {
	background: var(--cz-shop-bg);
}

.cz-scent-quiz-main {
	min-height: calc(100vh - 72px);
}

.cz-scent-quiz {
	background: var(--cz-shop-bg);
	border-top: 1px solid var(--cz-shop-line);
}

.cz-scent-quiz--page {
	background: transparent;
	border-top: 0;
}

.cz-scent-quiz--page .cz-scent-quiz__inner {
	max-width: 42rem;
	padding-top: clamp(2.5rem, 8vw, 4rem);
	padding-bottom: clamp(3rem, 10vw, 5rem);
}

.cz-scent-quiz__screen--intro {
	max-width: 38rem;
}

.cz-scent-quiz__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__title {
	margin: 0 0 1rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.65rem, 3.5vw, 2.35rem);
	font-weight: 400;
	line-height: 1.2;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__lead {
	margin: 0 0 1.75rem;
	max-width: 34rem;
	font-size: clamp(0.88rem, 1.5vw, 0.96rem);
	font-weight: 300;
	line-height: 1.75;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__cta {
	display: inline-block;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--cz-shop-ink);
	background: none;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cz-shop-ink);
	cursor: pointer;
	transition: opacity 0.25s ease;
}

.cz-scent-quiz__cta:hover {
	opacity: 0.65;
}

.cz-scent-quiz__cta--ghost {
	margin-top: 0.5rem;
}

.cz-scent-quiz__inner {
	max-width: var(--cz-shop-max);
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3.5rem) var(--cz-shop-pad);
}
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: clamp(1.5rem, 4vw, 2rem);
}

.cz-scent-quiz__progress-track {
	flex: 1;
	height: 2px;
	background: var(--cz-shop-line);
	overflow: hidden;
}

.cz-scent-quiz__progress-bar {
	width: 0;
	height: 100%;
	background: var(--cz-shop-ink);
	transition: width 0.35s ease;
}

.cz-scent-quiz__progress-text {
	margin: 0;
	flex-shrink: 0;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__progress-sep {
	margin: 0 0.15em;
	opacity: 0.5;
}

.cz-scent-quiz__form {
	margin: 0;
	padding: 0;
	border: 0;
}

.cz-scent-quiz__step {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

.cz-scent-quiz__question {
	display: block;
	margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
	padding: 0;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.25rem, 2.8vw, 1.75rem);
	font-weight: 400;
	line-height: 1.35;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__question-num {
	display: block;
	margin-bottom: 0.55rem;
	font-family: var(--cz-shop-sans);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__options {
	display: grid;
	gap: 0.75rem;
}

.cz-scent-quiz__option {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0.85rem;
	padding: clamp(0.9rem, 2.5vw, 1.1rem) clamp(1rem, 3vw, 1.25rem);
	border: 1px solid var(--cz-shop-line);
	background: var(--cz-shop-white);
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cz-scent-quiz__option:hover {
	border-color: #cfcbc5;
}

.cz-scent-quiz__option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cz-scent-quiz__option:has(input:checked) {
	border-color: var(--cz-shop-ink);
	box-shadow: inset 0 0 0 1px var(--cz-shop-ink);
	background: #fff;
}

.cz-scent-quiz__option-key {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border: 1px solid var(--cz-shop-line);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: var(--cz-shop-muted);
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.cz-scent-quiz__option:has(input:checked) .cz-scent-quiz__option-key {
	border-color: var(--cz-shop-ink);
	background: var(--cz-shop-ink);
	color: #fff;
}

.cz-scent-quiz__option-text {
	font-size: clamp(0.86rem, 1.6vw, 0.94rem);
	font-weight: 300;
	line-height: 1.6;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: clamp(2rem, 5vw, 2.75rem);
	padding-top: 0.25rem;
}

.cz-scent-quiz__nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: clamp(7.5rem, 24vw, 9.5rem);
	padding: 0.9rem 1.5rem;
	border: 1px solid #dcc5c5;
	background: transparent;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c48484;
	cursor: pointer;
	transition: opacity 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.cz-scent-quiz__nav-btn:disabled {
	color: #e8caca;
	border-color: #ead8d8;
	opacity: 1;
	cursor: not-allowed;
}

.cz-scent-quiz__nav-btn:not(:disabled):hover {
	opacity: 0.75;
}

.cz-scent-quiz__nav-btn--back {
	color: #c48484;
}

.cz-scent-quiz__result-type {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__result-title {
	margin: 0 0 1rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.5rem, 3.2vw, 2rem);
	font-weight: 400;
	line-height: 1.25;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__result-title span {
	display: block;
	margin-top: 0.2em;
}

.cz-scent-quiz__result-intro,
.cz-scent-quiz__result-body {
	margin: 0 0 0.85rem;
	max-width: 38rem;
	font-size: clamp(0.88rem, 1.5vw, 0.96rem);
	font-weight: 300;
	line-height: 1.75;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__result-block {
	margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
	padding-top: clamp(1.25rem, 3vw, 1.75rem);
	border-top: 1px solid var(--cz-shop-line);
	max-width: 38rem;
}

.cz-scent-quiz__result-label {
	margin: 0 0 0.55rem;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__result-keywords,
.cz-scent-quiz__result-scene,
.cz-scent-quiz__result-notes {
	margin: 0;
	font-size: clamp(0.88rem, 1.5vw, 0.96rem);
	font-weight: 300;
	line-height: 1.7;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__result-product {
	margin-top: clamp(1.5rem, 4vw, 2rem);
}

.cz-scent-quiz__recs {
	margin-top: clamp(1.75rem, 4vw, 2.5rem);
	padding-top: clamp(1.5rem, 4vw, 2rem);
	border-top: 1px solid var(--cz-shop-line);
}

.cz-scent-quiz__recs-title {
	margin: 0 0 clamp(1rem, 3vw, 1.35rem);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__rec {
	display: grid;
	text-decoration: none;
	color: inherit;
	background: var(--cz-shop-white);
	border: 1px solid var(--cz-shop-line);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.cz-scent-quiz__rec:hover {
	border-color: #cfcbc5;
	box-shadow: 0 8px 24px rgba(26, 26, 26, 0.04);
}

.cz-scent-quiz__rec--featured {
	grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
	gap: 0;
	margin-bottom: clamp(0.85rem, 2.5vw, 1rem);
	overflow: hidden;
}

.cz-scent-quiz__rec-media {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.cz-scent-quiz__rec--featured .cz-scent-quiz__rec-media {
	aspect-ratio: auto;
	min-height: 100%;
}

.cz-scent-quiz__rec-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	transition: transform 0.35s ease;
	transform-origin: center bottom;
}

.cz-scent-quiz__rec--featured .cz-scent-quiz__rec-media img {
	min-height: 12rem;
	padding: 1rem 0.75rem 0;
}

.cz-scent-quiz__rec:hover .cz-scent-quiz__rec-media img {
	transform: scale(1.03);
}

.cz-scent-quiz__rec-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1rem, 3vw, 1.35rem);
	min-width: 0;
}

.cz-scent-quiz__rec-badge {
	display: inline-block;
	margin-bottom: 0.55rem;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c48484;
}

.cz-scent-quiz__rec-name {
	margin: 0 0 0.35rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	font-weight: 400;
	line-height: 1.3;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__rec-collection {
	margin: 0 0 0.65rem;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__rec-desc {
	margin: 0 0 1rem;
	font-size: clamp(0.82rem, 1.5vw, 0.9rem);
	font-weight: 300;
	line-height: 1.65;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__rec-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
}

.cz-scent-quiz__rec-price {
	font-size: 0.82rem;
	font-weight: 400;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__rec-cta {
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c48484;
	white-space: nowrap;
}

.cz-scent-quiz__result-product-label {
	margin: 0 0 0.45rem;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
}

.cz-scent-quiz__result-link {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-decoration: none;
	color: var(--cz-shop-ink);
	border-bottom: 1px solid var(--cz-shop-ink);
	padding-bottom: 0.2rem;
	transition: opacity 0.25s ease;
}

.cz-scent-quiz__result-link:hover {
	opacity: 0.65;
}

.cz-scent-quiz__result-footer {
	margin-top: clamp(2rem, 5vw, 2.75rem);
	padding-top: clamp(1.5rem, 4vw, 2rem);
	border-top: 1px solid var(--cz-shop-line);
	max-width: 38rem;
}

.cz-scent-quiz__result-tagline {
	margin: 0 0 0.45rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.15rem, 2.5vw, 1.45rem);
	font-weight: 400;
	line-height: 1.3;
	color: var(--cz-shop-ink);
}

.cz-scent-quiz__result-tagline-desc {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.65;
	color: var(--cz-shop-muted);
}

/* ── Instagram ── */
.cz-shop-social {
	background: var(--cz-shop-bg);
	max-width: none;
}

.cz-shop-social .cz-shop-section__head,
.cz-shop-social__grid {
	max-width: var(--cz-shop-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--cz-shop-pad);
	padding-right: var(--cz-shop-pad);
}

.cz-shop-social__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.75rem;
	max-width: var(--cz-shop-max);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(2.5rem, 6vw, 4rem) var(--cz-shop-pad) 0;
}

.cz-shop-social__title {
	margin: 0;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 400;
}

.cz-shop-social__handle {
	font-size: 0.78rem;
	color: var(--cz-shop-muted);
	text-decoration: none;
	transition: color 0.25s;
}

.cz-shop-social__handle:hover {
	color: var(--cz-shop-ink);
}

.cz-shop-social__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.5rem;
	padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.cz-shop-social__item {
	aspect-ratio: 1;
	overflow: hidden;
	display: block;
}

.cz-shop-social__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease, opacity 0.4s;
}

.cz-shop-social__item:hover img {
	transform: scale(1.06);
	opacity: 0.9;
}

/* ── Footer (merged statement + WoodMart block) ── */
.cz-shop-footer {
	background: var(--cz-shop-white);
	color: var(--cz-shop-ink);
}

.cz-shop-footer__statement {
	max-width: none;
	margin: 0;
	padding: clamp(3.5rem, 8vw, 5.5rem) var(--cz-shop-pad);
	text-align: center;
	background: var(--cz-shop-white);
}

.cz-shop-footer__quote {
	margin: 0 auto clamp(1.25rem, 3vw, 1.75rem);
	padding: 0;
	border: 0;
	max-width: 34em;
}

.cz-shop-footer__quote p {
	margin: 0;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	font-weight: 400;
	font-style: normal;
	line-height: 1.55;
	color: var(--cz-shop-ink);
}

.cz-shop-footer__quote-line {
	display: block;
}

.cz-shop-footer__quote-line + .cz-shop-footer__quote-line {
	margin-top: 0.15em;
}

.cz-shop-footer__signature {
	margin: 0 0 1rem;
	font-family: "Allura", "Brush Script MT", cursive;
	font-size: clamp(2.75rem, 7vw, 4rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	background: linear-gradient(120deg, #f4a4d0 0%, #d98fd8 42%, #b87ae8 72%, #9d6fd4 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.cz-shop-footer__attrib {
	margin: 0 0 0.35rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(0.95rem, 1.6vw, 1.05rem);
	font-style: italic;
	color: var(--cz-shop-ink);
}

.cz-shop-footer__role {
	margin: 0;
	font-size: clamp(0.58rem, 1vw, 0.65rem);
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
	line-height: 1.7;
}

.cz-shop-footer__role [lang="zh"] {
	letter-spacing: 0.1em;
	text-transform: none;
	font-weight: 400;
}

.cz-shop-footer__eyebrow {
	margin: 0 0 1.25rem;
	font-size: clamp(0.58rem, 1.1vw, 0.68rem);
	font-weight: 400;
	letter-spacing: 0.14em;
	color: var(--cz-shop-muted);
	line-height: 1.8;
}

.cz-shop-footer__eyebrow [lang="zh"] {
	letter-spacing: 0.08em;
	font-size: 1.05em;
}

.cz-shop-footer__headline {
	margin: 0;
	max-width: 20em;
	margin-inline: auto;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.65rem, 4.2vw, 2.75rem);
	font-weight: 400;
	font-style: italic;
	line-height: 1.35;
	color: var(--cz-shop-ink);
}

.cz-shop-footer__headline-line {
	display: block;
}

.cz-shop-footer__lede {
	margin: 0;
	max-width: 36em;
	margin-inline: auto;
	font-family: var(--cz-shop-serif);
	font-size: clamp(0.88rem, 1.5vw, 1rem);
	font-weight: 400;
	line-height: 1.75;
	color: var(--cz-shop-muted);
}

.cz-shop-footer__body {
	background: #0a0a0a;
	color: rgba(255, 255, 255, 0.75);
	padding: clamp(2.5rem, 6vw, 4rem) var(--cz-shop-pad) 2rem;
}

.cz-shop-footer__head {
	max-width: var(--cz-shop-max);
	margin: 0 auto 0;
}

.cz-shop-footer__wordmark {
	margin: 0;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.75rem, 3.5vw, 2.25rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #fff;
	white-space: nowrap;
}

.cz-shop-footer__tagline {
	max-width: var(--cz-shop-max);
	margin: clamp(1.25rem, 3vw, 2rem) auto clamp(2.5rem, 5vw, 3.5rem);
	padding-top: clamp(1.25rem, 3vw, 1.75rem);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: clamp(0.82rem, 1.6vw, 0.92rem);
	font-weight: 300;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.55);
	text-wrap: pretty;
}

.cz-shop-footer__mid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: clamp(2rem, 5vw, 4rem);
	max-width: var(--cz-shop-max);
	margin: 0 auto 2.5rem;
}

.cz-shop-footer__heading {
	margin: 0 0 0.65rem;
	font-family: var(--cz-shop-serif);
	font-size: 1.35rem;
	font-weight: 400;
	color: #fff;
}

.cz-shop-footer__newsletter p {
	margin: 0 0 1.25rem;
	font-size: 0.82rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.5);
}

.cz-shop-footer__form {
	display: flex;
	gap: 0;
	margin-bottom: 1.5rem;
	max-width: 360px;
}

.cz-shop-footer__form input {
	flex: 1;
	padding: 0.75rem 1rem;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-right: none;
	color: #fff;
	font-family: var(--cz-shop-sans);
	font-size: 0.78rem;
}

.cz-shop-footer__form input::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.cz-shop-footer__form button {
	padding: 0.75rem 1.25rem;
	background: #fff;
	border: none;
	color: #0a0a0a;
	font-family: var(--cz-shop-sans);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.25s;
}

.cz-shop-footer__form button:hover {
	opacity: 0.85;
}

.cz-shop-footer__social {
	display: flex;
	gap: 1rem;
}

.cz-shop-footer__social a {
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	transition: color 0.25s;
}

.cz-shop-footer__social a:hover {
	color: #fff;
}

.cz-shop-footer__links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 2rem;
}

.cz-shop-footer__col {
	min-width: 0;
}

.cz-shop-footer__col-title {
	margin: 0 0 0.85rem;
	font-family: var(--cz-shop-sans);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.cz-shop-footer__links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cz-shop-footer__links li {
	margin-bottom: 0.55rem;
}

.cz-shop-footer__links a {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color 0.25s;
}

.cz-shop-footer__links a:hover {
	color: #fff;
}

.cz-shop-footer__copy {
	margin: 0;
	max-width: var(--cz-shop-max);
	margin-inline: auto;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
	.cz-shop-offers__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cz-shop-social__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.cz-shop-header {
		grid-template-columns: auto 1fr auto;
		padding: 0.85rem var(--cz-shop-pad);
	}

	.cz-shop-header__logo img {
		height: 36px;
	}

	.cz-shop-header__nav {
		display: none;
	}

	.cz-shop-header__actions {
		gap: 0.35rem;
	}

	.cz-shop-header__actions .cz-shop-header__icon {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.cz-shop-header__mobile {
		padding: clamp(1.75rem, 8vw, 2.5rem) var(--cz-shop-pad) calc(clamp(1.75rem, 8vw, 2.5rem) + env(safe-area-inset-bottom));
		gap: 1.1rem;
	}

	.cz-shop-header__mobile a {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
	}

	.cz-pdp__breadcrumb {
		font-size: 0.65rem;
		margin-bottom: 1rem;
	}

	.cz-shop-section {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.cz-shop-collections__grid {
		grid-template-columns: 1fr;
		gap: clamp(1rem, 3vw, 1.25rem);
	}

	.cz-shop-collection {
		aspect-ratio: 4 / 5;
	}

	.cz-shop-collection__title {
		font-size: clamp(1.5rem, 7vw, 2rem);
		letter-spacing: 0.16em;
		margin-bottom: 0.75rem;
	}

	.cz-shop-collection__desc-line {
		font-size: 0.74rem;
		line-height: 1.5;
	}

	.cz-shop-collection__content {
		padding: 1.5rem 1.25rem;
	}

	.cz-shop-collection__cta {
		margin-top: 1rem;
		font-size: 0.68rem;
	}

	.cz-series-split {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.cz-series-split__media img {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.cz-series-split__copy {
		padding: clamp(1.75rem, 6vw, 2.5rem) var(--cz-shop-pad);
	}

	.cz-series-split__body {
		margin-bottom: 1.5rem;
		max-width: none;
	}

	.cz-shop-quiz {
		min-height: clamp(320px, 72vw, 400px);
		margin: 1.5rem calc(-1 * var(--cz-shop-pad)) 1.5rem;
	}

	.cz-scent-quiz--page .cz-scent-quiz__inner {
		padding-top: clamp(1.75rem, 6vw, 2.5rem);
		padding-bottom: clamp(2.5rem, 10vw, 3.5rem);
	}

	.cz-scent-quiz__option {
		gap: 0.75rem;
	}

	.cz-scent-quiz__nav {
		flex-direction: row;
		align-items: stretch;
	}

	.cz-scent-quiz__nav-btn {
		flex: 1;
		min-height: 48px;
	}

	.cz-scent-quiz__rec--featured {
		grid-template-columns: 1fr;
	}

	.cz-scent-quiz__rec--featured .cz-scent-quiz__rec-media img {
		min-height: 0;
		padding: 1.25rem 1rem 0;
	}

	.cz-scent-quiz__rec--featured .cz-scent-quiz__rec-media {
		aspect-ratio: 4 / 3;
	}

	.cz-scent-quiz__rec-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.65rem;
	}

	.cz-shop-quiz__content {
		padding: clamp(2rem, 8vw, 2.75rem) var(--cz-shop-pad);
	}

	.cz-shop-quiz__title {
		font-size: clamp(1.25rem, 6.5vw, 1.65rem);
		letter-spacing: 0.12em;
	}

	.cz-shop-quiz__desc {
		max-width: none;
		font-size: 0.85rem;
		margin-bottom: 1.15rem;
	}

	.cz-shop-footer__statement {
		padding: clamp(2.75rem, 9vw, 3.75rem) var(--cz-shop-pad);
	}

	.cz-shop-footer__quote {
		max-width: none;
		padding: 0 0.25rem;
	}

	.cz-shop-footer__quote p {
		font-size: clamp(0.98rem, 4.2vw, 1.15rem);
		line-height: 1.5;
	}

	.cz-shop-footer__signature {
		font-size: clamp(2.35rem, 11vw, 3.25rem);
		margin-bottom: 0.75rem;
	}

	.cz-shop-footer__role {
		letter-spacing: 0.12em;
		line-height: 1.75;
		padding: 0 0.5rem;
	}

	.cz-shop-footer__eyebrow {
		letter-spacing: 0.1em;
		line-height: 1.85;
		padding: 0 0.25rem;
	}

	.cz-shop-footer__headline {
		font-size: clamp(1.45rem, 5.5vw, 2rem);
		line-height: 1.42;
		max-width: none;
	}

	.cz-shop-footer__headline-line + .cz-shop-footer__headline-line {
		margin-top: 0.15em;
	}

	.cz-shop-footer__tagline {
		margin-bottom: 2rem;
		padding-top: 1.15rem;
		line-height: 1.8;
	}

	.cz-shop-footer__head {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.cz-shop-footer__mid {
		grid-template-columns: 1fr;
	}

	.cz-shop-footer__form {
		max-width: none;
		flex-direction: column;
	}

	.cz-shop-footer__form input {
		border-right: 1px solid rgba(255, 255, 255, 0.12);
	}

	.cz-shop-footer__form button {
		width: 100%;
		min-height: 44px;
	}

	.cz-shop-footer__links {
		grid-template-columns: 1fr 1fr;
		gap: 1.75rem 1.25rem;
	}

	.cz-shop-footer__col-title {
		margin-bottom: 0.75rem;
		font-size: 0.64rem;
	}
}

@media (max-width: 480px) {
	.cz-shop-offers__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.75rem 0.5rem;
	}

	.cz-shop-offer__visual {
		margin-bottom: 0.65rem;
	}

	.cz-shop-offer__name {
		font-size: 0.72rem;
		line-height: 1.35;
	}

	.cz-shop-social__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cz-shop-section__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.cz-shop-filters {
		width: 100%;
		justify-content: flex-start;
	}

	.cz-shop-filters__btn {
		min-height: 40px;
	}

	.cz-shop-footer__body {
		padding-bottom: calc(2rem + env(safe-area-inset-bottom));
	}

	.cz-shop-footer__statement {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.cz-shop-footer__eyebrow {
		font-size: 0.62rem;
		letter-spacing: 0.08em;
		margin-bottom: 1rem;
	}

	.cz-shop-footer__headline {
		font-size: clamp(1.22rem, 5vw, 1.55rem);
		line-height: 1.48;
	}

	.cz-shop-footer__tagline {
		font-size: 0.8rem;
		padding-top: 1rem;
		margin-top: 1rem;
		margin-bottom: 1.75rem;
	}

	.cz-shop-footer__links {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem 0.85rem;
	}

	.cz-shop-footer__col-title {
		font-size: 0.62rem;
		margin-bottom: 0.65rem;
	}

	.cz-shop-footer__links a {
		font-size: 0.74rem;
	}
}
