/* ==========================================================================
   CIXIZOC — New Arrivals (Next Quarter)
   Skylar-inspired carousel showcase
   ========================================================================== */

body.cz-new-page {
	background: #fff;
}

.cz-new-arrivals {
	max-width: 42rem;
	margin: 0 auto;
	padding: clamp(1.5rem, 5vw, 2.5rem) var(--cz-shop-pad) clamp(2.5rem, 8vw, 4rem);
	text-align: center;
}

.cz-new-arrivals__kicker {
	margin-bottom: clamp(0.65rem, 2vw, 0.85rem);
}

.cz-new-arrivals__kicker-line {
	margin: 0;
	line-height: 1.45;
	text-transform: uppercase;
}

.cz-new-arrivals__kicker-line,
.cz-new-arrivals__title {
	font-family: var(--cz-shop-sans);
	font-weight: 600;
	color: var(--cz-shop-ink);
}

.cz-new-arrivals__kicker-line {
	font-size: clamp(0.88rem, 2.8vw, 1.05rem);
	letter-spacing: 0.16em;
}

.cz-new-arrivals__meta {
	display: flex;
	justify-content: center;
	margin-bottom: clamp(0.85rem, 2.5vw, 1.15rem);
}

.cz-new-arrivals__meta-line {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0.55em;
	margin: 0;
	font-family: var(--cz-shop-sans);
	font-size: clamp(0.78rem, 2.4vw, 0.98rem);
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--cz-shop-muted);
}

.cz-new-arrivals__meta-series,
.cz-new-arrivals__meta-category {
	display: inline;
	white-space: nowrap;
}

.cz-new-arrivals__copy {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.cz-new-arrivals__title {
	margin: 0;
	font-size: clamp(1.85rem, 6vw, 2.75rem);
	line-height: 1.05;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.cz-new-carousel {
	position: relative;
	margin: clamp(1.25rem, 4vw, 2rem) calc(-1 * clamp(0.5rem, 2vw, 1rem));
	outline: none;
}

.cz-new-carousel__viewport {
	overflow: hidden;
	padding: 0.5rem 0 1rem;
}

.cz-new-carousel__track {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(0.5rem, 2vw, 1rem);
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: clamp(28.5rem, 87vw, 39rem);
	transition: transform 0.45s ease;
	will-change: transform;
}

.cz-new-carousel__slide {
	flex: 0 0 clamp(8.25rem, 33vw, 11.25rem);
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0.28;
	filter: blur(3px);
	transform: scale(0.78);
	transform-origin: center bottom;
	transition:
		opacity 0.45s ease,
		filter 0.45s ease,
		transform 0.45s ease,
		flex-basis 0.45s ease;
	will-change: transform, opacity, filter;
}

.cz-new-carousel__slide.is-active {
	flex: 0 0 clamp(16.5rem, 66vw, 23.25rem);
	opacity: 1;
	filter: none;
	transform: scale(1);
	cursor: default;
	z-index: 2;
}

.cz-new-carousel__slide.is-prev,
.cz-new-carousel__slide.is-next {
	opacity: 0.42;
	filter: blur(2px);
	transform: scale(0.86);
}

.cz-new-carousel__bottle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: clamp(25.5rem, 81vw, 36rem);
}

.cz-new-carousel__bottle img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
	object-position: center bottom;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.cz-new-arrivals__details {
	max-width: 24rem;
	margin: 0 auto;
}

.cz-new-arrivals__family {
	margin: 0 0 0.45rem;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--cz-shop-ink);
}

.cz-new-arrivals__notes {
	margin: 0 0 clamp(1.25rem, 4vw, 1.75rem);
	font-size: clamp(0.88rem, 2vw, 0.96rem);
	font-weight: 300;
	line-height: 1.6;
	color: var(--cz-shop-muted);
}

.cz-new-arrivals__cta {
	display: block;
	width: 100%;
	padding: 1rem 1.25rem;
	border: 0;
	background: var(--cz-shop-ink);
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	transition: opacity 0.25s ease;
}

.cz-new-arrivals__cta:hover {
	opacity: 0.82;
	color: #fff;
}

.cz-new-arrivals__progress {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: clamp(0.55rem, 2.5vw, 0.75rem);
	margin: clamp(1.5rem, 4vw, 2rem) auto 0;
	max-width: clamp(10rem, 42vw, 12rem);
}

.cz-new-arrivals__progress-btn {
	flex: 1;
	height: clamp(2.35rem, 7vw, 2.85rem);
	min-width: 0;
	padding: 0;
	border: 1.5px solid var(--pill-accent, var(--cz-shop-line));
	border-radius: 0.45rem;
	background: transparent;
	cursor: pointer;
	transition: background 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}

.cz-new-arrivals__progress-btn.is-active {
	background: var(--pill-accent, var(--cz-shop-ink));
	border-color: var(--pill-accent, var(--cz-shop-ink));
}

.cz-new-arrivals__progress-btn:not(.is-active):hover {
	background: color-mix(in srgb, var(--pill-accent, var(--cz-shop-ink)) 12%, transparent);
}

.cz-new-arrivals__progress-btn:focus-visible {
	outline: 2px solid var(--pill-accent, var(--cz-shop-ink));
	outline-offset: 3px;
}

.cz-new-arrivals__progress-btn--golden {
	--pill-accent: #d4622a;
}

.cz-new-arrivals__progress-btn--azure {
	--pill-accent: #5a8fc0;
}

/* ── New page hero CTA (fig. 2) ── */
.cz-new-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(320px, 52vw, 480px);
	margin-top: clamp(2rem, 6vw, 3rem);
	overflow: hidden;
}

.cz-new-hero__media {
	position: absolute;
	inset: 0;
}

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

.cz-new-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(18, 14, 16, 0.55) 0%,
		rgba(18, 14, 16, 0.72) 100%
	);
}

.cz-new-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 36rem;
	margin: 0 auto;
	padding: clamp(2.5rem, 8vw, 4rem) var(--cz-shop-pad);
	text-align: center;
	color: #fff;
}

.cz-new-hero__title {
	margin: 0 0 0.85rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.75rem, 4.5vw, 2.75rem);
	font-weight: 400;
	line-height: 1.15;
	color: #fff;
}

.cz-new-hero__desc {
	margin: 0 auto 1.75rem;
	max-width: 22em;
	font-size: clamp(0.88rem, 2vw, 1rem);
	font-weight: 300;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.cz-new-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: clamp(11rem, 42vw, 14rem);
	padding: 0.95rem 2rem;
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	background: transparent;
	font-family: inherit;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cz-new-hero__btn:hover {
	background: #fff;
	border-color: #fff;
	color: var(--cz-shop-ink);
}

@media (max-width: 768px) {
	.cz-new-arrivals {
		padding-top: 1.25rem;
	}

	.cz-new-carousel {
		margin-left: calc(-1 * var(--cz-shop-pad) + 0.5rem);
		margin-right: calc(-1 * var(--cz-shop-pad) + 0.5rem);
	}

	.cz-new-carousel__track {
		min-height: clamp(25.5rem, 93vw, 31.5rem);
		gap: 0.35rem;
	}

	.cz-new-carousel__slide {
		flex-basis: clamp(6.75rem, 27vw, 9rem);
	}

	.cz-new-carousel__slide.is-active {
		flex-basis: clamp(14.25rem, 57vw, 18rem);
	}

	.cz-new-carousel__bottle {
		height: clamp(22.5rem, 84vw, 28.5rem);
	}

	.cz-new-arrivals__title {
		font-size: clamp(1.65rem, 8vw, 2.15rem);
		letter-spacing: 0.08em;
	}

	.cz-new-arrivals__meta-line {
		font-size: clamp(0.72rem, 3.2vw, 0.88rem);
		letter-spacing: 0.14em;
		gap: 0.45em;
	}

	.cz-new-arrivals__progress {
		max-width: min(11rem, 72vw);
		gap: 0.65rem;
	}

	.cz-new-arrivals__progress-btn {
		height: clamp(2.5rem, 10vw, 2.85rem);
		border-radius: 0.5rem;
		min-height: 44px;
	}

	.cz-new-arrivals__cta {
		min-height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cz-new-hero {
		min-height: clamp(300px, 78vw, 420px);
		margin-top: 1.5rem;
	}

	.cz-new-hero__content {
		padding: clamp(2rem, 10vw, 3rem) var(--cz-shop-pad);
	}

	.cz-new-hero__title {
		font-size: clamp(1.55rem, 7vw, 2rem);
	}

	.cz-new-hero__desc {
		max-width: none;
		margin-bottom: 1.5rem;
		font-size: 0.9rem;
	}

	.cz-new-hero__btn {
		width: 100%;
		max-width: 18rem;
		min-height: 48px;
		padding: 0.85rem 1.5rem;
	}
}

@media (min-width: 769px) {
	.cz-new-carousel__slide:not(.is-active):hover {
		opacity: 0.55;
		filter: blur(1.5px);
	}
}
