/**
 * PDP Next (.nds-pdp-next)
 * Cover-forward editorial product page. Blank canvas.
 * Completely separate from focus/edition/studio/artifact/narrative.
 */

.nds-pdp-next,
.nds-pn-sticky,
.nds-pn-lb {
	--pn-ink: #081018;
	--pn-soft: color-mix(in srgb, var(--pn-ink) 64%, transparent);
	--pn-mute: color-mix(in srgb, var(--pn-ink) 46%, transparent);
	--pn-line: color-mix(in srgb, var(--pn-ink) 12%, transparent);
	--pn-faint: color-mix(in srgb, var(--pn-ink) 7%, transparent);
	--pn-paper: #eef1f4;
	--pn-snow: #ffffff;
	--pn-deep: #050b11;
	--pn-teal: #0a5962;
	--pn-teal-deep: #063f46;
	--pn-serif: "Source Serif 4", "Source Serif Pro", Georgia, serif;
	--pn-sans: "Figtree", "Segoe UI", system-ui, sans-serif;
	--pn-max: 1180px;
	--pn-pad: clamp(1.15rem, 4vw, 3.5rem);
	--pn-prose: 52rem;
	--pn-stage-h: clamp(22rem, 56vh, 36rem);
	--pn-ease: cubic-bezier(0.22, 1, 0.36, 1);
	box-sizing: border-box;
	color: var(--pn-ink);
	font-family: var(--pn-sans);
	font-size: 1.125rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
.nds-pdp-next *,
.nds-pdp-next *::before,
.nds-pdp-next *::after,
.nds-pn-sticky *,
.nds-pn-lb * { box-sizing: border-box; }

.nds-pdp-next {
	width: 100%;
	overflow-x: clip;
	background: var(--pn-snow);
	/* Document body clears the fixed mobile bottom bar; keep a modest section end pad. */
	padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

@media (min-width: 1100px) {
	.nds-pdp-next {
		padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
	}
}
.nds-pdp-next a { color: inherit; text-decoration: none; }
.nds-pdp-next :focus { outline: none; }
.nds-pdp-next :focus-visible,
.nds-pn-lb :focus-visible {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--pn-teal);
	border-radius: 0.3rem;
}

.nds-pn-shell {
	width: min(100% - (var(--pn-pad) * 2), var(--pn-max));
	margin-inline: auto;
}

.nds-pn-eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pn-teal);
}
.nds-pn-h2 {
	margin: 0 0 1rem;
	font-family: var(--pn-serif);
	font-size: clamp(1.9rem, 3.2vw, 2.85rem);
	font-weight: 560;
	line-height: 1.14;
	letter-spacing: -0.025em;
	text-wrap: balance;
}
.nds-pn-h3 {
	margin: 0 0 0.45rem;
	font-family: var(--pn-serif);
	font-size: clamp(1.15rem, 1.6vw, 1.4rem);
	font-weight: 560;
	letter-spacing: -0.015em;
}
.nds-pn-block { padding: clamp(3.5rem, 8vw, 6.75rem) 0; }
.nds-pn-block__head { max-width: 40rem; margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.nds-pn-block__head--center { margin-inline: auto; text-align: center; }
.nds-pn-block__sub {
	margin: 0;
	font-size: clamp(1.05rem, 1.4vw, 1.18rem);
	color: var(--pn-soft);
	line-height: 1.65;
}

.nds-pn-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.85rem 1.35rem;
	border: 0;
	border-radius: 999px;
	font-family: var(--pn-sans);
	font-size: 1rem;
	font-weight: 650;
	letter-spacing: -0.01em;
	cursor: pointer;
	text-align: center;
	transition: background 160ms var(--pn-ease), color 160ms var(--pn-ease), box-shadow 160ms var(--pn-ease);
}
.nds-pn-btn--sm { min-height: 2.65rem; padding: 0.55rem 1rem; font-size: 0.92rem; }
.nds-pn-btn--primary,
.nds-pn-btn--primary.button {
	background: var(--pn-teal) !important;
	color: #fff !important;
	box-shadow: none !important;
}
.nds-pn-btn--primary:hover { background: var(--pn-teal-deep) !important; color: #fff !important; }
.nds-pn-btn--accent {
	background: transparent;
	color: var(--pn-teal);
	box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--pn-teal) 55%, transparent);
}
.nds-pn-btn--accent:hover { background: color-mix(in srgb, var(--pn-teal) 8%, transparent); }
.nds-pn-btn--light {
	background: #fff;
	color: var(--pn-ink);
}
.nds-pn-btn--ghost {
	background: transparent;
	color: var(--pn-ink);
	box-shadow: inset 0 0 0 1.5px var(--pn-line);
}

/* ==========================================================================
   STAGE — cover-forward, NOT three columns
   ========================================================================== */
.nds-pn-stage {
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
	background:
		radial-gradient(70% 55% at 50% 0%, color-mix(in srgb, var(--pn-paper) 95%, transparent) 0%, transparent 70%),
		linear-gradient(180deg, var(--pn-paper) 0%, var(--pn-snow) 72%);
}
.nds-pn-stage__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(1.75rem, 4vw, 3rem);
	text-align: center;
}

.nds-pn-gallery {
	width: min(100%, 34rem);
	display: grid;
	gap: 0.85rem;
	justify-items: center;
}
.nds-pn-gallery__frame {
	position: relative;
	width: 100%;
}
.nds-pn-gallery__viewport {
	overflow: hidden;
	border-radius: 1.25rem;
	background: linear-gradient(165deg, #fff 0%, color-mix(in srgb, var(--pn-paper) 55%, #fff) 100%);
	box-shadow:
		0 1px 0 color-mix(in srgb, #fff 90%, transparent) inset,
		0 30px 60px color-mix(in srgb, var(--pn-ink) 12%, transparent);
	cursor: grab;
	user-select: none;
	touch-action: pan-y;
}
.nds-pn-gallery__viewport.is-dragging { cursor: grabbing; }
.nds-pn-gallery__track {
	display: flex;
	height: var(--pn-stage-h);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	touch-action: pan-x pan-y;
}
.nds-pn-gallery__track::-webkit-scrollbar { display: none; }
.nds-pdp-next.is-reduced .nds-pn-gallery__track { scroll-behavior: auto; }
.nds-pn-gallery__slide {
	flex: 0 0 100%;
	margin: 0;
	height: 100%;
	scroll-snap-align: center;
	scroll-snap-stop: always;
	display: grid;
	place-items: center;
	padding: clamp(1rem, 2.5vw, 1.75rem);
}
.nds-pn-gallery__open {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}
.nds-pn-gallery__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 20px 36px color-mix(in srgb, var(--pn-ink) 20%, transparent));
	pointer-events: none;
}
.nds-pn-gallery__empty {
	width: min(70%, 14rem);
	aspect-ratio: 3 / 4;
	background: var(--pn-paper);
	border-radius: 0.5rem;
}
.nds-pn-gallery__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	min-width: 44px;
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	background: color-mix(in srgb, #fff 92%, transparent);
	color: var(--pn-ink);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--pn-ink) 14%, transparent);
	cursor: pointer;
}
.nds-pn-gallery__arrow--prev { left: 0.65rem; }
.nds-pn-gallery__arrow--next { right: 0.65rem; }
.nds-pn-gallery__arrow:disabled { opacity: 0.35; }
.nds-pn-gallery__meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}
.nds-pn-gallery__counter {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--pn-mute);
}
.nds-pn-gallery__dots { display: flex; gap: 0.4rem; justify-content: center; }
.nds-pn-gallery__dot {
	position: relative;
	width: 0.5rem;
	height: 0.5rem;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.nds-pn-gallery__dot::before {
	content: "";
	position: absolute;
	inset: 50%;
	width: 0.5rem;
	height: 0.5rem;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	background: color-mix(in srgb, var(--pn-ink) 22%, transparent);
}
.nds-pn-gallery__dot.is-active::before {
	width: 1.25rem;
	background: var(--pn-teal);
}
.nds-pn-gallery__thumbs {
	display: flex;
	gap: 0.5rem;
	overflow-x: auto;
	max-width: 100%;
	scroll-snap-type: x proximity;
	padding-bottom: 0.25rem;
	scrollbar-width: thin;
}
.nds-pn-gallery__thumb {
	flex: 0 0 4.1rem;
	width: 4.1rem;
	height: 5.25rem;
	min-width: 44px;
	padding: 0.2rem;
	border: 0;
	border-radius: 0.45rem;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--pn-faint);
	cursor: pointer;
	opacity: 0.6;
	scroll-snap-align: center;
}
.nds-pn-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}
.nds-pn-gallery__thumb.is-active,
.nds-pn-gallery__thumb:hover {
	opacity: 1;
	box-shadow: inset 0 0 0 2px var(--pn-teal);
}

.nds-pn-stage__copy {
	width: min(100%, 46rem);
	display: grid;
	justify-items: center;
}
.nds-pn-stage__signal {
	margin: 0 0 0.85rem;
	font-size: 0.92rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pn-mute);
}
.nds-pn-stage__title {
	margin: 0 0 1rem;
	font-family: var(--pn-serif);
	font-size: clamp(2rem, 4.2vw, 3.55rem);
	font-weight: 560;
	line-height: 1.1;
	letter-spacing: -0.03em;
	text-wrap: balance;
}
.nds-pn-stage__summary {
	margin: 0 0 1.25rem;
	max-width: 38rem;
	font-size: clamp(1.05rem, 1.5vw, 1.22rem);
	color: var(--pn-soft);
	line-height: 1.7;
}
.nds-pn-stage__quiet {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.5rem;
	margin: 0 0 1.75rem;
	padding: 0;
	list-style: none;
}
.nds-pn-stage__quiet li {
	font-size: 0.98rem;
}
.nds-pn-stage__quiet span {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--pn-mute);
	margin-bottom: 0.15rem;
}

.nds-pn-buy {
	width: 100%;
	max-width: 28rem;
	display: grid;
	justify-items: center;
	gap: 0.85rem;
	padding-top: 0.5rem;
	border-top: 1px solid var(--pn-line);
}
.nds-pn-buy__price {
	display: flex;
	align-items: baseline;
	gap: 0.65rem;
	font-family: var(--pn-serif);
	font-size: clamp(2.1rem, 3vw, 2.75rem);
	font-weight: 560;
	letter-spacing: -0.03em;
}
.nds-pn-buy__price del { font-size: 0.5em; opacity: 0.45; }
.nds-pn-buy__price ins { text-decoration: none; }
.nds-pn-buy__save {
	font-family: var(--pn-sans);
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--pn-teal) 12%, transparent);
	color: var(--pn-teal-deep);
}
.nds-pn-buy__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem;
	width: 100%;
}
.nds-pn-buy__form { margin: 0; }
.nds-pn-buy .quantity { display: none !important; }
.nds-pn-buy__actions .nds-pn-btn,
.nds-pn-buy__form .nds-pn-btn { width: 100%; }
.nds-pn-buy__trust {
	margin: 0;
	font-size: 0.9rem;
	color: var(--pn-mute);
}
.nds-pn-buy__trust a {
	color: var(--pn-teal);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.nds-pn-buy__oos { margin: 0; font-weight: 650; color: var(--pn-mute); }

/* Story */
.nds-pn-story { background: var(--pn-snow); border-top: 1px solid var(--pn-faint); }
.nds-pn-story__col {
	max-width: var(--pn-prose);
	margin-inline: auto;
	text-align: center;
}
.nds-pn-story__lead {
	margin: 0 0 1.35rem;
	font-family: var(--pn-serif);
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	line-height: 1.4;
	letter-spacing: -0.02em;
}
.nds-pn-story__p {
	margin: 0 0 1.1rem;
	color: var(--pn-soft);
	font-size: clamp(1.05rem, 1.35vw, 1.15rem);
}
.nds-pn-story__mark {
	margin: 2rem auto 0;
	padding: 1.25rem 0 0;
	border-top: 2px solid var(--pn-ink);
	max-width: 34rem;
}
.nds-pn-story__mark p {
	margin: 0;
	font-family: var(--pn-serif);
	font-size: clamp(1.15rem, 1.8vw, 1.4rem);
	font-style: italic;
	line-height: 1.45;
}

/* Preview — cinematic */
.nds-pn-preview { background: var(--pn-deep); color: #fff; }
.nds-pn-preview .nds-pn-eyebrow { color: color-mix(in srgb, #fff 55%, var(--pn-teal)); }
.nds-pn-preview .nds-pn-h2 { color: #fff; }
.nds-pn-preview .nds-pn-block__sub { color: color-mix(in srgb, #fff 62%, transparent); }
.nds-pn-preview__stage {
	position: relative;
	width: min(100%, 42rem);
	margin-inline: auto;
	aspect-ratio: 3 / 4;
	max-height: min(68vh, 36rem);
	background: #fff;
	border-radius: 0.7rem;
	overflow: hidden;
	box-shadow: 0 36px 70px color-mix(in srgb, #000 45%, transparent);
}
.nds-pn-preview__page {
	position: absolute;
	inset: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.1rem;
	opacity: 0;
	pointer-events: none;
}
.nds-pn-preview__page.is-active { opacity: 1; pointer-events: auto; }
.nds-pn-preview__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nds-pn-preview__nav {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.35rem;
}
.nds-pn-preview__dot {
	width: 0.6rem;
	height: 0.6rem;
	border: 0;
	border-radius: 50%;
	background: color-mix(in srgb, #fff 28%, transparent);
	cursor: pointer;
}
.nds-pn-preview__dot.is-active { background: #fff; }

/* Include */
.nds-pn-include { background: var(--pn-paper); }
.nds-pn-include__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}
.nds-pn-include__list { margin: 0; padding: 0; list-style: none; }
.nds-pn-include__item {
	display: grid;
	gap: 0.35rem;
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--pn-line);
}
.nds-pn-include__item:first-child { border-top: 1px solid var(--pn-line); }
.nds-pn-include__item.is-lead strong {
	font-size: clamp(1.35rem, 2vw, 1.7rem);
}
.nds-pn-include__item strong {
	font-family: var(--pn-serif);
	font-size: 1.2rem;
	font-weight: 560;
}
.nds-pn-include__item span { color: var(--pn-soft); }

/* Specs */
.nds-pn-specs { background: var(--pn-snow); }
.nds-pn-specs__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 5vw, 4rem);
}
.nds-pn-specs__list { margin: 0; }
.nds-pn-specs__row {
	display: grid;
	grid-template-columns: 9rem minmax(0, 1fr);
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--pn-line);
}
.nds-pn-specs__row dt {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pn-mute);
}
.nds-pn-specs__row dd {
	margin: 0;
	font-family: var(--pn-serif);
	font-size: 1.15rem;
}

/* Audience */
.nds-pn-audience { background: var(--pn-paper); }
.nds-pn-audience__split {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	max-width: 56rem;
	margin-inline: auto;
}
.nds-pn-audience__col {
	padding: 1.75rem 0 0;
	border-top: 2px solid var(--pn-ink);
}
.nds-pn-audience__col--not { border-top-color: var(--pn-line); }
.nds-pn-audience__col ul {
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.75rem;
}
.nds-pn-audience__col li {
	padding-left: 1.1rem;
	position: relative;
	color: var(--pn-soft);
}
.nds-pn-audience__col li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: var(--pn-teal);
}
.nds-pn-audience__col--not li::before { background: var(--pn-mute); }

/* Delivery */
.nds-pn-delivery { background: var(--pn-snow); }
.nds-pn-delivery__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nds-pn-delivery__steps li {
	display: grid;
	gap: 0.85rem;
	padding-top: 1.25rem;
	border-top: 2px solid var(--pn-ink);
}
.nds-pn-delivery__n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: var(--pn-ink);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
}
.nds-pn-delivery__steps p { margin: 0; color: var(--pn-soft); font-size: 0.98rem; }
.nds-pn-delivery__link { margin: 2.25rem 0 0; text-align: center; }
.nds-pn-delivery__link a {
	color: var(--pn-teal);
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

/* FAQ */
.nds-pn-faq { background: var(--pn-paper); }
.nds-pn-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(1.75rem, 4vw, 3.5rem);
}
.nds-pn-faq__item {
	border-bottom: 1px solid var(--pn-line);
}
.nds-pn-faq__item:first-child { border-top: 1px solid var(--pn-line); }
.nds-pn-faq__item summary {
	cursor: pointer;
	list-style: none;
	padding: 1.2rem 2.25rem 1.2rem 0;
	font-family: var(--pn-serif);
	font-size: clamp(1.15rem, 1.6vw, 1.35rem);
	font-weight: 560;
	position: relative;
}
.nds-pn-faq__item summary::-webkit-details-marker { display: none; }
.nds-pn-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 1.15rem;
	color: var(--pn-teal);
	font-family: var(--pn-sans);
	font-size: 1.35rem;
}
.nds-pn-faq__item[open] summary::after { content: "–"; }
.nds-pn-faq__a {
	padding: 0 0 1.25rem;
	color: var(--pn-soft);
	max-width: 40rem;
}
.nds-pn-faq__a a { color: var(--pn-teal); text-decoration: underline; }

/* Close */
.nds-pn-close { background: var(--pn-deep); color: #fff; }
.nds-pn-close .nds-pn-eyebrow { color: color-mix(in srgb, #fff 50%, var(--pn-teal)); }
.nds-pn-close .nds-pn-h2 { color: #fff; }
.nds-pn-close__panel {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: center;
}
.nds-pn-close__cover {
	display: block;
	width: 100%;
	max-width: 16rem;
	height: auto;
	margin-inline: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 40px color-mix(in srgb, #000 45%, transparent));
}
.nds-pn-close__ed { margin: -0.35rem 0 1rem; color: color-mix(in srgb, #fff 58%, transparent); }
.nds-pn-close__price {
	margin: 0 0 0.85rem;
	font-family: var(--pn-serif);
	font-size: clamp(2rem, 3vw, 2.6rem);
	letter-spacing: -0.03em;
}
.nds-pn-close__confidence {
	margin: 0 0 1.35rem;
	color: color-mix(in srgb, #fff 62%, transparent);
	max-width: 32rem;
}
.nds-pn-close__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.7rem;
	max-width: 28rem;
}
.nds-pn-close__actions form { margin: 0; }
.nds-pn-close__actions .quantity { display: none !important; }

/* Collection */
.nds-pn-collection { background: var(--pn-paper); }
.nds-pn-collection__panel {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: center;
}
.nds-pn-collection__stack {
	position: relative;
	min-height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nds-pn-collection__spine {
	position: absolute;
	width: min(42%, 10.5rem);
	aspect-ratio: 3 / 4;
	border-radius: 0.35rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 18px 36px color-mix(in srgb, var(--pn-ink) 16%, transparent);
	transform: translateX(calc((var(--i) - 1.2) * 2.3rem)) rotate(calc((var(--i) - 1.2) * 4deg));
}
.nds-pn-collection__spine img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
}
.nds-pn-collection__price {
	margin: 0 0 1.15rem;
	font-family: var(--pn-serif);
	font-size: 1.7rem;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	flex-wrap: wrap;
}

/* Related — presentation lives in pdp-related.css (enqueued on single product). */

/* Sticky */
.nds-pn-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: var(--nds-fixed-bottom-offset, calc(3.75rem + env(safe-area-inset-bottom, 0px)));
	z-index: 90;
	padding: 0.7rem var(--pn-pad);
	background: color-mix(in srgb, #fff 94%, transparent);
	backdrop-filter: blur(14px);
	border-top: 1px solid var(--pn-line);
	transform: translateY(calc(110% + var(--nds-fixed-bottom-offset, 3.75rem)));
	transition: transform 240ms var(--pn-ease);
}
.nds-pn-sticky.is-visible { transform: translateY(0); }
.nds-pn-sticky__inner {
	width: min(100%, var(--pn-max));
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	flex-wrap: wrap;
}
.nds-pn-sticky__cover {
	flex: 0 0 2.5rem;
	width: 2.5rem;
	height: 3.15rem;
	border-radius: 0.25rem;
	overflow: hidden;
	background: #fff;
}
.nds-pn-sticky__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nds-pn-sticky__title {
	margin: 0;
	flex: 1 1 8rem;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.3;
}
.nds-pn-sticky__price {
	font-family: var(--pn-serif);
	font-size: 1.2rem;
}
.nds-pn-sticky__form { margin: 0; }
.nds-pn-sticky__form .quantity { display: none !important; }
html.nds-pn-sticky-active .nds-pdp-next {
	padding-bottom: calc(6rem + var(--nds-fixed-bottom-offset, 3.75rem));
}
@media (min-width: 901px) {
	.nds-pn-sticky {
		bottom: 0;
		transform: translateY(110%);
		padding-bottom: calc(0.7rem + env(safe-area-inset-bottom, 0px));
	}
	.nds-pn-sticky.is-visible { transform: translateY(0); }
}

/* Lightbox */
.nds-pn-lb {
	border: 0;
	padding: 1.15rem;
	width: min(96vw, 58rem);
	max-width: 96vw;
	background: transparent;
	color: #fff;
}
.nds-pn-lb::backdrop { background: color-mix(in srgb, #000 78%, transparent); }
.nds-pn-lb__stage {
	position: relative;
	background: #fff;
	border-radius: 0.8rem;
	overflow: hidden;
	min-height: min(72vh, 38rem);
}
.nds-pn-lb__slide {
	display: none;
	margin: 0;
	min-height: min(72vh, 38rem);
	padding: 1.25rem;
	align-items: center;
	justify-content: center;
}
.nds-pn-lb__slide.is-active { display: flex; }
.nds-pn-lb__slide img {
	display: block;
	max-width: 100%;
	max-height: min(70vh, 36rem);
	width: auto;
	height: auto;
	object-fit: contain;
	transform-origin: center center;
}
.nds-pn-lb__close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	z-index: 5;
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	border-radius: 999px;
	background: color-mix(in srgb, var(--pn-ink) 72%, transparent);
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
}
.nds-pn-lb__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	border-radius: 999px;
	background: color-mix(in srgb, #fff 92%, transparent);
	color: var(--pn-ink);
	font-size: 1.5rem;
	cursor: pointer;
}
.nds-pn-lb__arrow--prev { left: 0.6rem; }
.nds-pn-lb__arrow--next { right: 0.6rem; }
.nds-pn-lb__status {
	margin: 0.8rem 0 0;
	text-align: center;
	font-size: 0.9rem;
	color: color-mix(in srgb, #fff 72%, transparent);
}

/* Hide Woo defaults if leaked */
.nds-pdp-next .woocommerce-product-gallery,
.nds-pdp-next .summary.entry-summary,
.nds-pdp-next .woocommerce-tabs,
.nds-pdp-next .related.products,
.nds-pdp-next .upsells.products { display: none !important; }

/* Responsive */
@media (max-width: 1000px) {
	.nds-pn-include__grid,
	.nds-pn-specs__grid,
	.nds-pn-faq__grid,
	.nds-pn-collection__panel,
	.nds-pn-close__panel,
	.nds-pn-audience__split {
		grid-template-columns: 1fr;
	}
	.nds-pn-delivery__steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
	.nds-pn-stage { padding-top: 1.25rem; }
	.nds-pdp-next { --pn-stage-h: min(21rem, 48vh); }
	.nds-pn-gallery { width: 100%; }
	.nds-pn-gallery__arrow { display: none; }
	.nds-pn-stage__title { font-size: clamp(1.75rem, 7vw, 2.2rem); }
	.nds-pn-stage__quiet { gap: 0.55rem 1rem; }
	.nds-pn-buy__actions { grid-template-columns: 1fr; }
	.nds-pn-delivery__steps { grid-template-columns: 1fr; }
	.nds-pn-delivery__steps li {
		grid-template-columns: 2.25rem minmax(0, 1fr);
		align-items: start;
		gap: 0.85rem;
		text-align: left;
	}
	.nds-pn-include__item,
	.nds-pn-story__col,
	.nds-pn-block__head,
	.nds-pn-collection__copy,
	.nds-pn-close__copy,
	.nds-pn-audience__col,
	.nds-pn-faq__item summary {
		text-align: center;
	}
	.nds-pn-include__item { border-left: 0; }
	.nds-pn-specs__row {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 0.25rem;
	}
	.nds-pn-faq__item summary { padding-right: 0; }
	.nds-pn-faq__item summary::after {
		position: static;
		display: inline-block;
		margin-left: 0.45rem;
	}
	.nds-pn-faq__a { margin-inline: auto; text-align: center; }
	.nds-pn-close__actions { grid-template-columns: 1fr; max-width: none; }
	.nds-pn-sticky__cover { display: none; }
	.nds-pn-sticky__title { flex-basis: 100%; text-align: center; }
	.nds-pn-sticky__inner { justify-content: center; }
}

@media (max-width: 380px) {
	.nds-pdp-next { --pn-stage-h: min(18.5rem, 46vh); }
	.nds-pn-gallery__thumb { flex-basis: 3.5rem; width: 3.5rem; height: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
	.nds-pdp-next *,
	.nds-pn-sticky,
	.nds-pn-lb * {
		transition: none !important;
		animation: none !important;
		scroll-behavior: auto !important;
	}
}
