.wf-commerce,
.wf-cart-drawer,
.wf-checkout-topbar {
	--aqua-component-radius: 24px;
	--aqua-component-radius-sm: 14px;
	--aqua-control-radius: 12px;
	--aqua-control-height: 3.15rem;
	--aqua-border-subtle: rgba(15, 112, 46, 0.14);
	--aqua-border-strong: rgba(17, 139, 63, 0.28);
	--aqua-surface-raised: rgba(255, 255, 255, 0.9);
	--aqua-surface-soft: #f5fbf7;
	--aqua-focus-ring: 0 0 0 4px rgba(17, 139, 63, 0.14);
	--aqua-shadow-card: 0 24px 58px rgba(8, 72, 28, 0.08);
}

.wf-commerce {
	padding: 0 0 6rem;
	background:
		radial-gradient(circle at top left, rgba(17, 139, 63, 0.16), transparent 38%),
		linear-gradient(180deg, #ffffff 0%, #f4fbf4 46%, #e8f7ee 100%);
	color: #082814;
}

.wf-commerce-surface {
	border: 1px solid var(--aqua-border-subtle);
	border-radius: var(--aqua-component-radius);
	background: var(--aqua-surface-raised);
	box-shadow: var(--aqua-shadow-card);
}

.wf-flow-hero__grid,
.wf-flow-split__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
	gap: clamp(1.4rem, 3vw, 3rem);
	align-items: center;
}

.wf-commerce-page--cleaning_flow {
	overflow-x: hidden;
}

body.wf-commerce-page:not(.wf-commerce-page--checkout) .wf-site-header {
	position: fixed;
	top: clamp(14px, 2vw, 24px);
	z-index: 1003;
}

body.wf-commerce-page:not(.wf-commerce-page--checkout) .wf-site-header.is-scrolled {
	top: clamp(10px, 1.5vw, 16px);
}

body.wf-commerce-page .wf-primary-header__inner,
body.wf-commerce-page .wf-site-header.is-scrolled .wf-primary-header__inner {
	align-items: center;
	width: auto;
	min-height: 76px;
	padding: 8px 10px 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 238, 0.76)),
		rgba(255, 255, 255, 0.84);
	box-shadow:
		0 22px 54px rgba(8, 72, 28, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(22px) saturate(1.16);
	-webkit-backdrop-filter: blur(22px) saturate(1.16);
}

body.wf-commerce-page .wf-brand {
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	min-height: 0;
	max-width: none;
	padding: 6px 16px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow:
		0 12px 28px rgba(8, 72, 28, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.wf-commerce-page .wf-brand::after {
	content: none;
}

body.wf-commerce-page .wf-brand__logo {
	width: clamp(132px, 12vw, 158px);
	max-width: 158px;
	height: auto;
	max-height: none;
	filter: none;
}

body.wf-commerce-page .wf-brand__tagline {
	display: none;
	color: #123d24;
	text-shadow: none;
}

body.wf-commerce-page .wf-nav__list {
	gap: 14px;
}

body.wf-commerce-page .wf-nav__item > a,
body.wf-commerce-page .wf-nav .menu-item > a,
body.wf-commerce-page .wf-header-utility,
body.wf-commerce-page .wf-header-account {
	color: rgba(8, 40, 20, 0.72);
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: none;
}

@media (max-width: 860px) {
	body.wf-commerce-page:not(.wf-commerce-page--checkout) .wf-site-header,
	body.wf-commerce-page:not(.wf-commerce-page--checkout) .wf-site-header.is-scrolled {
		top: 12px;
	}

	body.wf-commerce-page:not(.wf-commerce-page--checkout) .wf-announcement {
		display: none;
	}

	.wf-commerce-collection-hero {
		padding-top: 6.7rem;
	}
}

.wf-flow-page {
	overflow: hidden;
}

.wf-contact-page {
	overflow-x: hidden;
}

.wf-contact-page *,
.wf-contact-page *::before,
.wf-contact-page *::after {
	box-sizing: border-box;
}

.wf-contact-hero,
.wf-contact-body {
	padding: 8.2rem 0 2rem;
}

.wf-contact-hero__grid,
.wf-contact-body__grid {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: start;
}

.wf-contact-hero__grid {
	display: block;
	max-width: 760px;
	text-align: center;
}

.wf-contact-body__grid {
	grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
}

.wf-contact-hero__copy h1,
.wf-contact-card h2,
.wf-contact-form h2 {
	margin: 0;
	color: #062a15;
	letter-spacing: 0;
	text-wrap: balance;
}

.wf-contact-hero__copy h1 {
	font-size: clamp(3.4rem, 7vw, 6.4rem);
	line-height: 0.92;
}

.wf-contact-hero__copy > p {
	max-width: 48rem;
	margin: 1rem auto 0;
	color: #315d3c;
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.7;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wf-contact-hero__signals,
.wf-contact-paths__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.wf-contact-hero__signals {
	margin-top: 1.35rem;
}

.wf-contact-hero__signals span {
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	color: #315d3c;
	font-size: 0.8rem;
	font-weight: 800;
}

.wf-contact-hero__image {
	overflow: hidden;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 34px;
	background: #e7f7eb;
	box-shadow: 0 32px 72px rgba(8, 72, 28, 0.14);
}

.wf-contact-hero__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1.24 / 1;
	object-fit: cover;
}

.wf-contact-paths {
	padding: 0.8rem 0 2.4rem;
}

.wf-contact-paths__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wf-contact-path,
.wf-contact-card,
.wf-contact-form {
	border: 1px solid rgba(15, 112, 46, 0.12);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 58px rgba(8, 72, 28, 0.08);
}

.wf-contact-path {
	display: grid;
	gap: 0.7rem;
	min-width: 0;
	min-height: 172px;
	padding: 1.35rem;
	border-radius: 24px;
	color: #315d3c;
	text-decoration: none;
}

.wf-contact-path span,
.wf-contact-form__head span {
	color: #118b3f;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-contact-path strong {
	color: #062a15;
	font-size: 1.26rem;
	line-height: 1.18;
}

.wf-contact-path p {
	margin: 0;
	line-height: 1.62;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wf-contact-sidebar {
	display: grid;
	gap: 1rem;
	position: sticky;
	top: 7.5rem;
}

.wf-contact-card,
.wf-contact-form {
	padding: clamp(1.2rem, 3vw, 1.8rem);
	border-radius: 28px;
}

.wf-contact-card--dark {
	background: #062a15;
	color: #fff;
}

.wf-contact-card--dark h2,
.wf-contact-card--dark .wf-commerce-eyebrow {
	color: #fff;
}

.wf-contact-card--dark a {
	display: block;
	margin-top: 0.75rem;
	color: #bce532;
	font-weight: 800;
	text-decoration: none;
}

.wf-contact-card h3 {
	margin: 0 0 0.8rem;
	color: #062a15;
}

.wf-contact-card ul {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	padding-left: 1.05rem;
	color: #42694d;
	line-height: 1.55;
}

.wf-contact-form {
	display: grid;
	gap: 1.2rem;
}

.wf-contact-form__head {
	display: grid;
	gap: 0.45rem;
}

.wf-contact-submit {
	justify-self: start;
}

.wf-flow-hero__copy h1,
.wf-flow-section-head h2,
.wf-flow-split h2,
.wf-flow-final h2 {
	margin: 0;
	color: #062a15;
	letter-spacing: 0;
	text-wrap: balance;
}

.wf-flow-hero__copy h1 {
	max-width: 12ch;
	font-size: clamp(2.7rem, 5vw, 5.1rem);
	line-height: 0.98;
}

.wf-flow-hero__copy > p,
.wf-flow-split p,
.wf-flow-final p {
	color: #315d3c;
	font-size: 1.04rem;
	line-height: 1.75;
}

.wf-flow-hero__copy > p {
	max-width: 62ch;
	margin: 1.2rem 0 0;
}

.wf-flow-hero__actions,
.wf-flow-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.35rem;
}

.wf-flow-hero__visual {
	position: relative;
	min-height: clamp(360px, 48vw, 560px);
	overflow: hidden;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 34px;
	background:
		linear-gradient(145deg, rgba(6, 42, 21, 0.86), rgba(14, 106, 53, 0.32)),
		#e7f7eb;
	box-shadow: 0 32px 72px rgba(8, 72, 28, 0.14);
}

.wf-flow-hero__visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.82;
}

.wf-flow-hero__rail {
	position: absolute;
	right: -8%;
	bottom: 18%;
	left: 16%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	padding: 1rem 1.2rem;
	transform: rotate(-7deg);
	background: #bce532;
	color: #062a15;
	font-family: Anton, Impact, sans-serif;
	font-size: clamp(1rem, 2vw, 1.7rem);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.wf-flow-summary,
.wf-flow-steps,
.wf-flow-split,
.wf-flow-final {
	padding: 2.5rem 0;
}

.wf-flow-summary__grid,
.wf-flow-steps__grid {
	display: grid;
	gap: 1rem;
}

.wf-flow-summary__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wf-flow-summary__grid div,
.wf-flow-step,
.wf-flow-split__grid > div,
.wf-flow-final__panel {
	border: 1px solid rgba(15, 112, 46, 0.12);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 24px 58px rgba(8, 72, 28, 0.08);
}

.wf-flow-summary__grid div {
	display: grid;
	gap: 0.35rem;
	padding: 1rem;
	border-radius: 20px;
}

.wf-flow-summary strong {
	color: #062a15;
}

.wf-flow-summary span,
.wf-flow-step p {
	color: #42694d;
	line-height: 1.55;
}

.wf-flow-section-head {
	display: grid;
	gap: 0.55rem;
	max-width: 760px;
	margin: 0 auto 1.3rem;
	text-align: center;
}

.wf-flow-section-head h2,
.wf-flow-split h2,
.wf-flow-final h2 {
	font-size: clamp(1.65rem, 3vw, 2.7rem);
	line-height: 1.08;
}

.wf-flow-steps__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wf-flow-step {
	display: grid;
	gap: 0.7rem;
	padding: 1.15rem;
	border-radius: 24px;
}

.wf-flow-step span {
	color: #118b3f;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-flow-step h3 {
	margin: 0;
	color: #062a15;
	font-size: 1.15rem;
	line-height: 1.18;
}

.wf-flow-step p {
	margin: 0;
}

.wf-flow-split__grid > div,
.wf-flow-final__panel {
	padding: clamp(1.25rem, 3vw, 2rem);
	border-radius: 28px;
}

.wf-flow-split__grid {
	align-items: stretch;
}

.wf-flow-final__panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
}

.wf-cart-fab {
	position: fixed;
	right: 1.2rem;
	bottom: 1.2rem;
	z-index: 90;
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	min-height: 3.2rem;
	padding: 0.35rem 0.95rem 0.35rem 0.45rem;
	border: 0;
	border-radius: 999px;
	background: #062a15;
	color: #fff;
	box-shadow: 0 18px 48px rgba(8, 72, 28, 0.22);
	cursor: pointer;
}

.wf-cart-fab span:first-child,
.wf-cart-drawer__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	height: 2.35rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
	font-weight: 800;
}

.wf-cart-fab strong {
	font-size: 0.92rem;
}

.home .wf-cart-fab {
	display: none;
}

.wf-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 1200;
	pointer-events: none;
}

body.wf-cart-open {
	overflow: hidden;
}

.wf-cart-drawer.is-open {
	pointer-events: auto;
}

.wf-cart-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 24, 12, 0.42);
	opacity: 0;
	transition: opacity 180ms ease;
}

.wf-cart-drawer.is-open .wf-cart-drawer__backdrop {
	opacity: 1;
}

.wf-cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-rows: auto 1fr auto;
	width: min(440px, 100vw);
	height: 100%;
	padding: 1.2rem;
	background: linear-gradient(180deg, #fbfffb 0%, #edf8ef 100%);
	box-shadow: -28px 0 70px rgba(5, 24, 12, 0.18);
	transform: translateX(100%);
	transition: transform 220ms ease;
}

.wf-cart-drawer.is-open .wf-cart-drawer__panel {
	transform: translateX(0);
}

.wf-cart-drawer__head,
.wf-cart-drawer__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.wf-cart-drawer__head h2,
.wf-cart-drawer__total strong {
	margin: 0;
	color: #062a15;
}

.wf-cart-drawer__head h2 {
	font-size: 1.35rem;
}

.wf-cart-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(15, 112, 46, 0.18);
	border-radius: 999px;
	background: #fff;
	color: #062a15;
	font-size: 1.4rem;
	cursor: pointer;
}

.wf-cart-drawer__close-text {
	display: none;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.wf-cart-drawer__items {
	display: grid;
	align-content: start;
	gap: 0.9rem;
	overflow: auto;
	padding: 1rem 0;
}

.wf-cart-drawer__empty {
	align-self: center;
	margin: 0;
	padding: 2rem;
	border: 1px dashed rgba(15, 112, 46, 0.24);
	border-radius: 22px;
	color: #42694d;
	text-align: center;
}

.wf-cart-drawer__item {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 0.85rem;
	padding: 0.8rem;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.86);
}

.wf-cart-drawer__item img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 16px;
	background: #e9f6ed;
}

.wf-cart-drawer__item h3 {
	margin: 0;
	color: #062a15;
	font-size: 0.98rem;
	line-height: 1.25;
}

.wf-cart-drawer__item p {
	margin: 0.25rem 0 0;
	color: #42694d;
	font-size: 0.86rem;
}

.wf-cart-drawer__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	margin-top: 0.75rem;
}

.wf-cart-drawer__qty {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.25rem;
	border-radius: 999px;
	background: #edf8ef;
}

.wf-cart-drawer__qty button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #062a15;
	font-weight: 800;
	cursor: pointer;
}

.wf-cart-drawer__price {
	color: #062a15;
	font-weight: 800;
}

.wf-cart-drawer__foot {
	align-items: stretch;
	flex-direction: column;
	padding-top: 1rem;
	border-top: 1px solid rgba(15, 112, 46, 0.12);
}

.wf-cart-drawer__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #42694d;
}

.wf-cart-drawer__checkout {
	width: 100%;
}

.wf-commerce-page .wf-nav__item a,
.wf-commerce-page .wf-nav .menu-item a {
	color: rgba(8, 40, 20, 0.72);
	text-shadow: none;
}

.wf-commerce-page .wf-nav__item a:hover,
.wf-commerce-page .wf-nav .menu-item a:hover {
	color: #062a15;
}

.wf-commerce-page--request_quote,
.wf-commerce-page--bundle,
.wf-commerce-page--cleaning_flow {
	background:
		radial-gradient(circle at 10% 12%, rgba(17, 139, 63, 0.12), transparent 28%),
		linear-gradient(180deg, #f7fcf7 0%, #eef8f1 48%, #ffffff 100%);
}

.wf-commerce-hero,
.wf-commerce-checkout,
.wf-commerce-order {
	padding: 8rem 0 0;
}

.wf-quote-hero,
.wf-bundle-hero,
.wf-flow-hero {
	padding: 8.4rem 0 2rem;
}

.wf-quote-hero__grid,
.wf-quote-body__grid,
.wf-bundle-hero__grid,
.wf-bundle-story__grid {
	display: grid;
	gap: clamp(1.2rem, 3vw, 2.2rem);
	align-items: start;
}

.wf-quote-hero__grid {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
}

.wf-quote-hero__copy h1,
.wf-bundle-buybox h1,
.wf-bundle-story h2,
.wf-bundle-section-head h2,
.wf-bundle-commercial h2 {
	margin: 0;
	color: #062a15;
	letter-spacing: 0;
	text-wrap: balance;
}

.wf-quote-hero__copy h1 {
	max-width: 12ch;
	font-size: clamp(2.8rem, 5vw, 5.2rem);
	line-height: 1;
}

.wf-quote-hero__copy > p:not(.wf-commerce-eyebrow) {
	max-width: 62ch;
	margin: 1.2rem 0 0;
	color: #315d3c;
	font-size: 1.05rem;
	line-height: 1.72;
}

.wf-quote-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.3rem;
}

.wf-quote-hero__facts span,
.wf-bundle-service span,
.wf-bundle-strip__grid span {
	font-size: 0.8rem;
	font-weight: 700;
	color: #315d3c;
}

.wf-quote-hero__facts span {
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 12px 30px rgba(8, 72, 28, 0.06);
}

.wf-quote-hero__panel,
.wf-quote-form__section,
.wf-quote-sidebar__card,
.wf-bundle-buybox,
.wf-bundle-gallery__main,
.wf-bundle-gallery__tiles img,
.wf-bundle-strip__grid div,
.wf-bundle-routine div,
.wf-bundle-included article,
.wf-bundle-commercial__panel {
	border: 1px solid rgba(15, 112, 46, 0.12);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 58px rgba(8, 72, 28, 0.08);
}

.wf-quote-hero__panel {
	display: grid;
	gap: 1rem;
	padding: 1rem;
	border-radius: 28px;
}

.wf-quote-hero__panel img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: 1rem;
	border-radius: 20px;
	background: linear-gradient(145deg, #e5f5ea, #ffffff);
}

.wf-quote-hero__panel div {
	display: grid;
	gap: 0.35rem;
	padding: 0 0.35rem 0.35rem;
}

.wf-quote-hero__panel strong {
	font-size: 2rem;
	color: #062a15;
}

.wf-quote-hero__panel span {
	color: #42694d;
	line-height: 1.5;
}

.wf-quote-body {
	padding: 1rem 0 5rem;
}

.wf-quote-body__grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
}

.wf-quote-form,
.wf-quote-sidebar {
	display: grid;
	gap: 1rem;
}

.wf-quote-form__section,
.wf-quote-sidebar__card {
	border-radius: 24px;
	padding: clamp(1rem, 2vw, 1.35rem);
}

.wf-quote-form__head {
	display: flex;
	align-items: baseline;
	gap: 0.8rem;
	margin-bottom: 1rem;
}

.wf-quote-form__head span {
	font: 700 0.8rem/1 "IBM Plex Mono", monospace;
	color: #118b3f;
}

.wf-quote-form__head h2 {
	margin: 0;
	font-size: 1.12rem;
	color: #062a15;
}

.wf-quote-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.wf-quote-field {
	display: grid;
	gap: 0.42rem;
}

.wf-quote-field--full {
	grid-column: 1 / -1;
}

.wf-quote-field span {
	font-size: 0.76rem;
	font-weight: 800;
	color: #315d3c;
}

.wf-quote-field input,
.wf-quote-field select,
.wf-quote-field textarea {
	width: 100%;
	min-height: 3rem;
	border: 1px solid rgba(15, 112, 46, 0.15);
	border-radius: 12px;
	padding: 0.8rem 0.9rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 248, 0.94)),
		#ffffff;
	color: #082814;
	font: inherit;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		0 10px 24px rgba(8, 72, 28, 0.05);
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		background-color 160ms ease,
		transform 160ms ease;
}

.wf-quote-field select,
.wf-commerce-form select,
.wf-checkout-field select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 2.7rem;
	cursor: pointer;
	background-image:
		linear-gradient(45deg, transparent 50%, #062a15 50%),
		linear-gradient(135deg, #062a15 50%, transparent 50%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 242, 0.94));
	background-position:
		calc(100% - 1.35rem) 50%,
		calc(100% - 1rem) 50%,
		0 0;
	background-size:
		0.36rem 0.36rem,
		0.36rem 0.36rem,
		100% 100%;
	background-repeat: no-repeat;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		inset 0 -12px 18px rgba(232, 247, 238, 0.52),
		0 14px 30px rgba(8, 72, 28, 0.08);
}

.wf-quote-field select:hover,
.wf-commerce-form select:hover,
.wf-checkout-field select:hover {
	border-color: rgba(17, 139, 63, 0.3);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.96),
		inset 0 -12px 18px rgba(232, 247, 238, 0.62),
		0 16px 34px rgba(8, 72, 28, 0.11);
	transform: translateY(-1px);
}

.wf-quote-field input:focus,
.wf-quote-field select:focus,
.wf-quote-field textarea:focus,
.wf-commerce-form input:focus,
.wf-commerce-form select:focus,
.wf-commerce-form textarea:focus {
	border-color: #118b3f;
	outline: 0;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.96),
		0 0 0 4px rgba(17, 139, 63, 0.12),
		0 16px 34px rgba(8, 72, 28, 0.1);
}

.wf-quote-field select option,
.wf-commerce-form select option,
.wf-checkout-field select option {
	background: #ffffff;
	color: #082814;
}

.wf-quote-field textarea {
	min-height: 8.4rem;
	resize: vertical;
}

.wf-quote-field small {
	color: #55745f;
	font-size: 0.74rem;
	font-weight: 650;
	line-height: 1.45;
}

.wf-quote-upload-field {
	gap: 0.58rem;
}

.wf-quote-upload {
	position: relative;
	display: grid;
	place-items: center;
	gap: 0.42rem;
	min-height: 8.8rem;
	padding: 1.25rem;
	border: 1px dashed #cfdce4;
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 250, 0.96)),
		#ffffff;
	color: #3f5364;
	text-align: center;
	cursor: pointer;
	transition:
		border-color 160ms ease,
		background 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.wf-quote-upload:hover,
.wf-quote-upload.is-dragging,
.wf-quote-upload:focus-within {
	border-color: #409eff;
	background:
		linear-gradient(180deg, rgba(236, 245, 255, 0.8), rgba(255, 255, 255, 0.98)),
		#ffffff;
	box-shadow: 0 0 0 3px rgba(64, 158, 255, 0.1);
	transform: translateY(-1px);
}

.wf-quote-upload__input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.wf-quote-upload__icon {
	position: relative;
	width: 2.45rem;
	height: 2.45rem;
	border-radius: 999px;
	background: #ecf5ff;
	box-shadow: inset 0 0 0 1px rgba(64, 158, 255, 0.16);
}

.wf-quote-upload__icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0.68rem;
	width: 0.72rem;
	height: 0.72rem;
	border-left: 2px solid #409eff;
	border-top: 2px solid #409eff;
	transform: translateX(-50%) rotate(45deg);
}

.wf-quote-upload__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0.78rem;
	width: 2px;
	height: 1.05rem;
	border-radius: 999px;
	background: #409eff;
	transform: translateX(-50%);
}

.wf-quote-upload strong {
	color: #1f2d3d;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.35;
}

.wf-quote-upload em {
	color: #7a8a99;
	font-style: normal;
	font-size: 0.82rem;
	line-height: 1.45;
}

.wf-quote-upload__list {
	display: grid;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-quote-upload__list[hidden] {
	display: none;
}

.wf-quote-upload__list li {
	display: grid;
	grid-template-columns: 1.8rem minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.65rem;
	min-height: 2.8rem;
	padding: 0.48rem 0.72rem;
	border: 1px solid #e4e7ed;
	border-radius: 8px;
	background: #ffffff;
	color: #34495e;
	box-shadow: 0 8px 22px rgba(28, 58, 40, 0.04);
}

.wf-quote-upload__list li::before {
	content: "";
	width: 1.45rem;
	height: 1.45rem;
	border-radius: 6px;
	background:
		linear-gradient(135deg, transparent 0 68%, rgba(64, 158, 255, 0.25) 68%),
		#ecf5ff;
	box-shadow: inset 0 0 0 1px rgba(64, 158, 255, 0.18);
}

.wf-quote-upload__list strong {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #1f2d3d;
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wf-quote-upload__list span {
	color: #909399;
	font-size: 0.76rem;
	font-weight: 600;
}

.wf-quote-submit {
	width: fit-content;
	min-height: 3.2rem;
}

.wf-quote-message {
	display: grid;
	gap: 0.75rem;
	min-height: 1.5rem;
	margin: 0;
	font-weight: 700;
	color: #315d3c;
}

.wf-quote-message.is-success {
	padding: 1rem 1.1rem;
	border: 1px solid rgba(17, 139, 63, 0.22);
	border-radius: 16px;
	background: #e8f7ee;
	color: #0b5b29;
}

.wf-quote-message.is-success span {
	max-width: 62rem;
	font-weight: 500;
	line-height: 1.55;
	color: #245d38;
}

.wf-quote-message__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.wf-quote-message__download,
.wf-quote-message__link {
	min-height: 2.7rem;
	padding: 0.7rem 1rem;
}

.wf-quote-message.is-error {
	color: #9d2d20;
}

.wf-quote-sidebar {
	position: sticky;
	top: 7.2rem;
}

.wf-quote-sidebar__card ol {
	display: grid;
	gap: 0.8rem;
	margin: 1rem 0 0;
	padding-left: 1.2rem;
	color: #315d3c;
	line-height: 1.55;
}

.wf-quote-sidebar__card--dark {
	background: linear-gradient(145deg, #062a15, #0b5b29);
	color: #ffffff;
}

.wf-quote-sidebar__card--dark strong {
	display: block;
	font-size: 1.35rem;
	line-height: 1.1;
}

.wf-quote-sidebar__card--dark p {
	margin: 0.8rem 0 0;
	color: rgba(246, 255, 250, 0.82);
	line-height: 1.6;
}

.wf-bundle-hero__grid {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
}

.wf-bundle-gallery {
	display: grid;
	gap: 0.9rem;
}

.wf-bundle-gallery__main {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(420px, 48vw, 620px);
	border-radius: 30px;
	background:
		radial-gradient(circle at 24% 20%, rgba(183, 217, 66, 0.18), transparent 26%),
		linear-gradient(145deg, #e7f6eb, #ffffff);
	overflow: hidden;
}

.wf-bundle-gallery__main img {
	width: min(78%, 680px);
	max-height: 78%;
	object-fit: contain;
	filter: drop-shadow(0 30px 38px rgba(8, 72, 28, 0.16));
}

.wf-bundle-gallery__main span {
	position: absolute;
	left: 1rem;
	top: 1rem;
	padding: 0.6rem 0.82rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #0b5b29;
	font: 700 0.74rem/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-bundle-gallery__tiles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.wf-bundle-gallery__tiles img {
	width: 100%;
	aspect-ratio: 1.18;
	object-fit: contain;
	padding: 0.75rem;
	border-radius: 18px;
}

.wf-bundle-buybox {
	position: static;
	display: grid;
	gap: 1rem;
	padding: 1.35rem;
	border-radius: 28px;
}

.wf-bundle-buybox h1 {
	font-size: clamp(2rem, 3vw, 3.2rem);
	line-height: 1.05;
}

.wf-bundle-buybox__summary,
.wf-bundle-story p,
.wf-bundle-commercial p,
.wf-bundle-included p {
	margin: 0;
	color: #315d3c;
	line-height: 1.65;
}

.wf-bundle-price {
	display: grid;
	gap: 0.2rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(15, 112, 46, 0.1);
	border-bottom: 1px solid rgba(15, 112, 46, 0.1);
}

.wf-bundle-price strong {
	color: #062a15;
	font-size: 2.2rem;
}

.wf-bundle-price span {
	color: #42694d;
	font-weight: 700;
}

.wf-bundle-bullets,
.wf-bundle-service {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-bundle-bullets li {
	position: relative;
	padding-left: 1.15rem;
	color: #315d3c;
	line-height: 1.45;
}

.wf-bundle-bullets li::before,
.wf-bundle-service span::before {
	content: "";
	position: absolute;
}

.wf-bundle-bullets li::before {
	left: 0;
	top: 0.55rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 999px;
	background: #118b3f;
}

.wf-bundle-actions {
	display: grid;
	gap: 0.7rem;
}

.wf-bundle-actions .wf-pill,
.wf-bundle-actions .wf-commerce-secondary-link {
	width: 100%;
}

.wf-bundle-service span {
	position: relative;
	padding-left: 1.1rem;
}

.wf-bundle-service span::before {
	left: 0;
	top: 0.45rem;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 999px;
	background: #b7d942;
}

.wf-bundle-strip,
.wf-bundle-story,
.wf-bundle-included,
.wf-bundle-commercial {
	padding: clamp(2rem, 5vw, 4.2rem) 0;
}

.wf-bundle-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.wf-bundle-strip__grid div,
.wf-bundle-routine div,
.wf-bundle-included article {
	border-radius: 22px;
	padding: 1.05rem;
}

.wf-bundle-strip__grid strong {
	display: block;
	margin-bottom: 0.35rem;
	color: #062a15;
	font-size: 1.2rem;
}

.wf-bundle-story__grid {
	grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
}

.wf-bundle-story h2,
.wf-bundle-section-head h2,
.wf-bundle-commercial h2 {
	font-size: clamp(2rem, 3.8vw, 3.8rem);
	line-height: 1.08;
}

.wf-bundle-routine {
	display: grid;
	gap: 0.85rem;
}

.wf-bundle-routine div {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
}

.wf-bundle-routine strong {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #062a15;
	color: #ffffff;
}

.wf-bundle-routine span {
	color: #315d3c;
	font-weight: 800;
	line-height: 1.45;
}

.wf-bundle-section-head {
	display: grid;
	gap: 0.5rem;
	margin-bottom: 1rem;
	text-align: center;
}

.wf-bundle-included__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.wf-bundle-included article {
	display: grid;
	gap: 0.7rem;
	text-align: center;
}

.wf-bundle-included img {
	justify-self: center;
	width: min(72%, 230px);
	aspect-ratio: 1.2;
	object-fit: contain;
}

.wf-bundle-included h3 {
	margin: 0;
	color: #062a15;
}

.wf-bundle-commercial__panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.4rem;
	padding: clamp(1.2rem, 3vw, 2rem);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(183, 217, 66, 0.22), transparent 30%),
		linear-gradient(145deg, #062a15, #0b5b29);
	color: #ffffff;
}

.wf-bundle-commercial h2 {
	color: #ffffff;
}

.wf-bundle-commercial p {
	max-width: 62ch;
	margin-top: 0.7rem;
	color: rgba(246, 255, 250, 0.84);
}

.wf-commerce-hero__inner,
.wf-commerce-checkout__inner,
.wf-commerce-order__inner {
	display: grid;
	gap: 2rem;
	align-items: start;
}

.wf-commerce-hero__inner {
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
}

.wf-commerce-checkout__inner,
.wf-commerce-order__inner {
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.wf-commerce-page--order .wf-commerce-order__inner {
	grid-template-columns: minmax(0, 1fr);
	max-width: 1120px;
}

.wf-commerce-eyebrow {
	margin: 0 0 0.9rem;
	font: 600 0.86rem/1.2 "IBM Plex Mono", monospace;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #118b3f;
}

.wf-commerce h1,
.wf-commerce h2 {
	margin: 0;
}

.wf-commerce-hero h1,
.wf-commerce-checkout h1 {
	max-width: 13ch;
	font-size: clamp(2.8rem, 5vw, 4.9rem);
	line-height: 0.98;
}

.wf-commerce-hero__copy p:not(.wf-commerce-eyebrow),
.wf-commerce-hero__panel,
.wf-commerce-order__panel,
.wf-commerce-summary__panel,
.wf-commerce-form__section {
	border: 1px solid rgba(15, 112, 46, 0.1);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 58px rgba(8, 72, 28, 0.08);
}

.wf-commerce-hero__copy p:not(.wf-commerce-eyebrow) {
	margin: 1.25rem 0 0;
	padding: 1.25rem 1.4rem;
	max-width: 58ch;
	font-size: 1.05rem;
	line-height: 1.7;
}

.wf-commerce-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.4rem;
}

.wf-commerce-secondary-link,
.wf-commerce-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 3rem;
	padding: 0.85rem 1.2rem;
	border: 1px solid rgba(17, 139, 63, 0.28);
	border-radius: 999px;
	background: transparent;
	color: #0b5b29;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.wf-commerce-secondary-button:hover,
.wf-commerce-secondary-link:hover,
.wf-commerce-secondary-button:focus-visible,
.wf-commerce-secondary-link:focus-visible {
	border-color: #118b3f;
	color: #062a15;
}

.wf-commerce-hero__panel,
.wf-commerce-order__panel,
.wf-commerce-summary__panel,
.wf-commerce-form__section {
	padding: 1.5rem;
}

.wf-commerce-hero__panel ul,
.wf-commerce-order__items {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.wf-commerce-hero__panel li,
.wf-commerce-order__items li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid rgba(15, 112, 46, 0.12);
}

.wf-commerce-order__panel--receipt {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.wf-order-receipt__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid rgba(15, 112, 46, 0.1);
}

.wf-order-receipt__head h1 {
	color: #062a15;
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 0.95;
	letter-spacing: 0;
}

.wf-order-receipt__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(17, 139, 63, 0.22);
	border-radius: 999px;
	background: #edf8f1;
	color: #0b5b29;
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
}

.wf-order-receipt__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	gap: clamp(1.1rem, 3vw, 2rem);
	margin-top: 1.5rem;
}

.wf-order-receipt__section {
	display: grid;
	align-content: start;
	gap: 1rem;
	min-width: 0;
}

.wf-order-receipt__section h2 {
	color: #062a15;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1.1;
}

.wf-order-receipt__meta {
	margin: 0;
	color: #315d3c;
	font-weight: 700;
}

.wf-order-receipt__pending {
	display: grid;
	gap: 0.35rem;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid rgba(17, 139, 63, 0.16);
	border-radius: 16px;
	background: #f5fbf7;
	color: #315d3c;
	line-height: 1.55;
}

.wf-order-receipt__pending strong {
	color: #082917;
}

.wf-order-lookup {
	display: grid;
	gap: 1rem;
	max-width: 760px;
	margin: 0 auto;
}

.wf-order-lookup h1 {
	max-width: 12ch;
	color: #062a15;
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	line-height: 0.96;
	letter-spacing: 0;
}

.wf-order-lookup > p {
	max-width: 58ch;
	margin: 0;
	color: #315d3c;
	font-size: 1rem;
	line-height: 1.65;
}

.wf-order-lookup__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.8rem;
	align-items: end;
	margin-top: 0.4rem;
}

.wf-order-lookup__field {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

.wf-order-lookup__field span {
	color: #123d24;
	font-size: 0.84rem;
	font-weight: 800;
}

.wf-order-lookup__field input {
	width: 100%;
	min-height: var(--aqua-control-height, 3rem);
	padding: 0.85rem 1rem;
	border: 1px solid rgba(15, 112, 46, 0.16);
	border-radius: 999px;
	background: #f7fbf8;
	color: #10251a;
	font: inherit;
}

.wf-order-lookup__field input:focus-visible {
	outline: 3px solid rgba(17, 139, 63, 0.18);
	border-color: #118b3f;
}

.wf-order-lookup__submit {
	min-width: 150px;
	border: 0;
	cursor: pointer;
}

.wf-order-lookup__message {
	grid-column: 1 / -1;
	min-height: 1.2em;
	margin: 0;
	color: #9a3412;
	font-size: 0.9rem;
	font-weight: 700;
}

.wf-order-lookup__help {
	display: grid;
	gap: 0.25rem;
	padding: 1rem;
	border: 1px solid rgba(17, 139, 63, 0.14);
	border-radius: 18px;
	background: #f5fbf7;
	color: #315d3c;
	line-height: 1.55;
}

.wf-order-lookup__help strong {
	color: #082917;
}

.wf-commerce-cart-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.4rem;
	padding: 1rem 1.15rem;
	border-radius: 22px;
	background: linear-gradient(120deg, #062a15 0%, #118b3f 100%);
	color: #ffffff;
}

.wf-commerce-cart-banner a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.wf-commerce-catalog {
	padding: 3rem 0 0;
}

.wf-commerce-collection-hero {
	padding: 10rem 0 1rem;
	text-align: center;
}

.wf-commerce-collection-hero__inner {
	display: grid;
	justify-items: center;
	gap: 0.9rem;
	max-width: 980px;
	margin: 0 auto;
}

.wf-commerce-collection-hero h1 {
	margin: 0;
	font-size: clamp(2.6rem, 5.6vw, 4.8rem);
	line-height: 1;
	letter-spacing: 0;
	text-wrap: balance;
	word-break: keep-all;
	color: #062a15;
}

.wf-commerce-collection-hero__inner > p:not(.wf-commerce-eyebrow) {
	max-width: 58ch;
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #315d3c;
}

.wf-commerce-collection-tabs {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 0.2rem;
	padding: 0.35rem;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 18px 48px rgba(8, 72, 28, 0.08);
}

.wf-commerce-collection-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.4rem;
	padding: 0 0.9rem;
	border-radius: 999px;
	color: #0b5b29;
	font-weight: 700;
	text-decoration: none;
}

.wf-commerce-collection-tabs a:hover,
.wf-commerce-collection-tabs a:focus-visible {
	background: #e2f4df;
	color: #062a15;
}

.wf-commerce-collection-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	margin-top: 0;
	padding: 0.62rem 0.85rem;
	border-radius: 999px;
	background: #062a15;
	color: #fff;
	box-shadow: 0 16px 42px rgba(8, 72, 28, 0.16);
}

.wf-commerce-collection-cart [data-cart-count] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-weight: 800;
}

.wf-commerce-collection-cart a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.wf-commerce-collection-section {
	display: grid;
	gap: 0.8rem;
	padding: 1.2rem 0 2.1rem;
	scroll-margin-top: 8rem;
}

.wf-commerce-collection-section__header {
	display: grid;
	gap: 0.55rem;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.wf-commerce-collection-section__header h2 {
	font-size: clamp(1.55rem, 2.4vw, 2.35rem);
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
	word-break: keep-all;
	color: #062a15;
}

.wf-commerce-collection-section__header > p:not(.wf-commerce-eyebrow) {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.48;
	color: #315d3c;
}

.wf-commerce-collection-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.95rem;
}

.wf-commerce-collection-section.is-single .wf-commerce-collection-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wf-commerce-collection-card {
	display: grid;
	grid-template-rows: 180px auto;
	overflow: hidden;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(8, 72, 28, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.wf-commerce-collection-card:hover,
.wf-commerce-collection-card:focus-within,
.wf-commerce-collection-card.is-highlighted {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(8, 72, 28, 0.12);
}

.wf-commerce-collection-section:nth-of-type(3) .wf-commerce-collection-card {
	grid-template-columns: 1fr;
	grid-template-rows: 180px auto;
}

.wf-commerce-collection-section.is-single .wf-commerce-collection-card {
	grid-template-columns: 1fr;
	grid-template-rows: 180px auto;
}

.wf-commerce-collection-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	text-decoration: none;
	background:
		radial-gradient(circle at 30% 18%, rgba(183, 217, 66, 0.18), transparent 28%),
		linear-gradient(180deg, #f7fcf7 0%, #edf8ef 100%);
}

.wf-commerce-collection-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 1rem;
}

.wf-commerce-media-placeholder {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 0.35rem;
	width: calc(100% - 2rem);
	min-height: 128px;
	margin: 1rem;
	padding: 1rem;
	border: 1px dashed rgba(15, 112, 46, 0.24);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.66);
	color: #0b5b29;
	text-align: center;
}

.wf-commerce-media-placeholder strong,
.wf-product-gallery__placeholder strong {
	font-weight: 800;
}

.wf-commerce-media-placeholder small,
.wf-product-gallery__placeholder small {
	max-width: 24ch;
	color: #5c6f5f;
	font-size: 0.78rem;
	line-height: 1.35;
}

.wf-commerce-collection-card__media span {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.42rem 0.62rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: #0b5b29;
	font: 800 0.68rem/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.06em;
	box-shadow: 0 8px 18px rgba(8, 72, 28, 0.09);
}

.wf-commerce-collection-card__body {
	display: grid;
	align-content: start;
	gap: 0.65rem;
	padding: 1rem;
}

.wf-commerce-collection-card__topline {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.wf-commerce-collection-card__topline span {
	padding: 0.34rem 0.55rem;
	border-radius: 999px;
	background: #e2f4df;
	color: #0b5b29;
	font: 800 0.64rem/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wf-commerce-collection-card h3 {
	margin: 0;
	font-size: clamp(1.15rem, 1.6vw, 1.45rem);
	line-height: 1.16;
	letter-spacing: 0;
	text-wrap: balance;
	word-break: keep-all;
	color: #062a15;
}

.wf-commerce-collection-card h3 a {
	color: inherit;
	text-decoration: none;
}

.wf-commerce-collection-card__body > p {
	margin: 0;
	color: #315d3c;
	font-size: 0.9rem;
	line-height: 1.45;
}

.wf-commerce-collection-card ul {
	display: grid;
	gap: 0.32rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-commerce-collection-card li {
	position: relative;
	padding-left: 1rem;
	color: #315d3c;
	font-size: 0.88rem;
	line-height: 1.36;
}

.wf-commerce-collection-card li::before {
	content: "";
	position: absolute;
	top: 0.48rem;
	left: 0;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 999px;
	background: #57aa3d;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.75);
}

.wf-commerce-collection-card__footer {
	display: grid;
	gap: 0.7rem;
	margin-top: auto;
	padding-top: 0.2rem;
}

.wf-commerce-collection-card .wf-commerce-card__price {
	font-size: 1.1rem;
}

.wf-commerce-collection-card .wf-commerce-card__actions {
	gap: 0.5rem;
}

.wf-commerce-collection-card .wf-pill,
.wf-commerce-collection-card .wf-commerce-secondary-button {
	min-height: 2.45rem;
	padding: 0.62rem 0.85rem;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
}

.wf-product-hero {
	padding: 8.4rem 0 2rem;
}

.wf-product-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.58fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
}

.wf-product-gallery {
	display: grid;
	gap: 0.85rem;
}

.wf-product-gallery__main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(430px, 58vw, 720px);
	overflow: hidden;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 30px;
	background:
		radial-gradient(circle at 22% 18%, rgba(183, 217, 66, 0.24), transparent 30%),
		linear-gradient(145deg, #fbfff9 0%, #e9f7ec 100%);
	box-shadow: 0 28px 76px rgba(8, 72, 28, 0.1);
}

.wf-product-gallery__main img {
	width: min(78%, 720px);
	max-height: 78%;
	object-fit: contain;
	filter: drop-shadow(0 28px 34px rgba(8, 72, 28, 0.16));
	opacity: 1;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.wf-product-gallery__main img.is-switching {
	opacity: 0;
	transform: scale(0.985);
}

.wf-product-gallery__placeholder {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 0.45rem;
	width: min(78%, 720px);
	min-height: 320px;
	padding: 2rem;
	border: 1px dashed rgba(15, 112, 46, 0.24);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.68);
	color: #0b5b29;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.wf-product-gallery__main span {
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 0.55rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #0b5b29;
	font: 800 0.72rem/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(8, 72, 28, 0.1);
}

.wf-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 0.85rem;
}

.wf-product-gallery__thumb {
	appearance: none;
	display: grid;
	place-items: center;
	width: 100%;
	height: clamp(132px, 12vw, 168px);
	min-height: 0;
	padding: 0.75rem;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 16px 34px rgba(8, 72, 28, 0.06);
	cursor: pointer;
	font: inherit;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.wf-product-gallery__thumb:hover,
.wf-product-gallery__thumb:focus-visible {
	border-color: rgba(10, 130, 56, 0.38);
	box-shadow: 0 18px 38px rgba(8, 72, 28, 0.12);
	transform: translateY(-1px);
}

.wf-product-gallery__thumb.is-active {
	border-color: rgba(10, 130, 56, 0.52);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: inset 0 0 0 2px rgba(10, 130, 56, 0.12), 0 18px 42px rgba(8, 72, 28, 0.12);
}

.wf-product-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.wf-product-buybox {
	position: static;
	display: grid;
	gap: 1rem;
	padding: clamp(1.2rem, 2.5vw, 1.8rem);
	border: 1px solid rgba(15, 112, 46, 0.14);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 70px rgba(8, 72, 28, 0.12);
	backdrop-filter: blur(18px);
}

.wf-product-buybox h1 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.08;
	letter-spacing: 0;
	color: #062a15;
	text-wrap: balance;
}

.wf-product-buybox__summary {
	margin: 0;
	color: #315d3c;
	line-height: 1.64;
}

.wf-product-buybox__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	color: #0b5b29;
	font-weight: 800;
}

.wf-product-buybox__rating small {
	color: #42694d;
	font-weight: 600;
}

.wf-product-buybox__price {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 800;
	color: #062a15;
}

.wf-product-buybox__features {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-product-buybox__features li {
	position: relative;
	padding-left: 1.15rem;
	color: #315d3c;
	line-height: 1.45;
}

.wf-product-buybox__features li::before {
	content: "";
	position: absolute;
	top: 0.52rem;
	left: 0;
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 999px;
	background: #57aa3d;
}

.wf-product-buybox__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.7rem;
}

.wf-product-buybox__actions .wf-pill,
.wf-product-buybox__actions .wf-commerce-secondary-button {
	width: 100%;
	min-width: 0;
	min-height: 3rem;
}

.wf-product-buybox__service {
	display: grid;
	gap: 0.4rem;
	padding-top: 0.7rem;
	border-top: 1px solid rgba(15, 112, 46, 0.1);
	color: #42694d;
	font-size: 0.88rem;
}

.wf-product-buybox__service span::before {
	content: "✓";
	margin-right: 0.45rem;
	color: #118b3f;
	font-weight: 800;
}

.wf-product-anchor {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.55rem;
	border-top: 1px solid rgba(15, 112, 46, 0.1);
	border-bottom: 1px solid rgba(15, 112, 46, 0.1);
	background: rgba(245, 253, 246, 0.92);
	backdrop-filter: blur(16px);
}

.wf-product-anchor a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0 1rem;
	border-radius: 999px;
	color: #0b5b29;
	font-weight: 800;
	text-decoration: none;
}

.wf-product-anchor a:hover,
.wf-product-anchor a:focus-visible {
	background: #e2f4df;
	color: #062a15;
}

.wf-product-proof,
.wf-product-story,
.wf-product-box,
.wf-product-specs {
	padding: clamp(2rem, 5vw, 4rem) 0;
}

.wf-product-proof__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
}

.wf-product-proof__grid div,
.wf-product-flow div,
.wf-product-box__grid div,
.wf-product-specs__table {
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 16px 42px rgba(8, 72, 28, 0.07);
}

.wf-product-proof__grid div {
	padding: 1.15rem;
}

.wf-product-proof__grid span {
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	color: #062a15;
}

.wf-product-proof__grid p {
	margin: 0.5rem 0 0;
	color: #42694d;
	line-height: 1.48;
}

.wf-product-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
}

.wf-product-story h2,
.wf-product-box h2,
.wf-product-specs h2 {
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 3.4rem);
	line-height: 1.08;
	color: #062a15;
	text-wrap: balance;
}

.wf-product-story p:not(.wf-commerce-eyebrow) {
	margin: 1rem 0 0;
	color: #315d3c;
	font-size: 1.05rem;
	line-height: 1.68;
}

.wf-product-flow {
	display: grid;
	gap: 0.85rem;
}

.wf-product-flow div {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding: 1rem;
}

.wf-product-flow strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background: #062a15;
	color: #fff;
	font-family: "IBM Plex Mono", monospace;
}

.wf-product-flow span {
	color: #315d3c;
	font-weight: 700;
	line-height: 1.45;
}

.wf-product-box__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 0.8rem;
	margin-top: 1.1rem;
}

.wf-product-box__grid div {
	padding: 1rem;
	color: #062a15;
	font-weight: 800;
}

.wf-product-specs__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
	gap: clamp(1rem, 3vw, 2rem);
}

.wf-product-specs__table {
	padding: 0.35rem 1.1rem;
}

.wf-product-specs__table p {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(15, 112, 46, 0.1);
	color: #42694d;
}

.wf-product-specs__table p:last-child {
	border-bottom: 0;
}

.wf-product-specs__table strong {
	color: #062a15;
	text-align: right;
}

.wf-commerce-collection-support {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 0 0 2rem;
	padding: clamp(1.4rem, 3vw, 2.4rem);
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 28px;
	background:
		radial-gradient(circle at 10% 20%, rgba(183, 217, 66, 0.16), transparent 30%),
		linear-gradient(135deg, #ffffff, #edf8ef);
	box-shadow: 0 22px 54px rgba(8, 72, 28, 0.08);
}

.wf-commerce-collection-support h2 {
	max-width: 14ch;
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.04;
	letter-spacing: 0;
	text-wrap: balance;
	word-break: keep-all;
	color: #062a15;
}

.wf-commerce-collection-support p:not(.wf-commerce-eyebrow) {
	max-width: 62ch;
	margin: 0.8rem 0 0;
	color: #315d3c;
	line-height: 1.62;
}

.wf-commerce-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
	gap: 1.4rem;
}

.wf-commerce-card {
	display: grid;
	grid-template-rows: 220px 1fr;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid rgba(15, 112, 46, 0.12);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 22px 52px rgba(8, 72, 28, 0.08);
}

.wf-commerce-card.is-highlighted {
	transform: translateY(-4px);
	box-shadow: 0 28px 64px rgba(8, 72, 28, 0.14);
}

.wf-commerce-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wf-commerce-card__body {
	display: grid;
	gap: 1rem;
	padding: 1.4rem;
}

.wf-commerce-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.wf-commerce-card__meta span {
	padding: 0.42rem 0.7rem;
	border-radius: 999px;
	background: #e2f4df;
	font: 600 0.75rem/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-commerce-card__price {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 700;
}

.wf-commerce-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: auto;
}

.wf-commerce-form {
	display: grid;
	gap: 1rem;
}

.wf-commerce-form__section h2 {
	margin-bottom: 1rem;
	font-size: 1.15rem;
}

.wf-commerce-form__grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax(0, 1fr) );
	gap: 0.95rem;
}

.wf-commerce-form label {
	display: grid;
	gap: 0.45rem;
}

.wf-commerce-form span {
	font-weight: 600;
}

.wf-commerce-form input,
.wf-commerce-form select,
.wf-commerce-form textarea {
	width: 100%;
	min-height: 3rem;
	padding: 0.85rem 0.95rem;
	border: 1px solid rgba(15, 112, 46, 0.16);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 248, 0.94)),
		#ffffff;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		0 10px 24px rgba(8, 72, 28, 0.05);
}

.wf-commerce-form select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 2.7rem;
	cursor: pointer;
	background-image:
		linear-gradient(45deg, transparent 50%, #062a15 50%),
		linear-gradient(135deg, #062a15 50%, transparent 50%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 242, 0.94));
	background-position:
		calc(100% - 1.35rem) 50%,
		calc(100% - 1rem) 50%,
		0 0;
	background-size:
		0.36rem 0.36rem,
		0.36rem 0.36rem,
		100% 100%;
	background-repeat: no-repeat;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		inset 0 -12px 18px rgba(232, 247, 238, 0.52),
		0 14px 30px rgba(8, 72, 28, 0.08);
}

.wf-commerce-form textarea {
	min-height: 6rem;
	resize: vertical;
}

.wf-commerce-form__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.wf-commerce-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
}

.wf-commerce-checkbox input {
	width: auto;
	min-height: 0;
	padding: 0;
}

.wf-commerce-summary {
	display: grid;
	gap: 1rem;
	position: sticky;
	top: 7rem;
}

.wf-commerce-cart-item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.8rem;
	padding: 0.95rem 0;
	border-bottom: 1px solid rgba(15, 112, 46, 0.1);
}

.wf-commerce-cart-item__title {
	margin: 0 0 0.35rem;
	font-weight: 700;
}

.wf-commerce-cart-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	font-size: 0.92rem;
	color: #42694d;
}

.wf-commerce-cart-item__actions {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.wf-commerce-cart-item__actions button {
	width: 2rem;
	height: 2rem;
	border: 1px solid rgba(17, 139, 63, 0.28);
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
}

.wf-commerce-empty {
	color: #42694d;
}

.wf-commerce-totals {
	display: grid;
	gap: 0.8rem;
}

.wf-commerce-totals p {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid rgba(15, 112, 46, 0.08);
}

.wf-commerce-totals .is-total {
	padding-top: 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: 0;
}

.wf-commerce-manual-review {
	margin-top: 1rem;
	padding: 1rem 1.05rem;
	border-radius: 18px;
	background: #e8f7ee;
	color: #0b5b29;
}

.wf-commerce-manual-review ul {
	margin: 0.75rem 0 0;
	padding-left: 1.2rem;
}

.wf-commerce-gateways {
	display: grid;
	gap: 0.8rem;
	margin-top: 1rem;
}

.wf-commerce-gateway {
	display: grid;
	gap: 0.35rem;
	padding: 1rem;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 18px;
	background: #ffffff;
}

.wf-commerce-gateway label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-weight: 700;
}

.wf-commerce-submit {
	width: 100%;
	margin-top: 1rem;
}

.wf-commerce-submit-message {
	margin: 0.8rem 0 0;
	color: #42694d;
}

.wf-commerce-page--checkout .wf-site-header,
.wf-commerce-page--checkout .wf-footer {
	display: none;
}

.wf-commerce-page--checkout .wf-site {
	background: #ffffff;
}

.wf-commerce-page--checkout .wf-commerce {
	min-height: 100vh;
	padding: 0;
	background: #ffffff;
	color: #111827;
}

.wf-checkout-topbar {
	position: sticky;
	top: 0;
	z-index: 40;
	border-bottom: 1px solid #d9d9d9;
	background: #ffffff;
}

.wf-checkout-topbar__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	column-gap: 0.9rem;
	min-height: 72px;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.4rem;
}

.wf-checkout-tools {
	grid-column: 1;
	justify-self: start;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
}

.wf-checkout-logo {
	grid-column: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wf-checkout-logo img {
	width: 190px;
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.wf-checkout-language {
	z-index: 45;
	min-width: 74px;
}

.wf-commerce-page--checkout .wf-language-switch__button {
	min-height: 38px;
	padding: 0 30px 0 15px;
	border-color: rgba(11, 91, 41, 0.18);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		0 8px 18px rgba(8, 72, 28, 0.08);
}

.wf-commerce-page--checkout .wf-language-switch__menu {
	z-index: 80;
}

.wf-checkout-cart-link {
	justify-self: end;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #d4d4d4;
	border-radius: 999px;
	color: #0b5b29;
	text-decoration: none;
}

.wf-checkout-cart-link::before {
	content: "";
	width: 15px;
	height: 17px;
	border: 2px solid currentColor;
	border-top-width: 1px;
	border-radius: 4px;
}

.wf-checkout-cart-link::after {
	content: "";
	position: absolute;
	top: 8px;
	width: 9px;
	height: 6px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 9px 9px 0 0;
}

.wf-checkout-cart-link span {
	position: absolute;
	top: -4px;
	right: -3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: #0b5b29;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
}

@media (max-width: 700px) {
	.wf-checkout-topbar__inner {
		grid-template-columns: auto minmax(120px, 1fr) auto;
		column-gap: 0.65rem;
	}

	.wf-checkout-language {
		min-width: 66px;
	}

	.wf-commerce-page--checkout .wf-language-switch__button {
		min-height: 36px;
		padding-left: 13px;
		padding-right: 27px;
	}

	.wf-commerce-page--checkout .wf-language-switch__menu {
		left: 0;
		right: auto;
		transform-origin: top left;
	}

	.wf-commerce-page--checkout .wf-language-switch__menu::before {
		left: 22px;
		right: auto;
	}
}

.wf-commerce-page--checkout .wf-commerce-checkout {
	padding: 0;
}

.wf-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
	max-width: 1120px;
	margin: 0 auto;
}

.wf-checkout-main {
	padding: 2.8rem 2.2rem 4rem;
}

.wf-checkout-summary {
	min-height: calc(100vh - 72px);
	padding: 2.4rem 2rem;
	border-left: 1px solid #d9d9d9;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(247, 250, 248, 0.92)),
		#f5f7f5;
}

.wf-checkout-summary__inner {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 1.15rem;
}

.wf-checkout-express {
	display: grid;
	gap: 0.9rem;
}

.wf-checkout-express p {
	margin: 0;
	color: #6b7280;
	font-size: 0.9rem;
	text-align: center;
}

.wf-checkout-express > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.wf-checkout-pay {
	min-height: 48px;
	border: 0;
	border-radius: 7px;
	font-size: 1.2rem;
	font-weight: 900;
	cursor: pointer;
}

.wf-checkout-pay--paypal {
	background: #ffc439;
	color: #003087;
	font-style: italic;
}

.wf-checkout-pay--gpay {
	background: #000;
	color: #fff;
}

.wf-checkout-pay--gpay span {
	color: #4285f4;
}

.wf-checkout-divider {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 0.8rem;
	margin: 1.4rem 0;
	color: #6b7280;
	font-size: 0.82rem;
	text-align: center;
}

.wf-checkout-divider::before,
.wf-checkout-divider::after {
	content: "";
	height: 1px;
	background: #d9d9d9;
}

.wf-checkout-form {
	gap: 1.45rem;
}

.wf-checkout-section {
	display: grid;
	gap: 0.9rem;
}

.wf-checkout-section__header {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: baseline;
}

.wf-checkout-section__header a,
.wf-checkout-return {
	color: #0b5b29;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.wf-checkout-section h1,
.wf-checkout-section h2 {
	margin: 0;
	color: #111827;
	font-family: "Geist", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0;
}

.wf-checkout-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.75rem;
}

.wf-checkout-grid[hidden] {
	display: none;
}

.wf-checkout-field {
	position: relative;
	display: grid;
	gap: 0;
	grid-column: span 3;
}

.wf-checkout-field--full {
	grid-column: 1 / -1;
}

.wf-checkout-field--third {
	grid-column: span 2;
}

.wf-checkout-field span {
	position: absolute;
	top: 0.45rem;
	left: 0.78rem;
	z-index: 1;
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 500;
	pointer-events: none;
}

.wf-checkout-field input,
.wf-checkout-field select,
.wf-checkout-field textarea {
	width: 100%;
	min-height: 52px;
	padding: 1.35rem 0.78rem 0.45rem;
	border: 1px solid #d6d6d6;
	border-radius: 7px;
	background: #ffffff;
	color: #111827;
	font: 500 0.92rem/1.35 "Geist", sans-serif;
	box-shadow: none;
}

.wf-checkout-field select {
	border-color: #cddbd2;
	background-image:
		linear-gradient(45deg, transparent 50%, #111827 50%),
		linear-gradient(135deg, #111827 50%, transparent 50%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 246, 0.96));
	background-position:
		calc(100% - 1.26rem) 54%,
		calc(100% - 0.92rem) 54%,
		0 0;
	background-size:
		0.34rem 0.34rem,
		0.34rem 0.34rem,
		100% 100%;
	background-repeat: no-repeat;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.95),
		inset 0 -12px 18px rgba(242, 248, 244, 0.76),
		0 10px 24px rgba(17, 24, 39, 0.06);
}

.wf-checkout-field textarea {
	min-height: 96px;
	resize: vertical;
}

.wf-checkout-field input:focus,
.wf-checkout-field select:focus,
.wf-checkout-field textarea:focus {
	border-color: #0b5b29;
	outline: 0;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.96),
		0 0 0 4px rgba(11, 91, 41, 0.12),
		0 14px 28px rgba(17, 24, 39, 0.07);
}

.wf-checkout-field input::placeholder,
.wf-checkout-field textarea::placeholder {
	color: transparent;
}

.wf-commerce-form label.wf-checkout-marketing {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.55rem;
	color: #4b5563;
	font-size: 0.88rem;
}

.wf-commerce-form label.wf-checkout-marketing input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	min-height: 0;
	padding: 0;
}

.wf-checkout-procurement {
	display: grid;
	gap: 0.9rem;
	padding: 1rem;
	border: 1px solid #cddfd2;
	border-radius: 7px;
	background: #f7fbf8;
}

.wf-checkout-procurement[hidden] {
	display: none;
}

.wf-checkout-procurement__head {
	display: grid;
	gap: 0.25rem;
}

.wf-checkout-procurement__head strong {
	color: #111827;
	font-size: 0.92rem;
}

.wf-checkout-procurement__head span {
	color: #52645a;
	font-size: 0.82rem;
	line-height: 1.45;
}

.wf-checkout-shipping-note {
	padding: 1rem;
	border-radius: 7px;
	background: #f3f4f6;
	color: #6b7280;
	font-size: 0.9rem;
	text-align: center;
}

.wf-checkout-discount {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
	padding-top: 0.2rem;
}

.wf-checkout-discount input {
	min-height: 50px;
	padding: 0 0.85rem;
	border: 1px solid #d6d6d6;
	border-radius: 7px;
	background: #fff;
	font: 500 0.92rem/1 "Geist", sans-serif;
}

.wf-checkout-discount button {
	min-height: 50px;
	padding: 0 1rem;
	border: 1px solid #d6d6d6;
	border-radius: 7px;
	background: #eeeeee;
	color: #737373;
	font-weight: 700;
}

.wf-commerce-page--checkout .wf-commerce-cart-item {
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.9rem;
	padding: 0.75rem 0;
	border-bottom: 0;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid #dddddd;
	border-radius: 8px;
	background: #fff;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__image img {
	width: 84%;
	height: 84%;
	object-fit: contain;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__image span {
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.76rem;
	font-weight: 800;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__title {
	margin: 0 0 0.2rem;
	color: #111827;
	font-size: 0.92rem;
	font-weight: 700;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__meta {
	display: grid;
	gap: 0.15rem;
	color: #6b7280;
	font-size: 0.78rem;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__actions {
	grid-column: 2;
	display: inline-flex;
	gap: 0.25rem;
	margin-top: 0.35rem;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__actions button {
	width: 1.45rem;
	height: 1.45rem;
	border-color: #d1d5db;
	color: #374151;
	font-size: 0.82rem;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__actions > span {
	min-width: 1.2rem;
	text-align: center;
	font-size: 0.82rem;
}

.wf-commerce-page--checkout .wf-commerce-cart-item__price {
	grid-column: 3;
	grid-row: 1 / span 2;
	color: #111827;
	font-size: 0.9rem;
	white-space: nowrap;
}

.wf-commerce-page--checkout .wf-commerce-totals {
	gap: 0.7rem;
	padding-top: 0.95rem;
	border-top: 1px solid #dfe7e1;
}

.wf-commerce-page--checkout .wf-commerce-totals p {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 0;
	border-bottom: 0;
	color: #111827;
	font-size: 0.92rem;
}

.wf-commerce-page--checkout .wf-commerce-totals p:not(.is-total) strong {
	font-weight: 600;
}

.wf-commerce-page--checkout .wf-commerce-totals .is-total {
	align-items: baseline;
	padding-top: 0.6rem;
	font-size: 1.15rem;
	font-weight: 800;
}

.wf-commerce-page--checkout .wf-commerce-totals .is-total strong {
	font-size: 1.35rem;
}

.wf-checkout-savings {
	margin: 0;
	color: #111827;
	font-size: 0.86rem;
	font-weight: 700;
}

.wf-checkout-savings::before {
	content: "◇";
	margin-right: 0.45rem;
}

.wf-commerce-page--checkout .wf-commerce-gateways {
	margin: 0;
}

.wf-commerce-page--checkout .wf-commerce-gateway {
	border-color: #d6d6d6;
	border-radius: 7px;
	box-shadow: none;
}

.wf-commerce-page--checkout .wf-commerce-submit {
	min-height: 52px;
	margin-top: 0.2rem;
	border-radius: 7px;
	background: #0b5b29;
	box-shadow: none;
	font-family: "Geist", sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0;
	text-transform: none;
}

.wf-commerce-page--checkout .wf-cart-fab {
	display: none;
}

.wf-commerce-page--checkout .wf-commerce-gateways {
	gap: 0.75rem;
}

.wf-commerce-page--checkout .wf-commerce-gateway {
	position: relative;
	gap: 0.65rem;
	padding: 1rem;
	border: 1px solid #dbe5df;
	border-radius: 12px;
	background: #ffffff;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wf-commerce-page--checkout .wf-commerce-gateway.is-selected {
	border-color: #0b7a3b;
	background: linear-gradient(180deg, #ffffff 0%, #f5fbf7 100%);
	box-shadow: 0 12px 30px rgba(11, 91, 41, 0.08);
}

.wf-commerce-page--checkout .wf-commerce-gateway__label {
	display: grid;
	grid-template-columns: 22px 48px minmax(0, 1fr);
	align-items: center;
	gap: 0.85rem;
	cursor: pointer;
}

.wf-commerce-page--checkout .wf-commerce-gateway input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.wf-commerce-page--checkout .wf-commerce-gateway__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 1.5px solid #a9b8af;
	border-radius: 999px;
	background: #ffffff;
}

.wf-commerce-page--checkout .wf-commerce-gateway__mark::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #0b7a3b;
	opacity: 0;
	transform: scale(0.55);
	transition: opacity 160ms ease, transform 160ms ease;
}

.wf-commerce-page--checkout .wf-commerce-gateway input:checked + .wf-commerce-gateway__mark {
	border-color: #0b7a3b;
	box-shadow: 0 0 0 4px rgba(11, 122, 59, 0.1);
}

.wf-commerce-page--checkout .wf-commerce-gateway input:checked + .wf-commerce-gateway__mark::after {
	opacity: 1;
	transform: scale(1);
}

.wf-commerce-page--checkout .wf-commerce-gateway__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 42px;
	border: 1px solid #dfe8e2;
	border-radius: 10px;
	background: #f7faf8;
	color: #0b5b29;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.wf-commerce-page--checkout .wf-commerce-gateway__copy {
	display: grid;
	gap: 0.12rem;
	min-width: 0;
}

.wf-commerce-page--checkout .wf-commerce-gateway__eyebrow {
	color: #64756b;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.wf-commerce-page--checkout .wf-commerce-gateway__copy strong {
	color: #111827;
	font-size: 0.96rem;
	line-height: 1.2;
}

.wf-commerce-page--checkout .wf-commerce-gateway__copy small {
	color: #607067;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
}

.wf-commerce-page--checkout .wf-commerce-gateway p {
	margin: 0 0 0 70px;
	color: #36463d;
	font-size: 0.88rem;
	line-height: 1.55;
}

.wf-commerce-order__totals {
	display: grid;
	gap: 0.8rem;
	margin-top: 1.3rem;
}

.wf-order-progress {
	display: grid;
	gap: 0.9rem;
	margin: 1.4rem 0;
	padding: 0;
	list-style: none;
}

.wf-order-progress li {
	position: relative;
	display: grid;
	gap: 0.2rem;
	padding: 0.95rem 1rem 0.95rem 3rem;
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: 16px;
	background: #f8fcf9;
}

.wf-order-progress li::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1.05rem;
	width: 1rem;
	height: 1rem;
	border: 2px solid #b8d6c1;
	border-radius: 50%;
	background: #fff;
}

.wf-order-progress li.is-complete::before,
.wf-order-progress li.is-active::before {
	border-color: #118b3f;
	background: #118b3f;
	box-shadow: inset 0 0 0 3px #f8fcf9;
}

.wf-order-progress li.is-active {
	border-color: rgba(17, 139, 63, 0.28);
	background: #edf8f1;
}

.wf-order-progress strong {
	color: #082917;
}

.wf-order-progress span {
	font-size: 0.92rem;
	line-height: 1.45;
	color: #587063;
}

.wf-order-feedback {
	display: grid;
	gap: 0.55rem;
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(17, 139, 63, 0.18);
	border-radius: 16px;
	background: #f1fbf5;
}

.wf-order-fulfillment {
	display: grid;
	gap: 1rem;
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(17, 139, 63, 0.18);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(6, 42, 21, 0.06);
}

.wf-order-fulfillment h2 {
	margin: 0;
	font-size: 1.3rem;
}

.wf-order-fulfillment__grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wf-order-fulfillment__grid p,
.wf-order-fulfillment__note {
	margin: 0;
}

.wf-order-fulfillment__grid span {
	display: block;
	color: #587063;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.wf-order-fulfillment__grid strong {
	display: block;
	margin-top: 0.2rem;
	color: #082917;
	overflow-wrap: anywhere;
}

.wf-order-fulfillment__note {
	color: #315d3c;
	line-height: 1.55;
}

@media (max-width: 640px) {
	.wf-order-fulfillment__grid {
		grid-template-columns: 1fr;
	}

	.wf-order-lookup__form {
		grid-template-columns: 1fr;
	}

	.wf-order-lookup__submit {
		width: 100%;
	}
}

.wf-order-feedback p {
	margin: 0;
	line-height: 1.55;
}

.wf-order-print {
	margin-top: 0.2rem;
}

.wf-commerce-order__totals p {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid rgba(15, 112, 46, 0.08);
}

.wf-commerce-order__totals .is-total {
	font-size: 1.15rem;
	font-weight: 700;
	border-bottom: 0;
}

@media (max-width: 980px) {
	.wf-commerce-hero__inner,
	.wf-commerce-checkout__inner,
	.wf-commerce-order__inner,
	.wf-order-receipt__grid,
	.wf-product-hero__grid,
	.wf-product-story__grid,
	.wf-product-specs__grid,
	.wf-quote-hero__grid,
	.wf-quote-body__grid,
	.wf-bundle-hero__grid,
	.wf-bundle-story__grid,
	.wf-flow-hero__grid,
	.wf-flow-split__grid,
	.wf-contact-hero__grid,
	.wf-contact-body__grid {
		grid-template-columns: 1fr;
	}

	.wf-contact-paths__grid {
		grid-template-columns: 1fr;
		max-width: 520px;
		margin-inline: auto;
	}

	.wf-product-buybox,
	.wf-bundle-buybox,
	.wf-quote-sidebar {
		position: static;
	}

	.wf-product-proof__grid,
	.wf-bundle-strip__grid,
	.wf-bundle-included__grid,
	.wf-flow-summary__grid,
	.wf-flow-steps__grid {
		grid-template-columns: 1fr;
	}

	.wf-bundle-commercial__panel,
	.wf-flow-final__panel {
		display: grid;
	}

	.wf-contact-sidebar {
		position: static;
	}

	.wf-commerce-collection-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wf-commerce-collection-section:nth-of-type(3) .wf-commerce-collection-card,
	.wf-commerce-collection-section.is-single .wf-commerce-collection-card {
		grid-template-columns: 1fr;
	}

	.wf-commerce-collection-card,
	.wf-commerce-collection-section:nth-of-type(3) .wf-commerce-collection-card,
	.wf-commerce-collection-section.is-single .wf-commerce-collection-card {
		grid-template-rows: 170px auto;
	}

	.wf-commerce-collection-support {
		align-items: flex-start;
		flex-direction: column;
	}

	.wf-commerce-summary {
		position: static;
	}
}

@media (max-width: 640px) {
	.wf-commerce-page--request_quote .wf-container {
		max-width: calc(100vw - 28px);
	}

	.wf-commerce-page--cleaning_flow .wf-container {
		max-width: calc(100vw - 20px);
	}

	.wf-commerce-hero,
	.wf-commerce-collection-hero,
	.wf-product-hero,
	.wf-commerce-checkout,
	.wf-commerce-order,
	.wf-quote-hero,
	.wf-bundle-hero,
	.wf-flow-hero,
	.wf-contact-hero {
		padding-top: 6.7rem;
	}

	.wf-contact-page .wf-container {
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
		margin-inline: auto;
	}

	.wf-contact-body,
	.wf-contact-paths {
		overflow: hidden;
	}

	.wf-contact-hero__copy h1 {
		width: 100%;
		max-width: 330px;
		margin-inline: auto;
		font-size: clamp(2.58rem, 11.4vw, 2.88rem);
		line-height: 1;
		overflow-wrap: anywhere;
	}

	.wf-contact-hero__copy > p {
		width: min(100%, 300px);
		max-width: min(100%, 300px);
		margin-inline: auto;
		font-size: 0.98rem;
		line-height: 1.62;
	}

	.wf-contact-paths__grid {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		margin-inline: auto;
	}

	.wf-contact-path {
		width: 100%;
		min-width: 0;
		padding: 1.05rem;
		border-radius: 20px;
	}

	.wf-contact-path strong {
		font-size: 1.12rem;
	}

	.wf-contact-path p {
		font-size: 0.94rem;
		line-height: 1.55;
	}

	.wf-flow-hero__copy h1 {
		width: min(100%, 350px);
		max-width: min(100%, 350px);
		font-size: clamp(2rem, 8.4vw, 2.45rem);
		line-height: 1.12;
		word-break: break-all;
		overflow-wrap: anywhere;
	}

	.wf-flow-hero__copy > p {
		width: min(100%, 350px);
		max-width: min(100%, 350px);
		font-size: 0.98rem;
		line-height: 1.62;
		overflow-wrap: anywhere;
	}

	.wf-flow-hero__visual {
		min-height: 340px;
		border-radius: 24px;
	}

	.wf-flow-summary__grid,
	.wf-flow-steps__grid {
		grid-template-columns: 1fr;
	}

	.wf-flow-final__panel {
		display: grid;
	}

	.wf-cart-fab {
		right: auto;
		left: calc(100vw - 4.05rem);
		bottom: 0.8rem;
		width: 3.25rem;
		padding: 0.35rem;
	}

	.wf-cart-fab strong {
		display: none;
	}

	body.wf-cart-open .wf-site-header,
	body.wf-cart-open .wf-cart-fab {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-12px);
	}

	.wf-cart-drawer__panel {
		width: 100vw;
		height: 100dvh;
		padding:
			calc(env(safe-area-inset-top, 0px) + 1rem)
			1.15rem
			calc(env(safe-area-inset-bottom, 0px) + 1.05rem);
	}

	.wf-cart-drawer__head {
		position: sticky;
		top: 0;
		z-index: 2;
		align-items: flex-start;
		padding-bottom: 0.85rem;
		background: linear-gradient(180deg, #fbfffb 0%, rgba(251, 255, 251, 0.92) 100%);
	}

	.wf-cart-drawer__head h2 {
		font-size: 1.35rem;
		line-height: 1.1;
	}

	.wf-cart-drawer__close {
		width: auto;
		min-width: 3.25rem;
		height: 2.65rem;
		padding: 0 0.85rem;
		box-shadow: 0 12px 30px rgba(5, 24, 12, 0.1);
	}

	.wf-cart-drawer__close-text {
		display: inline;
		white-space: nowrap;
	}

	.wf-cart-drawer__items {
		padding: 0.85rem 0 1.1rem;
	}

	.wf-cart-drawer__foot {
		position: sticky;
		bottom: 0;
		padding-top: 1rem;
		background: linear-gradient(180deg, rgba(237, 248, 239, 0.68) 0%, #edf8ef 34%, #edf8ef 100%);
	}

	.wf-cart-drawer__checkout {
		min-height: 3.25rem;
	}

	.wf-quote-hero,
	.wf-quote-body {
		overflow: hidden;
	}

	.wf-quote-hero__grid,
	.wf-quote-body__grid {
		min-width: 0;
	}

	.wf-quote-hero__copy {
		width: min(100%, 330px);
		max-width: min(100%, 330px);
		min-width: 0;
	}

	.wf-quote-hero__copy h1 {
		width: min(100%, 320px);
		max-width: min(100%, 320px);
		font-size: clamp(1.85rem, 7.8vw, 2.15rem);
		line-height: 1.14;
		word-break: break-all;
		overflow-wrap: anywhere;
	}

	.wf-quote-grid,
	.wf-bundle-gallery__tiles {
		grid-template-columns: 1fr;
	}

	.wf-quote-hero__copy > p:not(.wf-commerce-eyebrow) {
		width: min(100%, 320px);
		max-width: min(100%, 320px);
		font-size: 0.98rem;
		line-height: 1.62;
		overflow-wrap: anywhere;
	}

	.wf-quote-hero__facts {
		display: grid;
		grid-template-columns: 1fr;
		width: min(100%, 320px);
		max-width: min(100%, 320px);
	}

	.wf-quote-hero__facts span {
		width: fit-content;
		max-width: 100%;
	}

	.wf-quote-field--full {
		grid-column: auto;
	}

	.wf-quote-form__head {
		align-items: flex-start;
	}

	.wf-bundle-gallery__main {
		min-height: 320px;
		border-radius: 22px;
	}

	.wf-bundle-gallery__main img {
		width: 86%;
	}

	.wf-bundle-buybox {
		border-radius: 22px;
	}

	.wf-bundle-buybox h1,
	.wf-bundle-story h2,
	.wf-bundle-section-head h2,
	.wf-bundle-commercial h2 {
		font-size: 2rem;
	}

	.wf-bundle-routine div {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.wf-product-hero {
		padding-bottom: 1rem;
	}

	.wf-product-gallery__main {
		min-height: 300px;
		border-radius: 22px;
	}

	.wf-product-gallery__main img {
		width: 86%;
		max-height: 76%;
	}

	.wf-product-gallery__placeholder {
		width: 86%;
		min-height: 220px;
	}

	.wf-product-gallery__thumbs {
		grid-template-columns: repeat(4, minmax(72px, 1fr));
		overflow-x: auto;
	}

	.wf-product-gallery__thumb {
		height: 108px;
	}

	.wf-product-buybox {
		border-radius: 22px;
	}

	.wf-product-buybox h1 {
		font-size: 2rem;
	}

	.wf-product-buybox__actions {
		grid-template-columns: 1fr;
	}

	.wf-product-anchor {
		justify-content: flex-start;
		overflow-x: auto;
	}

	.wf-product-proof,
	.wf-product-story,
	.wf-product-box,
	.wf-product-specs {
		padding: 1.8rem 0;
	}

	.wf-product-story h2,
	.wf-product-box h2,
	.wf-product-specs h2 {
		font-size: 1.8rem;
	}

	.wf-product-flow div {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 0.85rem;
	}

	.wf-product-flow strong {
		width: 42px;
		height: 42px;
	}

	.wf-product-specs__table p {
		display: grid;
		gap: 0.25rem;
	}

	.wf-product-specs__table strong {
		text-align: left;
	}

	.wf-commerce-collection-hero {
		padding-bottom: 0.8rem;
	}

	.wf-commerce-collection-hero__inner {
		gap: 0.7rem;
	}

	.wf-commerce-collection-hero .wf-commerce-eyebrow {
		display: none;
	}

	.wf-commerce-collection-hero h1 {
		font-size: clamp(2rem, 8.8vw, 2.75rem);
		line-height: 1;
	}

	.wf-commerce-collection-hero__inner > p:not(.wf-commerce-eyebrow) {
		font-size: 0.88rem;
		line-height: 1.48;
	}

	.wf-commerce-collection-tabs,
	.wf-commerce-collection-cart {
		width: 100%;
		border-radius: 20px;
	}

	.wf-commerce-collection-tabs {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0.3rem;
	}

	.wf-commerce-collection-tabs a {
		flex: 0 0 auto;
		min-height: 2.25rem;
		padding: 0 0.85rem;
	}

	.wf-commerce-collection-section {
		padding: 1rem 0 1.6rem;
	}

	.wf-commerce-collection-section__header {
		gap: 0.35rem;
	}

	.wf-commerce-collection-section__header h2 {
		font-size: 1.5rem;
		line-height: 1.12;
	}

	.wf-commerce-collection-section__header > p:not(.wf-commerce-eyebrow) {
		font-size: 0.84rem;
		line-height: 1.42;
	}

	.wf-commerce-collection-grid {
		grid-template-columns: 1fr;
	}

	.wf-commerce-collection-section:nth-of-type(3) .wf-commerce-collection-card,
	.wf-commerce-collection-section.is-single .wf-commerce-collection-card {
		grid-template-columns: 1fr;
	}

	.wf-commerce-collection-card,
	.wf-commerce-collection-section:nth-of-type(3) .wf-commerce-collection-card,
	.wf-commerce-collection-section.is-single .wf-commerce-collection-card {
		grid-template-columns: 118px minmax(0, 1fr);
		grid-template-rows: auto;
		border-radius: 18px;
	}

	.wf-commerce-collection-card__media img {
		padding: 0.75rem;
	}

	.wf-commerce-collection-card h3 {
		font-size: 1.12rem;
	}

	.wf-commerce-collection-card__media span,
	.wf-commerce-collection-card__topline {
		display: none;
	}

	.wf-commerce-collection-card__body {
		padding: 0.9rem;
	}

	.wf-commerce-collection-card ul {
		display: none;
	}

	.wf-commerce-collection-card .wf-commerce-card__actions {
		flex-direction: row;
		align-items: center;
	}

	.wf-commerce-collection-card .wf-pill,
	.wf-commerce-collection-card .wf-commerce-secondary-button {
		flex: 1 1 auto;
		min-height: 2.25rem;
		padding: 0.52rem 0.62rem;
		font-size: 0.68rem;
	}

	.wf-commerce-hero h1,
	.wf-commerce-checkout h1 {
		max-width: 12ch;
		font-size: clamp(2.25rem, 10vw, 2.75rem);
		line-height: 1;
	}

	.wf-commerce-form__grid {
		grid-template-columns: 1fr;
	}

	.wf-commerce-card {
		grid-template-rows: 190px 1fr;
	}

	.wf-commerce-card__actions,
	.wf-commerce-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.wf-commerce-collection-card .wf-commerce-card__actions {
		flex-direction: row;
		align-items: center;
	}
}

@media (max-width: 900px) {
	.wf-checkout-layout {
		grid-template-columns: 1fr;
	}

	.wf-checkout-summary {
		order: -1;
		min-height: 0;
		padding: 1.2rem 1rem;
		border-left: 0;
		border-bottom: 1px solid #d9d9d9;
	}

	.wf-checkout-summary__inner {
		position: static;
		max-width: 680px;
		margin: 0 auto;
	}

	.wf-checkout-main {
		max-width: 680px;
		width: 100%;
		margin: 0 auto;
		padding: 1.6rem 1rem 3rem;
	}
}

@media (max-width: 640px) {
	.wf-checkout-topbar__inner {
		min-height: 64px;
		padding: 0 0.9rem;
	}

	.wf-checkout-logo img {
		width: 150px;
	}

	.wf-checkout-express > div,
	.wf-checkout-grid,
	.wf-checkout-discount {
		grid-template-columns: 1fr;
	}

	.wf-checkout-field,
	.wf-checkout-field--third,
	.wf-checkout-field--full {
		grid-column: auto;
	}

	.wf-commerce-page--checkout .wf-commerce-cart-item {
		grid-template-columns: 58px minmax(0, 1fr) auto;
		gap: 0.7rem;
	}

	.wf-commerce-page--checkout .wf-commerce-cart-item__image {
		width: 58px;
		height: 58px;
	}

	.wf-checkout-section__header {
		display: grid;
	}

}

/* AquaOps storefront component layer: shared visual primitives for commerce pages. */
.wf-contact-path,
.wf-contact-card,
.wf-contact-form,
.wf-flow-summary__grid div,
.wf-flow-step,
.wf-flow-split__grid > div,
.wf-flow-final__panel,
.wf-cart-drawer__item,
.wf-commerce-collection-card,
.wf-commerce-collection-support,
.wf-commerce-card,
.wf-commerce-form__section,
.wf-commerce-order__panel,
.wf-commerce-summary__panel,
.wf-quote-hero__panel,
.wf-quote-form__section,
.wf-quote-sidebar__card,
.wf-bundle-buybox,
.wf-bundle-gallery__main,
.wf-bundle-strip__grid div,
.wf-bundle-routine div,
.wf-bundle-included article,
.wf-bundle-commercial__panel,
.wf-product-buybox,
.wf-product-gallery__main,
.wf-product-proof__grid > div,
.wf-product-flow div,
.wf-product-box__grid div,
.wf-product-specs__table,
.wf-commerce-gateway,
.wf-order-progress li,
.wf-order-feedback,
.wf-order-fulfillment {
	border-color: var(--aqua-border-subtle);
	border-radius: var(--aqua-component-radius);
	background: var(--aqua-surface-raised);
	box-shadow: var(--aqua-shadow-card);
}

.wf-bundle-commercial__panel {
	border-color: rgba(255, 255, 255, 0.28);
	background:
		radial-gradient(circle at top right, rgba(183, 217, 66, 0.22), transparent 30%),
		linear-gradient(145deg, #062a15, #0b5b29);
	color: #ffffff;
	box-shadow: 0 24px 64px rgba(8, 72, 28, 0.18);
}

.wf-bundle-commercial__panel h2 {
	color: #ffffff;
}

.wf-bundle-commercial__panel p {
	color: rgba(246, 255, 250, 0.84);
}

.wf-pill,
.wf-commerce-secondary-button,
.wf-commerce-secondary-link,
.wf-cart-drawer__checkout,
.wf-commerce-submit,
.wf-quote-submit {
	min-height: var(--aqua-control-height);
	border-radius: 999px;
}

.wf-quote-field input,
.wf-quote-field select,
.wf-quote-field textarea,
.wf-commerce-form input,
.wf-commerce-form select,
.wf-commerce-form textarea,
.wf-checkout-field input,
.wf-checkout-field select,
.wf-checkout-field textarea,
.wf-checkout-discount input,
.wf-checkout-discount button,
.wf-checkout-shipping-note,
.wf-quote-upload {
	border-color: var(--aqua-border-subtle);
	border-radius: var(--aqua-control-radius);
}

.wf-quote-field input:focus,
.wf-quote-field select:focus,
.wf-quote-field textarea:focus,
.wf-commerce-form input:focus,
.wf-commerce-form select:focus,
.wf-commerce-form textarea:focus,
.wf-checkout-field input:focus,
.wf-checkout-field select:focus,
.wf-checkout-field textarea:focus,
.wf-checkout-discount input:focus {
	border-color: var(--wf-primary);
	box-shadow: var(--aqua-focus-ring);
}

.wf-checkout-gateway-note {
	margin: -0.2rem 0 0.95rem;
	color: #52645a;
	font-size: 0.9rem;
	line-height: 1.55;
}

.wf-commerce-page--checkout .wf-commerce-gateway,
.wf-commerce-page--checkout .wf-commerce-submit,
.wf-checkout-field input,
.wf-checkout-field select,
.wf-checkout-field textarea,
.wf-checkout-discount input,
.wf-checkout-discount button,
.wf-checkout-procurement,
.wf-checkout-shipping-note {
	border-radius: var(--aqua-control-radius);
}

.wf-commerce-page--checkout .wf-commerce-gateway.is-selected {
	border-color: var(--aqua-border-strong);
	box-shadow: var(--aqua-focus-ring), 0 14px 34px rgba(11, 91, 41, 0.08);
}

.wf-quote-upload:hover,
.wf-quote-upload.is-dragging,
.wf-quote-upload:focus-within {
	border-color: var(--wf-primary);
	background:
		linear-gradient(180deg, rgba(232, 247, 238, 0.82), rgba(255, 255, 255, 0.98)),
		#ffffff;
	box-shadow: var(--aqua-focus-ring);
}

.wf-quote-upload__icon {
	background: #e8f7ee;
	box-shadow: inset 0 0 0 1px rgba(17, 139, 63, 0.16);
}

.wf-quote-upload__icon::before {
	border-left-color: var(--wf-primary);
	border-top-color: var(--wf-primary);
}

.wf-quote-upload__icon::after {
	background: var(--wf-primary);
}

/* Resource and policy pages reuse the AquaOps commerce component system. */
.wf-resources-page,
.wf-resource-article-page,
.wf-policy-page {
	background:
		radial-gradient(circle at 12% 12%, rgba(17, 139, 63, 0.12), transparent 28%),
		linear-gradient(180deg, #f8fdf8 0%, #ffffff 44%, #f5fbf7 100%);
}

.wf-resources-hero,
.wf-resource-article__hero,
.wf-policy-hero {
	padding: 8.4rem 0 2rem;
}

.wf-resources-hero__inner,
.wf-resource-article__hero-grid,
.wf-policy-body__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.55fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
}

.wf-resources-hero__copy,
.wf-resource-article__copy,
.wf-policy-hero__inner {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.wf-resources-hero h1,
.wf-resource-article__copy h1,
.wf-policy-hero h1,
.wf-resource-missing h1 {
	max-width: 14ch;
	margin: 0;
	color: #062a15;
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	line-height: 0.98;
	letter-spacing: 0;
}

.wf-resources-hero__copy > p:not(.wf-commerce-eyebrow),
.wf-resource-article__copy > p:not(.wf-commerce-eyebrow),
.wf-policy-hero__inner > p,
.wf-resource-missing p {
	max-width: 62ch;
	margin: 0;
	color: #42694d;
	font-size: 1rem;
	line-height: 1.72;
}

.wf-resources-hero__actions,
.wf-resources-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.wf-resources-hero__panel,
.wf-resource-aside-card,
.wf-policy-help {
	display: grid;
	gap: 0.9rem;
	padding: clamp(1.1rem, 2.4vw, 1.5rem);
}

.wf-resources-hero__panel strong,
.wf-resource-aside-card strong,
.wf-policy-help strong {
	color: #062a15;
	font-size: 1.15rem;
	line-height: 1.2;
}

.wf-resources-hero__panel ul {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-resources-hero__panel li {
	position: relative;
	padding-left: 1rem;
	color: #42694d;
	line-height: 1.45;
}

.wf-resources-hero__panel li::before {
	content: "";
	position: absolute;
	top: 0.52rem;
	left: 0;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: #118b3f;
}

.wf-resources-index,
.wf-resources-cta,
.wf-policy-body {
	padding: clamp(2rem, 5vw, 4.2rem) 0;
}

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

.wf-resource-card {
	display: grid;
	grid-template-rows: 190px auto;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wf-resource-card:hover,
.wf-resource-card:focus-visible {
	border-color: var(--aqua-border-strong);
	box-shadow: var(--aqua-focus-ring), var(--aqua-shadow-card);
	transform: translateY(-3px);
	outline: 0;
}

.wf-resource-card__media {
	margin: 0;
	background: #e8f7ee;
}

.wf-resource-card__media img,
.wf-resource-article__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wf-resource-card__body {
	display: grid;
	gap: 0.75rem;
	padding: 1rem;
}

.wf-resource-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	justify-content: space-between;
	color: #42694d;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.wf-resource-card h2 {
	margin: 0;
	color: #062a15;
	font-size: 1.08rem;
	line-height: 1.18;
	letter-spacing: 0;
}

.wf-resource-card p,
.wf-resource-aside-card p,
.wf-policy-help p {
	margin: 0;
	color: #52645a;
	font-size: 0.92rem;
	line-height: 1.6;
}

.wf-resources-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgba(15, 112, 46, 0.12);
	border-radius: var(--aqua-component-radius);
	background:
		radial-gradient(circle at top right, rgba(183, 217, 66, 0.18), transparent 34%),
		linear-gradient(135deg, #062a15, #0b5b29);
	box-shadow: 0 24px 64px rgba(8, 72, 28, 0.16);
}

.wf-resources-cta h2 {
	max-width: 18ch;
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.65rem, 3vw, 2.6rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.wf-resources-cta .wf-commerce-eyebrow {
	color: rgba(246, 255, 250, 0.82);
}

.wf-resources-cta .wf-commerce-secondary-link {
	border-color: rgba(255, 255, 255, 0.26);
	color: #ffffff;
}

.wf-resource-back {
	justify-self: start;
	color: #0b5b29;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.wf-resource-back:hover,
.wf-resource-back:focus-visible {
	color: #062a15;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
	outline: 0;
}

.wf-resource-article__media {
	overflow: hidden;
	min-height: clamp(300px, 42vw, 520px);
}

.wf-resource-article__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
	gap: clamp(1rem, 3vw, 2rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wf-resource-article__content {
	display: grid;
	gap: 1.4rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.wf-resource-article__content section + section,
.wf-policy-card section + section {
	padding-top: 1.4rem;
	border-top: 1px solid rgba(15, 112, 46, 0.1);
}

.wf-resource-article__content h2,
.wf-policy-card h2 {
	margin: 0 0 0.55rem;
	color: #062a15;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.16;
	letter-spacing: 0;
}

.wf-resource-article__content p,
.wf-policy-card p {
	margin: 0;
	color: #42694d;
	font-size: 1rem;
	line-height: 1.78;
}

.wf-resource-article__aside {
	position: relative;
}

.wf-resource-aside-card {
	position: sticky;
	top: 7.5rem;
}

.wf-resource-aside-card > span,
.wf-policy-hero__inner > span {
	color: #52645a;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.82rem;
	font-weight: 700;
}

.wf-resource-aside-card .wf-pill {
	width: 100%;
	min-width: 0;
}

.wf-resource-missing {
	padding: 8.4rem 0 4rem;
}

.wf-resource-missing__inner {
	display: grid;
	gap: 1rem;
	max-width: 760px;
	padding: clamp(1.5rem, 4vw, 2.4rem);
}

.wf-policy-hero__inner {
	max-width: 920px;
}

.wf-policy-card {
	display: grid;
	gap: 1.4rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.wf-policy-sidebar {
	display: grid;
	gap: 1rem;
}

.wf-policy-help {
	position: sticky;
	top: 7.5rem;
}

@media (max-width: 1100px) {
	.wf-resources-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.wf-resources-hero,
	.wf-resource-article__hero,
	.wf-policy-hero,
	.wf-resource-missing {
		padding-top: 6.7rem;
	}

	.wf-resources-hero__inner,
	.wf-resource-article__hero-grid,
	.wf-resource-article__body,
	.wf-policy-body__grid {
		grid-template-columns: 1fr;
	}

	.wf-resource-aside-card,
	.wf-policy-help {
		position: static;
	}

	.wf-resources-cta__inner {
		display: grid;
		align-items: start;
	}
}

@media (max-width: 640px) {
	.wf-resources-grid {
		grid-template-columns: 1fr;
	}

	.wf-resource-card {
		grid-template-rows: 210px auto;
	}

	.wf-resources-hero h1,
	.wf-resource-article__copy h1,
	.wf-policy-hero h1,
	.wf-resource-missing h1 {
		font-size: clamp(2.15rem, 12vw, 3.1rem);
	}

	.wf-resources-hero__actions,
	.wf-resources-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wf-resources-hero__actions .wf-pill,
	.wf-resources-hero__actions .wf-commerce-secondary-link,
	.wf-resources-cta__actions .wf-pill,
	.wf-resources-cta__actions .wf-commerce-secondary-link {
		width: 100%;
		min-width: 0;
	}
}
