@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins/poppins-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins/poppins-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ethic";
	src: url("../fonts/ethic/ethic-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ethic";
	src: url("../fonts/ethic/ethic-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ethic";
	src: url("../fonts/ethic/ethic-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.site-header,
.header-bar,
.mega-container {
	background-color: #e6e1d4;
}

header.wp-block-template-part {
	position: relative;
}

.header-utility a {
	text-decoration: none;
	color: #607e77;
}

.header-main a {
	font-size: 18px;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.header-utility a:hover {
	color: #c4a770;
}

/* Header typography overrides (scoped) */
.site-header .header-utility,
.site-header .header-utility * {
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.site-header .header-main,
.site-header .header-main * {
	font-size: 18px !important;
}

.site-header .header-main .header-main-link {
	color: #204445;
	cursor: pointer;
	text-decoration: none;
}

.site-header .header-main {
	margin-bottom: 0;
}

header.wp-block-template-part .site-header {
	position: relative;
	z-index: 10000;
}

.site-header .header-main .header-main-link:hover {
	color: #607e77;
}

.site-header .header-main .header-main-link a {
	color: inherit;
	text-decoration: none;
}

.site-header .header-main .header-main-link a:hover {
	color: inherit;
	text-decoration: none;
}

.mega-trigger-products,
.mega-trigger-about,
.header-search {
	user-select: none;
}

.site-header .header-main .has-mega {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.site-header .header-main .has-mega::after {
	content: "";
	width: 14px;
	height: 12px;
	background: #204445;
	display: inline-block;
	transform: translateY(-2px);
	clip-path: polygon(50% 100%, 0% 8%, 50% 32%, 100% 8%);
}

.site-header .header-main .has-mega:hover::after {
	background: #607e77;
}

@supports not (clip-path: polygon(50% 100%, 0% 8%, 50% 32%, 100% 8%)) {
	.site-header .header-main .has-mega::after {
		width: 0;
		height: 0;
		background: none;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 8px solid #204445;
	}

	.site-header .header-main .has-mega:hover::after {
		border-top-color: #607e77;
	}
}

header.wp-block-template-part .header-main .header-search {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
	margin-inline-start: 0.125rem;
}

.site-header .header-main .header-search > .wp-block-navigation-item__content,
.site-header .header-main .header-search > a,
.site-header .header-main .header-search > button,
.site-header .header-main a.header-search,
.site-header .header-main button.header-search,
.site-header .header-main .header-search-trigger {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.site-header .header-main .header-search-trigger {
	gap: 0.375rem;
	line-height: 1;
	transition: opacity 0.2s ease;
}

.site-header .header-main .header-search-trigger__label {
	display: inline-flex;
	align-items: center;
}

.site-header .header-main .header-search-trigger .search-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.9em;
	height: 0.9em;
	line-height: 1;
	flex: 0 0 auto;
	transform: translateY(1.5px);
	opacity: 0.9;
}

.site-header .header-main .header-search-trigger .search-icon .fa-magnifying-glass {
	font-size: 0.9em;
	line-height: 1;
	transform: scaleX(-1);
}

.site-header .header-main .header-search:hover .header-search-trigger,
.site-header .header-main .header-search:focus-visible .header-search-trigger,
.site-header .header-main .header-search-trigger:hover,
.site-header .header-main .header-search-trigger:focus-visible {
	opacity: 0.82;
}

header.wp-block-template-part .gd-mobile-menu-toggle-row {
	display: none;
}

header.wp-block-template-part .gd-mobile-header-actions {
	display: none;
}

header.wp-block-template-part .gd-mobile-menu-utility {
	display: none;
}

.site-logo img,
.site-logo svg {
	width: 272px;
	height: auto;
	max-width: 100%;
}

@media (max-width: 782px) {
	header.wp-block-template-part .site-header.gd-header,
	header.wp-block-template-part .gd-header-bar,
	header.wp-block-template-part .gd-header-main,
	header.wp-block-template-part .gd-header-utility {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	header.wp-block-template-part .site-header.gd-header {
		overflow-x: clip;
	}

	header.wp-block-template-part .wp-block-group.alignfull.site-header.gd-header {
		padding-top: 1.25rem;
	}

	header.wp-block-template-part .gd-header-bar.is-layout-flex,
	header.wp-block-template-part .gd-header-main.is-layout-flex,
	header.wp-block-template-part .gd-header-utility.is-layout-flex {
		flex-wrap: wrap !important;
	}

	header.wp-block-template-part .gd-header-bar {
		justify-content: center !important;
		align-items: center;
		gap: 0.875rem 1rem;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		text-align: center;
	}

	header.wp-block-template-part .gd-site-logo {
		display: flex;
		flex: 1 1 100%;
		justify-content: center;
		min-width: 0;
	}

	header.wp-block-template-part .gd-site-logo img,
	header.wp-block-template-part .gd-site-logo svg,
	header.wp-block-template-part .gd-site-logo .custom-logo {
		width: min(242px, 72vw);
		height: auto;
		max-width: 100%;
	}

	header.wp-block-template-part .gd-header-utility {
		flex: 1 1 100%;
		justify-content: center !important;
		align-items: center;
		gap: 0.625rem 0.875rem;
		text-align: center;
	}

	header.wp-block-template-part .gd-header-utility > * {
		flex: 0 1 auto;
		min-width: 0;
		max-width: 100%;
	}

	header.wp-block-template-part .gd-header-phone {
		flex: 1 1 100%;
	}

	header.wp-block-template-part .gd-header-phone a,
	header.wp-block-template-part .gd-header-utility a,
	header.wp-block-template-part .gd-header-utility .wp-block-button__link {
		white-space: nowrap;
	}

	header.wp-block-template-part .gd-header-utility .wp-block-button {
		flex: 1 1 100%;
		text-align: center;
	}

	header.wp-block-template-part .gd-header-utility .wp-block-button__link {
		display: inline-flex;
		justify-content: center;
		max-width: 100%;
	}

	header.wp-block-template-part .gd-header-utility .wc-block-mini-cart {
		flex: 0 0 auto;
	}

	header.wp-block-template-part .gd-header-main {
		justify-content: center !important;
		align-items: center;
		gap: 0.625rem 1rem;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		text-align: center;
	}

	header.wp-block-template-part .gd-header-main > * {
		flex: 0 1 auto;
		min-width: 0;
	}

	header.wp-block-template-part .gd-header-main .header-main-link,
	header.wp-block-template-part .gd-header-main .header-search {
		white-space: nowrap;
	}

	header.wp-block-template-part .mega-container.gd-mega {
		position: static;
		width: 100%;
		transform: none;
		box-sizing: border-box;
	}

	header.wp-block-template-part .mega-container.gd-mega .mega-panel {
		max-width: 100%;
		padding: 1.25rem 1rem;
	}
}

@media (max-width: 430px) {
	.gd-hide-mobile {
		display: none !important;
	}

	header.wp-block-template-part .gd-hide-mobile {
		display: none !important;
	}

	header.wp-block-template-part .wp-block-group.alignfull.site-header.gd-header {
		padding-top: 0.5rem;
		padding-bottom: 0.625rem;
	}

	header.wp-block-template-part .gd-header-bar {
		display: grid !important;
		grid-template-columns: 44px 1fr 44px 44px;
		grid-template-rows: 44px auto;
		align-items: center;
		gap: 0.375rem 0.25rem;
		padding-left: 0.875rem !important;
		padding-right: 0.875rem !important;
		text-align: initial;
	}

	header.wp-block-template-part .gd-header-bar > .wp-block-columns,
	header.wp-block-template-part .gd-header-bar > .wp-block-columns > .wp-block-column {
		display: contents !important;
	}

	header.wp-block-template-part .gd-header-utility,
	header.wp-block-template-part .gd-header-main {
		gap: 0.625rem 0.75rem;
	}

	header.wp-block-template-part .gd-site-logo {
		grid-column: 1;
		grid-row: 1;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 44px;
		height: 44px;
		flex: 0 0 44px;
	}

	header.wp-block-template-part .gd-site-logo img,
	header.wp-block-template-part .gd-site-logo svg,
	header.wp-block-template-part .gd-site-logo .custom-logo {
		width: 34px;
		height: 34px;
		max-width: 34px;
		object-fit: contain;
	}

	header.wp-block-template-part .gd-header-utility {
		display: contents !important;
	}

	header.wp-block-template-part .gd-header-utility > * {
		flex: 0 1 auto;
	}

	header.wp-block-template-part
		.gd-header-utility
		> :not(.wp-block-buttons):not(.wp-block-button):not(.gd-quote-button):not(
			.wc-block-mini-cart
		):not(:has(.gd-quote-button)):not(:has(.wc-block-mini-cart)) {
		display: none !important;
	}

	header.wp-block-template-part .gd-header-utility .gd-header-phone,
	header.wp-block-template-part .gd-header-utility .wp-block-loginout,
	header.wp-block-template-part .gd-header-utility .gd-header-login,
	header.wp-block-template-part .gd-header-utility a[href*="login"],
	header.wp-block-template-part .gd-header-utility a[href*="account"],
	header.wp-block-template-part .gd-header-utility a[href*="my-account"] {
		display: none !important;
	}

	header.wp-block-template-part .gd-header-utility .wp-block-buttons,
	header.wp-block-template-part .gd-header-utility .wp-block-button,
	header.wp-block-template-part .gd-header-utility .gd-quote-button {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: stretch;
		width: 100%;
	}

	header.wp-block-template-part .gd-header-utility .wp-block-button__link {
		width: 100%;
		min-height: 38px;
		align-items: center;
		justify-content: center;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		box-sizing: border-box;
	}

	header.wp-block-template-part .gd-header-utility .gd-quote-button {
		min-height: 38px;
		text-align: center;
		box-sizing: border-box;
	}

	header.wp-block-template-part .gd-header-utility .wc-block-mini-cart {
		grid-column: 3;
		grid-row: 1;
		justify-self: center;
		align-self: center;
	}

	header.wp-block-template-part
		.gd-header-utility
		.wc-block-mini-cart__button {
		width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 0;
	}

	header.wp-block-template-part .gd-mobile-header-actions {
		display: flex;
		grid-column: 4;
		grid-row: 1;
		justify-content: center;
		align-items: center;
		width: 44px;
		height: 44px;
		padding: 0;
		box-sizing: border-box;
	}

	header.wp-block-template-part
		.gd-mobile-header-actions
		.gd-mobile-menu-toggle-row {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		box-sizing: border-box;
	}

	header.wp-block-template-part .gd-mobile-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		color: #204445;
		cursor: pointer;
		box-sizing: border-box;
	}

	header.wp-block-template-part .gd-mobile-menu-toggle:hover,
	header.wp-block-template-part .gd-mobile-menu-toggle:focus-visible {
		background: rgba(32, 68, 69, 0.06);
	}

	header.wp-block-template-part .gd-mobile-menu-toggle:focus-visible {
		outline: 2px solid #607e77;
		outline-offset: 2px;
	}

	header.wp-block-template-part .gd-mobile-menu-toggle__icon,
	header.wp-block-template-part .gd-mobile-menu-toggle__icon::before,
	header.wp-block-template-part .gd-mobile-menu-toggle__icon::after {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 999px;
		background: currentColor;
		transition:
			transform 0.2s ease,
			opacity 0.2s ease;
	}

	header.wp-block-template-part .gd-mobile-menu-toggle__icon {
		position: relative;
	}

	header.wp-block-template-part .gd-mobile-menu-toggle__icon::before,
	header.wp-block-template-part .gd-mobile-menu-toggle__icon::after {
		content: "";
		position: absolute;
		left: 0;
	}

	header.wp-block-template-part .gd-mobile-menu-toggle__icon::before {
		transform: translateY(-7px);
	}

	header.wp-block-template-part .gd-mobile-menu-toggle__icon::after {
		transform: translateY(7px);
	}

	header.wp-block-template-part.is-mobile-menu-open .gd-mobile-menu-toggle__icon {
		background: transparent;
	}

	header.wp-block-template-part.is-mobile-menu-open
		.gd-mobile-menu-toggle__icon::before {
		transform: rotate(45deg);
	}

	header.wp-block-template-part.is-mobile-menu-open
		.gd-mobile-menu-toggle__icon::after {
		transform: rotate(-45deg);
	}

	header.wp-block-template-part:not(.is-mobile-menu-open) .gd-header-main {
		display: none !important;
	}

	header.wp-block-template-part:not(.is-mobile-menu-open) .mega-container,
	header.wp-block-template-part:not(.is-mobile-menu-open) .gd-mega {
		display: none !important;
	}

	header.wp-block-template-part .gd-header-main {
		grid-column: 1 / -1;
		grid-row: 3;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0;
		margin-top: 0;
		width: 100%;
		min-width: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box;
	}

	header.wp-block-template-part .gd-mobile-menu-utility {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 0.875rem;
		width: 100%;
		padding: 0 0 0.375rem;
		border-bottom: 1px solid rgba(32, 68, 69, 0.18);
		box-sizing: border-box;
	}

	header.wp-block-template-part .gd-mobile-menu-utility:empty {
		display: none;
	}

	header.wp-block-template-part .gd-mobile-menu-utility__item,
	header.wp-block-template-part .gd-mobile-menu-utility__item a {
		color: #607e77;
		font-size: 14px !important;
		line-height: 1.15;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.04em;
	}

	header.wp-block-template-part .gd-mobile-menu-utility__item {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto !important;
		min-height: 36px;
		min-width: max-content;
		margin: 0 !important;
		padding: 0;
		overflow-wrap: normal;
		white-space: nowrap;
		word-break: normal;
	}

	header.wp-block-template-part .gd-mobile-menu-utility__item p,
	header.wp-block-template-part .gd-mobile-menu-utility__item .gd-header-phone,
	header.wp-block-template-part .gd-mobile-menu-utility__item .wp-block-loginout,
	header.wp-block-template-part .gd-mobile-menu-utility .gd-header-phone {
		flex: 0 0 auto !important;
		margin: 0 !important;
		padding: 0;
	}

	header.wp-block-template-part .gd-mobile-menu-utility__item a,
	header.wp-block-template-part .gd-mobile-menu-utility a {
		display: inline-flex;
		align-items: center;
		flex: 0 0 auto;
		min-height: 36px;
		min-width: max-content;
		padding: 0 0.125rem;
		overflow-wrap: normal;
		white-space: nowrap;
		word-break: normal;
	}

	header.wp-block-template-part .gd-header-main .header-main-link {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		flex: 0 1 auto;
		border-top: 1px solid rgba(32, 68, 69, 0.14);
	}

	header.wp-block-template-part .gd-header-main .mega-trigger-products,
	header.wp-block-template-part .gd-header-main .mega-trigger-about {
		justify-content: center;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0.625rem;
		text-align: center;
	}

	header.wp-block-template-part .gd-header-main .mega-trigger-products {
		border-top: 0;
	}

	header.wp-block-template-part .gd-header-main .mega-trigger-about {
		border-top-color: rgba(32, 68, 69, 0.24);
	}

	header.wp-block-template-part
		.gd-header-main
		.header-main-link:has(a[href*="/need-ideas/"]),
	header.wp-block-template-part
		.gd-header-main
		.header-main-link:has(a[href*="/contact-us/"]) {
		display: none !important;
	}

	header.wp-block-template-part .gd-header-main .header-search {
		display: block !important;
		width: 100%;
		margin: 0.375rem 0 0;
		padding-top: 0.625rem;
		flex: 0 1 auto;
		border-top: 1px solid rgba(32, 68, 69, 0.24);
	}

	header.wp-block-template-part .gd-header-main .header-main-link a,
	header.wp-block-template-part .gd-header-main .header-search-trigger {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 44px;
		box-sizing: border-box;
	}

	header.wp-block-template-part .gd-header-main .header-search .search-icon {
		margin-left: 0.625rem;
	}
}

header.wp-block-template-part .mega-container {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	right: auto;
	z-index: 9999;
	width: 100vw;
	transform: translateX(-50%);
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

header.wp-block-template-part .mega-panel {
	display: none;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem;
	padding-left: var(--wp--style--root--padding-left, 0);
	padding-right: var(--wp--style--root--padding-right, 0);
	box-sizing: border-box;
	justify-content: flex-start;
	text-align: left;
}

header.wp-block-template-part .mega-container.gd-mega .mega-panel {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 783px) {
	header.wp-block-template-part .mega-container.gd-mega .gd-mega-panel {
		width: min(1024px, calc(100vw - 2rem));
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
}

/* Mega panel – featured tile rows */
.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured {
	width: 100%;
	max-width: 100%;
	flex: 1 1 100%;
	align-self: stretch;
	justify-content: space-between;
	gap: 24px;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles.is-layout-flex,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured.is-layout-flex {
	width: 100%;
	max-width: 100%;
	flex: 1 1 100%;
	align-items: flex-start;
	gap: 24px;
	row-gap: 6px;
	column-gap: 24px;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group {
	width: calc((100% - 72px) / 4);
	max-width: calc((100% - 72px) / 4);
	min-width: 0;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group.is-layout-flex,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group.is-layout-flex {
	gap: 6px;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group > figure.wp-block-image,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group > figure.wp-block-image {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group > figure.wp-block-image > a,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group > figure.wp-block-image > a {
	display: block;
	width: 100%;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group > figure.wp-block-image img,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group > figure.wp-block-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group > p,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group > p {
	margin-top: 2px;
	margin-bottom: 0;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group > p > a,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group > p > a {
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
}

/* Featured tile links – enforce hover underline */
.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group > p > a:hover,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group > p > a:hover {
	text-decoration: underline;
}

/* Mega panel – About link lists */
.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-links .is-layout-flex {
	gap: 0;
}

.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories .is-layout-flex {
	gap: 0;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-links,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories {
	width: 100%;
	max-width: 100%;
	flex: 1 1 100%;
	justify-content: space-between;
	column-gap: 48px;
	border-top: 1px solid rgba(32, 68, 69, 0.12);
	padding-top: 20px;
	margin-top: 20px;
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-links > .wp-block-group,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories > .wp-block-group {
	flex: 1 1 0;
	max-width: 360px;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-links > .wp-block-group.is-layout-flex {
	gap: 6px;
	align-items: flex-start;
}

.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories > .wp-block-group {
	width: 100%;
	max-width: 100%;
	flex: 1 1 100%;
}

.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories .glassical-product-category-list {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories .glassical-product-category-list__title {
	margin: 0 0 16px;
}

.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories .glassical-product-category-list__items {
	width: 100%;
	max-width: 100%;
	column-gap: 3rem;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-links p,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories p {
	margin: 0;
	padding: 0;
	line-height: 1.35;
}

.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories p + p {
	margin-top: 4px;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-links h3 {
	margin: 0 0 8px;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-links a,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-categories a {
	font-size: 18px;
	text-decoration: none;
}

/* Mega panel – About section headings */
.mega-panel .gd-mega-title {
	margin: 0;
}

.mega-about h4 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0;
}

/* Extra spacing only for link-column headings */
.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-links h4 {
	margin-bottom: 16px;
}

/* Mega panel – Shared About/Products link styling */
.mega-panel.mega-about.gd-mega-about.gd-mega-panel a,
.mega-panel.mega-about.gd-mega-about.gd-mega-panel a:visited,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel a,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel a:visited {
	color: var(--wp--preset--color--sage);
	text-decoration: none;
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel a:hover,
.mega-panel.mega-about.gd-mega-about.gd-mega-panel a:focus,
.mega-panel.mega-about.gd-mega-about.gd-mega-panel a:active,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel a:hover,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel a:focus,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel a:active {
	color: var(--wp--preset--color--gold);
}

.mega-panel.mega-about.gd-mega-about.gd-mega-panel a:hover,
.mega-panel.mega-about.gd-mega-about.gd-mega-panel a:focus,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel a:hover,
.mega-panel.mega-products.gd-mega-products.gd-mega-panel a:focus {
	text-decoration: underline;
}

/* Mega panel – Search form */
.mega-panel.mega-search.gd-mega-search.gd-mega-panel {
	width: 100%;
	max-width: 100%;
}

.mega-panel.mega-search.gd-mega-search.gd-mega-panel > .wp-block-heading {
	margin: 0 0 1rem;
}

.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search {
	width: 100%;
	max-width: none;
	margin: 0;
}

.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search__label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	border: 0;
	word-wrap: normal !important;
	overflow-wrap: normal !important;
}

.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search__inside-wrapper {
	display: flex;
	align-items: stretch;
	gap: 0.75rem;
	width: 100%;
	max-width: none;
}

.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search__input {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0.5em 1rem;
	border: var(--wc-form-border-width, 1px) solid var(--wp--preset--color--sand);
	border-radius: var(--wc-form-border-radius, 4px);
	background-color: var(--wc-form-color-background, #fff);
	color: var(--wc-form-color-text, #000);
	line-height: normal;
}

.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search__input:focus {
	border-color: currentColor;
	outline: none;
}

.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search__button {
	flex: 0 0 auto;
	margin: 0;
	padding: 1rem 2.25rem;
	border-radius: 4px;
}

@media (max-width: 640px) {
	.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search__inside-wrapper {
		flex-wrap: wrap;
	}

	.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search__input,
	.mega-panel.mega-search.gd-mega-search.gd-mega-panel .wp-block-search__button {
		width: 100%;
	}
}

/* Responsive map embeds */
.glassical-map-embed {
	position: relative;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.glassical-map-embed iframe {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(100%);
}

@media (max-width: 960px) {
	.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group,
	.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group {
		width: calc((100% - 24px) / 2);
		max-width: calc((100% - 24px) / 2);
	}
}

@media (max-width: 640px) {
	.mega-panel.mega-about.gd-mega-about.gd-mega-panel .mega-about-tiles > .wp-block-group,
	.mega-panel.mega-products.gd-mega-products.gd-mega-panel .mega-products-featured > .wp-block-group {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 782px) {
	header.wp-block-template-part .gd-mega,
	header.wp-block-template-part .gd-mega-panel,
	header.wp-block-template-part .gd-mega-panel * {
		box-sizing: border-box;
		min-width: 0;
	}

	header.wp-block-template-part .gd-mega {
		max-width: 100%;
		overflow-x: clip;
	}

	header.wp-block-template-part .gd-mega-panel.is-layout-flex,
	header.wp-block-template-part .gd-mega-panel .is-layout-flex {
		flex-wrap: wrap !important;
	}

	header.wp-block-template-part .gd-mega-panel {
		gap: 1rem;
	}

	header.wp-block-template-part
		.gd-mega-panel
		:is(.mega-products-featured, .mega-products-categories, .mega-about-tiles, .mega-about-links) {
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
		column-gap: 1rem;
		row-gap: 1rem;
	}

	header.wp-block-template-part
		.gd-mega-panel
		:is(.mega-products-categories, .mega-about-links) {
		margin-top: 1rem;
		padding-top: 1rem;
	}

	header.wp-block-template-part .gd-mega-about .mega-about-links {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		align-items: stretch !important;
		justify-content: flex-start;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden;
	}

	header.wp-block-template-part .gd-mega-about .mega-about-links > .wp-block-group {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		min-width: 0 !important;
	}

	header.wp-block-template-part .gd-mega-about .mega-about-links p,
	header.wp-block-template-part .gd-mega-about .mega-about-links a {
		white-space: normal;
		overflow-wrap: normal;
		word-break: normal;
	}

	header.wp-block-template-part .gd-mega-products .mega-products-categories > .wp-block-group,
	header.wp-block-template-part .gd-mega-about .mega-about-links > .wp-block-group {
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
	}

	header.wp-block-template-part
		.gd-mega-products
		.glassical-product-category-list__items {
		column-count: 2;
		column-gap: 1.5rem;
	}

	header.wp-block-template-part .gd-mega-panel a {
		overflow-wrap: anywhere;
	}
}

@media (max-width: 430px) {
	header.wp-block-template-part .gd-mega-panel {
		padding: 1rem;
	}

	header.wp-block-template-part .gd-mega-products .mega-products-featured figure,
	header.wp-block-template-part .gd-mega-about .mega-about-tiles figure,
	header.wp-block-template-part .gd-mega-panel .gd-mega-media {
		display: none !important;
	}

	header.wp-block-template-part .gd-mega-products .mega-products-featured,
	header.wp-block-template-part .gd-mega-about .mega-about-tiles {
		gap: 0.5rem;
	}

	header.wp-block-template-part .gd-mega-products .mega-products-featured > .wp-block-group,
	header.wp-block-template-part .gd-mega-about .mega-about-tiles > .wp-block-group {
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
	}

	header.wp-block-template-part
		.mega-panel.mega-products.gd-mega-products.gd-mega-panel
		.mega-products-categories,
	header.wp-block-template-part
		.mega-panel.mega-about.gd-mega-about.gd-mega-panel
		.mega-about-links {
		margin-top: 0;
	}

	header.wp-block-template-part
		.gd-mega-products
		.glassical-product-category-list__items {
		column-count: 1;
		column-gap: 0;
	}

	header.wp-block-template-part
		.gd-mega-products
		.glassical-product-category-list__item {
		margin-bottom: 0.5rem;
	}

	header.wp-block-template-part .gd-mega-products .mega-products-categories a,
	header.wp-block-template-part .gd-mega-about .mega-about-links a {
		display: block;
		font-size: 16px;
		line-height: 1.35;
	}

	header.wp-block-template-part .gd-mega-about .mega-about-links {
		flex-direction: column;
		align-items: stretch;
		row-gap: 1.25rem;
	}

	header.wp-block-template-part .gd-mega-about .mega-about-links > .wp-block-group {
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
	}

	header.wp-block-template-part .gd-mega-about .mega-about-links p,
	header.wp-block-template-part .gd-mega-about .mega-about-links a {
		overflow-wrap: normal;
		word-break: normal;
	}

	header.wp-block-template-part .gd-mega-about .mega-about-links h4 {
		margin-bottom: 0.5rem;
	}
}

html,
body {
	overflow-x: hidden;
}

header.wp-block-template-part.mega-open .mega-container {
	display: block;
}

header.wp-block-template-part.mega-open.mega-active-products .mega-products {
	display: flex;
}

header.wp-block-template-part.mega-open.mega-active-about .mega-about {
	display: flex;
}

header.wp-block-template-part.mega-open.mega-active-search .mega-search {
	display: flex;
}

@media (max-width: 430px) {
	header.wp-block-template-part,
	header.wp-block-template-part .site-header.gd-header {
		display: block;
		position: relative;
		overflow: visible;
	}

	header.wp-block-template-part .mega-container,
	header.wp-block-template-part .mega-container.gd-mega,
	header.wp-block-template-part .gd-mega {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		z-index: auto;
		width: 100% !important;
		max-width: 100%;
		transform: none !important;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-x: clip;
	}

	header.wp-block-template-part .mega-panel,
	header.wp-block-template-part .gd-mega-panel {
		position: static;
		width: 100%;
		max-width: 100%;
		margin: 0;
		box-sizing: border-box;
	}

	header.wp-block-template-part.mega-open .mega-container,
	header.wp-block-template-part.mega-open .mega-container.gd-mega,
	header.wp-block-template-part.mega-open .gd-mega {
		display: block;
	}
}

/* ==============================
   Header mini cart (icon only)
   ============================== */

/* Woo sets mini-cart sizing via font-size; override in header */
.header-utility .wc-block-mini-cart {
	font-size: 0 !important; /* remove any inherited sizing effects */
}

.header-utility .wc-block-mini-cart__button {
	padding: 0 !important;
	line-height: 1;
	font-size: 16px !important; /* restore baseline for badge positioning */
}

.header-utility .wc-block-mini-cart__quantity-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header-utility .wc-block-mini-cart__icon {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px;
	min-height: 38px;
}

.header-utility .wc-block-mini-cart__badge {
	position: absolute;
	top: -4px;
	right: -4px;
	left: auto;
	bottom: auto;
	transform: none !important;
	margin: 0 !important;
	z-index: 2;
	font-size: 11px !important;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
}

/* Keep the Woo mini-cart overlay above the custom header and mega-menu. */
body .wc-block-components-drawer__screen-overlay {
	z-index: 10001;
}

body .wc-block-components-drawer__screen-overlay .wc-block-mini-cart__drawer {
	z-index: 10002;
}

/* ------------------------------
   Woo: Single Product Title (scoped)
------------------------------ */
.single-product h1.wp-block-post-title {
	font-family: var(--wp--preset--font-family--poppins);
	font-weight: 700;
	font-size: clamp(1.6rem, 1.9vw, 1.9rem);
}

/* ------------------------------
   Woo: Single Product Price Line
------------------------------ */
.single-product .wc-block-components-product-price.wc-block-grid__product-price {
	font-size: 130%;
}

.single-product
	.wc-block-components-product-price.wc-block-grid__product-price
	bdi {
	font-size: 120%;
}

/* ------------------------------
   Woo: Focus treatment
------------------------------ */
.wc-block-components-text-input :is(
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="text"],
	input[type="url"]
):is(:focus, :focus-visible),
.wc-block-components-form .wc-block-components-text-input :is(
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="text"],
	input[type="url"]
):is(:focus, :focus-visible),
.wc-block-components-button:not(.is-link):is(:focus, :focus-visible),
.wc-block-components-quantity-selector,
.wc-block-components-quantity-selector:focus-within,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:is(:focus, :focus-visible),
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:is(:focus, :focus-visible),
.woocommerce :is(input, select, textarea):is(:focus, :focus-visible),
body[class*="woocommerce"] :is(input, select, textarea):is(:focus, :focus-visible) {
	border-color: var(--wp--preset--color--sage, #607e77) !important;
	border-width: 1px !important;
	box-shadow: none !important;
	outline: none !important;
}

.wc-block-components-button:not(.is-link):is(:focus, :focus-visible) {
	box-shadow: inset 0 0 0 1px var(--wp--preset--color--sage, #607e77) !important;
}

/* ------------------------------
   Woo: Cart product details
------------------------------ */
.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-details,
.wc-block-mini-cart__drawer .wc-block-cart-items__row .wc-block-components-product-details {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-details > span,
.wc-block-mini-cart__drawer .wc-block-cart-items__row .wc-block-components-product-details > span {
	display: block;
	line-height: inherit;
}

.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-details > span > span[aria-hidden="true"],
.wc-block-mini-cart__drawer .wc-block-cart-items__row .wc-block-components-product-details > span > span[aria-hidden="true"] {
	display: none;
}

.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-details__name,
.wc-block-mini-cart__drawer .wc-block-cart-items__row .wc-block-components-product-details__name {
	font-weight: 700;
}

.wc-block-mini-cart__drawer .wc-block-cart-items__row .wc-block-components-product-details__value {
	overflow-wrap: anywhere;
}

/* ------------------------------
   Woo: Add-to-cart success notice
------------------------------ */
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--sage, #607e77) 28%, white);
	border-radius: 6px;
	background: color-mix(in srgb, var(--wp--preset--color--sand, #e6e1d4) 42%, white);
	color: var(--wp--preset--color--deep-teal, #204445);
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success:focus,
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success:focus-visible {
	outline: 1px solid var(--wp--preset--color--sage, #607e77);
	outline-offset: 0;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success > svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: var(--wp--preset--color--sage, #607e77);
	fill: currentColor;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	font-size: 0.95rem;
	line-height: 1.5;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success > .wc-block-components-notice-banner__content .wc-forward {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	padding: 10px 18px !important;
	border: 1px solid var(--wp--preset--color--sage, #607e77);
	border-radius: 4px;
	background: transparent;
	color: var(--wp--preset--color--sage, #607e77);
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success > .wc-block-components-notice-banner__content .wc-forward:hover,
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success > .wc-block-components-notice-banner__content .wc-forward:focus-visible {
	background: var(--wp--preset--color--sage, #607e77);
	border-color: var(--wp--preset--color--sage, #607e77);
	color: var(--wp--preset--color--cream, #fbf9f2);
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success > .wc-block-components-notice-banner__content .wc-forward:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold, #c4a770);
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
		padding: 14px 16px;
	}

	.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content {
		gap: 10px 12px;
	}

	.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success > .wc-block-components-notice-banner__content .wc-forward {
		margin-left: 0;
	}
}

/* Footer (upper section) typography tightening */

footer .has-sage-background-color {
	line-height: 1.35;
}

/* Right-side footer columns: let line-height control spacing */

footer .has-sage-background-color
.wp-container-content-b99e70a5
.wp-block-group.is-layout-constrained p {
	margin: 0;
}

.gd-footer-column p {
	margin-bottom: 0.35rem !important;
}

/* Restore vertical rhythm between stacked links */

footer .has-sage-background-color
.wp-container-content-b99e70a5
.wp-block-group.is-layout-constrained p + p {
	margin-top: 4px;
}

/* Footer upper: override global flex gap in columns */

.footer-upper .wp-container-content-e16604df.is-layout-flex {
	gap: 0;
}

.footer-upper .wp-container-content-90d19858.is-layout-constrained {
	margin-top: 0;
	margin-bottom: 0;
}

/* Footer upper – consistent H3 spacing */

.footer-upper h3 {
	margin-top: 24px;
	margin-bottom: 6px;
}

/* Do not add extra space before the very first heading in each column */

.footer-upper .is-layout-flex > h3:first-child {
	margin-top: 0;
}

/* SHOWROOM paragraph spacing (left column only) */

.footer-upper
.wp-container-content-e16604df
h3 + p {
	margin-top: 0;
}

.footer-upper
.wp-container-content-e16604df
p + p {
	margin-top: 10px;
}

/* ----------------------------------------
   Footer link underline behavior
----------------------------------------- */

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* Force underline for footer email link */

footer a[href^="mailto:"] {
	text-decoration: underline;
}

/* Footer social icons */
.secondary-footer .footer-social .wp-social-link {
	background-color: #c4a770;
}

.secondary-footer .footer-social .wp-social-link svg,
.secondary-footer .footer-social .wp-social-link svg path {
	fill: #fbf9f2;
}

.secondary-footer .footer-social .wp-social-link:hover {
	background-color: #fbf9f2;
}

.secondary-footer .footer-social .wp-social-link:hover svg,
.secondary-footer .footer-social .wp-social-link:hover svg path {
	fill: #2f4f4b;
}

.secondary-footer .footer-social .wp-social-link a {
	background: none;
}

@media (max-width: 430px) {
	.footer-upper,
	.secondary-footer {
		box-sizing: border-box;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.secondary-footer {
		padding-bottom: 24px !important;
	}

	.footer-upper > .wp-block-group.alignwide,
	.secondary-footer > .wp-block-group.alignwide {
		flex-direction: column !important;
		align-items: stretch !important;
		width: 100%;
	}

	.footer-upper > .wp-block-group.alignwide {
		gap: 2rem;
	}

	.secondary-footer > .wp-block-group.alignwide:first-child {
		gap: 1.25rem;
	}

	.secondary-footer > .wp-block-group.alignwide + .wp-block-group.alignwide {
		gap: 0;
		margin-top: 1.25rem;
	}

	.secondary-footer > .wp-block-group.alignwide + .wp-block-group.alignwide > .wp-block-group:empty {
		display: none;
	}

	.footer-upper .wp-block-columns,
	.footer-upper .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.footer-upper .wp-block-columns {
		flex-direction: column !important;
		gap: 1.75rem;
	}

	.footer-upper .glassical-product-category-list__items {
		column-count: 1;
	}

	.secondary-footer > .wp-block-group.alignwide > .wp-block-group {
		justify-content: center !important;
		width: 100%;
	}

	.secondary-footer .footer-social {
		justify-content: center !important;
	}

	.secondary-footer p {
		text-align: center;
	}
}

/* ----------------------------------------
   Page H1 Accent Rule (Post Title)
----------------------------------------- */

.page .wp-block-post-title,
.blog .blog-home-heading,
.search .blog-search-heading,
body.wp-singular:not(.single-product) h1.wp-block-post-title,
body.archive h1.wp-block-query-title,
body.category h1.wp-block-query-title,
.wp-block-woocommerce-order-confirmation-status h1 {
	position: relative;
	padding-bottom: 0.75rem;
	font-family: var(--wp--preset--font-family--ethic);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.125;
	letter-spacing: -0.1px;
	color: var(--wp--preset--color--deep-teal, #204445);
}

.page .wp-block-post-title::after,
.blog .blog-home-heading::after,
.search .blog-search-heading::after,
body.wp-singular:not(.single-product) h1.wp-block-post-title::after,
body.archive h1.wp-block-query-title::after,
body.category h1.wp-block-query-title::after,
.wp-block-woocommerce-order-confirmation-status h1::after {
	content: "";
	display: block;
	width: 50%;
	max-width: 420px;
	height: 2px;
	margin-top: 0.5rem;
	background-color: var(--wp--preset--color--gold, #c8a24d);
}

.h1-underline {
	position: relative;
	padding-bottom: 0.75rem;
	font-weight: 500;
}

.h1-underline-fixed {
	--h1-underline-width: 420px;
	--h1-underline-max-width: 420px;
}

.h1-underline::after {
	content: "";
	display: block;
	width: var(--h1-underline-width, 50%);
	max-width: var(--h1-underline-max-width, 420px);
	height: 2px;
	margin-top: 0.5rem;
	background-color: var(--wp--preset--color--gold, #c8a24d);
}

/* ----------------------------------------
   FacetWP Product Catalog
----------------------------------------- */

.facetwp-template[data-name="products"] {
	width: 100%;
}

.facetwp-template[data-name="products"] .facetwp-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 24px;
	align-items: start;
}

.facetwp-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: var(--wp--preset--color--deep-teal, #204445);
}

.facetwp-product-image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 14px;
	border-radius: 4px;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--sand, #e6e1d4) 88%, white);
	background: color-mix(in srgb, var(--wp--preset--color--cream, #fbf9f2) 72%, white);
	aspect-ratio: 1 / 1;
	padding: 0;
}

.facetwp-product-image {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	vertical-align: top;
}

.facetwp-product-image img {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	vertical-align: top;
}

.facetwp-product-image-link:empty::after {
	content: "Image unavailable";
	color: color-mix(in srgb, var(--wp--preset--color--deep-teal, #204445) 46%, white);
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	line-height: 1.4;
	text-align: center;
}

.facetwp-product-title {
	margin: 0 0 8px;
	min-height: calc(1.35em * 2);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.facetwp-product-title a {
	color: inherit;
	text-decoration: none;
}

.facetwp-product-title a:hover,
.facetwp-product-title a:focus-visible {
	text-decoration: underline;
}

.facetwp-product-price,
.facetwp-product-price .price {
	margin: 0;
	color: color-mix(in srgb, var(--wp--preset--color--deep-teal, #204445) 62%, white);
	font-size: 0.95rem;
	line-height: 1.4;
}

.facetwp-product-price .amount {
	font-weight: 500;
}

.facetwp-product-actions {
	margin-top: 14px;
}

.facetwp-product-button.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border: 1px solid var(--wp--preset--color--sage, #607e77);
	border-radius: 4px;
	background: transparent;
	color: var(--wp--preset--color--sage, #607e77);
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.facetwp-product-button.wp-element-button:hover,
.facetwp-product-button.wp-element-button:focus-visible {
	background: var(--wp--preset--color--sage, #607e77);
	border-color: var(--wp--preset--color--sage, #607e77);
	color: var(--wp--preset--color--cream, #fbf9f2);
}

.wp-block-button.sage-ghost .wp-block-button__link,
.wp-block-button.sage-ghost .wp-block-button__link:visited {
	background: transparent !important;
	border-color: var(--wp--preset--color--sage, #607e77) !important;
	color: var(--wp--preset--color--sage, #607e77) !important;
}

.wp-block-button.sage-ghost .wp-block-button__link strong {
	color: inherit;
}

.wp-block-button.sage-ghost .wp-block-button__link:hover,
.wp-block-button.sage-ghost .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--sage, #607e77) !important;
	border-color: var(--wp--preset--color--sage, #607e77) !important;
	color: #fff !important;
}

.wp-block-button.reverse-sage-ghost .wp-block-button__link,
.wp-block-button.reverse-sage-ghost .wp-block-button__link:visited {
	background: transparent !important;
	border-color: var(--wp--preset--color--cream, #fbf9f2) !important;
	color: var(--wp--preset--color--cream, #fbf9f2) !important;
}

.wp-block-button.reverse-sage-ghost .wp-block-button__link strong {
	color: inherit;
}

.wp-block-button.reverse-sage-ghost .wp-block-button__link:hover,
.wp-block-button.reverse-sage-ghost .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--cream, #fbf9f2) !important;
	border-color: var(--wp--preset--color--cream, #fbf9f2) !important;
	color: var(--wp--preset--color--sage, #607e77) !important;
}

.facetwp-product-button.wp-element-button:focus-visible,
.facetwp-load-more:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold, #c4a770);
	outline-offset: 2px;
}

.facetwp-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	padding: 12px 28px;
	border: 0;
	border-radius: 4px;
	background: var(--wp--preset--color--sage, #607e77);
	color: var(--wp--preset--color--cream, #fbf9f2);
	cursor: pointer;
	font-size: var(--wp--preset--font-size--medium, 1rem);
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.facetwp-load-more:hover,
.facetwp-load-more:focus-visible {
	background: var(--wp--preset--color--gold, #c4a770);
	color: var(--wp--preset--color--cream, #fbf9f2);
}

/* Related products on single-product pages */
.single-product .wp-block-heading:has(+ .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"]),
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] > h2,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-heading {
	font-size: 40px;
	color: var(--wp--preset--color--muted-sage, #617d7a);
	margin-bottom: 60px;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-post-title {
	line-height: 1.35;
	min-height: calc(2 * 1.35em);
	font-weight: 400;
	margin-bottom: 0.75rem;
	text-align: center;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-product {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-post-title a {
	display: block;
	color: inherit;
	font-weight: 400;
	line-height: inherit;
	text-decoration: none;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-post-title a:hover,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-post-title a:focus-visible {
	text-decoration: underline;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-price,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-grid__product-price {
	margin: 0;
	color: color-mix(in srgb, var(--wp--preset--color--deep-teal, #204445) 62%, white);
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.4;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-price .woocommerce-Price-amount,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-grid__product-price .woocommerce-Price-amount,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-price .amount,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-grid__product-price .amount,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-price ins,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-price del,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-grid__product-price ins,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-grid__product-price del {
	font-weight: 400;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-button,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-button.wc-block-components-product-button {
	margin-top: auto;
	padding-top: 14px;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-button__button,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-button.wc-block-components-product-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border: 1px solid var(--wp--preset--color--sage, #607e77);
	border-radius: 4px;
	background: transparent;
	color: var(--wp--preset--color--sage, #607e77);
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-button__button:hover,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-button__button:focus-visible,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-button.wc-block-components-product-button .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--sage, #607e77);
	border-color: var(--wp--preset--color--sage, #607e77);
	color: var(--wp--preset--color--cream, #fbf9f2);
}

.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wc-block-components-product-button__button:focus-visible,
.single-product .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] .wp-block-button.wc-block-components-product-button .wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold, #c4a770);
	outline-offset: 2px;
}

.facetwp-stack {
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 22px 20px;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--sand, #e6e1d4) 86%, white);
	border-radius: 6px;
	background: color-mix(in srgb, var(--wp--preset--color--sand, #e6e1d4) 55%, white);
}

.facetwp-stack :is(h2, h3, h4, h5, h6) {
	margin: 0;
}

.facetwp-selections {
	margin-bottom: 28px;
}

.facetwp-selections ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.facetwp-selections li {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	line-height: 1;
}

.facetwp-selection-label {
	display: none;
}

.facetwp-selections .facetwp-selection-value {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	margin-right: 0;
	padding: 9px 16px 9px 14px;
	border: 1px solid var(--wp--preset--color--sage, #607e77);
	border-radius: 8px;
	background: var(--wp--preset--color--sage, #607e77);
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: initial;
	background-size: 0 0;
	color: var(--wp--preset--color--cream, #fbf9f2);
	cursor: pointer;
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	font-weight: 500;
	line-height: 1.1;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease;
}

.facetwp-selections .facetwp-selection-value::after {
	content: "×";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	transform: translateY(1px);
	color: var(--wp--preset--color--cream, #fbf9f2) !important;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1;
	pointer-events: none;
}

.facetwp-selections .facetwp-selection-value:hover,
.facetwp-selections .facetwp-selection-value:focus-visible {
	border-color: color-mix(in srgb, var(--wp--preset--color--sage, #607e77) 88%, var(--wp--preset--color--gold, #c4a770));
	background: color-mix(in srgb, var(--wp--preset--color--sage, #607e77) 88%, var(--wp--preset--color--gold, #c4a770));
}

.facetwp-facet-pager_counts,
.facetwp-facet-product_sort {
	margin-bottom: 24px;
}

.facetwp-facet-pager_counts {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	margin-right: 16px;
	color: color-mix(in srgb, var(--wp--preset--color--deep-teal, #204445) 78%, white);
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.facetwp-facet-product_sort {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 0 0 auto;
	margin-left: auto;
}

.facetwp-type-sort select,
.facetwp-sort-select {
	min-width: 220px;
	margin: 0;
	padding: 0.8rem 2.75rem 0.8rem 1rem;
	border: 1px solid var(--wp--preset--color--sand, #e6e1d4);
	border-radius: 4px;
	background-color: color-mix(in srgb, var(--wp--preset--color--sand, #e6e1d4) 55%, white);
	color: var(--wp--preset--color--deep-teal, #204445);
	font: inherit;
	line-height: 1.2;
}

.facetwp-template[data-name="products"] .facetwp-products-grid + .facetwp-products-grid {
	margin-top: 32px;
}

.facetwp-type-sort select:focus,
.facetwp-sort-select:focus {
	border-color: var(--wp--preset--color--sage, #607e77);
	outline: none;
}

.facetwp-type-checkboxes {
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--sand, #e6e1d4) 82%, white);
}

.facetwp-type-checkboxes:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.facetwp-type-checkboxes .facetwp-checkbox {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 7px;
	padding: 0.03rem 0 0.03rem 1.9rem;
	background: none;
	background-image: none;
	color: var(--wp--preset--color--deep-teal, #204445);
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	line-height: 1.3;
}

.facetwp-type-checkboxes .facetwp-checkbox::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 14px;
	height: 14px;
	border: 1.5px solid color-mix(in srgb, var(--wp--preset--color--sage, #607e77) 70%, white);
	border-radius: 3px;
	background: #fff;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked::before {
	border-color: color-mix(in srgb, var(--wp--preset--color--sage, #607e77) 92%, var(--wp--preset--color--gold, #c4a770));
	background: color-mix(in srgb, var(--wp--preset--color--sage, #607e77) 88%, var(--wp--preset--color--gold, #c4a770));
}

.facetwp-type-checkboxes .facetwp-checkbox.checked {
	background-image: none;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0.37rem;
	width: 6px;
	height: 3px;
	border-left: 1.5px solid var(--wp--preset--color--cream, #fbf9f2);
	border-bottom: 1.5px solid var(--wp--preset--color--cream, #fbf9f2);
	transform: rotate(-45deg);
}

.facetwp-type-checkboxes .facetwp-counter {
	flex: 0 0 auto;
	align-self: flex-start;
	margin-left: 4px;
	color: color-mix(in srgb, var(--wp--preset--color--deep-teal, #204445) 58%, white);
	white-space: nowrap;
	font-size: 0.92em;
}

.facetwp-type-checkboxes .facetwp-toggle {
	display: inline-flex;
	margin-top: 6px;
	color: var(--wp--preset--color--sage, #607e77);
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.facetwp-type-checkboxes .facetwp-toggle:hover,
.facetwp-type-checkboxes .facetwp-toggle:focus-visible {
	color: var(--wp--preset--color--gold, #c4a770);
	text-decoration: underline;
}

.facetwp-type-checkboxes .facetwp-toggle.facetwp-hidden,
.facetwp-type-hierarchy .facetwp-toggle.facetwp-hidden {
	display: none;
}

.gd-quote {
	font-size: 2rem;
}

.gd-quote strong {
	color: var(--wp--preset--color--gold, #c4a770);
}

.gd-testimonial-slider {
	--gd-testimonial-panel-bg: #e6e1d4;
	--gd-testimonial-ink: var(--wp--preset--color--deep-teal, #204445);
	--gd-testimonial-muted: var(--wp--preset--color--sage, #607e77);
	--gd-testimonial-accent: var(--wp--preset--color--gold, #c4a770);
	box-sizing: border-box;
	width: 100%;
	margin-top: var(--wp--preset--spacing--60, 3rem);
	margin-bottom: var(--wp--preset--spacing--60, 3rem);
	color: var(--gd-testimonial-ink);
}

.gd-testimonial-slider__panel {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	box-sizing: border-box;
	padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 5vw, 5rem);
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(32, 68, 69, 0.08);
}

.gd-testimonial-slider__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--gd-home-product-collection-tile);
	background-repeat: repeat;
	pointer-events: none;
}

.gd-testimonial-slider__panel > * {
	position: relative;
	z-index: 1;
}

.gd-testimonial-slider__heading {
	position: relative;
	z-index: 1;
	margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
	color: var(--wp--preset--color--sage, #607e77);
	font-family: var(--wp--preset--font-family--ethic, Ethic, sans-serif);
	font-size: 48px;
	line-height: 1.15;
	text-align: center;
}

.gd-testimonial-slider__slides {
	position: relative;
	min-height: clamp(15rem, 24vw, 20rem);
}

.gd-testimonial-slider__slide {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 860px;
	margin: 0 auto;
	padding: 0 clamp(0rem, 3vw, 2rem);
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.32s ease, transform 0.32s ease;
}

.gd-testimonial-slider__slide.is-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.gd-testimonial-slider__quote-mark {
	display: block;
	grid-column: 1;
	height: auto;
	margin-top: 0.05em;
	color: var(--gd-testimonial-accent);
	font-family: Georgia, serif;
	font-size: 4.2em;
	line-height: 0.72;
}

.gd-testimonial-slider__quote {
	width: 100%;
	margin: 0;
	text-align: left;
}

.gd-testimonial-slider__quote p {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 0.6em;
	align-items: start;
	margin: 0;
	color: var(--gd-testimonial-ink);
	font-size: clamp(1.18rem, 2vw, 1.6rem);
	line-height: 1.55;
	text-align: left;
}

.gd-testimonial-slider__attribution {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 0.2rem;
	margin: clamp(1.25rem, 2vw, 1.75rem) 0 0;
	color: var(--gd-testimonial-muted);
	font-size: 1rem;
	line-height: 1.35;
	text-align: center;
}

.gd-testimonial-slider__name {
	color: var(--gd-testimonial-ink);
	font-weight: 700;
}

.gd-testimonial-slider__company {
	font-size: 0.95rem;
}

.gd-testimonial-slider__dots {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.gd-testimonial-slider__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 1px solid var(--gd-testimonial-muted);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.gd-testimonial-slider__dot.is-active,
.gd-testimonial-slider__dot[aria-current="true"] {
	border-color: var(--gd-testimonial-accent);
	background: var(--gd-testimonial-accent);
}

.gd-testimonial-slider__dot:focus-visible {
	outline: 3px solid var(--gd-testimonial-accent);
	outline-offset: 3px;
}

.gd-testimonial-slider--editor .gd-testimonial-slider__panel {
	padding: 1.5rem;
}

.gd-testimonial-slider__editor-item {
	padding: 1rem;
	border: 1px solid rgba(32, 68, 69, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.62);
}

.gd-testimonial-slider__editor-item + .gd-testimonial-slider__editor-item {
	margin-top: 1rem;
}

.gd-testimonial-slider__editor-label {
	margin: 0 0 0.75rem;
	color: var(--gd-testimonial-ink);
	font-weight: 700;
}

.gd-testimonial-slider--editor .components-button.is-primary {
	margin-top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.gd-testimonial-slider__slide {
		transform: none;
		transition: opacity 1ms linear;
	}
}

@media (max-width: 600px) {
	.gd-testimonial-slider__panel {
		padding: 2rem 1rem;
	}

	.gd-testimonial-slider__slides {
		min-height: 18rem;
	}
}

.gd-feature-panel-slider {
	--gd-feature-panel-ink: var(--wp--preset--color--deep-teal, #204445);
	--gd-feature-panel-muted: var(--wp--preset--color--sage, #607e77);
	--gd-feature-panel-accent: var(--wp--preset--color--gold, #c4a770);
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-right: clamp(2.75rem, 4vw, 4.25rem);
	padding-left: clamp(2.75rem, 4vw, 4.25rem);
	color: var(--gd-feature-panel-ink);
}

.gd-feature-panel-slider__slides {
	position: relative;
	min-height: clamp(24rem, 42vw, 34rem);
}

.gd-feature-panel-slider__slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
	align-items: stretch;
	box-sizing: border-box;
	min-height: inherit;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(32, 68, 69, 0.14);
	opacity: 0;
	pointer-events: none;
	transform: translateX(10px);
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.gd-feature-panel-slider__slide.is-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.gd-feature-panel-slider__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	min-height: 100%;
	padding: clamp(2rem, 4vw, 4rem);
}

.gd-feature-panel-slider__headline {
	margin: 0 0 1rem;
	color: var(--gd-feature-panel-ink);
	font-family: var(--wp--preset--font-family--ethic, Ethic, sans-serif);
	font-size: clamp(2.15rem, 4.5vw, 4.15rem);
	line-height: 1;
}

.gd-feature-panel-slider__body {
	max-width: 36rem;
	margin: 0;
	color: var(--gd-feature-panel-muted);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.6;
}

.gd-feature-panel-slider__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5rem;
	border-radius: 6px;
	background: var(--gd-feature-panel-accent);
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.gd-feature-panel-slider__button:hover,
.gd-feature-panel-slider__button:focus {
	background: var(--gd-feature-panel-ink);
	color: #fff;
	text-decoration: none;
}

.gd-feature-panel-slider__button:focus-visible {
	outline: 3px solid var(--gd-feature-panel-accent);
	outline-offset: 3px;
}

.gd-feature-panel-slider__media {
	min-height: 100%;
	margin: 0;
	background: rgba(32, 68, 69, 0.08);
}

.gd-feature-panel-slider__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.gd-feature-panel-slider__nav {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	pointer-events: none;
}

.gd-feature-panel-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--wp--preset--color--cream, #fbf9f2);
	font-size: 2rem;
	line-height: 1;
	opacity: 0.5;
	cursor: pointer;
	pointer-events: auto;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.gd-feature-panel-slider__arrow i {
	display: block;
	line-height: 1;
}

.gd-feature-panel-slider__arrow:hover,
.gd-feature-panel-slider__arrow:focus,
.gd-feature-panel-slider__arrow:active,
.gd-feature-panel-slider__arrow:focus-visible {
	border: 0;
	outline: 0;
	box-shadow: none;
	background: transparent;
	color: var(--wp--preset--color--cream, #fbf9f2);
	opacity: 1;
}

.gd-feature-panel-slider--editor {
	padding: 1rem;
	border: 1px solid rgba(32, 68, 69, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.gd-feature-panel-slider__editor-item {
	padding: 1rem;
	border: 1px solid rgba(32, 68, 69, 0.18);
	border-radius: 8px;
	background: #fff;
}

.gd-feature-panel-slider__editor-item + .gd-feature-panel-slider__editor-item {
	margin-top: 1rem;
}

.gd-feature-panel-slider__editor-label {
	margin: 0 0 0.75rem;
	color: var(--gd-feature-panel-ink);
	font-weight: 700;
}

.gd-feature-panel-slider__editor-media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
}

.gd-feature-panel-slider__editor-image {
	display: block;
	width: 120px;
	height: 80px;
	object-fit: cover;
	border-radius: 6px;
}

.gd-feature-panel-slider__editor-placeholder {
	margin: 0;
	color: var(--gd-feature-panel-muted);
}

.gd-feature-panel-slider--editor > .components-button.is-primary {
	margin-top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.gd-feature-panel-slider__slide {
		transform: none;
		transition: opacity 1ms linear;
	}
}

@media (max-width: 781px) {
	.gd-feature-panel-slider {
		padding-right: 0;
		padding-left: 0;
	}

	.gd-feature-panel-slider__slides {
		min-height: 0;
	}

	.gd-feature-panel-slider__slide,
	.gd-feature-panel-slider__slide.is-active {
		grid-template-columns: minmax(0, 1fr);
	}

	.gd-feature-panel-slider__media {
		order: -1;
		min-height: 14rem;
	}

	.gd-feature-panel-slider__content {
		padding: 1.5rem;
	}

	.gd-feature-panel-slider__nav {
		position: relative;
		justify-content: center;
		gap: 0.75rem;
		margin-top: 1rem;
		pointer-events: auto;
	}

	.gd-feature-panel-slider__arrow {
		font-size: 1.35rem;
	}
}

.gd-blog-post-slider {
	--gd-blog-slider-ink: var(--wp--preset--color--deep-teal, #204445);
	--gd-blog-slider-muted: var(--wp--preset--color--sage, #607e77);
	--gd-blog-slider-accent: var(--wp--preset--color--gold, #c4a770);
	box-sizing: border-box;
	width: 100%;
	margin-top: var(--wp--preset--spacing--60, 3rem);
	margin-bottom: var(--wp--preset--spacing--60, 3rem);
	color: var(--gd-blog-slider-ink);
}

.gd-blog-post-slider__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.gd-blog-post-slider__heading {
	margin: 0;
	color: var(--wp--preset--color--sage, #607e77);
	font-family: var(--wp--preset--font-family--ethic, Ethic, sans-serif);
	font-size: 48px;
	line-height: 1.15;
}

.gd-blog-post-slider__nav {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}

.gd-blog-post-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(32, 68, 69, 0.18);
	border-radius: 6px;
	background: #fff;
	color: var(--gd-blog-slider-ink);
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.gd-blog-post-slider__arrow:hover,
.gd-blog-post-slider__arrow:focus {
	background: var(--gd-blog-slider-ink);
	color: #fff;
}

.gd-blog-post-slider__arrow:focus-visible {
	outline: 3px solid var(--gd-blog-slider-accent);
	outline-offset: 3px;
}

.gd-blog-post-slider__arrow:disabled {
	opacity: 0.42;
	cursor: default;
}

.gd-blog-post-slider__arrow:disabled:hover,
.gd-blog-post-slider__arrow:disabled:focus {
	background: #fff;
	color: var(--gd-blog-slider-ink);
}

.gd-blog-post-slider__viewport {
	overflow: hidden;
}

.gd-blog-post-slider__track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding: 0.25rem 0.25rem 1rem;
	scroll-padding: 0.25rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.gd-blog-post-slider__track::-webkit-scrollbar {
	display: none;
}

.gd-blog-post-slider__card {
	display: flex;
	flex: 0 0 calc((100% - 2rem) / 3);
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--wp--preset--color--sand, #e6e1d4);
	border-radius: 0;
	background: var(--wp--preset--color--cream, #fbf9f2);
	box-shadow: none;
	scroll-snap-align: start;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gd-blog-post-slider__card:hover,
.gd-blog-post-slider__card:focus-within {
	border-color: var(--wp--preset--color--sand, #e6e1d4);
	background: #fff;
}

.gd-blog-post-slider__image-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: rgba(32, 68, 69, 0.08);
	color: var(--gd-blog-slider-muted);
	font-weight: 700;
	text-decoration: none;
}

.gd-blog-post-slider__image-link:hover,
.gd-blog-post-slider__image-link:focus {
	text-decoration: none;
}

.gd-blog-post-slider__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.gd-blog-post-slider__image-link:hover .gd-blog-post-slider__image,
.gd-blog-post-slider__image-link:focus .gd-blog-post-slider__image {
	transform: scale(1.03);
}

.gd-blog-post-slider__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 1.25rem 1.25rem 1.5rem;
	background: transparent;
}

.gd-blog-post-slider__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
	padding: 0.55rem 1.25rem;
	border-top: 1px solid rgba(32, 68, 69, 0.08);
	background: var(--wp--preset--color--light-sand, #f1ede3);
	color: var(--gd-blog-slider-muted);
	font-size: 0.78rem;
	line-height: 1.25;
	letter-spacing: 0;
	transition: background-color 0.2s ease;
}

.gd-blog-post-slider__card:hover .gd-blog-post-slider__meta,
.gd-blog-post-slider__card:focus-within .gd-blog-post-slider__meta {
	background: rgba(32, 68, 69, 0.04);
}

.gd-blog-post-slider__author,
.gd-blog-post-slider__date {
	min-width: 0;
}

.gd-blog-post-slider__date {
	flex-shrink: 0;
	text-align: right;
}

.gd-blog-post-slider__title {
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--sage, #607e77);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.28rem;
	font-weight: 400;
	line-height: 1.18;
}

.gd-blog-post-slider__title a {
	color: inherit;
	text-decoration: none;
}

.gd-blog-post-slider__title a:hover,
.gd-blog-post-slider__title a:focus-visible {
	color: var(--wp--preset--color--gold, #c4a770);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.gd-blog-post-slider__excerpt {
	margin: 0 0 1rem;
	color: var(--gd-blog-slider-ink);
	font-size: 0.92rem;
	line-height: 1.5;
}

.gd-blog-post-slider__read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	margin-top: auto;
	padding: 0.45rem 0.75rem;
	border: 1px solid var(--gd-blog-slider-accent);
	border-radius: 6px;
	background: transparent;
	color: var(--gd-blog-slider-accent);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gd-blog-post-slider__read-more:hover,
.gd-blog-post-slider__read-more:focus {
	border-color: var(--gd-blog-slider-muted);
	background: var(--gd-blog-slider-muted);
	color: #fff;
	text-decoration: none;
}

.gd-blog-post-slider__read-more:focus-visible {
	outline: 3px solid var(--gd-blog-slider-accent);
	outline-offset: 3px;
}

.gd-blog-post-slider--editor {
	padding: 1rem;
	border: 1px solid rgba(32, 68, 69, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.gd-blog-post-slider--editor > .gd-blog-post-slider__heading {
	margin-bottom: 1rem;
}

.gd-blog-post-slider__editor-loading {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.gd-blog-post-slider__editor-note {
	margin: 0.75rem 0 0;
	color: var(--gd-blog-slider-muted);
	font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
	.gd-blog-post-slider__image {
		transition: none;
	}

	.gd-blog-post-slider__track {
		scroll-behavior: auto;
	}
}

@media (max-width: 900px) {
	.gd-blog-post-slider__card {
		flex-basis: calc((100% - 1rem) / 2);
	}
}

@media (max-width: 600px) {
	.gd-blog-post-slider__header {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.gd-blog-post-slider__heading {
		font-size: 2.4rem;
	}

	.gd-blog-post-slider__nav {
		justify-content: center;
		width: 100%;
	}

	.gd-blog-post-slider__track {
		padding-left: 30px;
		padding-right: 0;
		scroll-padding-left: 30px;
	}

	.gd-blog-post-slider__card {
		flex-basis: 88%;
	}
}

.facetwp-type-checkboxes .facetwp-toggle + .facetwp-toggle,
.facetwp-type-hierarchy .facetwp-toggle + .facetwp-toggle {
	margin-top: 6px;
}

.facetwp-facet-pager_load_more {
	display: flex;
	justify-content: center;
	margin-top: 32px;
	margin-bottom: 56px;
}

.facetwp-facet-product_sort {
	margin-bottom: 32px;
}

@media (max-width: 1100px) {
	.facetwp-template[data-name="products"] .facetwp-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 781px) {
	.facetwp-facet-pager_counts,
	.facetwp-facet-product_sort {
		margin-bottom: 18px;
	}

	.facetwp-facet-product_sort {
		width: 100%;
		margin-left: 0;
	}

	.facetwp-type-sort select,
	.facetwp-sort-select {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 640px) {
	.facetwp-template[data-name="products"] .facetwp-products-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.facetwp-facet-pager_load_more {
		margin-top: 28px;
		margin-bottom: 48px;
	}

	.facetwp-facet-product_sort {
		margin-bottom: 24px;
	}
}

/* ------------------------------
Products archive mobile layout
------------------------------ */

@media (max-width: 430px) {
	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) {
		padding-right: 30px;
		padding-left: 30px;
		overflow-x: clip;
	}

	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"])
		.wp-block-group.is-nowrap.is-layout-flex:has(> .facetwp-facet-pager_counts),
	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"])
		.wp-block-group.is-nowrap.is-layout-flex:has(> .facetwp-facet-product_sort) {
		align-items: stretch;
		flex-direction: column;
		flex-wrap: nowrap !important;
		gap: 0.75rem;
		width: 100%;
		max-width: 100%;
	}

	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) .facetwp-facet-pager_counts,
	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) .facetwp-facet-product_sort {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}

	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) .facetwp-facet-pager_counts {
		display: block;
		letter-spacing: 0.04em;
		white-space: normal;
		word-break: normal;
		overflow-wrap: normal;
	}

	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) .facetwp-facet-product_sort {
		justify-content: stretch;
		margin-bottom: 24px;
	}

	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) .facetwp-type-sort select,
	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) .facetwp-sort-select {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
}

.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) {
	padding-bottom: 72px;
}

.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"])
	.wp-block-group.is-nowrap.is-layout-flex:has(> .facetwp-facet-product_sort) {
	margin-bottom: 32px;
}

.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"])
	.wp-block-group.is-nowrap.is-layout-flex:has(> .facetwp-facet-product_sort)
	> .facetwp-facet-pager_counts,
.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"])
	.wp-block-group.is-nowrap.is-layout-flex:has(> .facetwp-facet-product_sort)
	> .facetwp-facet-product_sort {
	margin-bottom: 0;
}

.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"])
	.facetwp-facet-pager_load_more {
	margin-top: 32px;
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"]) {
		padding-bottom: 64px;
	}

	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"])
		.wp-block-group.is-nowrap.is-layout-flex:has(> .facetwp-facet-product_sort) {
		margin-bottom: 24px;
	}

	.entry-content.wp-block-post-content.has-global-padding:has(.facetwp-template[data-name="products"])
		.facetwp-facet-pager_load_more {
		margin-top: 28px;
		margin-bottom: 0;
	}
}

.gd-products-filter-toggle {
	display: none;
}

@media (max-width: 640px) {
	.entry-content.wp-block-post-content.has-global-padding.gd-products-archive-mobile-filters:has(.facetwp-template[data-name="products"])
		.gd-products-filter-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 100%;
		margin: 0 0 16px;
		padding: 12px 44px 12px 18px;
		border: 1px solid color-mix(in srgb, var(--wp--preset--color--sage, #607e77) 72%, white);
		border-radius: 4px;
		background: color-mix(in srgb, var(--wp--preset--color--sand, #e6e1d4) 55%, white);
		color: var(--wp--preset--color--deep-teal, #204445);
		cursor: pointer;
		font: inherit;
		font-size: var(--wp--preset--font-size--medium, 1rem);
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
	}

	.entry-content.wp-block-post-content.has-global-padding.gd-products-archive-mobile-filters:has(.facetwp-template[data-name="products"])
		.gd-products-filter-toggle::after {
		content: "";
		position: absolute;
		right: 18px;
		top: 50%;
		width: 10px;
		height: 10px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-65%) rotate(45deg);
		color: var(--wp--preset--color--sage, #607e77);
		line-height: 1;
		transition: transform 0.18s ease;
	}

	.entry-content.wp-block-post-content.has-global-padding.gd-products-archive-mobile-filters:has(.facetwp-template[data-name="products"])
		.gd-products-filter-toggle[aria-expanded="true"]::after {
		transform: translateY(-35%) rotate(225deg);
	}

	.entry-content.wp-block-post-content.has-global-padding.gd-products-archive-mobile-filters:has(.facetwp-template[data-name="products"])
		.gd-products-filter-toggle:hover,
	.entry-content.wp-block-post-content.has-global-padding.gd-products-archive-mobile-filters:has(.facetwp-template[data-name="products"])
		.gd-products-filter-toggle:focus-visible {
		background: color-mix(in srgb, var(--wp--preset--color--sand, #e6e1d4) 72%, white);
		border-color: var(--wp--preset--color--sage, #607e77);
	}

	.entry-content.wp-block-post-content.has-global-padding.gd-products-archive-mobile-filters:has(.facetwp-template[data-name="products"])
		.gd-products-filter-toggle:focus-visible {
		outline: 2px solid var(--wp--preset--color--gold, #c4a770);
		outline-offset: 2px;
	}

	.entry-content.wp-block-post-content.has-global-padding.gd-products-archive-mobile-filters:not(.is-products-filter-open):has(.facetwp-template[data-name="products"])
		.facetwp-stack {
		display: none;
	}

	.entry-content.wp-block-post-content.has-global-padding.gd-products-archive-mobile-filters.is-products-filter-open:has(.facetwp-template[data-name="products"])
		.facetwp-stack {
		margin-bottom: 20px;
	}
}

@media (min-width: 641px) {
	.gd-products-filter-toggle {
		display: none;
	}
}

.gd-client-logos {
	--gd-client-logo-cell-min-height: clamp(78px, 8.5vw, 98px);
	--gd-client-logo-max-height: clamp(46px, 5.8vw, 68px);
	--gd-client-logo-max-width: min(88%, 220px);
	display: grid;
	row-gap: clamp(0.45rem, 1vw, 0.85rem);
	column-gap: 0;
}

.gd-client-logos.is-layout-flow > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.gd-client-logos > .wp-block-columns + .wp-block-columns {
	margin-block-start: 0;
}

.gd-client-logos > .wp-block-columns {
	margin: 0;
	align-items: stretch;
	gap: clamp(1rem, 1.8vw, 1.5rem);
}

.gd-client-logos > .wp-block-columns > .wp-block-column {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--gd-client-logo-cell-min-height);
	min-width: 0;
	margin: 0;
}

.gd-client-logos .wp-block-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
}

.gd-client-logos .wp-block-image a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.gd-client-logos img {
	display: block;
	width: auto;
	height: auto;
	max-width: var(--gd-client-logo-max-width);
	max-height: var(--gd-client-logo-max-height);
	object-fit: contain;
	object-position: center;
	filter: grayscale(92%) sepia(8%) saturate(90%) brightness(0.6) contrast(1.15);
	opacity: 0.93;
}

.gd-client-logos .gd-logo--allstate img {
	max-height: calc(var(--gd-client-logo-max-height) * 0.85);
}

.gd-client-logos .gd-logo--edwards img {
	max-height: calc(var(--gd-client-logo-max-height) * 1.35);
	filter: grayscale(90%) sepia(10%) brightness(0.48) contrast(1.35);
}

.gd-client-logos .gd-logo--mitsubishi img {
	max-height: calc(var(--gd-client-logo-max-height) * 1.25);
}

.gd-client-logos .gd-logo--wb img {
	max-height: calc(var(--gd-client-logo-max-height) * 1.2);
}

.gd-client-logos .gd-logo--dell img {
	max-height: calc(var(--gd-client-logo-max-height) * 1.18);
}

.gd-client-logos .gd-logo--innout img {
	max-height: calc(var(--gd-client-logo-max-height) * 1.12);
}

@media (hover: hover) {
	.gd-client-logos .wp-block-image a:hover img,
	.gd-client-logos .wp-block-image a:focus-visible img {
		opacity: 0.96;
	}
}

@media (max-width: 781px) {
	.gd-client-logos {
		--gd-client-logo-cell-min-height: 74px;
		--gd-client-logo-max-height: clamp(42px, 8vw, 58px);
		--gd-client-logo-max-width: min(84%, 190px);
	}

	.gd-client-logos > .wp-block-columns {
		gap: 0.9rem;
	}
}

/* Careers team photo strip */
.wp-block-gallery.gd-team-strip {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	align-items: stretch;
}

/* Each gallery item */
.wp-block-gallery.gd-team-strip > .wp-block-image {
	flex: 0 0 auto !important;
	width: 220px;
	min-width: 220px;
	margin: 0 !important;
	scroll-snap-align: start;
}

/* Image sizing */
.wp-block-gallery.gd-team-strip > .wp-block-image img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 6px;
}

/* Optional: hide scrollbar in WebKit */
.wp-block-gallery.gd-team-strip::-webkit-scrollbar {
	display: none;
}

.gd-capabilities-imprint-grid {
	--gd-capabilities-imprint-icon-size: clamp(2.35rem, 3.2vw, 2.85rem);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.4rem, 2.4vw, 2rem) clamp(1.5rem, 3vw, 2.75rem);
	align-items: start;
}

.gd-capabilities-imprint-grid > .wp-block-group {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	margin: 0;
	min-width: 0;
}

.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group {
	display: flex;
	align-items: center;
	gap: clamp(0.75rem, 1.2vw, 0.95rem);
	margin: 0 0 0.45rem;
	min-width: 0;
}

.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group.is-layout-flex,
.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group.is-layout-row {
	gap: clamp(0.75rem, 1.2vw, 0.95rem);
}

.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group > .wp-block-image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 var(--gd-capabilities-imprint-icon-size);
	width: var(--gd-capabilities-imprint-icon-size);
	margin: 0;
}

.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group > .wp-block-image img {
	display: block;
	width: var(--gd-capabilities-imprint-icon-size);
	height: var(--gd-capabilities-imprint-icon-size);
	max-width: 100%;
	object-fit: contain;
	opacity: 0.96;
}

.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group > p {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	color: var(--wp--preset--color--deep-teal, #204445);
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.18;
}

.gd-capabilities-imprint-grid > .wp-block-group > p {
	margin: 0;
}

.gd-capabilities-cta-block,
.gd-imprint-methods-cta-block,
.gd-our-history-cta-block,
.gd-pages-cta-block {
	background: #e9e5dd;
	background: color-mix(in srgb, var(--wp--preset--color--sage) 85%, white);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	border-radius: 8px;
	padding: clamp(1.5rem, 2.5vw, 2rem);
	margin-top: var(--wp--preset--spacing--40) !important;
	margin-bottom: 0;
}

.gd-capabilities-cta-block h2,
.gd-imprint-methods-cta-block h2,
.gd-our-history-cta-block h2,
.gd-pages-cta-block h2 {
	margin: 0;
	margin-bottom: 8px;
}

.gd-capabilities-cta-block p,
.gd-imprint-methods-cta-block p,
.gd-our-history-cta-block p,
.gd-pages-cta-block p {
	margin: 0;
	margin-bottom: 16px;
	color: color-mix(in srgb, var(--wp--preset--color--deep-teal) 80%, white);
}

.gd-capabilities-cta-block .wp-block-buttons,
.gd-imprint-methods-cta-block .wp-block-buttons,
.gd-our-history-cta-block .wp-block-buttons,
.gd-pages-cta-block .wp-block-buttons {
	margin-top: 20px !important;
	justify-content: flex-start !important;
}

.gd-capabilities-cta-block .wp-block-button__link,
.gd-imprint-methods-cta-block .wp-block-button__link,
.gd-our-history-cta-block .wp-block-button__link,
.gd-pages-cta-block .wp-block-button__link {
	padding: 0.6rem 1.25rem;
}

.gd-team-cards {
	gap: clamp(1rem, 2vw, 1.5rem);
}

.gd-team-cards > * {
	background: #e9e5dd;
	background: color-mix(in srgb, var(--wp--preset--color--sand) 88%, white);
	border-radius: 8px;
	padding: clamp(1.1rem, 2vw, 1.5rem);
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.35rem;
}

.gd-team-cards h3 {
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.2;
	color: var(--wp--preset--color--deep-teal, #204445);
}

.gd-team-cards h3 + p {
	margin-top: 0;
}

.gd-team-cards p {
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	color: color-mix(in srgb, var(--wp--preset--color--deep-teal) 88%, white);
	line-height: 1.55;
}

.gd-im-color-fuse {
	color: #636464;
}

.gd-im-sandblast-etching {
	color: #EC7C67;
}

.gd-im-color-fill {
	color: #006F7D;
}

.gd-im-laser-engraving {
	color: #36B7A9;
}

.blog-layout {
	gap: 32px;
	align-items: flex-start;
}

.blog-layout > .blog-main {
	flex: 1 1 0;
	min-width: 0;
	max-width: 100%;
}

.blog-layout > :not(.blog-main) {
	flex: 0 0 280px;
	max-width: 280px;
	min-width: 0;
}

.blog-layout > .blog-main.has-global-padding {
	padding-left: 0;
	padding-right: 0;
}

.blog-layout > .blog-main > ul > li > .wp-block-group.alignfull.has-global-padding {
	padding-left: 0;
	padding-right: 0;
}

.gd-blog-sidebar .wp-block-separator {
	width: 100%;
	max-width: 100%;
	flex: 0 0 auto;
	align-self: stretch;
}

.gd-blog-sidebar .wp-block-categories-list {
	list-style: none;
	padding-left: 0;
}

.gd-blog-sidebar .wp-block-categories-list a {
	text-decoration: none;
}

.gd-blog-sidebar .wp-block-categories-list a:hover,
.gd-blog-sidebar .wp-block-categories-list a:focus-visible {
	text-decoration: underline;
}

.glassical-flodesk-form,
.glassical-flodesk-form [data-ff-el="root"].ff-66355baa194f38dfcb457077,
.glassical-flodesk-form .ff-66355baa194f38dfcb457077__container {
	background: transparent !important;
}

.glassical-flodesk-form,
.glassical-flodesk-form * {
	box-sizing: border-box;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__form {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	color: var(--wp--preset--color--deep-teal, #204445) !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	text-align: left !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__title {
	margin: 0 0 1rem !important;
	color: var(--wp--preset--color--deep-teal, #204445) !important;
	font-family: var(--wp--preset--font-family--ethic, inherit) !important;
	font-size: 28px !important;
	font-weight: 500 !important;
	letter-spacing: -0.1px !important;
	line-height: 1.125 !important;
	text-align: left !important;
	text-transform: none !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__subtitle {
	margin: 0 0 1rem !important;
	color: var(--wp--preset--color--deep-teal, #204445) !important;
	font-family: inherit !important;
	font-size: var(--wp--preset--font-size--small, 0.95rem) !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 1.6 !important;
	text-align: left !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__content,
.glassical-flodesk-form .ff-66355baa194f38dfcb457077__fields,
.glassical-flodesk-form .ff-66355baa194f38dfcb457077__footer {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.glassical-flodesk-form [data-ff-el="root"].ff-66355baa194f38dfcb457077 .ff-66355baa194f38dfcb457077__fields,
.glassical-flodesk-form .ff-66355baa194f38dfcb457077__field:not([hidden]):not([aria-hidden="true"]):not([style*="display: none"]):not([style*="display:none"]) {
	display: block !important;
	flex: 0 0 100% !important;
	flex-basis: 100% !important;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.glassical-flodesk-form [data-ff-el="root"].ff-66355baa194f38dfcb457077 .ff-66355baa194f38dfcb457077__field {
	flex: 0 0 100% !important;
	flex-basis: 100% !important;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 0 0.75rem !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__field:not([hidden]):not([aria-hidden="true"]):not([style*="display: none"]):not([style*="display:none"]) > *,
.glassical-flodesk-form [data-ff-el="field"]:not([hidden]):not([aria-hidden="true"]):not([style*="display: none"]):not([style*="display:none"]),
.glassical-flodesk-form [data-ff-el="field"]:not([hidden]):not([aria-hidden="true"]):not([style*="display: none"]):not([style*="display:none"]) > *,
.glassical-flodesk-form [data-ff-el="control"],
.glassical-flodesk-form input:not([type="hidden"]),
.glassical-flodesk-form select,
.glassical-flodesk-form textarea {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

.glassical-flodesk-form [hidden],
.glassical-flodesk-form [aria-hidden="true"],
.glassical-flodesk-form input[type="hidden"] {
	display: none !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__control {
	width: 100% !important;
	max-width: none !important;
	min-height: 44px;
	padding: 0.7rem 0.85rem !important;
	border: 1px solid var(--wp--preset--color--sand, #d7c8ab) !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: var(--wp--preset--color--contrast, #191513) !important;
	font-family: inherit !important;
	font-size: 0.95rem !important;
	line-height: 1.3 !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__control:focus,
.glassical-flodesk-form .ff-66355baa194f38dfcb457077__control:focus-visible {
	border-color: var(--wp--preset--color--gold, #c4a770) !important;
	outline: 2px solid var(--wp--preset--color--gold, #c4a770) !important;
	outline-offset: 2px !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__label {
	color: var(--wp--preset--color--deep-teal, #204445) !important;
	font-family: inherit !important;
	font-size: 0.95rem !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__footer {
	margin-top: 1rem !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__button {
	width: 100% !important;
	max-width: none !important;
	padding: 0.75rem 1rem !important;
	border: 1px solid var(--wp--preset--color--gold, #c4a770) !important;
	border-radius: 4px !important;
	background: var(--wp--preset--color--gold, #c4a770) !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__button:hover,
.glassical-flodesk-form .ff-66355baa194f38dfcb457077__button:focus,
.glassical-flodesk-form .ff-66355baa194f38dfcb457077__button:focus-visible {
	border-color: var(--wp--preset--color--sage, #607e77) !important;
	background: var(--wp--preset--color--sage, #607e77) !important;
	color: #fff !important;
}

.glassical-flodesk-form .ff-66355baa194f38dfcb457077__button:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold, #c4a770) !important;
	outline-offset: 2px !important;
}

body.archive .gd-blog-archive-post-grid .wp-block-post-template,
body.category .gd-blog-archive-post-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--30);
}

body.archive .gd-blog-sidebar,
body.category .gd-blog-sidebar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--wp--preset--spacing--30);
}

body.archive .gd-blog-archive-post-grid .wp-block-query-pagination,
body.archive .gd-blog-pagination,
body.category .gd-blog-archive-post-grid .wp-block-query-pagination,
body.category .gd-blog-pagination {
	margin-top: var(--wp--preset--spacing--30);
	margin-bottom: var(--wp--preset--spacing--30);
}

.blog .wp-block-post-excerpt__more-text {
	margin-bottom: 25px;
	text-align: right;
}

.blog .wp-block-post-excerpt__more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border: 1px solid var(--wp--preset--color--gold, #c4a770);
	border-radius: 4px;
	background: transparent;
	color: var(--wp--preset--color--gold, #c4a770);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.blog .wp-block-post-excerpt__more-link:hover,
.blog .wp-block-post-excerpt__more-link:focus-visible {
	background: var(--wp--preset--color--sage, #607e77);
	border-color: var(--wp--preset--color--sage, #607e77);
	color: #fff;
}

.blog .wp-block-post-excerpt__more-link:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold, #c4a770);
	outline-offset: 2px;
}

body.search .gd-blog-search-post-grid .wp-block-post-excerpt__more-text {
	margin-bottom: 25px;
	text-align: right;
}

body.search .gd-blog-search-post-grid .wp-block-post-excerpt__more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border: 1px solid var(--wp--preset--color--gold, #c4a770);
	border-radius: 4px;
	background: transparent;
	color: var(--wp--preset--color--gold, #c4a770);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

body.search .gd-blog-search-post-grid .wp-block-post-excerpt__more-link:hover,
body.search .gd-blog-search-post-grid .wp-block-post-excerpt__more-link:focus-visible {
	background: var(--wp--preset--color--sage, #607e77);
	border-color: var(--wp--preset--color--sage, #607e77);
	color: #fff;
}

body.search .gd-blog-search-post-grid .wp-block-post-excerpt__more-link:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold, #c4a770);
	outline-offset: 2px;
}

body.archive .gd-blog-archive-post-grid .wp-block-post-excerpt__more-text,
body.category .gd-blog-archive-post-grid .wp-block-post-excerpt__more-text {
	margin-bottom: 25px;
	text-align: right;
}

body.archive .gd-blog-archive-post-grid .wp-block-post-excerpt__more-link,
body.category .gd-blog-archive-post-grid .wp-block-post-excerpt__more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border: 1px solid var(--wp--preset--color--gold, #c4a770);
	border-radius: 4px;
	background: transparent;
	color: var(--wp--preset--color--gold, #c4a770);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

body.archive .gd-blog-archive-post-grid .wp-block-post-excerpt__more-link:hover,
body.archive .gd-blog-archive-post-grid .wp-block-post-excerpt__more-link:focus-visible,
body.category .gd-blog-archive-post-grid .wp-block-post-excerpt__more-link:hover,
body.category .gd-blog-archive-post-grid .wp-block-post-excerpt__more-link:focus-visible {
	background: var(--wp--preset--color--sage, #607e77);
	border-color: var(--wp--preset--color--sage, #607e77);
	color: #fff;
}

body.archive .gd-blog-archive-post-grid .wp-block-post-excerpt__more-link:focus-visible,
body.category .gd-blog-archive-post-grid .wp-block-post-excerpt__more-link:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold, #c4a770);
	outline-offset: 2px;
}

.gd-blog-post-grid .wp-block-post {
	height: 100%;
}

.gd-blog-post-grid .wp-block-post > .wp-block-group {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.gd-blog-post-grid .wp-block-post-featured-image {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	margin: 0;
}

.gd-blog-post-grid .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.gd-blog-post-grid .wp-block-post-featured-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-home-featured-article .gd-blog-card-footer,
.blog-home-featured-article.wp-block-post .gd-blog-card-footer,
.gd-blog-post-grid .gd-blog-card-footer,
body.search .gd-blog-search-post-grid .gd-blog-card-footer,
body.archive .gd-blog-archive-post-grid .gd-blog-card-footer,
body.category .gd-blog-archive-post-grid .gd-blog-card-footer {
	margin-top: auto;
	transition: background-color 0.2s ease;
}

.blog-home-featured-article .wp-block-post > .wp-block-group:hover .gd-blog-card-footer,
.blog-home-featured-article .wp-block-post > .wp-block-group:focus-within .gd-blog-card-footer,
.blog-home-featured-article.wp-block-post > .wp-block-group:hover .gd-blog-card-footer,
.blog-home-featured-article.wp-block-post > .wp-block-group:focus-within .gd-blog-card-footer,
.gd-blog-post-grid .wp-block-post > .wp-block-group:hover .gd-blog-card-footer,
.gd-blog-post-grid .wp-block-post > .wp-block-group:focus-within .gd-blog-card-footer,
body.search .gd-blog-search-post-grid .wp-block-post > .wp-block-group:hover .gd-blog-card-footer,
body.search .gd-blog-search-post-grid .wp-block-post > .wp-block-group:focus-within .gd-blog-card-footer,
body.archive .gd-blog-archive-post-grid .wp-block-post > .wp-block-group:hover .gd-blog-card-footer,
body.archive .gd-blog-archive-post-grid .wp-block-post > .wp-block-group:focus-within .gd-blog-card-footer,
body.category .gd-blog-archive-post-grid .wp-block-post > .wp-block-group:hover .gd-blog-card-footer,
body.category .gd-blog-archive-post-grid .wp-block-post > .wp-block-group:focus-within .gd-blog-card-footer {
	background-color: rgba(32, 68, 69, 0.04) !important;
}

body.search .gd-blog-search-post-grid .wp-block-post {
	height: 100%;
}

body.search .gd-blog-search-post-grid .wp-block-post > .wp-block-group {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.search .gd-blog-search-post-grid .wp-block-post-featured-image {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	margin: 0;
}

body.search .gd-blog-search-post-grid .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}

body.search .gd-blog-search-post-grid .wp-block-post-featured-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.search .gd-blog-search-post-grid .gd-blog-card-footer {
	margin-top: auto;
}

body.archive .gd-blog-archive-post-grid .wp-block-post,
body.category .gd-blog-archive-post-grid .wp-block-post {
	height: 100%;
}

body.archive .gd-blog-archive-post-grid .wp-block-post > .wp-block-group,
body.category .gd-blog-archive-post-grid .wp-block-post > .wp-block-group {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.archive .gd-blog-archive-post-grid .wp-block-post-featured-image,
body.category .gd-blog-archive-post-grid .wp-block-post-featured-image {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	margin: 0;
}

body.archive .gd-blog-archive-post-grid .wp-block-post-featured-image a,
body.category .gd-blog-archive-post-grid .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}

body.archive .gd-blog-archive-post-grid .wp-block-post-featured-image img,
body.category .gd-blog-archive-post-grid .wp-block-post-featured-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.archive .gd-blog-archive-post-grid .gd-blog-card-footer,
body.category .gd-blog-archive-post-grid .gd-blog-card-footer {
	margin-top: auto;
}

.gd-trending-posts-shortcode {
	margin: 0;
}

.gd-trending-posts-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gd-trending-posts-item {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
	line-height: 1.4 !important;
}

.gd-trending-posts-item:last-child {
	margin-bottom: 0;
}

.gd-trending-posts-link {
	display: block;
	color: var(--wp--preset--color--gold, #c4a770);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 1.4 !important;
	text-decoration: none;
}

.gd-trending-posts-link:hover,
.gd-trending-posts-link:focus {
	text-decoration: underline;
}

.gd-blog-search-shortcode {
	width: 100%;
	margin: 0 0 35px;
}

.gd-blog-search-form {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	margin: 0;
}

.gd-blog-search-shortcode br,
.gd-blog-search-shortcode > p:empty {
	display: none;
}

.gd-blog-search-input {
	box-sizing: border-box;
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	height: 50px;
	min-height: 0;
	padding: 0 10px;
	border: 1px solid var(--wp--preset--color--sand, #d7c8ab);
	border-right: 0;
	border-radius: 6px 0 0 6px;
	background: #fff;
	color: var(--wp--preset--color--contrast, #191513);
	font: inherit;
	line-height: 1;
}

.gd-blog-search-input:focus,
.gd-blog-search-input:focus-visible {
	border-color: var(--wp--preset--color--sand, #d7c8ab);
	border-right: 0;
	background: #fff;
	box-shadow: none;
	outline: none;
}

.gd-blog-search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0 6px 6px 0;
	background-color: var(--wp--preset--color--sage, #6f7f65);
	color: #fff;
	cursor: pointer;
}

.gd-blog-search-submit:hover,
.gd-blog-search-submit:focus {
	background-color: var(--wp--preset--color--deep-teal, #204445);
}

.gd-blog-search-submit:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold, #c4a770);
	outline-offset: 2px;
}

.gd-blog-search-submit i {
	font-size: 16px;
	line-height: 1;
}

@media (max-width: 260px) {
	.gd-blog-search-form {
		flex-wrap: wrap;
	}

	.gd-blog-search-input {
		flex-basis: 100%;
		border-right: 1px solid var(--wp--preset--color--sand, #d7c8ab);
		border-radius: 6px;
	}

	.gd-blog-search-submit {
		width: 100%;
		flex-basis: 100%;
		border-radius: 6px;
	}
}

.wp-block-post-template > .wp-block-post > .wp-block-group.has-border-color.has-sand-border-color {
	transition: background-color 0.2s ease;
}

.wp-block-post-template > .wp-block-post > .wp-block-group.has-border-color.has-sand-border-color:hover,
.wp-block-post-template > .wp-block-post > .wp-block-group.has-border-color.has-sand-border-color:focus-within {
	background-color: #fff;
}

.gd-home-hero {
	align-items: flex-end;
}

.gd-home-hero-banner {
	background-color: rgba(32, 68, 69, 0.85) !important;
}

.gd-home-hero-banner .gd-home-hero-watch-video .wp-block-button__link {
	border: 1px solid var(--wp--preset--color--gold, #c4a770);
	background-color: transparent !important;
	color: var(--wp--preset--color--gold, #c4a770) !important;
	font-weight: 700;
}

.gd-home-hero-banner .gd-home-hero-awards .wp-block-button__link,
.gd-home-hero-banner .gd-home-hero-history .wp-block-button__link {
	border-color: var(--wp--preset--color--cream, #fbf9f2) !important;
	background-color: transparent !important;
	color: var(--wp--preset--color--cream, #fbf9f2) !important;
	font-weight: 700;
}

.gd-home-hero-banner .gd-home-hero-watch-video .wp-block-button__link:hover,
.gd-home-hero-banner .gd-home-hero-awards .wp-block-button__link:hover,
.gd-home-hero-banner .gd-home-hero-history .wp-block-button__link:hover {
	border-color: #fff !important;
	background-color: #fff !important;
	color: var(--wp--preset--color--sage, #607e77) !important;
}

.gd-front-page-grid > .wp-block-group > p {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

@media (max-width: 430px) {
	:where(body.page, body.single):not(.home):not(.front-page):not(
			.page-template-home
		):not(.woocommerce-page):not(.single-product)
		main#wp--skip-link--target.wp-block-group.has-global-padding {
		--wp--style--root--padding-left: 30px;
		--wp--style--root--padding-right: 30px;
		box-sizing: border-box;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	:where(body.page, body.single):not(.home):not(.front-page):not(
			.page-template-home
		):not(.woocommerce-page):not(.single-product)
		main#wp--skip-link--target.has-global-padding
		.entry-content.wp-block-post-content.has-global-padding {
		--wp--style--root--padding-left: 0;
		--wp--style--root--padding-right: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	:where(body.page, body.single):not(.home):not(.front-page):not(
			.page-template-home
		):not(.woocommerce-page):not(.single-product)
		main#wp--skip-link--target.has-global-padding
		.entry-content.wp-block-post-content.has-global-padding
		> .wp-block-group.has-global-padding:not(.alignfull):not(.alignwide) {
		--wp--style--root--padding-left: 0;
		--wp--style--root--padding-right: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 430px) {
	body.single-product
		main#wp--skip-link--target.wp-block-group.has-global-padding {
		--wp--style--root--padding-left: 30px;
		--wp--style--root--padding-right: 30px;
		box-sizing: border-box;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	body.single-product
		main#wp--skip-link--target.has-global-padding
		.has-global-padding {
		--wp--style--root--padding-left: 0;
		--wp--style--root--padding-right: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.single-product
		main#wp--skip-link--target.has-global-padding
		.wp-block-group.gw-icon-muted.has-global-padding:is(
			[style*="min-height:330px"],
			[style*="min-height: 330px"]
		) {
		--wp--style--root--padding-left: 30px;
		--wp--style--root--padding-right: 30px;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	body.single-product
		main#wp--skip-link--target
		.wp-block-column:is(
			[style*="padding-left:var(--wp--preset--spacing--50)"],
			[style*="padding-left: var(--wp--preset--spacing--50)"]
		):is(
			[style*="padding-right:var(--wp--preset--spacing--50)"],
			[style*="padding-right: var(--wp--preset--spacing--50)"]
		):has(
			h1.wp-block-post-title
		) {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.single-product
		main#wp--skip-link--target
		.wp-block-column:is(
			[style*="padding-left:var(--wp--preset--spacing--50)"],
			[style*="padding-left: var(--wp--preset--spacing--50)"]
		):is(
			[style*="padding-right:var(--wp--preset--spacing--50)"],
			[style*="padding-right: var(--wp--preset--spacing--50)"]
		):has(
			h1.wp-block-post-title
		)
		:is(
			.wp-block-group,
			.wp-block-shortcode,
			.wp-block-woocommerce-add-to-cart-form,
			.wp-block-woocommerce-add-to-cart-with-options,
			form.cart,
			.wc-pao-addons-container,
			.wc-pao-addon,
			.product-addon-totals
		) {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	body.single-product
		main#wp--skip-link--target
		.wp-block-column:is(
			[style*="padding-left:var(--wp--preset--spacing--50)"],
			[style*="padding-left: var(--wp--preset--spacing--50)"]
		):is(
			[style*="padding-right:var(--wp--preset--spacing--50)"],
			[style*="padding-right: var(--wp--preset--spacing--50)"]
		):has(
			h1.wp-block-post-title
		)
		:is(input, select, textarea, button, .button, .wp-block-button__link) {
		max-width: 100%;
	}

	body.single-product
		main#wp--skip-link--target
		.wp-block-column:is(
			[style*="padding-left:var(--wp--preset--spacing--50)"],
			[style*="padding-left: var(--wp--preset--spacing--50)"]
		):is(
			[style*="padding-right:var(--wp--preset--spacing--50)"],
			[style*="padding-right: var(--wp--preset--spacing--50)"]
		):has(
			h1.wp-block-post-title
		)
		form.cart {
		flex-wrap: wrap;
	}

	body.single-product
		main#wp--skip-link--target
		.wp-block-column:is(
			[style*="padding-left:var(--wp--preset--spacing--50)"],
			[style*="padding-left: var(--wp--preset--spacing--50)"]
		):is(
			[style*="padding-right:var(--wp--preset--spacing--50)"],
			[style*="padding-right: var(--wp--preset--spacing--50)"]
		):has(
			h1.wp-block-post-title
		)
		table:not(.variations) {
		box-sizing: border-box;
		display: block;
		max-width: 100%;
		overflow-x: auto;
		width: 100%;
	}
}

@media (max-width: 430px) {
	.gd-home-hero-banner {
		box-sizing: border-box;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.gd-front-page-block .wp-block-cover__inner-container {
		box-sizing: border-box;
		padding-top: 30px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-bottom: 30px !important;
	}

	.gd-front-page-story > .wp-block-heading,
	.gd-front-page-story > p {
		box-sizing: border-box;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.gd-front-page-story > .wp-block-image img {
		border-radius: 0 !important;
	}

	.gd-front-page-feature-slider .gd-feature-panel-slider__slide,
	.gd-front-page-feature-slider .gd-feature-panel-slider__media,
	.gd-front-page-feature-slider .gd-feature-panel-slider__image {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}

	.gd-front-page-feature-slider .gd-feature-panel-slider__slide,
	.gd-front-page-feature-slider .gd-feature-panel-slider__content {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}

	.gd-front-page-personalization .wp-block-cover__inner-container {
		box-sizing: border-box;
		padding-top: 30px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.gd-front-page-personalization
		.wp-block-cover__inner-container
		> .wp-block-group.is-layout-flex {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 1.5rem;
	}

	.gd-front-page-personalization
		.wp-block-cover__inner-container
		> .wp-block-group.is-layout-flex
		> .wp-block-group {
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.gd-front-page-personalization
		.wp-block-cover__inner-container
		> .wp-block-group.is-layout-flex
		> .wp-block-image {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
	}

	.gd-front-page-recognition-program {
		box-sizing: border-box;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 1.5rem;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.gd-front-page-recognition-program > .wp-block-image {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 300px;
		width: 100%;
	}

	.gd-front-page-recognition-program > .wp-block-image img {
		width: 100%;
	}

	.gd-front-page-recognition-program > .wp-block-group {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.gd-home-brands-grid {
		box-sizing: border-box;
		padding: 30px !important;
	}

	.gd-home-brands-grid > .wp-block-group.is-layout-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px;
	}

	.gd-home-brands-grid > .wp-block-group.is-layout-grid > .wp-block-image {
		aspect-ratio: 4 / 3;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 12px;
		background-color: #fff;
	}

	.gd-home-brands-grid > .wp-block-group.is-layout-grid img {
		display: block;
		width: 100%;
		max-height: 72px;
		object-fit: contain;
	}

	.gd-home-hero-banner .wp-block-heading {
		text-align: center;
	}

	.gd-home-hero-banner .wp-block-buttons {
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center;
		gap: 0.75rem;
		width: 100%;
	}

	.gd-home-hero-banner .wp-block-button {
		display: flex;
		justify-content: center;
		width: min(100%, 280px);
	}

	.gd-home-hero-banner .wp-block-button__link {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 782px) {
	body.single-product .woocommerce-tabs ul.tabs.wc-tabs {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.75rem 1.5rem;
	}

	body.single-product .woocommerce-tabs ul.tabs.wc-tabs > li {
		display: inline-flex !important;
		margin: 0;
	}

	body.single-product .wp-block-group.gw-icon-muted:is(
		[style*="min-height:330px"],
		[style*="min-height: 330px"]
	) {
		min-height: 0 !important;
	}
}

.gd-home-product-collection,
.gd-home-brands-grid {
	position: relative;
	isolation: isolate;
}

.gd-home-product-collection::before,
.gd-home-brands-grid::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--gd-home-product-collection-tile);
	background-repeat: repeat;
	pointer-events: none;
}

.gd-home-product-collection > *,
.gd-home-brands-grid > * {
	position: relative;
	z-index: 1;
}

.gd-featured-category-grid {
	width: 100%;
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.gd-featured-category-grid__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gd-featured-category-grid__tile {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 6px;
	background: var(--wp--preset--color--deep-teal, #204445);
	color: #fff;
	text-decoration: none;
}

.gd-featured-category-grid__tile:hover,
.gd-featured-category-grid__tile:focus,
.gd-featured-category-grid__tile:active,
.gd-featured-category-grid__tile:visited {
	color: #fff;
	text-decoration: none;
}

.gd-featured-category-grid__tile:focus-visible {
	outline: 3px solid var(--wp--preset--color--gold, #c4a770);
	outline-offset: 3px;
}

.gd-featured-category-grid__media,
.gd-featured-category-grid__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.gd-featured-category-grid__image {
	object-fit: cover;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.gd-featured-category-grid__overlay {
	position: absolute;
	inset: auto 0 0;
	height: 100%;
	background: rgba(32, 68, 69, 0.7);
	opacity: 0;
	transition: opacity 0.28s ease;
	pointer-events: none;
}

.gd-featured-category-grid__title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 100%;
	padding: 16px 18px;
	box-sizing: border-box;
	font-family: var(--wp--preset--font-family--poppins);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.gd-featured-category-grid__tile:hover .gd-featured-category-grid__image,
.gd-featured-category-grid__tile:focus .gd-featured-category-grid__image {
	filter: saturate(1.04) brightness(0.78);
	transform: scale(1.04);
}

.gd-featured-category-grid__tile:hover .gd-featured-category-grid__overlay,
.gd-featured-category-grid__tile:focus .gd-featured-category-grid__overlay {
	opacity: 1;
}

.gd-featured-category-grid__tile:hover .gd-featured-category-grid__title,
.gd-featured-category-grid__tile:focus .gd-featured-category-grid__title {
	opacity: 1;
	transform: translateY(-4px);
}

@media (max-width: 900px) {
	.gd-featured-category-grid__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.gd-featured-category-grid__list {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}
}

@media (max-width: 781px) {
	.blog-layout {
		flex-direction: column;
	}

	.blog-layout > .blog-main,
	.blog-layout > :not(.blog-main) {
		flex-basis: auto;
		width: 100%;
		max-width: 100%;
	}

	body.archive .gd-blog-archive-post-grid .wp-block-post-template,
	body.category .gd-blog-archive-post-grid .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr);
	}

	.gd-capabilities-imprint-grid {
		--gd-capabilities-imprint-icon-size: 2.15rem;
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
	}

	.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group,
	.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group.is-layout-flex,
	.gd-capabilities-imprint-grid > .wp-block-group > .wp-block-group.is-layout-row {
		gap: 0.8rem;
	}

	.gd-team-cards {
		gap: 1rem;
	}

	.gd-team-cards > * {
		padding: 1rem;
	}
}

@media (max-width: 430px) {
	.gd-mobile-stack,
	.gd-mobile-stack.is-layout-flex,
	.gd-mobile-stack.is-layout-row {
		display: flex;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow-x: clip;
	}

	.gd-mobile-stack > * {
		flex: 0 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	.gd-mobile-stack > .wp-block-group {
		flex-basis: auto !important;
	}
}

@media (min-width: 431px) {
	.gd-capability-brand-lockup,
	.gd-capability-brand-lockup.is-layout-flex,
	.gd-capability-brand-lockup.is-layout-row {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
		margin-top: 0;
	}

	.gd-capability-brand-lockup figure.wp-block-image {
		margin: 0;
		text-align: center;
	}

	.gd-capability-brand-lockup figure.wp-block-image img {
		display: block;
		width: min(300px, 100%) !important;
		max-width: 300px;
		height: auto;
		margin-inline: auto;
	}

	.gd-capability-brand-lockup p {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 90%;
		min-height: 44px;
		margin: 0;
		padding: 0.6rem 1.25rem;
		box-sizing: border-box;
		font-size: 0.95rem;
		line-height: 1.2;
		text-align: center;
	}
}

@media (max-width: 430px) {
	.gd-careers-intro-row {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		gap: var(--wp--preset--spacing--30) !important;
		align-items: stretch !important;
	}

	.gd-careers-intro-row > * {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
	}

	.gd-careers-intro-row figure {
		margin: 0 !important;
		padding-bottom: 20px;
	}

	.gd-careers-intro-row figure img {
		display: block;
		width: 100% !important;
		height: auto !important;
	}

	.gd-careers-intro-row .wp-block-buttons,
	.gd-careers-intro-row .wp-block-button,
	.gd-careers-intro-row .wp-block-button__link {
		width: 100%;
	}

	.gd-careers-intro-row .wp-block-button__link {
		text-align: center;
	}

	.gd-capability-brand-lockup,
	.gd-capability-brand-lockup.is-layout-flex,
	.gd-capability-brand-lockup.is-layout-row {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center !important;
		gap: 0.65rem;
		width: 100%;
		max-width: 100%;
		margin-top: 0 !important;
		margin-bottom: 2rem !important;
		box-sizing: border-box;
		overflow: hidden;
	}

	.gd-capability-brand-lockup figure.wp-block-image {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		text-align: center;
	}

	.gd-capability-brand-lockup figure.wp-block-image img {
		display: block;
		width: min(260px, 82vw) !important;
		max-width: 100%;
		height: auto;
		margin-inline: auto;
	}

	.gd-capability-brand-lockup p {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90% !important;
		max-width: 100%;
		min-height: 42px;
		margin: 0 !important;
		padding: 0.6rem 1rem;
		box-sizing: border-box;
		font-size: 0.85rem;
		line-height: 1.2;
		text-align: center;
		white-space: normal;
	}
}
