/*
Theme Name: Dual Source Commerce Rebuild
Description: A custom block theme.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 0.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dual-source-commerce-rebuild
Tags: full-site-editing, block-patterns, block-styles, wide-blocks, accessibility-ready, style-variations
*/

/* WordPress inserts margin-block-start: var(--wp--style--block-gap) between the
   template's top-level sections (header part, main, footer part) — a gap that
   exists even when no markup asks for it. Zero it so sections butt edge-to-edge
   and own their vertical rhythm via padding; this does not affect block gaps
   inside nested layouts. */
.wp-site-blocks > * + * {
	margin-block-start: 0;
}

/* A dual-edge focus ring remains visible on both light and dark surfaces. */
:where(a, button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus-visible {
	outline: var(--wp--custom--accessibility--focus-width) solid var(--wp--custom--accessibility--focus-inner);
	outline-offset: 2px;
	box-shadow: 0 0 0 4px var(--wp--custom--accessibility--focus-outer);
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: var(--wp--custom--motion--reduced) !important;
		animation-iteration-count: 1 !important;
		transition-duration: var(--wp--custom--motion--reduced) !important;
		scroll-behavior: auto !important;
	}
}

/* Responsive global Header: one Navigation data source, with duplicated identity
   primitives only where visual order and keyboard order otherwise conflict. */
.dscr-header-frame {
	position: relative;
	z-index: var(--wp--custom--header--z-index);
}

.dscr-announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--wp--custom--header--desktop-announcement-height);
}

.dscr-announcement__text {
	margin: 0;
	line-height: 1.35;
	text-decoration: none;
}

.dscr-site-header {
	position: sticky;
	top: 0;
	z-index: var(--wp--custom--header--z-index);
	height: max(var(--wp--custom--header--desktop-main-height), var(--wp--custom--accessibility--target-primary));
	box-shadow: var(--wp--preset--shadow--header-sticky);
}

.dscr-header-inner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-areas: "identity navigation utilities";
	align-items: center;
	width: var(--wp--custom--header--desktop-container-width);
	max-width: calc(100% - (2 * var(--wp--preset--spacing--30)));
	height: max(var(--wp--custom--header--desktop-main-height), var(--wp--custom--accessibility--target-primary));
	min-height: 0;
	margin-inline: auto;
}

/* The header grid owns its row alignment; WordPress's flow block gap must not
   add a top margin to individual grid children. */
.dscr-header-inner > * {
	margin-block-start: 0 !important;
}

.dscr-identity--desktop {
	grid-area: identity;
	gap: var(--wp--preset--spacing--20);
}

.dscr-header-inner > .dscr-identity--compact {
	display: none !important;
}

.dscr-primary-navigation {
	grid-area: navigation;
	justify-self: center;
}

.dscr-primary-navigation a,
.dscr-identity a,
.dscr-announcement a {
	text-decoration: none;
}

.dscr-header-utilities {
	grid-area: utilities;
	gap: var(--wp--preset--spacing--20);
}

.dscr-header-search .wp-block-search__button,
.dscr-header-account .wc-block-customer-account__link,
.dscr-header-mini-cart .wc-block-mini-cart__button,
.dscr-primary-navigation .wp-block-navigation__responsive-container-open,
.dscr-primary-navigation .wp-block-navigation__responsive-container-close {
	min-width: var(--wp--custom--accessibility--target-primary);
	min-height: var(--wp--custom--accessibility--target-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dscr-header-account {
	flex: 0 0 var(--wp--custom--accessibility--target-primary);
	width: var(--wp--custom--accessibility--target-primary);
	height: var(--wp--custom--accessibility--target-primary);
}

.dscr-header-account .wc-block-customer-account__link {
	padding: 0;
	color: var(--wp--preset--color--contrast);
	background: transparent;
	text-decoration: none;
	box-sizing: border-box;
}

.dscr-header-account .wc-block-customer-account__link svg {
	width: 24px;
	height: 24px;
}

.dscr-header-search .wp-block-search__button {
	margin: 0;
	padding: var(--wp--preset--spacing--20);
	background: transparent;
	color: var(--wp--preset--color--accent-contrast);
}

.dscr-header-account .wc-block-customer-account__link,
.dscr-header-mini-cart .wc-block-mini-cart__button,
.dscr-primary-navigation .wp-block-navigation__responsive-container-open,
.dscr-primary-navigation .wp-block-navigation__responsive-container-close {
	background: transparent;
	color: var(--wp--preset--color--contrast);
}

@media (min-width: 1024px) {
	/* WordPress renders the header template part as the single semantic <header>.
	   Removing both purely structural boxes lets the sticky main row use the page
	   as its scroll container instead of being clipped by a 74–96px parent. */
	header.wp-block-template-part:has(> .dscr-header-frame),
	header.wp-block-template-part > .dscr-header-frame {
		display: contents;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container-open {
		display: none;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: block;
		position: static;
		width: auto;
		height: auto;
	}

	.dscr-primary-navigation,
	.dscr-primary-navigation .wp-block-navigation__responsive-close,
	.dscr-primary-navigation .wp-block-navigation__responsive-dialog,
	.dscr-primary-navigation .wp-block-navigation__responsive-container-content,
	.dscr-primary-navigation .wp-block-navigation__container,
	.dscr-primary-navigation li.dscr-mega-root {
		position: static;
	}

	.dscr-primary-navigation .wp-block-navigation-item__content,
	.dscr-primary-navigation .wp-block-navigation-submenu__toggle {
		display: inline-flex;
		align-items: center;
		min-height: var(--wp--custom--accessibility--target-primary);
		box-sizing: border-box;
	}

	.dscr-primary-navigation .wp-block-navigation-submenu__toggle {
		min-width: 32px;
		justify-content: center;
	}

	.dscr-primary-navigation li.dscr-mega-root > .wp-block-navigation__submenu-container {
		left: 0;
		right: auto;
		top: 100%;
		display: grid;
		grid-template-columns: repeat(5, clamp(143.98px, 10.104vw, 194px));
		justify-content: start;
		width: 100% !important;
		height: auto !important;
		min-width: 0 !important;
		padding: clamp(11.875px, 0.833vw, 16px) 0 0 12.5vw;
		gap: clamp(11.13px, 0.78125vw, 15px);
		border: 1px solid var(--wp--preset--color--border);
		border-radius: 0 0 var(--wp--custom--border--identity-radius) var(--wp--custom--border--identity-radius);
		background: var(--wp--preset--color--base);
		box-shadow: var(--wp--preset--shadow--header-sticky);
		box-sizing: border-box;
		transform: none;
	}

	.dscr-primary-navigation li.dscr-mega-root > .wp-block-navigation__submenu-container > li {
		min-width: 0;
		min-height: clamp(200.39px, 14.063vw, 270px);
		background: var(--wp--preset--color--surface-soft);
		border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
	}

	.dscr-primary-navigation li.dscr-mega-root > .wp-block-navigation__submenu-container > li > a {
		justify-content: center;
		height: 100%;
		padding: var(--wp--preset--spacing--30);
		text-align: center;
		white-space: normal;
	}
}

@media (max-width: 1023px) {
	.dscr-header-frame {
		display: flex;
		flex-direction: column;
		background: var(--wp--preset--color--surface);
	}

	.dscr-site-header {
		order: 1;
		position: static;
		height: var(--wp--custom--header--mobile-total-height);
		box-shadow: none;
	}

	.dscr-announcement {
		order: 2;
		width: min(100%, var(--wp--custom--header--compact-max-width));
		min-height: var(--wp--preset--spacing--60);
		height: auto;
		padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
		margin: var(--wp--preset--spacing--30) auto 0 !important;
		box-sizing: border-box;
	}

	.dscr-announcement__text {
		width: 100%;
		max-width: 40rem !important;
		white-space: normal;
		text-wrap: balance;
		overflow-wrap: anywhere;
	}

	.dscr-trust-metrics p {
		padding: 0.125rem;
		font-size: 0.625rem !important;
		line-height: 1.15;
		text-wrap: balance;
		overflow-wrap: anywhere;
	}

	.dscr-trust-metrics,
	.dscr-trust-metrics p {
		min-height: 41px;
	}

	.dscr-header-inner {
		grid-template-columns: var(--wp--custom--accessibility--target-primary) minmax(0, 1fr) auto;
		grid-template-rows: var(--wp--custom--header--mobile-toolbar-height) var(--wp--custom--header--mobile-identity-height);
		grid-template-areas:
			"navigation spacer utilities"
			"compact compact compact";
		column-gap: var(--wp--preset--spacing--30);
		row-gap: var(--wp--preset--spacing--30);
		width: min(calc(100% - (2 * var(--wp--preset--spacing--30))), var(--wp--custom--header--compact-max-width));
		max-width: none;
		height: var(--wp--custom--header--mobile-total-height);
		min-height: 0;
	}

	.dscr-header-inner > .dscr-identity--desktop {
		display: none !important;
	}

	.dscr-header-inner > .dscr-identity--compact {
		grid-area: compact;
		display: grid !important;
		grid-template-rows: 70px 41px;
		gap: 0;
		min-width: 0;
		height: var(--wp--custom--header--mobile-identity-height);
		padding: var(--wp--preset--spacing--20);
		border-radius: var(--wp--custom--border--identity-radius);
		background: var(--wp--preset--color--base);
		box-sizing: border-box;
	}

	.dscr-identity__summary {
		gap: var(--wp--preset--spacing--20);
		align-items: center;
	}

	.dscr-identity__summary .wp-block-site-logo {
		flex: 0 0 60px;
	}

	.dscr-identity__copy {
		min-width: 0;
	}

	.dscr-identity__copy > * {
		margin: 0;
	}

	.dscr-trust-metrics {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--wp--preset--spacing--10);
		align-items: stretch;
	}

	.dscr-trust-metrics p {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding-inline: var(--wp--preset--spacing--10);
		background: var(--wp--preset--color--surface-soft);
		line-height: 1.5;
	}

	.dscr-primary-navigation {
		justify-self: start;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container-open {
		display: inline-flex;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open {
		display: flex;
		padding: 0;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-close,
	.dscr-primary-navigation .wp-block-navigation__responsive-dialog {
		width: 100%;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container-close {
		top: var(--wp--preset--spacing--30);
		right: var(--wp--preset--spacing--30);
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: stretch !important;
		justify-content: flex-start !important;
		padding-top: calc(var(--wp--custom--accessibility--target-primary) + var(--wp--preset--spacing--20));
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
		align-items: stretch !important;
		width: 100% !important;
		gap: 0 !important;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) var(--wp--custom--accessibility--target-primary);
		width: 100% !important;
		border-top: 1px solid var(--wp--preset--color--border);
		box-sizing: border-box;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li:last-child {
		border-bottom: 1px solid var(--wp--preset--color--border);
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > .wp-block-navigation-item__content {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		min-height: 58px;
		padding: 0 var(--wp--preset--spacing--30);
		text-align: left;
		box-sizing: border-box;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > .wp-block-navigation-submenu__toggle {
		position: static !important;
		display: flex !important;
		grid-column: 2;
		grid-row: 1;
		width: var(--wp--custom--accessibility--target-primary);
		height: 58px;
		margin: 0;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu__toggle svg {
		width: 12px;
		height: 12px;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li.has-child > .wp-block-navigation__submenu-container {
		position: static !important;
		grid-column: 1 / -1;
		width: 100% !important;
		height: auto !important;
		min-width: 0 !important;
		padding: 0 !important;
		border: 0;
		background: var(--wp--preset--color--surface-soft);
		box-shadow: none;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li.has-child > .wp-block-navigation-submenu__toggle[aria-expanded="false"] + .wp-block-navigation__submenu-container {
		display: none !important;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li.has-child > .wp-block-navigation-submenu__toggle[aria-expanded="true"] + .wp-block-navigation__submenu-container {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.dscr-primary-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		min-height: 52px;
		padding-inline: calc(2 * var(--wp--preset--spacing--30));
	}

	.dscr-header-utilities {
		justify-self: end;
	}

	.dscr-header-search:not(.wp-block-search__searchfield-hidden) {
		position: fixed;
		inset: 0;
		z-index: calc(var(--wp--custom--header--z-index) + 2);
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding: var(--wp--preset--spacing--30);
		background: rgb(40 40 40 / 56%);
		box-sizing: border-box;
	}

	.dscr-header-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper {
		width: min(100%, var(--wp--custom--header--compact-max-width));
		min-height: var(--wp--custom--accessibility--target-primary);
		padding: 0;
		border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
		background: var(--wp--preset--color--surface-soft);
		box-shadow: var(--wp--preset--shadow--header-sticky);
		box-sizing: border-box;
	}
}

.wp-theme-dual-source-commerce-rebuild .wc-block-mini-cart__drawer {
	width: min(calc(100vw - (2 * var(--wp--preset--spacing--30))), 400px) !important;
	max-width: 400px !important;
	box-sizing: border-box;
}

body.dscr-modal-open {
	overflow: hidden !important;
}

/* Product-detail related records remain one official WooCommerce collection.
   These viewport-only columns change presentation, never the related query or
   card data owner, leaving the desktop five-column collection intact. */
@media (max-width: 1023px) {
	.dscr-product__related .wc-block-product-template {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--wp--preset--spacing--30);
		margin: 0;
	}

	.dscr-product__related .wc-block-product-template > .wc-block-product {
		width: 100% !important;
		min-width: 0;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dscr-product__related .wc-block-product-template {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Mobile homepage: composed from Core query blocks and current WooCommerce
   records. Decorative surfaces are local CSS placeholders, never source media. */
.dscr-home {
	width: 100%;
	background: var(--wp--preset--color--surface);
}

.dscr-home > * {
	margin-block-start: 0 !important;
}

.dscr-home__band,
.dscr-home__band > * {
	margin-block-start: 0 !important;
}

.dscr-home__band {
	min-width: 0;
}

.dscr-home__hero,
.dscr-home__campaign,
.dscr-home__feature,
.dscr-home__reviews,
.dscr-home__updates,
.dscr-home__contact,
.dscr-home__community,
.dscr-home__topics {
	box-sizing: border-box;
}

.dscr-home__hero {
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30);
	background:
		radial-gradient(circle at 74% 20%, rgb(255 255 255 / 50%) 0 8%, transparent 8.2%),
		linear-gradient(135deg, #ffd3a2, var(--wp--preset--color--accent));
}

.dscr-home__hero-copy {
	max-width: 32rem;
}

.dscr-home__eyebrow {
	margin: 0 0 var(--wp--preset--spacing--20) !important;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 800;
	letter-spacing: 0.12em;
}

.dscr-home__hero h1,
.dscr-home__hero p {
	margin-block: 0 var(--wp--preset--spacing--30) !important;
}

.dscr-home__hero h1 {
	max-width: 14ch;
	font-size: clamp(2rem, 8vw, 3.4rem);
}

.dscr-home__section,
.dscr-home__topics,
.dscr-home__reviews,
.dscr-home__updates,
.dscr-home__contact,
.dscr-home__community {
	padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--30);
}

.dscr-home__section > h2,
.dscr-home__topics > h2,
.dscr-home__reviews > h2,
.dscr-home__updates > h2,
.dscr-home__contact > h2,
.dscr-home__community > h2 {
	margin: 0 0 var(--wp--preset--spacing--30) !important;
	font-size: var(--wp--preset--font-size--large);
}

.dscr-home__products .wp-block-post-template.is-layout-grid.columns-3,
.dscr-home__products .wc-block-product-template.is-flex-container.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--20);
	margin: 0;
	padding: 0;
	list-style: none;
}

.dscr-home__products .wp-block-post,
.dscr-home__products .wc-block-product {
	display: flex;
	flex-direction: column;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	gap: var(--wp--preset--spacing--10);
	margin: 0 !important;
	padding: var(--wp--preset--spacing--20);
	border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
	background: var(--wp--preset--color--base);
	box-shadow: 0 1px 0 rgb(40 40 40 / 10%);
}

.dscr-home__products .wp-block-post-featured-image,
.dscr-home__products .wp-block-woocommerce-product-image {
	margin: 0 !important;
	overflow: hidden;
	aspect-ratio: 1;
	border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
	background: var(--wp--preset--color--surface-soft);
}

.dscr-home__products .wp-block-post-featured-image img,
.dscr-home__products .wp-block-woocommerce-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--wp--custom--motion--desktop);
}

.dscr-home__products .wp-block-post:hover .wp-block-post-featured-image img,
.dscr-home__products .wc-block-product:hover .wp-block-woocommerce-product-image img {
	transform: scale(1.04);
}

.dscr-home__products .wp-block-post-title {
	margin: 0 !important;
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.35;
}

.dscr-home__products .wp-block-post-title a {
	text-decoration: none;
}

.dscr-home__products .wp-block-woocommerce-product-price {
	margin: 0 !important;
	font-size: var(--wp--preset--font-size--x-small);
	line-height: 1.25;
}

.dscr-home__products .wc-block-components-product-price del {
	display: none;
}

.dscr-home__products .wp-block-woocommerce-product-button {
	margin: auto 0 0 !important;
	min-height: var(--wp--custom--accessibility--target-primary);
	gap: 0;
}

.dscr-home__products .wp-block-woocommerce-product-button .wp-block-button__link {
	width: 100%;
	min-height: var(--wp--custom--accessibility--target-primary);
	padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
	font-size: var(--wp--preset--font-size--x-small);
	line-height: 1.15;
	box-sizing: border-box;
}

.dscr-home__campaign,
.dscr-home__feature {
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30);
}

.dscr-home__campaign--one {
	background: linear-gradient(135deg, #d8f0ed, #a8d9d4);
}

.dscr-home__campaign--two {
	background: linear-gradient(135deg, #f8dfc0, #f5b879);
}

.dscr-home__feature {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

.dscr-home__feature h2,
.dscr-home__feature p {
	margin-block: 0 var(--wp--preset--spacing--20) !important;
}

.dscr-home__topics .wp-block-buttons {
	gap: var(--wp--preset--spacing--20);
}

.dscr-home__topics .wp-block-button__link {
	min-height: var(--wp--custom--accessibility--target-primary);
}

.dscr-home__reviews {
	background: var(--wp--preset--color--base);
}

.dscr-home__reviews blockquote {
	margin: 0;
	padding: var(--wp--preset--spacing--30);
	border-inline-start-color: var(--wp--preset--color--accent);
	background: var(--wp--preset--color--surface-soft);
}

.dscr-home__updates {
	background: #ebe8ff;
}

.dscr-home__contact {
	background: #dff0eb;
}

.dscr-home__community {
	background: #f8e7d5;
}

@media (max-width: 1023px) {
	html {
		scroll-padding-bottom: calc(var(--wp--custom--footer--utility-reserve) + var(--wp--preset--spacing--30));
	}

	:where(a, button, input, select, textarea, [tabindex]) {
		scroll-margin-bottom: calc(var(--wp--custom--footer--utility-reserve) + var(--wp--preset--spacing--30));
	}

	.dscr-home {
		max-width: var(--wp--custom--header--compact-max-width);
		margin-inline: auto;
	}

	.dscr-home__band {
		display: contents;
	}

	.dscr-home__review-grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(250px, 85%);
		gap: var(--wp--preset--spacing--20);
		margin: 0 !important;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline proximity;
	}

	.dscr-home__review-grid > * {
		scroll-snap-align: start;
	}
}

@media (min-width: 768px) {
	.dscr-home__products .wp-block-post-template.is-layout-grid.columns-3,
	.dscr-home__products .wc-block-product-template.is-flex-container.columns-3 {
		gap: var(--wp--preset--spacing--30);
	}

	.dscr-home__section,
	.dscr-home__topics,
	.dscr-home__reviews,
	.dscr-home__updates,
	.dscr-home__contact,
	.dscr-home__community {
		padding-inline: var(--wp--preset--spacing--50);
	}

	.dscr-home__hero {
		display: flex;
		align-items: center;
		min-height: 264.5px;
		padding-block: var(--wp--preset--spacing--30);
	}
}

@media (min-width: 1024px) {
	.dscr-home {
		max-width: none;
	}

	.dscr-home__hero,
	.dscr-home__campaign,
	.dscr-home__feature,
	.dscr-home__section,
	.dscr-home__topics,
	.dscr-home__reviews,
	.dscr-home__updates,
	.dscr-home__contact,
	.dscr-home__community {
		padding-inline: max(var(--wp--preset--spacing--60), calc((100vw - 1200px) / 2));
	}

	.dscr-home__products .wp-block-post-template.is-layout-grid.columns-3,
	.dscr-home__products .wc-block-product-template.is-flex-container.columns-3 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.dscr-home__hero {
		display: flex;
		align-items: center;
		min-height: 620px;
		padding-block: var(--wp--preset--spacing--60);
	}

	.dscr-home__band {
		display: grid;
		width: 100%;
		max-width: none !important;
		box-sizing: border-box;
		gap: var(--wp--preset--spacing--40);
		padding: var(--wp--preset--spacing--60) max(var(--wp--preset--spacing--60), calc((100vw - 1200px) / 2));
	}

	.dscr-home__band > * {
		min-width: 0;
		max-width: none !important;
	}

	.dscr-home__band--featured {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
		min-height: 650px;
		background: #f7efe5;
	}

	.dscr-home__band--featured > .dscr-home__section,
	.dscr-home__band--story > .dscr-home__section {
		padding: var(--wp--preset--spacing--40);
		border-radius: var(--wp--custom--border--identity-radius);
		background: var(--wp--preset--color--base);
	}

	.dscr-home__band--featured .dscr-home__products .wp-block-post-template,
	.dscr-home__band--featured .dscr-home__products .wc-block-product-template,
	.dscr-home__band--story .dscr-home__products .wp-block-post-template {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: var(--wp--preset--spacing--20);
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline proximity;
		scrollbar-gutter: stable;
	}

	.dscr-home__band--featured .dscr-home__products .wp-block-post,
	.dscr-home__band--featured .dscr-home__products .wc-block-product,
	.dscr-home__band--story .dscr-home__products .wp-block-post {
		flex: 0 0 180px !important;
		width: 180px !important;
		min-height: 330px;
		scroll-snap-align: start;
	}

	.dscr-home__band--guide {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr) minmax(0, 0.9fr);
		align-items: stretch;
		min-height: 620px;
		background: #eef4f2;
	}

	.dscr-home__band--guide > * {
		padding: var(--wp--preset--spacing--50);
		border-radius: var(--wp--custom--border--identity-radius);
		overflow: hidden;
	}

	.dscr-home__band--guide > .dscr-home__campaign,
	.dscr-home__band--guide > .dscr-home__feature {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.dscr-home__band--guide > .dscr-home__section {
		background: var(--wp--preset--color--base);
	}

	.dscr-home__band--guide .dscr-home__products .wp-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dscr-home__band--guide .dscr-home__products .wp-block-post {
		min-height: 320px;
		padding: var(--wp--preset--spacing--20);
	}

	.dscr-home__band--story {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		align-items: stretch;
		align-content: space-between;
		min-height: 1600px;
		background: #f5f2ee;
	}

	.dscr-home__band--story > .dscr-home__section--clearance,
	.dscr-home__band--story > .dscr-home__section--studio,
	.dscr-home__band--story > .dscr-home__section--accessories,
	.dscr-home__band--story > .dscr-home__section--ranked,
	.dscr-home__band--story > .dscr-home__campaign--two,
	.dscr-home__band--story > .dscr-home__reviews {
		grid-column: span 4;
	}

	.dscr-home__band--story > .dscr-home__topics {
		grid-column: 1 / -1;
		padding: var(--wp--preset--spacing--50);
		border-radius: var(--wp--custom--border--identity-radius);
		background: var(--wp--preset--color--base);
	}

	.dscr-home__band--story > .dscr-home__campaign--two,
	.dscr-home__band--story > .dscr-home__reviews {
		min-height: 320px;
		padding: var(--wp--preset--spacing--50);
		border-radius: var(--wp--custom--border--identity-radius);
	}

	.dscr-home__band--story > .dscr-home__updates,
	.dscr-home__band--story > .dscr-home__contact,
	.dscr-home__band--story > .dscr-home__community {
		grid-column: span 4;
		min-height: 280px;
		padding: var(--wp--preset--spacing--50);
		border-radius: var(--wp--custom--border--identity-radius);
	}

	.dscr-home__band--story > .wp-block-spacer {
		display: none;
	}

	.dscr-home__review-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: var(--wp--preset--spacing--10);
		margin: 0 !important;
	}

	.dscr-home__review-grid > .wp-block-quote {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 0;
		padding: var(--wp--preset--spacing--20);
	}

	.dscr-home__review-grid > .wp-block-quote p {
		font-size: var(--wp--preset--font-size--small);
		line-height: 1.35;
	}

	.dscr-home__review-grid > .wp-block-quote cite {
		font-size: var(--wp--preset--font-size--x-small);
		line-height: 1.35;
	}
}

@media (max-width: 767px) {
	.dscr-announcement,
	.dscr-header-inner {
		max-width: none;
	}

	/* The mobile hero is a controlled compact variant of the shared editor
	   content. Desktop retains the fuller narrative treatment below. */
	.dscr-home__hero {
		width: calc(100% - (2 * var(--wp--preset--spacing--30)));
		padding: var(--wp--preset--spacing--30);
		margin: 13px var(--wp--preset--spacing--30) 0 !important;
		border-radius: var(--wp--custom--border--identity-radius);
		overflow: hidden;
	}

	.dscr-home__hero h1 {
		max-width: none;
		font-size: clamp(1.5rem, 6.4vw, 1.8rem);
		line-height: 1.08;
	}

	.dscr-home__hero h1 {
		margin-block-end: var(--wp--preset--spacing--20) !important;
	}

	.dscr-home__eyebrow {
		display: none;
	}

	.dscr-home__hero-copy > p:not(.dscr-home__eyebrow) {
		display: none;
	}

	.dscr-home__hero .wp-block-button__link {
		min-height: var(--wp--custom--accessibility--target-primary);
		padding-block: var(--wp--preset--spacing--10);
	}

	.dscr-home__section {
		width: calc(100% - (2 * var(--wp--preset--spacing--30)));
		padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
		margin: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30) 0 !important;
		border-radius: var(--wp--custom--border--identity-radius);
		background: var(--wp--preset--color--base);
		overflow: hidden;
	}

	.dscr-home__section > h2 {
		margin-block-end: var(--wp--preset--spacing--30) !important;
		font-size: 1.125rem;
		line-height: 1.2;
		text-align: center;
	}

	.dscr-home__products .wp-block-post,
	.dscr-home__products .wc-block-product {
		min-height: 290px;
		padding: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.dscr-home__products .wp-block-post-featured-image,
	.dscr-home__products .wp-block-woocommerce-product-image {
		border-radius: 0.25rem;
	}

	.dscr-home__products .wp-block-post-title,
	.dscr-home__products .wc-block-product .wp-block-post-title {
		max-height: 4.05em;
		overflow: hidden;
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 1.35;
	}

	.dscr-home__products .wp-block-woocommerce-product-price {
		color: #e60064;
		font-size: 0.8125rem;
		font-weight: 700;
	}

	.dscr-home__products .wp-block-woocommerce-product-rating {
		width: max-content;
		max-width: 100%;
		padding: 0.125rem 0.25rem;
		border-radius: 0.125rem;
		background: #fffbd6;
	}

	.dscr-home__products .wp-block-woocommerce-product-button {
		width: 44px;
		min-height: 44px;
		margin-top: auto !important;
	}

	.dscr-home__products .wp-block-woocommerce-product-button .wp-block-button__link {
		width: 44px;
		min-width: 44px;
		padding: 0;
		border-radius: 0.25rem;
		background: #08a77a;
		color: #fff;
		font-size: 0;
	}

	.dscr-home__products .wp-block-woocommerce-product-button .wp-block-button__link::before {
		content: "+";
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1;
	}

}

/* Content Page / Our Story: one editor-owned Page record with endpoint-specific
   composition. Background carriers remain explicit at page, component and
   element level; no source media or duplicated mobile/desktop content. */
main.dscr-page:has(.dscr-content-story--rebuild-0062-v1) {
	padding-top: 0 !important;
}

main.dscr-page:has(.dscr-content-story--rebuild-0062-v1) .dscr-page__heading {
	width: min(calc(100% - (2 * var(--wp--preset--spacing--30))), 800px);
	max-width: 800px !important;
	padding-top: var(--wp--preset--spacing--50);
	margin-inline: auto !important;
}

main.dscr-page:has(.dscr-content-story--rebuild-0062-v1) .dscr-page__heading .wp-block-post-title {
	margin: 0;
	font-size: clamp(2rem, 8vw, 3.5rem);
	line-height: 1.04;
}

main.dscr-page:has(.dscr-content-story--rebuild-0062-v1) .dscr-page__content {
	margin-block-start: 0 !important;
}

.dscr-content-story--rebuild-0062-v1 {
	width: 100%;
	max-width: none !important;
	margin-inline: 0 !important;
	background: var(--wp--preset--color--base);
}

.dscr-content-story--rebuild-0062-v1 > * {
	margin-block-start: 0 !important;
	box-sizing: border-box;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__intro {
	width: min(calc(100% - (2 * var(--wp--preset--spacing--30))), 800px);
	max-width: 800px !important;
	padding: var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--60);
	margin-inline: auto !important;
	background: transparent;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__eyebrow {
	margin: 0 0 var(--wp--preset--spacing--20) !important;
	color: var(--wp--preset--color--accent);
	font-weight: 800;
	letter-spacing: 0.12em;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__intro > p:last-child {
	margin-bottom: 0 !important;
	font-size: clamp(1.125rem, 3.8vw, 1.35rem);
	line-height: 1.5;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__story-band,
.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media-band {
	width: min(calc(100% - (2 * var(--wp--preset--spacing--30))), 720px);
	max-width: 720px !important;
	gap: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--30);
	margin-inline: auto !important;
	border-radius: var(--wp--custom--border--identity-radius);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__story-band {
	border: 1px solid rgb(40 40 40 / 10%);
	background: var(--wp--preset--color--surface-soft);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__story-band h2,
.dscr-content-story--rebuild-0062-v1 .dscr-content-story__story-band h3,
.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media-band h2 {
	margin-top: 0;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__principles {
	width: 100%;
	max-width: none !important;
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30);
	background: #f7f7f7;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__principles-inner {
	width: min(100%, 1200px);
	max-width: 1200px !important;
	margin-inline: auto !important;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__principles-inner > p {
	max-width: 700px;
	margin-inline: auto !important;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__principles .wp-block-column {
	padding: var(--wp--preset--spacing--30);
	border: 1px solid rgb(40 40 40 / 8%);
	border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
	background: var(--wp--preset--color--base);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media-band {
	color: var(--wp--preset--color--base);
	background: var(--wp--preset--color--contrast);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media {
	margin: 0 !important;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
	background: var(--wp--preset--color--surface);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media-band :where(h2, p, li) {
	color: var(--wp--preset--color--base);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__future-band {
	width: 100%;
	max-width: none !important;
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30);
	background:
		radial-gradient(circle at 80% 18%, rgb(255 255 255 / 55%) 0 10%, transparent 10.2%),
		linear-gradient(135deg, #f8dfc0, #f3b978);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__future-band > * {
	width: min(100%, 800px);
	max-width: 800px !important;
	margin-inline: auto !important;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__cta {
	width: min(calc(100% - (2 * var(--wp--preset--spacing--30))), 720px);
	max-width: 720px !important;
	padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--30);
	margin: var(--wp--preset--spacing--50) auto 0 !important;
	border-radius: var(--wp--custom--border--identity-radius);
	background: var(--wp--preset--color--contrast);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__cta :where(h2, p) {
	color: var(--wp--preset--color--base);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__actions {
	align-items: stretch;
	gap: var(--wp--preset--spacing--30);
	margin-top: var(--wp--preset--spacing--40) !important;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__actions .wp-element-button {
	display: inline-flex;
	min-height: var(--wp--custom--accessibility--target-primary);
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__contact-action .wp-element-button {
	border: 2px solid currentColor;
	background: transparent;
	color: var(--wp--preset--color--base);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__contact-action .wp-element-button:hover {
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}

.dscr-content-story--rebuild-0062-v1 .dscr-content-story__actions .wp-element-button:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

@media (max-width: 781px) {
	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__story-band .wp-block-column,
	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media-band .wp-block-column {
		margin-block-start: 0 !important;
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__principles .wp-block-columns {
		gap: var(--wp--preset--spacing--20);
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__actions {
		flex-direction: column;
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__actions .wp-block-button,
	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__actions .wp-element-button {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	main.dscr-page:has(.dscr-content-story--rebuild-0062-v1) .dscr-page__heading {
		padding-top: var(--wp--preset--spacing--70);
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__intro {
		display: flex;
		min-height: 300px;
		flex-direction: column;
		justify-content: center;
		padding-block: var(--wp--preset--spacing--60);
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__story-band,
	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media-band,
	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__cta {
		width: min(calc(100% - 96px), 1240px);
		max-width: 1240px !important;
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__story-band {
		min-height: 680px;
		padding: var(--wp--preset--spacing--70);
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__principles {
		display: flex;
		min-height: 720px;
		align-items: center;
		padding-block: var(--wp--preset--spacing--70);
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__principles .wp-block-columns {
		margin-top: var(--wp--preset--spacing--60) !important;
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media-band {
		min-height: 820px;
		padding: var(--wp--preset--spacing--70);
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__media {
		aspect-ratio: 16 / 10;
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__future-band {
		display: flex;
		min-height: 560px;
		flex-direction: column;
		justify-content: center;
		padding-block: var(--wp--preset--spacing--70);
	}

	.dscr-content-story--rebuild-0062-v1 .dscr-content-story__cta {
		display: flex;
		min-height: 420px;
		flex-direction: column;
		justify-content: center;
		padding: var(--wp--preset--spacing--70);
		margin-top: var(--wp--preset--spacing--70) !important;
	}
}

/* VapPrime company-content pass: all additions stay scoped to the homepage.
   Desktop and compact layouts use separate Media Library attachments so
   neither crop is forced to serve both compositions. */
.dscr-home--company-content .dscr-home__hero {
	position: relative;
	isolation: isolate;
	display: flex;
	min-height: 620px;
	align-items: center;
	overflow: hidden;
	color: #fff;
	background: #17151c;
}

.dscr-home--company-content .dscr-home__hero::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgb(12 10 18 / 88%) 0%, rgb(12 10 18 / 68%) 40%, rgb(12 10 18 / 12%) 72%, transparent 100%);
	content: "";
	pointer-events: none;
}

.dscr-home--company-content .dscr-home__hero-copy {
	position: relative;
	z-index: 2;
	width: min(100%, 42rem);
	max-width: 42rem;
}

.dscr-home--company-content .dscr-home__hero-copy :where(h1, p) {
	color: #fff;
}

.dscr-home--company-content .dscr-home__hero-contact .wp-element-button {
	border-color: #fff;
	color: #fff;
}

.dscr-home--company-content .dscr-home__hero-media {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
}

.dscr-home--company-content .dscr-home__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dscr-home--company-content .dscr-home__hero-media--mobile {
	display: none;
}

.dscr-home--company-content .dscr-home__section--catalogue {
	grid-column: 1 / -1;
}

.dscr-home--company-content .dscr-home__fact-card h3 {
	margin-block: 0 var(--wp--preset--spacing--20);
}

.dscr-home--company-content :where(.dscr-home__campaign-media, .dscr-home__feature-media) {
	width: 100%;
	margin: auto 0 0 !important;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
	background: rgb(255 255 255 / 10%);
}

.dscr-home--company-content :where(.dscr-home__campaign-media, .dscr-home__feature-media) img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dscr-home--company-content .dscr-home__band--story {
	min-height: 0;
}

.dscr-home--company-content .dscr-home__media-loops {
	grid-column: 1 / -1;
	padding: var(--wp--preset--spacing--50);
	border-radius: var(--wp--custom--border--identity-radius);
	background: #17151c;
	color: #fff;
}

.dscr-home--company-content .dscr-home__media-loops > h2 {
	margin: 0 0 var(--wp--preset--spacing--30) !important;
	color: #fff;
}

.dscr-home--company-content .dscr-home__media-loop-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--20);
}

.dscr-home--company-content .dscr-home__loop-media {
	min-width: 0;
	margin: 0 !important;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
}

.dscr-home--company-content .dscr-home__loop-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {
	.dscr-home--company-content {
		width: 100%;
		max-width: min(100%, var(--wp--custom--header--compact-max-width));
		min-width: 0;
		box-sizing: border-box;
	}

	.dscr-home--company-content .dscr-home__hero {
		min-height: 560px;
		align-items: flex-end;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	.dscr-home--company-content .dscr-home__hero::after {
		background: linear-gradient(0deg, rgb(12 10 18 / 92%) 0%, rgb(12 10 18 / 54%) 52%, rgb(12 10 18 / 8%) 80%);
	}

	.dscr-home--company-content .dscr-home__hero-copy {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding-top: 45%;
		box-sizing: border-box;
	}

	.dscr-home--company-content .dscr-home__hero-copy .wp-block-buttons {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.dscr-home--company-content .dscr-home__hero-copy .wp-block-button {
		max-width: 100%;
		min-width: 0;
	}

	.dscr-home--company-content .dscr-home__hero-copy .wp-element-button {
		max-width: 100%;
		min-height: var(--wp--custom--accessibility--target-primary);
		box-sizing: border-box;
		white-space: normal;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.dscr-home--company-content .dscr-home__hero-media--desktop {
		display: none;
	}

	.dscr-home--company-content .dscr-home__hero-media--mobile {
		display: block;
	}

	.dscr-home--company-content .dscr-home__hero-media--mobile img {
		object-position: center top;
	}

	.dscr-home--company-content .dscr-home__media-loops {
		margin: var(--wp--preset--spacing--30) !important;
	}
}

@media (max-width: 767px) {
	.dscr-home--company-content .dscr-home__hero {
		min-height: 600px;
	}

	.dscr-home--company-content .dscr-home__hero-copy {
		padding-top: 70%;
	}

	.dscr-home--company-content .dscr-home__hero-copy .wp-block-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.dscr-home--company-content .dscr-home__hero-copy :where(.wp-block-button, .wp-element-button) {
		width: 100%;
	}

	.dscr-home--company-content .dscr-home__media-loops {
		padding: var(--wp--preset--spacing--30);
	}

	.dscr-home--company-content .dscr-home__media-loop-row {
		grid-auto-flow: column;
		grid-auto-columns: minmax(260px, 86%);
		grid-template-columns: none;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline proximity;
	}

	.dscr-home--company-content .dscr-home__loop-media {
		scroll-snap-align: start;
	}
}

/* Store directory: original, editable Page content. It deliberately offers
   fictional availability cards and recovery links instead of a source map,
   geolocation permission, external map API or copied location data. */
.dscr-store-locator {
	width: 100%;
	margin-inline: auto;
}

.dscr-store-locator > * {
	margin-block-start: 0 !important;
}

.dscr-store-locator__eyebrow {
	margin: 0 0 var(--wp--preset--spacing--20) !important;
	color: var(--wp--preset--color--accent);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 800;
	letter-spacing: 0.12em;
}

.dscr-store-locator > h2 {
	max-width: 18ch;
	margin: 0 0 var(--wp--preset--spacing--20) !important;
	font-size: clamp(2rem, 5vw, 3.7rem);
	line-height: 1.03;
}

.dscr-store-locator__intro {
	max-width: 62ch;
	margin: 0 0 var(--wp--preset--spacing--50) !important;
	font-size: var(--wp--preset--font-size--medium);
}

.dscr-store-locator__directory {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--30);
	margin: 0 0 var(--wp--preset--spacing--60) !important;
}

/* The directory is a Grid while its Core Group wrapper still carries the
   flow-layout block-gap rule. Clear that inherited child margin so the grid
   owns every row/column gap and cards share a true top edge. */
.dscr-store-locator__directory > .dscr-store-locator__card {
	margin-block: 0 !important;
}

.dscr-store-locator__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: var(--wp--preset--spacing--30);
	border: 1px solid rgb(40 40 40 / 14%);
	border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
	background: var(--wp--preset--color--surface-soft);
	box-sizing: border-box;
}

.dscr-store-locator__card > * {
	margin-block: 0 var(--wp--preset--spacing--20) !important;
}

.dscr-store-locator__card h3 {
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.1;
}

.dscr-store-locator__district {
	color: var(--wp--preset--color--accent);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dscr-store-locator__card .wp-block-buttons {
	margin-top: auto !important;
}

.dscr-store-locator__card .wp-element-button,
.dscr-store-locator__recovery .wp-element-button {
	min-height: var(--wp--custom--accessibility--target-primary);
	box-sizing: border-box;
}

.dscr-store-locator__card .wp-element-button {
	white-space: nowrap;
}

.dscr-store-locator__visit-note,
.dscr-store-locator__recovery {
	padding: var(--wp--preset--spacing--40);
	border-radius: calc(var(--wp--custom--border--identity-radius) / 2);
}

.dscr-store-locator__visit-note {
	margin: 0 0 var(--wp--preset--spacing--30) !important;
	background: #dff0eb;
}

.dscr-store-locator__recovery {
	background: #f8e7d5;
}

.dscr-store-locator__visit-note > *,
.dscr-store-locator__recovery > * {
	margin-block: 0 var(--wp--preset--spacing--20) !important;
}

.dscr-store-locator__visit-note h2,
.dscr-store-locator__recovery h2 {
	font-size: var(--wp--preset--font-size--large);
}

.dscr-store-locator .wp-element-button:focus-visible {
	outline: 3px solid var(--wp--preset--color--contrast);
	outline-offset: 3px;
}

@media (max-width: 1023px) {
	.dscr-store-locator__directory {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.dscr-store-locator {
		width: 100%;
	}

	.dscr-store-locator__directory {
		grid-template-columns: 1fr;
		gap: var(--wp--preset--spacing--20);
	}

	.dscr-store-locator__card,
	.dscr-store-locator__visit-note,
	.dscr-store-locator__recovery {
		padding: var(--wp--preset--spacing--30);
	}
}

/* Store Locator desktop composition: keep the editable Page and its native
   recovery links, but place the H1 and directory inside one source-informed
   wide panel. The page-specific :has() scope avoids changing generic Pages
   and removes the previous 800px/1440px/800px horizontal-axis zig-zag. */
@media (min-width: 1024px) {
	main.dscr-page:has(.dscr-store-locator) .dscr-page__heading,
	main.dscr-page:has(.dscr-store-locator) .dscr-page__content {
		width: min(100%, 1280px);
		max-width: 1280px !important;
		margin-inline: auto !important;
		background: var(--wp--preset--color--surface-soft);
		box-sizing: border-box;
	}

	main.dscr-page:has(.dscr-store-locator) .dscr-page__heading {
		padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--70) 0;
		border-radius: var(--wp--custom--border--identity-radius) var(--wp--custom--border--identity-radius) 0 0;
	}

	main.dscr-page:has(.dscr-store-locator) .dscr-page__heading .wp-block-post-title {
		margin: 0;
		font-size: clamp(2.25rem, 3vw, 3.5rem);
		line-height: 1.04;
		text-align: center;
	}

	main.dscr-page:has(.dscr-store-locator) .dscr-page__content {
		margin-block-start: 0 !important;
		padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--70) var(--wp--preset--spacing--70);
		border-radius: 0 0 var(--wp--custom--border--identity-radius) var(--wp--custom--border--identity-radius);
		box-shadow: 0 18px 50px rgb(40 40 40 / 8%);
	}

	main.dscr-page:has(.dscr-store-locator) .dscr-store-locator {
		width: 100%;
		max-width: none !important;
	}

	main.dscr-page:has(.dscr-store-locator) .dscr-store-locator__eyebrow,
	main.dscr-page:has(.dscr-store-locator) .dscr-store-locator > h2,
	main.dscr-page:has(.dscr-store-locator) .dscr-store-locator__intro {
		margin-inline: auto !important;
		text-align: center;
	}

	main.dscr-page:has(.dscr-store-locator) .dscr-store-locator__directory,
	main.dscr-page:has(.dscr-store-locator) .dscr-store-locator__visit-note,
	main.dscr-page:has(.dscr-store-locator) .dscr-store-locator__recovery {
		width: 100%;
		max-width: none !important;
		margin-inline: 0 !important;
	}
}

/* Article desktop support surfaces should remain subordinate to the 720px
   reading column. Mobile keeps its full-width App composition, while desktop
   navigation and comments share one controlled 1000px axis instead of
   expanding to the global 1440px wide size. */
@media (min-width: 1024px) {
	.dscr-article__navigation,
	.dscr-article__comments {
		width: min(calc(100% - (2 * var(--wp--preset--spacing--30))), 1000px);
		max-width: 1000px !important;
		margin-inline: auto !important;
		box-sizing: border-box;
	}
}

/* Product detail: mobile source contract starts with a full-bleed square
   gallery, then price, title, rating and one native WooCommerce purchase
   form. The product form remains a single backend/data owner at every
   viewport; mobile fixes only its real submit button, rather than duplicating
   product state or inventing a second purchase component. */
.dscr-product {
	width: min(100%, 500px);
	margin-inline: auto;
	padding: 0 var(--wp--preset--spacing--20) var(--wp--preset--spacing--60);
	background: var(--wp--preset--color--base);
	box-sizing: border-box;
}

.dscr-product > * {
	margin-block-start: 0 !important;
}

.dscr-product__summary {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.dscr-product__summary > .wp-block-woocommerce-product-image-gallery {
	order: 1;
	width: calc(100% + (2 * var(--wp--preset--spacing--20)));
	margin: 0 calc(-1 * var(--wp--preset--spacing--20)) !important;
	background: var(--wp--preset--color--surface-soft);
}

.dscr-product__summary > .wp-block-woocommerce-product-image-gallery img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}

.dscr-product__summary .flex-control-thumbs {
	display: flex !important;
	flex-wrap: nowrap;
	gap: var(--wp--preset--spacing--20);
	width: 100%;
	margin: 0 !important;
	padding: var(--wp--preset--spacing--20) 0;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
}

.dscr-product__summary .flex-control-thumbs li {
	float: none !important;
	flex: 0 0 72px;
	width: 72px !important;
	height: 72px;
	scroll-snap-align: start;
}

.dscr-product__summary .flex-control-thumbs img {
	width: 72px;
	height: 72px;
	aspect-ratio: 1;
	object-fit: cover;
}

.dscr-product__summary > .wp-block-woocommerce-product-price {
	order: 2;
	margin: var(--wp--preset--spacing--30) 0 0 !important;
	color: #d6153c;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.3;
}

.dscr-product__summary > .wp-block-post-title {
	order: 3;
	margin: var(--wp--preset--spacing--30) 0 0 !important;
	font-size: clamp(1.25rem, 5.333vw, 1.5rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.38;
}

.dscr-product__summary > .wp-block-woocommerce-product-rating {
	order: 4;
	width: max-content;
	max-width: 100%;
	margin: var(--wp--preset--spacing--20) 0 0 !important;
	padding: 0.1875rem 0.25rem;
	border-radius: 0.1875rem;
	background: #fffbd6;
}

.dscr-product__summary > .wp-block-dual-source-commerce-rebuild-product-availability-contextual {
	order: 5;
	margin: var(--wp--preset--spacing--20) 0 0 !important;
	color: var(--wp--preset--color--muted);
	font-size: 0.875rem;
	font-weight: 700;
}

.dscr-product__summary > .wp-block-dual-source-commerce-rebuild-product-availability-contextual.is-in-stock {
	color: #176b3a;
}

.dscr-product__summary > .wp-block-dual-source-commerce-rebuild-product-availability-contextual.is-out-of-stock {
	color: #a32121;
}

.dscr-product__summary > .wp-block-woocommerce-add-to-cart-form {
	order: 6;
	margin: var(--wp--preset--spacing--30) 0 0 !important;
}

.dscr-product .variations_form,
.dscr-product form.cart {
	margin: 0 !important;
}

.dscr-product .variations_form table.variations {
	width: 100%;
	margin: 0 0 var(--wp--preset--spacing--30);
}

.dscr-product .variations_form select,
.dscr-product form.cart .quantity .qty {
	min-height: var(--wp--custom--accessibility--target-primary);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.25rem;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}

.dscr-product .single_add_to_cart_button {
	min-height: var(--wp--custom--accessibility--target-primary);
	border-radius: 0.25rem;
	font-weight: 800;
}

.dscr-product > .wp-block-woocommerce-product-details,
.dscr-product > .wp-block-woocommerce-product-reviews,
.dscr-product > .wp-block-woocommerce-related-products {
	margin-top: var(--wp--preset--spacing--60) !important;
}

.dscr-product .wp-block-woocommerce-product-details {
	padding-top: var(--wp--preset--spacing--30);
	border-top: 1px solid var(--wp--preset--color--border);
}

.dscr-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--wp--preset--spacing--20);
	margin: 0 0 var(--wp--preset--spacing--40) !important;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scrollbar-width: thin;
}

.dscr-product .woocommerce-tabs ul.tabs li {
	float: none;
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
}

.dscr-product .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--wp--custom--accessibility--target-primary);
	min-height: var(--wp--custom--accessibility--target-primary);
	padding: 0 var(--wp--preset--spacing--30);
	box-sizing: border-box;
}

.dscr-product .woocommerce-Tabs-panel > h2,
.dscr-product .woocommerce-Tabs-panel > h3,
.dscr-product .woocommerce-Tabs-panel > p,
.dscr-product .woocommerce-Tabs-panel > ul,
.dscr-product .woocommerce-Tabs-panel > ol {
	max-width: 800px;
	margin-inline: auto;
}

.dscr-product .woocommerce-Tabs-panel input:not([type="hidden"]),
.dscr-product .woocommerce-Tabs-panel select,
.dscr-product .woocommerce-Tabs-panel textarea,
.dscr-product .woocommerce-Tabs-panel button {
	min-height: var(--wp--custom--accessibility--target-primary);
}

@media (max-width: 1023px) {
	body.single-product .dscr-site-header {
		height: var(--wp--custom--header--mobile-toolbar-height);
	}

	body.single-product .dscr-header-inner {
		grid-template-rows: var(--wp--custom--header--mobile-toolbar-height);
		grid-template-areas: "navigation spacer utilities";
		height: var(--wp--custom--header--mobile-toolbar-height);
	}

	body.single-product .dscr-header-inner > .dscr-identity--compact {
		display: none !important;
	}

	.dscr-product .variations_form .single_add_to_cart_button,
	.dscr-product form.cart:not(.variations_form) .single_add_to_cart_button {
		position: sticky;
		left: auto;
		bottom: var(--wp--custom--footer--utility-reserve);
		z-index: calc(var(--wp--custom--footer--utility-z-index) + 1);
		width: min(100%, 500px);
		min-height: 70px;
		margin: 0;
		border: 0;
		border-radius: 0;
		transform: none;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dscr-product {
		padding-inline: var(--wp--preset--spacing--30);
	}

	.dscr-product__summary > .wp-block-woocommerce-product-image-gallery {
		width: calc(100% + (2 * var(--wp--preset--spacing--30)));
		margin-inline: calc(-1 * var(--wp--preset--spacing--30)) !important;
	}
}

@media (min-width: 1024px) {
	.dscr-product {
		width: min(100%, 1200px);
		max-width: 1200px;
		padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30);
	}

	.dscr-product__summary {
		display: grid;
		grid-template-columns: minmax(0, 1.15fr) minmax(400px, 0.85fr);
		grid-template-rows: auto auto auto auto 1fr;
		column-gap: clamp(2rem, 5vw, 5rem);
	}

	.dscr-product__summary > .wp-block-woocommerce-product-image-gallery {
		grid-column: 1;
		grid-row: 1 / span 5;
		width: 100%;
		margin: 0 !important;
	}

	.dscr-product__summary > .wp-block-woocommerce-product-price,
	.dscr-product__summary > .wp-block-post-title,
	.dscr-product__summary > .wp-block-woocommerce-product-rating,
	.dscr-product__summary > .wp-block-dual-source-commerce-rebuild-product-availability-contextual,
	.dscr-product__summary > .wp-block-woocommerce-add-to-cart-form {
		grid-column: 2;
	}

	.dscr-product__summary .flex-control-thumbs li,
	.dscr-product__summary .flex-control-thumbs img {
		width: 82px !important;
		height: 82px;
		flex-basis: 82px;
	}

	.dscr-product__summary > .wp-block-post-title {
		font-size: clamp(1.75rem, 2.8vw, 3rem);
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dscr-home__hero {
		min-height: 264.5px;
	}

	.dscr-home__hero h1 {
		max-width: none;
		font-size: 2rem;
		line-height: 1.08;
	}

	.dscr-home__eyebrow,
	.dscr-home__hero-copy > p:not(.dscr-home__eyebrow) {
		display: none;
	}

	.dscr-home__section > h2 {
		text-align: center;
	}

	.dscr-home__section {
		margin-top: var(--wp--preset--spacing--40) !important;
	}

	.dscr-home__products .wp-block-post,
	.dscr-home__products .wc-block-product {
		min-height: 290px;
		padding: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.dscr-home__products .wp-block-post-title,
	.dscr-home__products .wc-block-product .wp-block-post-title {
		font-size: 0.875rem;
		font-weight: 700;
	}

	.dscr-home__products .wp-block-woocommerce-product-price {
		color: #e60064;
		font-size: 0.8125rem;
		font-weight: 700;
	}

	.dscr-home__products .wp-block-woocommerce-product-rating {
		width: max-content;
		max-width: 100%;
		padding: 0.125rem 0.25rem;
		border-radius: 0.125rem;
		background: #fffbd6;
	}

	.dscr-home__products .wp-block-woocommerce-product-button {
		width: 44px;
		min-height: 44px;
		margin-top: auto !important;
	}

	.dscr-home__products .wp-block-woocommerce-product-button .wp-block-button__link {
		width: 44px;
		min-width: 44px;
		padding: 0;
		border-radius: 0.25rem;
		background: #08a77a;
		color: #fff;
		font-size: 0;
	}

	.dscr-home__products .wp-block-woocommerce-product-button .wp-block-button__link::before {
		content: "+";
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1;
	}
}

/* Community Comments: the Page owns editable framing while WooCommerce's
   All Reviews block remains the only aggregate review query/data owner. */
.dscr-community-comments {
	min-height: 70vh;
}

.dscr-community-comments__hero > * {
	margin-left: 0 !important;
}

.dscr-community-comments__hero .wp-block-post-title {
	max-width: 13ch;
}

.dscr-community-comments__hero > p:last-child {
	max-width: 720px;
}

.dscr-community-comments__body {
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30) var(--wp--preset--spacing--70);
}

.dscr-community-comments__intro,
.dscr-community-comments__reviews,
.dscr-community-comments__help {
	width: min(100%, 1120px);
	margin-inline: auto;
}

.dscr-community-comments__intro {
	max-width: 760px;
	margin-bottom: var(--wp--preset--spacing--50);
}

.dscr-community-comments__reviews {
	padding: var(--wp--preset--spacing--40);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 1rem;
	background: var(--wp--preset--color--base);
	box-shadow: var(--wp--preset--shadow--card);
	box-sizing: border-box;
}

.dscr-community-comments__reviews .wc-block-review-list-item__item {
	padding-block: var(--wp--preset--spacing--40);
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.dscr-community-comments__reviews .wc-block-review-list-item__item:last-child {
	border-bottom: 0;
}

.dscr-community-comments__reviews select,
.dscr-community-comments__reviews button,
.dscr-community-comments__reviews .wp-element-button {
	min-height: var(--wp--custom--accessibility--target-primary);
}

.dscr-community-comments__help {
	margin-top: var(--wp--preset--spacing--50);
	padding: var(--wp--preset--spacing--50);
	border-radius: 1rem;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	box-sizing: border-box;
}

.dscr-community-comments__help a:not(.wp-element-button) {
	color: var(--wp--preset--color--accent);
}

.dscr-community-comments__empty {
	padding: var(--wp--preset--spacing--50);
	border: 1px dashed var(--wp--preset--color--border);
	border-radius: 1rem;
	background: var(--wp--preset--color--base);
	text-align: center;
}

/* REBUILD-0069-COMMUNITY-REVIEWS-ROOT-COMPOSITION
 * The official All Reviews block owns review data, sorting and loading. Its
 * native list spacing (48px after every item) made the Page's twelve current
 * records read as an accidental sparse feed. This scoped composition rule
 * keeps one readable review item per row on phone/tablet and composes the same
 * official items as a two-column editorial index only on the desktop endpoint.
 */
.dscr-community-comments__reviews .wc-block-review-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dscr-community-comments__reviews .wc-block-review-list-item__item {
	margin-block: 0 !important;
	padding-block: var(--wp--preset--spacing--30);
}

@media (min-width: 1024px) {
	.dscr-community-comments__reviews .wc-block-review-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: var(--wp--preset--spacing--50);
		align-items: stretch;
	}

	.dscr-community-comments__reviews .wc-block-review-list-item__item {
		padding-block: var(--wp--preset--spacing--40);
	}

	.dscr-community-comments__reviews .wc-block-review-list-item__item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}
}

@media (max-width: 767px) {
	.dscr-community-comments__body {
		padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--20) var(--wp--preset--spacing--70);
	}

	.dscr-community-comments__reviews,
	.dscr-community-comments__help {
		padding: var(--wp--preset--spacing--30);
		border-radius: 0.75rem;
	}
}

/* Tall, large-phone App Utility contexts need the first review controls to
   clear the fixed global dock on initial paint. This is a Page-owned endpoint
   composition (not a Utility override) and retains the same content and DOM. */
@media (min-width: 400px) and (max-width: 767px) and (min-height: 900px) {
	.dscr-community-comments__hero {
		padding-top: var(--wp--preset--spacing--60) !important;
		padding-bottom: var(--wp--preset--spacing--60) !important;
	}

	.dscr-community-comments__body {
		padding-top: var(--wp--preset--spacing--30);
	}

	.dscr-community-comments__intro {
		margin-bottom: 0;
	}

	.dscr-community-comments__reviews {
		margin-top: calc(-1 * var(--wp--preset--spacing--20));
	}
}

@media (min-width: 412px) and (max-width: 767px) {
	.dscr-home__hero {
		display: flex;
		align-items: center;
		min-height: 225px;
	}
}

/* REBUILD-0070-CONTACT-PAGE-COMPOSITION
 * Contact retains one editor-owned Page body. These rules only give its
 * support paths a measured reading frame and distinct action surfaces; the
 * global Mobile Utility and all route/data ownership remain untouched. */
.dscr-contact__surface,
.dscr-contact__note {
	max-width: 1120px;
	margin-inline: auto;
}

.dscr-contact__surface {
	box-shadow: 0 18px 42px rgba(23, 35, 61, 0.08);
}

@media (min-width: 1024px) {
	.dscr-contact__content > .wp-block-group + .wp-block-group {
		margin-top: var(--wp--preset--spacing--60);
		padding-top: var(--wp--preset--spacing--50);
		border-top: 1px solid var(--wp--preset--color--border);
	}

	.dscr-contact__content .wp-block-columns {
		gap: var(--wp--preset--spacing--30);
	}

	.dscr-contact__content .wp-block-column {
		box-sizing: border-box;
		min-height: 100%;
		padding: var(--wp--preset--spacing--40);
		border: 1px solid var(--wp--preset--color--border);
		border-radius: 0.875rem;
		background: var(--wp--preset--color--surface-soft);
	}

	.dscr-contact__content .wp-block-column > p:last-child a {
		display: inline-flex;
		align-items: center;
		min-height: var(--wp--custom--accessibility--target-primary);
		padding-inline: var(--wp--preset--spacing--30);
		border-radius: 999px;
		background: var(--wp--preset--color--contrast);
		color: var(--wp--preset--color--base);
		font-size: var(--wp--preset--font-size--small);
		font-weight: 700;
		text-decoration: none;
	}
}

/* REBUILD-0070-CONTACT-MOBILE-UTILITY-SAFE-POCKETS
 * The mobile App Utility is intentionally fixed. Contact therefore composes
 * an information-free pocket beneath that 70px layer instead of allowing the
 * dock to mask paragraph text or a recovery-path heading. The Page still owns
 * one editor-managed body; only viewport geometry changes. */
@media (min-width: 360px) and (max-width: 767px) {
	.dscr-contact__surface {
		padding-top: var(--wp--preset--spacing--50) !important;
	}

	.dscr-contact__content {
		font-size: clamp(1rem, 4.1vw, 1.0625rem) !important;
		line-height: 1.55 !important;
	}

	.dscr-contact__content h2 {
		font-size: clamp(1.625rem, 6.75vw, 1.75rem);
		line-height: 1.16;
	}

	.dscr-contact__content h3 {
		font-size: clamp(1.1875rem, 5vw, 1.375rem);
		line-height: 1.22;
	}

	.dscr-contact__content > .wp-block-group:first-child > p {
		margin-top: var(--wp--preset--spacing--20) !important;
	}

	.dscr-contact__content > .wp-block-group:first-child > .wp-block-buttons {
		margin-top: calc(var(--wp--custom--footer--utility-reserve) + 1.5rem) !important;
	}

	.dscr-contact__content > .wp-block-group:first-child .wp-block-button__link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: var(--wp--custom--accessibility--target-primary);
		padding-block: var(--wp--preset--spacing--20) !important;
		box-sizing: border-box;
	}
}

@media (min-width: 400px) and (max-width: 767px) and (min-height: 900px) {
	.dscr-contact__content > .wp-block-group:first-child > .wp-block-buttons {
		margin-top: calc(var(--wp--custom--footer--utility-reserve) - 1.25rem) !important;
	}

	.dscr-contact__content > .wp-block-group:nth-child(2) {
		margin-top: calc(var(--wp--custom--footer--utility-reserve) + var(--wp--preset--spacing--20)) !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dscr-contact__content .wp-block-columns {
		margin-top: 1rem !important;
	}

	.dscr-contact__content .wp-block-column:nth-child(2) {
		margin-top: var(--wp--custom--footer--utility-reserve) !important;
	}
}

/* Shop archive: one dynamic WooCommerce collection with responsive geometry variants. */
.dscr-shop {
	max-width: var(--wp--custom--header--compact-max-width);
	margin-inline: auto;
	padding: var(--wp--preset--spacing--30);
	background: var(--wp--preset--color--surface-soft);
}

.dscr-shop__listing {
	padding: var(--wp--preset--spacing--20);
	border-radius: var(--wp--custom--border--identity-radius);
	background: var(--wp--preset--color--base);
}

/* Page-local promotion: Header owns trust metrics; this component owns only the featured Woo selection. */
.dscr-shop-promo {
	max-width: 470px;
	margin: var(--wp--preset--spacing--30) auto var(--wp--preset--spacing--40);
	overflow: hidden;
	border: 1px solid #e4e4e4;
	border-radius: 0.25rem;
	background: var(--wp--preset--color--base);
}

.dscr-shop-promo__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--wp--preset--spacing--20);
	min-height: 76px;
	padding: var(--wp--preset--spacing--20);
	border-bottom: 1px solid #e4e4e4;
}

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

.dscr-shop-promo__copy,
.dscr-shop-promo__drawer-copy {
	margin: 0 !important;
	font-size: var(--wp--preset--font-size--x-small);
	line-height: 1.35;
}

.dscr-shop-promo__actions {
	margin: 0 !important;
}

.dscr-shop-promo__trigger .wp-element-button,
.dscr-shop-promo__close .wp-element-button {
	min-height: 44px;
	padding: 0.5rem 0.75rem;
	border-radius: 0.25rem;
	background: #f4513f;
	color: #fff;
	font-size: var(--wp--preset--font-size--x-small);
}

.dscr-shop-promo__trigger .wp-element-button:focus-visible,
.dscr-shop-promo__close .wp-element-button:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.dscr-shop-promo__product,
.dscr-shop-promo__drawer-products {
	margin: 0 !important;
}

.dscr-shop-promo__product .wc-block-product-template,
.dscr-shop-promo__drawer-products .wc-block-product-template {
	display: block;
	min-height: 140px;
	margin: 0;
	padding: 36px;
	list-style: none;
	box-sizing: border-box;
}

.dscr-shop-promo__product .wc-block-product,
.dscr-shop-promo__drawer-products .wc-block-product {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr) auto;
	column-gap: var(--wp--preset--spacing--20);
	align-items: center;
	min-width: 0;
	min-height: 68px;
}

.dscr-shop-promo__product .wp-block-woocommerce-product-image,
.dscr-shop-promo__drawer-products .wp-block-woocommerce-product-image {
	grid-row: span 2;
	margin: 0 !important;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 0.25rem;
	background: var(--wp--preset--color--surface-soft);
}

.dscr-shop-promo__product .wp-block-woocommerce-product-image img,
.dscr-shop-promo__drawer-products .wp-block-woocommerce-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dscr-shop-promo__product .wp-block-post-title,
.dscr-shop-promo__drawer-products .wp-block-post-title {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	margin: 0 !important;
	font-size: 0.875rem;
	line-height: 1.35;
}

.dscr-shop-promo__product .wp-block-woocommerce-product-price,
.dscr-shop-promo__drawer-products .wp-block-woocommerce-product-price {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	margin: 0 !important;
	color: #e60064;
	font-size: 0.8125rem;
	font-weight: 700;
}

.dscr-shop-promo__drawer {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: none;
	align-items: end;
	justify-content: center;
	padding: var(--wp--preset--spacing--20);
	background: rgb(0 0 0 / 48%);
}

.dscr-shop-promo__drawer.is-open {
	display: flex;
}

.dscr-shop-promo__drawer-panel {
	width: min(100%, 470px);
	max-height: min(78vh, 620px);
	overflow: auto;
	border-radius: 0.5rem;
	background: var(--wp--preset--color--base);
	box-shadow: 0 1.25rem 3rem rgb(0 0 0 / 28%);
}

.dscr-shop-promo__drawer-head {
	align-items: center;
	gap: var(--wp--preset--spacing--20);
	padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30) 0;
}

.dscr-shop-promo__drawer-title {
	margin: 0 !important;
	font-size: 1rem;
}

.dscr-shop-promo__drawer-actions {
	margin: 0 !important;
}

.dscr-shop-promo__drawer-copy {
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30) 0;
}

.dscr-shop-promo__drawer-products .wc-block-product-template {
	min-height: 164px;
	padding: var(--wp--preset--spacing--30);
}

.dscr-shop-promo__drawer-products .wc-block-product {
	grid-template-columns: 96px minmax(0, 1fr);
	min-height: 96px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dscr-shop-promo__product .wc-block-product-template {
		min-height: 135px;
		padding-top: 33px;
		padding-bottom: 33px;
	}
}

@media (min-width: 1024px) {
	.dscr-shop-promo {
		display: none;
	}
}

.dscr-shop__title {
	margin: 0 0 var(--wp--preset--spacing--20) !important;
	color: var(--wp--preset--color--contrast);
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	line-height: 1.15;
}

@media (max-width: 1023px) {
	body.tax-product_cat .dscr-announcement {
		display: none;
	}

	body.tax-product_cat .dscr-category {
		padding-top: 20px;
		background: #f7f7f7;
		color: #545454;
		font-size: 0.75rem;
		line-height: 1.5;
	}

	body.tax-product_cat .dscr-category .dscr-shop-promo {
		margin-bottom: 0;
	}

	body.tax-product_cat .dscr-category .dscr-shop-promo__summary {
		background: #f6f6f6;
	}

	body.tax-product_cat .dscr-category .dscr-shop-promo__product .wc-block-product-template {
		background: #f7f7f7;
	}

	body.tax-product_cat .dscr-category > .dscr-shop__title {
		margin: 11px 0 10px !important;
	}

	body.tax-product_cat .dscr-category > .dscr-shop__listing {
		margin-top: 0 !important;
	}

	.dscr-category .dscr-shop__title {
		color: #1d1f21;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
	}

	body.tax-product_cat .dscr-category .dscr-shop__controls {
		margin-bottom: 12px !important;
		padding-bottom: 0;
		border-bottom: 0;
		color: #545454;
		font-size: 0.75rem;
		line-height: 1.5;
	}

	body.tax-product_cat .dscr-category .dscr-shop__filters .wc-block-product-filters__open-overlay,
	body.tax-product_cat .dscr-category .dscr-shop__count {
		font-size: 0.75rem;
		line-height: 1.5;
	}
}

.dscr-shop__controls {
	align-items: center;
	gap: var(--wp--preset--spacing--20);
	margin: 0 0 var(--wp--preset--spacing--30) !important;
	padding-bottom: var(--wp--preset--spacing--20);
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.dscr-shop__filters {
	flex: 0 0 auto;
}

.dscr-shop__filters .wc-block-product-filters__open-overlay {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	min-height: 44px;
	padding: 0.5rem 0.75rem;
	border: 0;
	border-radius: 0.25rem;
	background: var(--wp--preset--color--surface-soft);
	color: var(--wp--preset--color--contrast);
	font: inherit;
	font-size: var(--wp--preset--font-size--small);
	cursor: pointer;
}

.dscr-shop__count {
	margin-left: auto !important;
	font-size: var(--wp--preset--font-size--x-small);
	white-space: nowrap;
}

.dscr-shop__sorting {
	display: none;
}

.dscr-shop__filters > .wp-block-woocommerce-product-filter-price,
.dscr-shop__filters > .dscr-shop__sorting {
	display: none;
}

.dscr-shop__filters .wc-block-product-filters__overlay-dialog .dscr-shop__sorting {
	display: block;
	margin-top: var(--wp--preset--spacing--30) !important;
}

.dscr-shop__filters .wc-block-product-filters__close-overlay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}

.dscr-category .wc-block-product-filters__apply {
	min-height: 44px;
}

.dscr-shop__filters .wp-block-woocommerce-product-filter-price input {
	min-height: 44px;
}

/* Keep WooCommerce's native sort form and values, while giving its label and
   select a reliable keyboard/touch target in the desktop controls and mobile
   filter drawer. */
.dscr-shop__sorting .woocommerce-ordering {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.dscr-shop__sorting .woocommerce-ordering select {
	min-height: 44px;
	padding: 0.5rem;
}

.dscr-shop__products .wc-block-product-template,
.dscr-shop__products .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--20);
	margin: 0;
	padding: 0;
	list-style: none;
}

.dscr-shop__products .wc-block-product,
.dscr-shop__products .wp-block-post {
	position: relative;
	display: flex;
	flex-direction: column;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	min-height: 290px;
	margin: 0 !important;
	padding: 0;
	background: transparent;
}

/* The mobile source keeps a constant content allowance below a fluid square image. */
@media (max-width: 767px) {
	.dscr-shop__products .wc-block-product,
	.dscr-shop__products .wp-block-post {
		min-height: calc((100vw - 75px) / 2 + 153px);
	}
}

.dscr-shop__products .wp-block-woocommerce-product-image,
.dscr-shop__products .wp-block-post-featured-image {
	margin: 0 !important;
	overflow: hidden;
	aspect-ratio: 1;
	border-radius: 0.25rem;
	background: var(--wp--preset--color--surface-soft);
}

.dscr-shop__products .wp-block-woocommerce-product-image img,
.dscr-shop__products .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dscr-shop__products .wp-block-post-title {
	max-height: 4.05em;
	margin: var(--wp--preset--spacing--10) 0 0 !important;
	overflow: hidden;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
}

.dscr-shop__products .wp-block-post-title a {
	color: inherit;
	text-decoration: none;
}

.dscr-shop__products .wp-block-woocommerce-product-price {
	margin: var(--wp--preset--spacing--10) 0 0 !important;
	color: #e60064;
	font-size: 0.8125rem;
	font-weight: 700;
}

.dscr-shop__products .wc-block-components-product-price del {
	margin-left: 0.25rem;
	color: var(--wp--preset--color--muted);
	font-weight: 400;
}

.dscr-shop__products .wp-block-woocommerce-product-rating {
	width: max-content;
	max-width: 100%;
	margin-top: var(--wp--preset--spacing--10) !important;
	padding: 0.125rem 0.25rem;
	border-radius: 0.125rem;
	background: #fffbd6;
}

.dscr-shop__products .wp-block-woocommerce-product-button {
	width: 44px;
	min-height: 44px;
	margin-top: auto !important;
}

.dscr-shop__products .wp-block-woocommerce-product-button .wp-block-button__link {
	width: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 0.25rem;
	background: #08a77a;
	color: #fff;
	font-size: 0;
}

.dscr-shop__products .wp-block-woocommerce-product-button .wp-block-button__link::before {
	content: "+";
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.dscr-shop__products .wp-block-woocommerce-product-sale-badge {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin: 0 !important;
	padding: 0.2rem 0.35rem;
	border-radius: 0.25rem;
	background: #e60064;
	color: #fff;
	font-size: 0.6875rem;
	line-height: 1.2;
}

.dscr-shop__pagination-wrap .wp-block-query-pagination {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin: var(--wp--preset--spacing--40) 0 0 !important;
}

body.tax-product_cat .dscr-category .dscr-shop__pagination-wrap {
	margin-top: 0 !important;
	padding-block: 34px;
	box-sizing: border-box;
}

body.tax-product_cat .dscr-category .dscr-shop__pagination-wrap .wp-block-query-pagination {
	margin: 0 !important;
}

body.tax-product_cat .dscr-category .dscr-shop__products .wp-block-post-title {
	margin-top: 6px !important;
	line-height: 1.5;
}

body.tax-product_cat .dscr-category .dscr-shop__products .wp-block-woocommerce-product-price {
	margin-top: 6px !important;
	color: #e50e78;
	font-size: 0.875rem;
}

body.tax-product_cat .dscr-category .dscr-shop__products .wp-block-woocommerce-product-rating {
	background: #ffffd6;
}

body.tax-product_cat .dscr-category .dscr-shop__products .wp-block-woocommerce-product-button .wp-block-button__link {
	background: #0f9f77;
}

body.tax-product_cat .dscr-category .dscr-shop__products .wp-block-woocommerce-product-sale-badge {
	background: #e50e78;
}

.dscr-category__back {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 105px;
	margin: 0 !important;
	color: #1d1f21;
	font-size: 1rem;
	line-height: 1.5;
}

.dscr-category__back a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	color: inherit;
	text-decoration: none;
}

.dscr-category__back a:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}

.dscr-shop__pagination-wrap .wp-block-query-pagination > * {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	border-radius: 0.25rem;
	text-decoration: none;
}

/* Core wraps number links in a numbers group.  Size the links themselves so
   pointer and keyboard focus targets do not collapse inside that wrapper. */
.dscr-shop__pagination-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	border-radius: 0.25rem;
}

.dscr-shop__pagination .current {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--contrast);
}

/* Woo's native no-results block is removed after its client-side price-filter hydration in the installed version. */
.dscr-shop__empty-fallback {
	display: none;
	margin-top: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--30);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--border--identity-radius);
	background: var(--wp--preset--color--surface-soft);
	text-align: center;
}

.dscr-shop__empty-fallback.is-visible {
	display: block;
}

.dscr-shop__empty-fallback p {
	margin: 0;
}

.dscr-shop__empty-fallback p + p {
	margin-top: var(--wp--preset--spacing--20);
}

.dscr-shop__empty-fallback a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding-inline: var(--wp--preset--spacing--10);
}

.dscr-shop__empty-fallback a:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}

/* WooCommerce expands filter descendants inline above its 600px breakpoint.
   The page adapter uses its own state class so the Interactivity API cannot
   remove the visible state while its context is still hydrating. Keep a
   full-screen mobile/transition drawer through 767px, then use the same
   official controls in a 430px right drawer. */
@media (max-width: 767.98px) {
	body.tax-product_cat {
		background: #f7f7f7;
	}

	body.tax-product_cat .wp-site-blocks {
		background: #f7f7f7;
	}

	body.tax-product_cat .dscr-category .dscr-shop__products .wc-block-product-template,
	body.tax-product_cat .dscr-category .dscr-shop__products .wp-block-post-template {
		gap: 15px;
	}

	body.tax-product_cat .dscr-category .dscr-shop__products .wc-block-product,
	body.tax-product_cat .dscr-category .dscr-shop__products .wp-block-post {
		min-height: calc(((100vw - 65px) / 2) + clamp(140.5px, calc(231.875px - 21.25vw), 149px));
	}

	.dscr-shop__filters:not(.is-dscr-overlay-opened) > .wc-block-product-filters__overlay,
	.dscr-shop__filters.is-dscr-overlay-opened > .wc-block-product-filters__overlay {
		position: fixed;
		z-index: 100000;
		inset: 0;
		top: 0;
		display: block;
	}

	.dscr-shop__filters:not(.is-dscr-overlay-opened) > .wc-block-product-filters__overlay {
		pointer-events: none;
		visibility: hidden;
		background: transparent;
	}

	.dscr-shop__filters:not(.is-dscr-overlay-opened) .wc-block-product-filters__overlay-dialog {
		visibility: hidden;
	}

	.dscr-shop__filters:not(.is-dscr-overlay-opened) .wc-block-product-filters__overlay-wrapper {
		visibility: hidden;
	}

	.dscr-shop__filters.is-dscr-overlay-opened > .wc-block-product-filters__overlay {
		pointer-events: auto;
		visibility: visible;
		background: rgb(0 0 0 / 35%);
	}

	.dscr-shop__filters.is-dscr-overlay-opened .wc-block-product-filters__overlay-dialog {
		visibility: visible !important;
	}

	.dscr-shop__filters.is-dscr-overlay-opened .wc-block-product-filters__overlay-wrapper {
		visibility: visible !important;
	}

	.dscr-shop__filters .wc-block-product-filters__overlay-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.dscr-shop__filters .wc-block-product-filters__overlay-dialog {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		max-height: 100%;
		background: var(--wp--preset--color--base);
		transform: translateY(100vh);
	}

	.dscr-shop__filters.is-dscr-overlay-opened .wc-block-product-filters__overlay-dialog {
		transform: translateY(0);
	}

	.dscr-shop__filters .wc-block-product-filters__overlay-header {
		display: flex;
	}

	.dscr-shop__filters .wc-block-product-filters__overlay-content {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		overflow-y: auto;
		padding: 0 var(--wp--preset--spacing--40);
	}

	.dscr-shop__filters .wc-block-product-filters__overlay-footer {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	/* The transition layout keeps the source's 500px centered catalogue canvas.
	   Continue that surface through the Footer utility reserve so the document
	   does not end in a full-width white strip below the page composition. */
	body.tax-product_cat {
		background: linear-gradient(
			to right,
			#fff 0,
			#fff calc(50% - 250px),
			#f7f7f7 calc(50% - 250px),
			#f7f7f7 calc(50% + 250px),
			#fff calc(50% + 250px),
			#fff 100%
		);
	}
}

@media (min-width: 768px) {
	.dscr-shop__filters:not(.is-dscr-overlay-opened) > .wc-block-product-filters__overlay {
		display: none;
	}

	.dscr-shop__filters.is-dscr-overlay-opened > .wc-block-product-filters__overlay {
		position: fixed;
		z-index: 100000;
		inset: 0;
		display: block;
		background: rgb(0 0 0 / 48%);
	}

	.dscr-shop__filters.is-dscr-overlay-opened .wc-block-product-filters__overlay-wrapper {
		position: absolute;
		inset: 0;
		visibility: visible !important;
	}

	.dscr-shop__filters.is-dscr-overlay-opened .wc-block-product-filters__overlay-dialog {
		position: absolute;
		inset: 0 0 0 auto;
		width: min(100%, 430px);
		height: 100%;
		overflow: auto;
		background: var(--wp--preset--color--base);
		box-shadow: -1rem 0 2.5rem rgb(0 0 0 / 24%);
		visibility: visible !important;
	}

	.dscr-shop__filters.is-dscr-overlay-opened .wc-block-product-filters__overlay-header {
		display: flex;
	}

	.dscr-shop__filters.is-dscr-overlay-opened .wc-block-product-filters__overlay-content {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		overflow-y: auto;
		padding: 0 var(--wp--preset--spacing--40);
	}

	.dscr-shop__filters.is-dscr-overlay-opened .wc-block-product-filters__overlay-footer {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	body.tax-product_cat .dscr-category {
		padding-top: 25px;
	}

	body.tax-product_cat .dscr-category > .dscr-shop__title {
		margin-bottom: 15px !important;
		font-size: 0.75rem;
		line-height: 1.5;
	}

	.dscr-shop__products .wc-block-product-template,
	.dscr-shop__products .wp-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--wp--preset--spacing--30);
	}

	.dscr-shop__products .wc-block-product,
	.dscr-shop__products .wp-block-post {
		min-height: 287px;
	}
}

@media (max-width: 411px) {
	body.tax-product_cat .dscr-category {
		padding-top: 26px;
	}
}

@media (max-width: 360px) {
	body.tax-product_cat .dscr-category .dscr-shop-promo__copy {
		min-width: 0;
	}

	body.tax-product_cat .dscr-category .dscr-shop-promo__actions {
		flex: 0 0 auto;
	}

	body.tax-product_cat .dscr-category .dscr-shop-promo__trigger .wp-element-button {
		white-space: nowrap;
	}

	body.tax-product_cat .dscr-category .dscr-shop__count {
		min-width: 0;
		white-space: normal;
		text-align: right;
	}

	body.tax-product_cat .dscr-category .dscr-shop__count .woocommerce-result-count {
		margin: 0;
		overflow-wrap: anywhere;
	}
}

@media (min-width: 1024px) {
	.dscr-category__back {
		display: none;
	}

	.dscr-category > .dscr-shop__title {
		margin: 0 0 var(--wp--preset--spacing--20) !important;
		padding-inline: var(--wp--preset--spacing--40);
	}

	.dscr-shop {
		max-width: none;
		padding-inline: max(var(--wp--preset--spacing--60), calc((100vw - 1200px) / 2));
	}

	.dscr-shop__listing {
		padding: var(--wp--preset--spacing--40);
	}

	.dscr-shop__filters .wc-block-product-filters__overlay-dialog .dscr-shop__sorting {
		display: block;
		flex: 0 0 auto;
	}

	.dscr-shop__products .wc-block-product-template,
	.dscr-shop__products .wp-block-post-template {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--wp--preset--spacing--30);
	}

	.dscr-shop__products .wc-block-product,
	.dscr-shop__products .wp-block-post {
		min-height: 340px;
	}
}

/* REBUILD-0071-SHOP-PAGE-COMPOSITION
 * Keep one native WooCommerce archive/query. Mobile and tablet place the fixed
 * App Utility over an information-free Page-owned pocket; desktop gives the
 * same dynamic collection a deliberate wide archive surface. No Product IDs,
 * duplicate query, shared Utility rule or WooCommerce record is introduced. */
@media (max-width: 360px) {
	.dscr-shop-promo__product .wc-block-product-template {
		min-height: 128px;
		padding: 30px;
	}

	.dscr-shop__listing {
		margin-top: calc(var(--wp--custom--footer--utility-reserve) + 0.25rem) !important;
	}
}

@media (min-width: 361px) and (max-width: 767px) {
	.dscr-shop__listing {
		padding-top: 0;
	}

	.dscr-shop__title {
		margin-bottom: var(--wp--preset--spacing--10) !important;
	}

	.dscr-shop__controls {
		min-height: var(--wp--custom--accessibility--target-primary);
		margin-bottom: var(--wp--preset--spacing--10) !important;
		padding-block: 0;
	}
}

@media (min-width: 361px) and (max-width: 399px) {
	.dscr-shop__products .wc-block-product-template > :nth-child(-n + 2) .wp-block-post-title,
	.dscr-shop__products .wp-block-post-template > :nth-child(-n + 2) .wp-block-post-title {
		margin-top: calc(var(--wp--custom--footer--utility-reserve) + 0.75rem) !important;
	}
}

@media (min-width: 400px) and (max-width: 767px) {
	.dscr-shop__products .wc-block-product-template > :nth-child(-n + 2) .wp-block-post-title,
	.dscr-shop__products .wp-block-post-template > :nth-child(-n + 2) .wp-block-post-title {
		margin-top: calc(var(--wp--custom--footer--utility-reserve) + 5rem) !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dscr-shop__products .wc-block-product-template,
	.dscr-shop__products .wp-block-post-template {
		row-gap: calc(var(--wp--custom--footer--utility-reserve) + 1.875rem);
	}
}

.dscr-shop__listing {
	border: 1px solid var(--wp--preset--color--border);
	box-shadow: 0 18px 42px rgb(23 35 61 / 6%);
	box-sizing: border-box;
}

.dscr-shop__controls {
	padding: var(--wp--preset--spacing--20);
	border-bottom: 0;
	border-radius: 0.5rem;
	background: var(--wp--preset--color--surface-soft);
	box-sizing: border-box;
}

.dscr-shop__pagination-wrap .current {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--contrast);
}

.dscr-shop__empty-fallback.is-visible {
	min-height: 12rem;
	align-content: center;
	box-sizing: border-box;
}

.dscr-shop__products .wp-block-woocommerce-product-collection-no-results {
	display: grid;
	place-items: center;
	min-height: 8rem;
	margin-top: var(--wp--preset--spacing--30);
	padding: var(--wp--preset--spacing--30);
	border: 1px dashed var(--wp--preset--color--border);
	border-radius: var(--wp--custom--border--identity-radius);
	background: var(--wp--preset--color--surface-soft);
	text-align: center;
	box-sizing: border-box;
}

.dscr-shop__products .wp-block-woocommerce-product-collection-no-results p {
	margin: 0;
}

body:has(.dscr-shop__products .wp-block-woocommerce-product-collection-no-results) .dscr-shop__empty-fallback {
	display: none !important;
}

@media (min-width: 361px) and (max-width: 767px) {
	.dscr-shop .dscr-shop__controls {
		min-height: var(--wp--custom--accessibility--target-primary);
		padding-block: 0;
	}
}

@media (min-width: 1024px) {
	.dscr-shop__listing {
		width: min(100%, 1200px);
		max-width: 1200px !important;
		margin-inline: auto;
		padding: var(--wp--preset--spacing--50);
	}

	.dscr-shop__listing > .dscr-shop__title,
	.dscr-shop__listing > .dscr-shop__products {
		width: 100%;
		max-width: none !important;
	}

	.dscr-shop__products .wc-block-product,
	.dscr-shop__products .wp-block-post {
		min-height: 410px;
	}
}

/* Responsive global Footer: one semantic part with normal-flow information
   content and a mobile-only Footer-owned Utility. Source media is never used;
   the surface pattern is generated from local CSS only. */
.dscr-footer {
	position: relative;
	color: var(--wp--preset--color--contrast);
	background-image:
		linear-gradient(142deg, transparent 0 22%, rgb(255 255 255 / 10%) 22.1% 22.6%, transparent 22.7% 100%),
		linear-gradient(43deg, transparent 0 62%, rgb(40 40 40 / 7%) 62.1% 62.7%, transparent 62.8% 100%);
	background-size: cover;
}

/* Keep the sole global Footer at the visual end of otherwise short templates
   without changing longer page flows or introducing a separate page shell. */
body:has(.dscr-footer) .wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body:has(.dscr-footer) .wp-site-blocks > footer {
	margin-top: auto;
}

.dscr-footer__normal {
	width: var(--wp--custom--footer--desktop-inner-width);
	max-width: none;
	margin-inline: auto;
	padding-block: var(--wp--custom--footer--desktop-padding-start) var(--wp--custom--footer--desktop-padding-end);
	box-sizing: border-box;
}

.dscr-footer__identity {
	min-height: 0;
	margin: 0 !important;
	padding-bottom: var(--wp--preset--spacing--30);
	border-bottom: 1px solid rgb(40 40 40 / 42%);
}

.dscr-footer__identity-copy {
	gap: var(--wp--preset--spacing--20);
	align-items: baseline;
}

.dscr-footer__identity-copy > * {
	margin: 0 !important;
}

.dscr-footer__identity-copy .wp-block-site-title {
	font-size: clamp(2rem, 3.15vw, 3.25rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
}

.dscr-footer__identity-copy .wp-block-site-title a,
.dscr-footer__identity-copy .wp-block-site-title {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

.dscr-footer__tagline {
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.5;
}

.dscr-footer__columns {
	display: grid;
	/* The source five-column geometry only has enough measure from 1280px up.
	   Intermediate desktop widths remain a deliberate three-column reflow. */
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
	margin-top: var(--wp--preset--spacing--50) !important;
}

.dscr-footer__group {
	min-width: 0;
	margin: 0 !important;
}

.dscr-footer__heading {
	margin: 0 0 var(--wp--preset--spacing--10) !important;
	color: var(--wp--preset--color--contrast);
	font-size: clamp(1.159rem, 1.292vw, 1.55rem);
	font-weight: 800;
	line-height: 1.2;
}

.dscr-footer__heading--social {
	margin-top: var(--wp--preset--spacing--40) !important;
}

.dscr-footer__navigation,
.dscr-footer__navigation .wp-block-navigation__container {
	align-items: flex-start;
	gap: 0;
	width: 100%;
}

.dscr-footer__navigation .wp-block-navigation-item__content,
.dscr-footer__contact a {
	color: var(--wp--preset--color--contrast);
	font-size: clamp(0.742rem, 0.827vw, 0.992rem);
	line-height: 2;
	text-decoration: none;
}

.dscr-footer__navigation .wp-block-navigation-item__content:hover,
.dscr-footer__navigation .wp-block-navigation-item__content:focus-visible,
.dscr-footer__contact a:hover,
.dscr-footer__contact a:focus-visible {
	color: var(--wp--preset--color--contrast);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

.dscr-footer__contact {
	margin: 0 !important;
}

.dscr-footer__social {
	gap: var(--wp--preset--spacing--10);
	margin: 0 !important;
}

.dscr-footer__social .wp-social-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(24px, 1.65vw, 31.75px);
	height: clamp(24px, 1.65vw, 31.75px);
	min-width: 24px;
	min-height: 24px;
	padding: 0;
	color: var(--wp--preset--color--contrast);
	background: rgb(255 255 255 / 58%);
	border-radius: 999px;
}

.dscr-footer__copyright {
	gap: var(--wp--preset--spacing--10);
	margin-top: var(--wp--preset--spacing--50) !important;
	font-size: var(--wp--preset--font-size--x-small);
	line-height: 1.5;
}

.dscr-footer__copyright > * {
	margin: 0 !important;
}

.dscr-footer__copyright .wp-block-site-title {
	font-size: inherit;
	line-height: inherit;
}

.dscr-footer__utility {
	display: none;
}

@media (min-width: 1280px) {
	.dscr-footer__normal {
		/* Source desktop height scales with the viewport; reserve the open lower
		   field while anchoring the editable copyright line above bottom padding. */
		display: flex;
		flex-direction: column;
		min-height: clamp(439.25px, 30.6vw, 587.5px);
	}

	.dscr-footer__columns {
		/* Preserve the source's deliberately unequal information measures:
		   a wide catalog and service/social column bracket three compact groups. */
		grid-template-columns: 13vw 10.69vw 5.15vw 5.82vw 15.27vw;
		gap: var(--wp--custom--footer--desktop-column-gap);
	}

	.dscr-footer__copyright {
		margin-top: auto !important;
	}
}

@media (max-width: 1023px) {
	body:has(.dscr-footer__utility) {
		padding-bottom: var(--wp--custom--footer--utility-reserve);
	}

	.dscr-footer__normal {
		display: none !important;
	}

	.dscr-footer__utility {
		position: fixed;
		inset-inline: 50% auto;
		bottom: 0;
		z-index: var(--wp--custom--footer--utility-z-index);
		display: block;
		width: min(100%, var(--wp--custom--footer--utility-compact-max));
		height: var(--wp--custom--footer--utility-reserve);
		min-height: var(--wp--custom--footer--utility-reserve);
		padding-bottom: env(safe-area-inset-bottom, 0px);
		margin: 0 !important;
		background: var(--wp--preset--color--base);
		box-shadow: 0 -1px 0 rgb(40 40 40 / 14%);
		box-sizing: border-box;
		transform: translateX(-50%);
	}

	.dscr-footer__utility-navigation,
	.dscr-footer__utility-navigation .wp-block-navigation__container {
		align-items: stretch;
		width: 100%;
		margin: 0;
		gap: 0;
	}

	.dscr-footer__utility-navigation .wp-block-navigation__container {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.dscr-footer__utility-navigation .wp-block-navigation-item,
	.dscr-footer__utility-navigation .wp-block-navigation-item__content {
		width: 100%;
		margin: 0;
	}

	.dscr-footer__utility-navigation .wp-block-navigation-item__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		min-height: var(--wp--custom--footer--utility-height);
		padding: 6px 4px;
		color: var(--wp--preset--color--contrast);
		font-size: 0.6875rem;
		font-weight: 600;
		line-height: 1.1;
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
	}

	.dscr-footer__utility-navigation .wp-block-navigation-item__content::before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
		background: currentColor;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}

	.dscr-mobile-tab-home > .wp-block-navigation-item__content::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.8 12 3l9 7.8v9.7a.5.5 0 0 1-.5.5H15v-6H9v6H3.5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.8 12 3l9 7.8v9.7a.5.5 0 0 1-.5.5H15v-6H9v6H3.5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
	}

	.dscr-mobile-tab-shop > .wp-block-navigation-item__content::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 7V6a6 6 0 0 1 12 0v1h3l-1.2 14H4.2L3 7zm3 0h6V6a3 3 0 0 0-6 0z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 7V6a6 6 0 0 1 12 0v1h3l-1.2 14H4.2L3 7zm3 0h6V6a3 3 0 0 0-6 0z'/%3E%3C/svg%3E");
	}

	.dscr-mobile-tab-journal > .wp-block-navigation-item__content::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v16H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m2 4v2h10V7zm0 5v2h10v-2zm0 5v2h7v-2z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v16H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m2 4v2h10V7zm0 5v2h10v-2zm0 5v2h7v-2z'/%3E%3C/svg%3E");
	}

	.dscr-mobile-tab-account > .wp-block-navigation-item__content::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0 2c-5.5 0-9 2.8-9 7h18c0-4.2-3.5-7-9-7'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0 2c-5.5 0-9 2.8-9 7h18c0-4.2-3.5-7-9-7'/%3E%3C/svg%3E");
	}

	.dscr-footer__utility-navigation .current-menu-item > .wp-block-navigation-item__content,
	.dscr-footer__utility-navigation .wp-block-navigation-item__content[aria-current="page"] {
		color: var(--wp--preset--color--accent-contrast);
		background: var(--wp--preset--color--surface-soft);
		box-shadow: inset 0 3px 0 var(--wp--preset--color--accent);
	}
}

@media (max-width: 767px) {
	.dscr-footer__utility {
		inset-inline: 0;
		width: 100%;
		transform: none;
	}
}

/* Account: keep the shared Page template and scope the compact commerce form
   composition to WooCommerce's semantic account body class. */
body.woocommerce-account main.dscr-page {
	padding-top: 24px !important;
	padding-bottom: 40px !important;
}

body.woocommerce-account .dscr-page__heading,
body.woocommerce-account .dscr-page__content > .woocommerce {
	width: 100%;
	max-width: 400px !important;
	margin-inline: auto !important;
	box-sizing: border-box;
}

body.woocommerce-account .dscr-page__heading .wp-block-post-title {
	margin: 0;
	font-size: clamp(1.875rem, 8vw, 2rem);
	line-height: 1.15;
}

/* REBUILD-0063-SHARED-FOOTER-MOBILE-UTILITY BEGIN
   Shared shell only: preserve menu/data ownership while providing mature
   desktop action geometry and a full-width mobile App utility at tablet. */
@media (min-width: 1024px) {
	.dscr-footer__navigation .wp-block-navigation-item__content,
	.dscr-footer__contact a {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
		padding-inline: 0.25rem;
		line-height: 1.4;
	}

	.dscr-footer__social {
		gap: 0.375rem;
	}

	.dscr-footer__social .wp-social-link a {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.dscr-footer__social .wp-social-link a svg {
		width: 20px;
		height: 20px;
	}

	.dscr-footer__navigation .wp-block-navigation-item__content:focus-visible,
	.dscr-footer__contact a:focus-visible,
	.dscr-footer__social .wp-social-link a:focus-visible {
		outline: 2px solid currentColor;
		outline-offset: 3px;
	}
}

@media (max-width: 1023px) {
	.dscr-footer__utility {
		inset-inline: 0;
		width: 100%;
		transform: none;
	}
}
/* REBUILD-0063-SHARED-FOOTER-MOBILE-UTILITY END */

/* REBUILD-0064-VERIFICATION-COMPOSITION BEGIN */
.page-id-130 .dscr-product-check--rebuild-0064 {
	--dscr-check-axis: min(100% - 2rem, 1200px);
	--dscr-check-reading: min(100%, 760px);
	background:
		radial-gradient(circle at 88% 6%, rgb(255 135 20 / 12%), transparent 18rem),
		var(--wp--preset--color--surface-soft);
}

.page-id-130 .dscr-product-check--rebuild-0064 > * {
	width: var(--dscr-check-axis);
	max-width: var(--dscr-check-axis);
	margin-inline: auto;
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__hero {
	position: relative;
	overflow: hidden;
	min-height: 310px;
	padding-inline: clamp(1.5rem, 5vw, 5rem) !important;
	padding-block: clamp(3rem, 7vw, 6rem) !important;
	border-radius: 0 0 1.5rem 1.5rem;
	background:
		linear-gradient(135deg, rgb(255 135 20) 0 57%, rgb(255 174 91) 100%);
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__hero > * {
	position: relative;
	z-index: 1;
	width: min(100%, 650px);
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__hero::after {
	content: "GUIDANCE\A LOCAL ONLY\A NO CODE DATA";
	white-space: pre;
	position: absolute;
	right: clamp(2rem, 7vw, 8rem);
	top: 50%;
	transform: translateY(-50%) rotate(-7deg);
	display: grid;
	place-items: center;
	width: clamp(152px, 20vw, 252px);
	aspect-ratio: 1;
	padding: 1.5rem;
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 65%);
	border-radius: 1.25rem;
	box-shadow: 0.85rem 0.85rem 0 rgb(40 40 40 / 82%);
	background: repeating-linear-gradient(90deg, rgb(255 255 255 / 84%) 0 8px, rgb(40 40 40 / 8%) 8px 10px);
	color: var(--wp--preset--color--contrast);
	font-size: clamp(0.72rem, 1vw, 0.95rem);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.08em;
	text-align: center;
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__status {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.55rem 0.85rem;
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 55%);
	border-radius: 999px;
	background: rgb(255 255 255 / 52%);
	font-size: clamp(0.78rem, 1vw, 0.92rem);
	line-height: 1.35;
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__boundary,
.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__recovery,
.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__support {
	width: var(--dscr-check-reading);
	max-width: var(--dscr-check-reading);
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__choices {
	width: var(--dscr-check-axis);
	max-width: var(--dscr-check-axis);
	gap: clamp(1rem, 2vw, 2rem);
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__card {
	height: 100%;
	padding: clamp(1.5rem, 3vw, 3rem) !important;
	box-shadow: 0 0.5rem 1.5rem rgb(40 40 40 / 7%);
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__choices :is(ol, ul) {
	margin-bottom: 0;
	padding-left: 1.25rem;
}

.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__support {
	background: linear-gradient(120deg, rgb(255 135 20), rgb(255 184 113)) !important;
	box-shadow: 0 1rem 0 rgb(40 40 40 / 12%);
}

@media (max-width: 1023px) {
	.page-id-130 .dscr-product-check--rebuild-0064 {
		--dscr-check-axis: min(100% - 1.25rem, 680px);
		--dscr-check-reading: var(--dscr-check-axis);
	}

	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__hero {
		min-height: 0;
		padding-inline: 1.25rem !important;
		padding-right: min(45%, 12rem) !important;
	}

	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__choices {
		gap: 1rem;
	}

	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__card {
		padding: 1.25rem !important;
	}
}

@media (max-width: 560px) {
	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__hero {
		padding: 2rem 1.125rem 1.5rem !important;
	}

	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__hero::after {
		display: none;
	}

	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__boundary,
	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__recovery,
	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__support {
		padding: 1rem !important;
	}

	.page-id-130 .dscr-product-check--rebuild-0064 .dscr-product-check__card :is(h2, .wp-block-heading) {
		font-size: clamp(1.5rem, 8vw, 2rem) !important;
	}
}
/* REBUILD-0064-VERIFICATION-COMPOSITION END */

/* REBUILD-0066-CART-EMPTY-RECOVERY BEGIN */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
	width: min(100%, 1180px);
	margin: clamp(1.5rem, 4vw, 4rem) auto clamp(3rem, 7vw, 6rem);
	padding: clamp(1.25rem, 3vw, 3rem);
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 12%);
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at 92% 0%, rgb(255 135 20 / 16%), transparent 14rem),
		var(--wp--preset--color--base);
	box-shadow: 0 1rem 2.5rem rgb(40 40 40 / 7%);
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
	max-width: 26rem;
	margin-inline: auto;
	font-size: clamp(1.75rem, 4vw, 3rem) !important;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
	margin-bottom: 0.9rem;
	color: var(--wp--preset--color--accent-contrast);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
	margin-top: 1.25rem;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
	padding: 0.9rem;
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 12%);
	border-radius: 1rem;
	background: var(--wp--preset--color--base);
	box-shadow: 0 0.5rem 1.25rem rgb(40 40 40 / 6%);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 0.7rem;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
	font-weight: 800;
	line-height: 1.25;
}

@media (max-width: 767px) {
	body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
		margin: 1rem auto 2rem;
		padding: 1rem;
		border-radius: 1.1rem;
	}

	body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
		width: auto;
		margin: 0;
		padding: 0.65rem;
	}

	body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
		font-size: 0.9rem;
	}
}
/* REBUILD-0066-CART-EMPTY-RECOVERY END */

/* REBUILD-0067-ACCOUNT-LOGGED-OUT-COMPOSITION BEGIN */
body.woocommerce-account:not(.logged-in) main.dscr-page {
	background: radial-gradient(circle at 82% 6%, rgb(255 135 20 / 13%), transparent 18rem);
}

body.woocommerce-account:not(.logged-in) .dscr-page__heading {
	max-width: 680px;
	margin-inline: auto;
	padding-inline: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce {
	padding: clamp(1.25rem, 3vw, 2.5rem);
	border: 1px solid rgb(40 40 40 / 12%);
	border-radius: 1.5rem;
	background: var(--wp--preset--color--base);
	box-shadow: 0 1rem 2.5rem rgb(40 40 40 / 8%);
}

body.woocommerce-account:not(.logged-in) .woocommerce > h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login input.input-text {
	min-height: 48px;
	border-color: rgb(40 40 40 / 26%);
	border-radius: 0.75rem;
	background: rgb(248 248 248);
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login button {
	min-height: 48px;
	padding-inline: 1.5rem;
	border-radius: 999px;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--wp--preset--color--contrast);
	font-weight: 700;
}

@media (min-width: 1024px) {
	body.woocommerce-account:not(.logged-in) .woocommerce {
		position: relative;
		max-width: 720px !important;
	}

	body.woocommerce-account:not(.logged-in) .woocommerce::after {
		content: "SECURE\A ACCOUNT\A SPACE";
		white-space: pre;
		position: absolute;
		right: -10rem;
		top: 2.5rem;
		width: 7.5rem;
		aspect-ratio: 1;
		display: grid;
		place-items: center;
		border: 1px solid rgb(40 40 40 / 65%);
		border-radius: 1rem;
		background: repeating-linear-gradient(90deg, rgb(255 135 20 / 25%) 0 7px, rgb(40 40 40 / 6%) 7px 9px);
		box-shadow: 0.6rem 0.6rem 0 rgb(40 40 40 / 78%);
		font-size: 0.72rem;
		font-weight: 900;
		letter-spacing: 0.08em;
		line-height: 1.45;
		text-align: center;
		pointer-events: none;
	}
}
/* REBUILD-0067-ACCOUNT-LOGGED-OUT-COMPOSITION END */


body.woocommerce-account .dscr-page__content {
	margin-top: 8px !important;
}

body.woocommerce-account .woocommerce h2 {
	margin: 8px 0 12px;
	font-size: 1.25rem;
	line-height: 1.2;
}

body.woocommerce-account .woocommerce .u-columns.col2-set {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
}

body.woocommerce-account .woocommerce .u-columns.col2-set > .u-column1,
body.woocommerce-account .woocommerce .u-columns.col2-set > .u-column2 {
	float: none !important;
	clear: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

body.woocommerce-account form.woocommerce-form-login,
body.woocommerce-account form.woocommerce-form-register,
body.woocommerce-account form.woocommerce-ResetPassword {
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 16px;
}

body.woocommerce-account .woocommerce form .form-row {
	margin: 0 0 12px;
	padding: 0;
}

body.woocommerce-account .woocommerce form .form-row > label:not(.woocommerce-form-login__rememberme) {
	display: block;
	margin-bottom: 6px;
}

body.woocommerce-account .woocommerce form .input-text {
	min-height: 48px;
	padding: 10px 12px;
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce .password-input .input-text {
	padding-right: 52px;
}

body.woocommerce-account .woocommerce .show-password-input {
	top: 50%;
	right: 2px;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	transform: translateY(-50%);
}

body.woocommerce-account .woocommerce label.woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	margin: 0;
	padding: 6px 0;
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce label.woocommerce-form-login__rememberme input {
	width: 20px;
	height: 20px;
	margin: 0;
}

body.woocommerce-account .woocommerce button[type="submit"] {
	min-height: 44px;
}

body.woocommerce-account .woocommerce .woocommerce-LostPassword {
	margin: 0;
}

body.woocommerce-account .woocommerce .woocommerce-LostPassword a,
body.woocommerce-account .woocommerce .woocommerce-privacy-policy-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding-inline: 2px;
}

@media (min-width: 1024px) {
	body.woocommerce-account .dscr-page__heading,
	body.woocommerce-account .dscr-page__content > .woocommerce {
		max-width: 1000px !important;
	}

	body.woocommerce-account:not(:has(form.woocommerce-form-register)) .dscr-page__heading,
	body.woocommerce-account .dscr-page__content > .woocommerce:not(:has(form.woocommerce-form-register)) {
		max-width: 640px !important;
	}

	body.woocommerce-account .woocommerce .u-columns.col2-set {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	body.woocommerce-account .woocommerce .u-columns.col2-set > .u-column1 {
		grid-column: 1;
		grid-row: 1;
	}

	body.woocommerce-account .woocommerce .u-columns.col2-set > .u-column2 {
		grid-column: 2;
		grid-row: 1;
	}
}

/* Policy composition recovery: endpoint-specific reading surfaces over one Page owner. */
@media (max-width: 1023px) {
	.dscr-policy {
		background: var(--wp--preset--color--base) !important;
		padding: 0 !important;
	}

	.dscr-policy > .dscr-policy__surface {
		width: 100%;
		max-width: none !important;
		padding: 24px 15px 96px !important;
		box-sizing: border-box;
	}

	.dscr-policy__heading,
	.dscr-policy__content {
		width: 100%;
		max-width: 100% !important;
	}

	.dscr-policy__heading .wp-block-post-title {
		margin: 0 0 24px;
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(2rem, 8vw, 2.5rem);
		font-weight: 500;
		line-height: 1.12;
		letter-spacing: -0.02em;
		text-align: center;
	}

	.dscr-policy__content {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1rem;
		line-height: 1.5;
	}

	.dscr-policy__content :where(p, ul, ol) {
		margin-block: 0 16px;
	}

	.dscr-policy__content :where(h2, h3, h4) {
		margin-block: 28px 12px;
		font-family: Georgia, "Times New Roman", serif;
		line-height: 1.22;
	}

	.dscr-policy__content li + li {
		margin-top: 6px;
	}
}

@media (max-width: 639px) {
	.dscr-policy__content :where(p, ul, ol) {
		margin-block: 0 14px;
	}

	.dscr-policy__content :where(h2, h3, h4) {
		margin-block: 24px 10px;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.dscr-policy > .dscr-policy__surface {
		padding-inline: 32px !important;
	}

	.dscr-policy__heading,
	.dscr-policy__content {
		width: min(100%, 42.5rem);
		max-width: 42.5rem !important;
		margin-inline: auto;
	}
}

@media (min-width: 1024px) {
	.dscr-policy > .dscr-policy__surface {
		width: min(900px, calc(100% - 48px));
		max-width: 900px !important;
		margin-inline: auto;
	}

	.dscr-policy__heading,
	.dscr-policy__content {
		width: min(900px, 100%);
		max-width: 900px !important;
		margin-inline: auto;
		padding-inline: 0 !important;
	}

	.dscr-policy__heading > *,
	.dscr-policy__content > * {
		max-width: 900px !important;
	}

	.dscr-policy__content {
		line-height: 1.68;
	}

	.dscr-policy__content :where(p, ul, ol) {
		margin-block: 0 18px;
	}

	.dscr-policy__content :where(h2, h3, h4) {
		margin-block: 28px 12px;
	}
}

/* Blog Index composition recovery: one dynamic media-first stream at every endpoint. */
.dscr-journal__query .wp-block-post-template {
	grid-template-columns: minmax(0, 1fr);
}

.dscr-journal__card {
	box-sizing: border-box;
}

.dscr-journal__media {
	margin: 0;
	overflow: hidden;
	background: var(--wp--preset--color--surface-soft);
}

.dscr-journal__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dscr-journal__card-content {
	min-width: 0;
}

.dscr-journal__card-content .wp-block-post-date {
	margin: 0;
}

.dscr-journal__card-content .wp-block-post-title a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

@media (max-width: 1023px) {
	.dscr-journal {
		padding-bottom: 120px !important;
	}

	.dscr-journal__feed {
		padding-inline: 15px !important;
	}

	.dscr-journal__card {
		display: grid;
		gap: 20px;
	}

	.dscr-journal__card :where(a, button, input, select, textarea) {
		scroll-margin-block: 112px;
	}
}

@media (max-width: 599px) {
	.dscr-journal__media {
		aspect-ratio: 2.15 / 1 !important;
	}
}

@media (min-width: 600px) and (max-width: 1023px) {
	.dscr-journal__card {
		grid-template-columns: minmax(220px, 38%) minmax(0, 1fr);
		gap: 24px;
		align-items: center;
	}
}

@media (min-width: 1024px) {
	.dscr-journal__feed,
	.dscr-journal__query {
		width: min(1120px, calc(100% - 48px));
		max-width: 1120px !important;
		margin-inline: auto;
	}

	.dscr-journal__card {
		display: grid;
		grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
		gap: 28px;
		align-items: center;
	}

	.dscr-journal__media,
	.dscr-journal__card-content {
		width: 100%;
		max-width: none !important;
	}
}

/* Campaign Page317 visual composition recovery: compact reading rhythm, layered surfaces, and a deliberate tablet grid. */
.dscr-campaign {
	--dscr-campaign-accent-soft: #fff4e8;
	--dscr-campaign-line: #ffd5ad;
	--dscr-campaign-ink-soft: #4f4f4f;
}

.dscr-campaign .dscr-campaign__hero {
	background-color: #282828 !important;
	background-image:
		radial-gradient(circle at 82% 14%, rgb(255 135 20 / 24%), transparent 28%),
		linear-gradient(118deg, #202020 0%, #282828 58%, #3b2a1d 100%);
	background-repeat: no-repeat;
}

.dscr-campaign .dscr-campaign__surface {
	box-shadow: 0 20px 55px rgb(33 36 43 / 8%);
}

.dscr-campaign .dscr-campaign__content > h2 {
	position: relative;
	padding-left: 18px;
}

.dscr-campaign .dscr-campaign__content > h2::before {
	position: absolute;
	top: 0.12em;
	bottom: 0.12em;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: var(--wp--preset--color--accent);
	content: "";
}

.dscr-campaign .dscr-campaign__content > .wp-block-list {
	box-sizing: border-box;
	padding: 20px 24px 20px 44px;
	border: 1px solid var(--dscr-campaign-line);
	border-radius: 12px;
	background: var(--dscr-campaign-accent-soft);
}

.dscr-campaign .dscr-campaign__content > h3 {
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 16px 18px 8px;
	border-left: 4px solid var(--wp--preset--color--accent);
	border-radius: 10px 10px 0 0;
	background: var(--wp--preset--color--surface-soft);
}

.dscr-campaign .dscr-campaign__content > h3 + p {
	box-sizing: border-box;
	margin-top: 0;
	padding: 0 18px 16px;
	border-left: 4px solid var(--wp--preset--color--accent);
	border-radius: 0 0 10px 10px;
	background: var(--wp--preset--color--surface-soft);
	color: var(--dscr-campaign-ink-soft);
}

.dscr-campaign .dscr-campaign__content .wp-block-columns .wp-block-group {
	box-sizing: border-box;
	height: 100%;
	box-shadow: 0 8px 24px rgb(33 36 43 / 6%);
}

.dscr-campaign .dscr-campaign__cta {
	background-color: #ff8714 !important;
	background-image: linear-gradient(135deg, #ff9b3d 0%, #ff8714 58%, #f66d0a 100%);
	box-shadow: 0 18px 45px rgb(255 135 20 / 20%);
}

@media (max-width: 767px) {
	.dscr-campaign {
		padding-bottom: 40px !important;
	}

	.dscr-campaign .dscr-campaign__hero {
		padding: 32px 15px !important;
	}

	.dscr-campaign .dscr-campaign__hero .has-large-font-size {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	.dscr-campaign .dscr-campaign__hero .wp-block-buttons,
	.dscr-campaign .dscr-campaign__cta .wp-block-buttons {
		gap: 10px;
	}

	.dscr-campaign .dscr-campaign__surface {
		margin-top: 20px !important;
		padding: 24px 16px !important;
		border-radius: 12px !important;
	}

	.dscr-campaign .dscr-campaign__content {
		font-size: 14px !important;
		line-height: 1.55 !important;
	}

	.dscr-campaign .dscr-campaign__content > * {
		line-height: inherit;
	}

	.dscr-campaign .dscr-campaign__content > .has-large-font-size {
		font-size: 15px !important;
		line-height: 1.55 !important;
	}

	.dscr-campaign .dscr-campaign__content > h2 {
		margin-top: 24px !important;
		padding-left: 15px;
		font-size: clamp(20px, 5.6vw, 22px) !important;
		line-height: 1.16 !important;
	}

	.dscr-campaign .dscr-campaign__content > h2::before {
		width: 4px;
	}

	.dscr-campaign .dscr-campaign__content > .wp-block-columns {
		gap: 10px !important;
		margin-top: 12px !important;
	}

	.dscr-campaign .dscr-campaign__content .wp-block-columns .wp-block-group {
		padding: 16px !important;
		border-radius: 10px !important;
	}

	.dscr-campaign .dscr-campaign__content .wp-block-columns h3 {
		font-size: 16px !important;
		line-height: 1.22 !important;
	}

	.dscr-campaign .dscr-campaign__content .wp-block-columns p {
		font-size: 13.5px !important;
		line-height: 1.5 !important;
	}

	.dscr-campaign .dscr-campaign__content > .wp-block-list {
		margin-top: 12px !important;
		padding: 14px 14px 14px 32px;
		font-size: 13.5px;
		line-height: 1.5;
	}

	.dscr-campaign .dscr-campaign__content > h3 {
		margin-top: 12px !important;
		padding: 12px 14px 6px;
		font-size: 15px !important;
		line-height: 1.24 !important;
	}

	.dscr-campaign .dscr-campaign__content > h3 + p {
		padding: 0 14px 12px;
		font-size: 13.5px;
		line-height: 1.5;
	}

	.dscr-campaign .dscr-campaign__cta {
		margin-top: 20px !important;
		padding: 30px 16px !important;
		border-radius: 12px !important;
	}

	.dscr-campaign .dscr-campaign__cta h2 {
		font-size: 22px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dscr-campaign {
		padding-bottom: 96px !important;
	}

	.dscr-campaign .dscr-campaign__hero {
		padding: 48px 36px !important;
	}

	.dscr-campaign .dscr-campaign__surface {
		margin-top: 32px !important;
		padding: 36px 30px !important;
	}

	.dscr-campaign .dscr-campaign__content {
		font-size: 15.5px !important;
		line-height: 1.6 !important;
	}

	.dscr-campaign .dscr-campaign__content > .has-large-font-size {
		font-size: 17px !important;
		line-height: 1.58 !important;
	}

	.dscr-campaign .dscr-campaign__content > .wp-block-columns {
		flex-wrap: nowrap !important;
		gap: 14px !important;
		margin-top: 18px !important;
	}

	.dscr-campaign .dscr-campaign__content > .wp-block-columns > .wp-block-column {
		min-width: 0;
		flex: 1 1 0 !important;
	}

	.dscr-campaign .dscr-campaign__content .wp-block-columns .wp-block-group {
		padding: 18px !important;
	}

	.dscr-campaign .dscr-campaign__content .wp-block-columns h3 {
		font-size: 17px !important;
		line-height: 1.2 !important;
	}

	.dscr-campaign .dscr-campaign__content .wp-block-columns p {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	.dscr-campaign .dscr-campaign__content > h2 {
		margin-top: 32px !important;
		font-size: 26px !important;
		line-height: 1.18 !important;
	}

	.dscr-campaign .dscr-campaign__content > .wp-block-list {
		padding-block: 18px;
		font-size: 14.5px;
		line-height: 1.55;
	}

	.dscr-campaign .dscr-campaign__content > h3 {
		font-size: 18px !important;
	}

	.dscr-campaign .dscr-campaign__content > h3 + p {
		font-size: 14.5px;
		line-height: 1.55;
	}

	.dscr-campaign .dscr-campaign__cta {
		margin-top: 32px !important;
		padding: 40px 30px !important;
	}
}

@media (min-width: 1024px) {
	.dscr-campaign .dscr-campaign__surface {
		width: min(1240px, calc(100% - 48px));
		max-width: 1240px !important;
		margin-inline: auto;
	}

	.dscr-campaign .dscr-campaign__cta {
		width: min(1120px, calc(100% - 48px));
		max-width: 1120px !important;
		margin-inline: auto;
	}
}
/* End Campaign Page317 visual composition recovery. */

/* REBUILD-0062 404 visual system: compact source-led primary recovery with
   a quieter project-owned search surface. All rules are true-404 scoped. */
.error404 .dscr-not-found--rebuild-0062-v1 {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	box-sizing: border-box;
	padding: 24px 15px 116px;
	background:
		radial-gradient(circle at 12% 8%, rgb(255 127 17 / 12%) 0 7rem, transparent 7.1rem),
		linear-gradient(180deg, #fff9f3 0%, #f7f7f7 78%, #f3f3f3 100%);
}

.error404 .dscr-not-found--rebuild-0062-v1::after {
	position: absolute;
	z-index: -1;
	right: -7rem;
	bottom: 2rem;
	width: 18rem;
	height: 18rem;
	border: 1px solid rgb(255 127 17 / 18%);
	border-radius: 50%;
	content: "";
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__content {
	position: relative;
	z-index: 1;
	width: min(100%, 800px);
	max-width: 800px !important;
	margin-inline: auto !important;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__primary,
.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card {
	box-sizing: border-box;
	width: min(100%, 720px);
	max-width: 720px !important;
	margin-inline: auto !important;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__primary {
	padding: 24px 18px;
	border: 1px solid rgb(190 91 10 / 20%);
	border-radius: 28px;
	background: rgb(255 255 255 / 92%);
	box-shadow: 0 22px 55px rgb(78 47 22 / 10%);
	text-align: center;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__code {
	margin: 0 !important;
	color: #a94700;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.08em;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__primary h1 {
	margin: 6px 0 0 !important;
	font-size: clamp(1.8rem, 7vw, 2.75rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__message {
	max-width: 35rem !important;
	margin: 12px auto 0 !important;
	color: #4d433c;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__actions {
	margin-top: 20px !important;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__actions .wp-element-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 12px 24px;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card {
	margin-top: 18px !important;
	padding: 20px;
	border: 1px solid rgb(40 40 40 / 10%);
	border-radius: 20px;
	background: rgb(255 255 255 / 72%);
	box-shadow: 0 12px 34px rgb(40 40 40 / 6%);
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card h2 {
	margin: 0 0 12px !important;
	font-size: 1.125rem;
	line-height: 1.25;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card .wp-block-search {
	margin-top: 0 !important;
}

.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card :where(.wp-block-search__input, .wp-block-search__button) {
	min-height: 48px;
	box-sizing: border-box;
}

@media (max-width: 479px) {
	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card .wp-block-search__inside-wrapper {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card .wp-block-search__button {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 359px) and (max-height: 640px) {
	.error404 .dscr-not-found--rebuild-0062-v1 {
		padding-top: 14px;
		padding-bottom: 120px;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__primary {
		padding: 14px;
		border-radius: 20px;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__code {
		font-size: 1rem;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__primary h1 {
		margin-top: 3px !important;
		font-size: 1.65rem;
		line-height: 1.05;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__message {
		margin-top: 7px !important;
		font-size: 0.875rem;
		line-height: 1.35;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__actions {
		margin-top: 12px !important;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__actions .wp-element-button {
		min-height: 46px;
		padding-block: 10px;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card {
		margin-top: 12px !important;
		padding: 16px;
	}
}

@media (min-width: 1024px) {
	.error404 .dscr-not-found--rebuild-0062-v1 {
		min-height: 620px;
		padding: 64px 24px 72px;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__primary {
		padding: 42px 56px;
		border-radius: 34px;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__code {
		font-size: clamp(3.75rem, 5vw, 4.75rem);
		line-height: 0.95;
		letter-spacing: -0.045em;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__primary h1 {
		margin-top: 12px !important;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__message {
		font-size: 1rem;
	}

	.error404 .dscr-not-found--rebuild-0062-v1 .dscr-not-found__search-card {
		margin-top: 24px !important;
		padding: 24px 28px;
	}
}

/* REBUILD-0072-PRODUCT-DETAIL-PAGE-COMPOSITION BEGIN
 * One WooCommerce Product body remains the sole data owner. These rules only
 * recompose its existing gallery, summary, editor-owned narrative, native
 * details tabs and dynamic related collection across endpoints. */
body.single-product .dscr-product {
	background:
		radial-gradient(circle at 88% 3%, rgb(255 135 20 / 10%), transparent 22rem),
		linear-gradient(180deg, #fff 0 44rem, #f5f4f1 44rem 100%);
}

body.single-product .dscr-product__summary > .wp-block-woocommerce-product-image-gallery {
	overflow: hidden;
	border-radius: 0 0 1.25rem 1.25rem;
	box-shadow: 0 0.75rem 2.25rem rgb(40 40 40 / 7%);
}

body.single-product .dscr-product__summary > .wp-block-woocommerce-product-price {
	letter-spacing: -0.02em;
}

body.single-product .dscr-product__summary > .wp-block-dual-source-commerce-rebuild-product-availability-contextual {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 36px;
	padding: 0.4rem 0.7rem;
	box-sizing: border-box;
	border: 1px solid rgb(23 107 58 / 18%);
	border-radius: 999px;
	background: rgb(232 247 238 / 82%);
}

body.single-product .dscr-product__summary > .wp-block-woocommerce-add-to-cart-form {
	padding: clamp(1rem, 3vw, 1.5rem);
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 10%);
	border-radius: 1rem;
	background: rgb(255 255 255 / 88%);
	box-shadow: 0 0.65rem 1.75rem rgb(40 40 40 / 6%);
}

body.single-product .dscr-product > .wp-block-woocommerce-product-details,
body.single-product .dscr-product__related,
body.single-product .dscr-product__related-empty {
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 9%);
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0 1rem 2.5rem rgb(40 40 40 / 6%);
}

body.single-product .dscr-product > .wp-block-woocommerce-product-details {
	padding: clamp(1rem, 4vw, 3rem);
}

body.single-product .dscr-product .woocommerce-tabs ul.tabs {
	gap: 0.35rem;
	width: fit-content;
	max-width: 100%;
	padding: 0.35rem !important;
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 9%);
	border-radius: 999px;
	background: #efede8;
}

body.single-product .dscr-product .woocommerce-tabs ul.tabs::before,
body.single-product .dscr-product .woocommerce-tabs ul.tabs li::before,
body.single-product .dscr-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .dscr-product .woocommerce-tabs ul.tabs li {
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
}

body.single-product .dscr-product .woocommerce-tabs ul.tabs li a {
	min-height: 44px;
	padding-inline: clamp(0.85rem, 3vw, 1.5rem);
	border-radius: 999px;
	color: var(--wp--preset--color--contrast);
	font-weight: 800;
	text-decoration: none;
}

body.single-product .dscr-product .woocommerce-tabs ul.tabs li.active a {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	box-shadow: 0 0.45rem 1rem rgb(40 40 40 / 16%);
}

body.single-product .dscr-product .woocommerce-Tabs-panel > h2 {
	margin-bottom: clamp(1.5rem, 4vw, 3rem) !important;
	font-size: clamp(1.65rem, 4vw, 3rem);
	line-height: 1.05;
	letter-spacing: -0.035em;
	text-align: left;
}

body.single-product .product-detail-copy-stack {
	max-width: 100%;
}

body.single-product .product-detail-copy-stack > * {
	break-inside: avoid;
}

body.single-product .product-detail-feature-copy,
body.single-product .product-detail-spec-list {
	padding: clamp(1rem, 3vw, 1.75rem);
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 8%);
	border-radius: 1.15rem;
	background: #f7f5f0;
}

body.single-product .product-detail-media-stack {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	margin-top: clamp(2rem, 5vw, 4rem) !important;
}

body.single-product .product-detail-media-stack > figure {
	overflow: hidden;
	margin: 0 !important;
	border-radius: clamp(1rem, 2vw, 1.75rem);
	background: #e8f5ef;
	box-shadow: 0 0.9rem 2rem rgb(40 40 40 / 8%);
}

body.single-product .product-detail-media-stack > figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: cover;
}

body.single-product .dscr-product__related,
body.single-product .dscr-product__related-empty {
	padding: clamp(1rem, 3vw, 2rem);
}

body.single-product .dscr-product__related .wc-block-product {
	overflow: hidden;
	padding: 0.75rem;
	box-sizing: border-box;
	border: 1px solid rgb(40 40 40 / 8%);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0.5rem 1.2rem rgb(40 40 40 / 5%);
}

body.single-product .dscr-product__related :is(.wp-block-woocommerce-product-image, .wc-block-components-product-image) {
	overflow: hidden;
	border-radius: 0.75rem;
	background: linear-gradient(145deg, #eef8f4, #f5f3ff);
}

body.single-product .dscr-product__related img {
	color: transparent;
	font-size: 0;
	text-indent: -9999px;
	background: linear-gradient(145deg, #eef8f4, #f5f3ff);
}

body.single-product :is(#reviews, .woocommerce-Reviews) {
	padding: clamp(1rem, 3vw, 2rem);
	border-radius: 1.25rem;
	background: #f7f5f0;
}

@media (max-width: 1023px) {
	body.single-product .dscr-product__summary .flex-control-thumbs {
		justify-content: center;
		gap: 0.4rem;
		padding: 0.75rem 0;
	}

	body.single-product .dscr-product__summary .flex-control-thumbs li,
	body.single-product .dscr-product__summary .flex-control-thumbs img {
		flex-basis: 44px;
		width: 44px !important;
		height: 44px;
		border-radius: 999px;
	}

	body.single-product .dscr-product .woocommerce-tabs ul.tabs {
		width: 100%;
	}

	body.single-product .dscr-product .woocommerce-tabs ul.tabs li {
		flex: 1 0 auto;
	}

	body.single-product .dscr-product .woocommerce-tabs ul.tabs li a {
		width: 100%;
		padding-inline: 0.85rem;
	}

	body.single-product .product-detail-copy-stack {
		font-size: 0.95rem;
		line-height: 1.65;
	}

	body.single-product .product-detail-media-stack > figure:nth-child(even) {
		margin-left: clamp(0rem, 4vw, 1.25rem) !important;
	}

	body.single-product .product-detail-media-stack > figure:nth-child(odd) {
		margin-right: clamp(0rem, 4vw, 1.25rem) !important;
	}
}

@media (max-width: 359px) {
	body.single-product .dscr-product__summary > .wp-block-woocommerce-product-image-gallery {
		height: calc(100vw + 72px);
	}

	body.single-product .dscr-product__summary .flex-control-thumbs {
		padding-block: 0.625rem;
	}

	body.single-product .dscr-product__summary > .wp-block-woocommerce-product-price {
		margin-top: 7.25rem !important;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	body.single-product .dscr-product__summary > .wp-block-woocommerce-add-to-cart-form {
		margin-top: 8.25rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	body.single-product .dscr-product {
		width: 100%;
		max-width: 768px;
		padding-inline: 1.5rem;
	}

	body.single-product .dscr-product__summary {
		width: min(100%, 500px);
		margin-inline: auto;
	}

	body.single-product .dscr-product__summary > .wp-block-woocommerce-add-to-cart-form {
		margin-top: 8.5rem !important;
	}

	body.single-product .dscr-product > .wp-block-woocommerce-product-details,
	body.single-product .dscr-product__related,
	body.single-product .dscr-product__related-empty {
		width: min(100%, 680px);
		margin-inline: auto;
	}
}

@media (min-width: 1024px) {
	body.single-product .dscr-product {
		width: 100%;
		max-width: none;
		padding: clamp(2.75rem, 5vw, 5rem) clamp(2rem, 7vw, 8rem) clamp(4rem, 7vw, 7rem);
	}

	body.single-product .dscr-product__summary {
		width: min(100%, 1320px);
		margin-inline: auto;
		padding: clamp(1.5rem, 3vw, 3rem);
		box-sizing: border-box;
		border: 1px solid rgb(40 40 40 / 8%);
		border-radius: 2rem;
		background:
			linear-gradient(120deg, rgb(255 255 255 / 96%) 0 58%, rgb(255 247 236 / 96%) 58% 100%);
		box-shadow: 0 1.5rem 4rem rgb(40 40 40 / 8%);
	}

	body.single-product .dscr-product__summary > .wp-block-woocommerce-product-image-gallery {
		border-radius: 1.5rem;
	}

	body.single-product .dscr-product > .wp-block-woocommerce-product-details {
		width: min(100%, 1440px);
		margin-inline: auto;
		padding: clamp(2rem, 4vw, 4.5rem);
		border-radius: 2rem;
	}

	body.single-product .dscr-product .woocommerce-tabs ul.tabs {
		margin-bottom: clamp(2.5rem, 5vw, 4.5rem) !important;
	}

	body.single-product .product-detail-copy-stack {
		column-count: 2;
		column-gap: clamp(3rem, 6vw, 6rem);
		column-rule: 1px solid rgb(40 40 40 / 9%);
	}

	body.single-product .product-detail-copy-stack > .product-detail-lead {
		column-span: all;
		max-width: 900px;
		margin-inline: auto;
		margin-bottom: 1rem !important;
		font-size: clamp(1.75rem, 3vw, 3.25rem);
		line-height: 1.08;
		letter-spacing: -0.04em;
		text-align: center;
	}

	body.single-product .product-detail-copy-stack > .product-detail-subhead {
		column-span: all;
		max-width: 760px;
		margin-inline: auto;
		margin-bottom: 2.5rem !important;
		color: var(--wp--preset--color--muted);
		text-align: center;
	}

	body.single-product .product-detail-media-stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-product .product-detail-media-stack > figure:first-child,
	body.single-product .product-detail-media-stack > figure:last-child {
		grid-column: 1 / -1;
	}

	body.single-product .product-detail-media-stack > figure:first-child img,
	body.single-product .product-detail-media-stack > figure:last-child img {
		aspect-ratio: 16 / 9;
	}

	body.single-product .product-detail-media-stack > figure:nth-child(2) img,
	body.single-product .product-detail-media-stack > figure:nth-child(3) img {
		aspect-ratio: 4 / 5;
	}

	body.single-product .product-detail-media-stack > figure img {
		height: 100%;
		object-fit: cover;
	}

	body.single-product .dscr-product__related,
	body.single-product .dscr-product__related-empty {
		width: min(100%, 1320px);
		margin-inline: auto;
		border-radius: 2rem;
	}
}
/* REBUILD-0072-PRODUCT-DETAIL-PAGE-COMPOSITION END */
