/*
Theme Name: VODESON WoodMart Child
Theme URI: https://vodesonshop.com/
Description: VODESON child theme for WoodMart.
Author: VODESON
Template: woodmart
Version: 0.1.0
Text Domain: vodeson-woodmart-child
*/

.site-logo .wd-logo {
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}

/* Spider-style behavior layer: VODESON-owned interaction modules. */
.entry-content > .gsf .gsf-promo-marquee,
.page .entry-content > .gsf .gsf-promo-marquee {
	background: #101010;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.gsf-promo-marquee__track {
	align-items: center;
	animation: gsf-marquee 24s linear infinite;
	display: inline-flex;
	gap: 42px;
	min-width: max-content;
	padding: 10px 0;
}

.gsf-promo-marquee__track span {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.gsf-promo-marquee__track span::before {
	background: var(--gsf-orange, #f97c00);
	border-radius: 999px;
	content: "";
	height: 7px;
	width: 7px;
}

@keyframes gsf-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.gsf-hero__category-nav {
	display: flex;
	gap: 10px;
	position: absolute;
	z-index: 5;
}

.gsf-hero__category-nav button {
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.78);
	cursor: pointer;
	font-family: inherit;
	letter-spacing: 0;
	text-align: left;
	transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.gsf-hero__category-nav button:hover,
.gsf-hero__category-nav button.is-active {
	background: rgba(249, 124, 0, 0.96);
	border-color: rgba(249, 124, 0, 0.96);
	color: #fff;
	transform: translateX(3px);
}

.gsf-hero__category-nav span,
.gsf-hero__category-nav strong,
.gsf-hero__category-nav em {
	display: block;
	font-style: normal;
}

.gsf-hero__category-nav span {
	font-size: 11px;
	font-weight: 900;
	opacity: 0.72;
}

.gsf-hero__category-nav strong {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.18;
	margin-top: 4px;
}

.gsf-hero__category-nav em {
	font-size: 11px;
	line-height: 1.25;
	margin-top: 4px;
	opacity: 0.76;
}

@media (min-width: 1025px) {
	.gsf-hero__category-nav {
		flex-direction: column;
		left: max(24px, calc((100vw - 1220px) / 2));
		top: 50%;
		transform: translateY(-50%);
		width: 178px;
	}

	.gsf-hero__category-nav button {
		border-radius: 2px;
		padding: 15px 16px;
	}

	.gsf-hero .gsf-hero__content {
		padding-left: 218px;
	}
}

.gsf-shop-head--events {
	margin-bottom: 18px;
}

.gsf-strip-controls {
	display: flex;
	gap: 8px;
}

.gsf-strip-controls button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(35, 35, 35, 0.18);
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	position: relative;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: 38px;
}

.gsf-strip-controls button::before {
	border-color: #222;
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: "";
	height: 8px;
	width: 8px;
}

.gsf-strip-controls [data-gsf-scroll-prev]::before {
	transform: rotate(-135deg);
}

.gsf-strip-controls [data-gsf-scroll-next]::before {
	transform: rotate(45deg);
}

.gsf-strip-controls button:hover {
	background: var(--gsf-orange, #f97c00);
	border-color: var(--gsf-orange, #f97c00);
	transform: translateY(-2px);
}

.gsf-strip-controls button:hover::before {
	border-color: #fff;
}

.gsf-event-grid.gsf-strip {
	display: grid;
	grid-auto-columns: minmax(300px, 1fr);
	grid-auto-flow: column;
	grid-template-columns: none;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.gsf-event-grid.gsf-strip::-webkit-scrollbar {
	display: none;
}

.gsf-event-grid.gsf-strip .gsf-event-card {
	min-width: 0;
	scroll-snap-align: start;
}

.gsf-tab-nav {
	background: #fff;
	border: 1px solid rgba(35, 35, 35, 0.12);
	border-radius: 999px;
	display: inline-flex;
	gap: 4px;
	padding: 4px;
}

.gsf-tab-nav button {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #333;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	min-height: 34px;
	padding: 0 17px;
	transition: background 180ms ease, color 180ms ease;
}

.gsf-tab-nav button.is-active {
	background: var(--gsf-orange, #f97c00);
	color: #fff;
}

.gsf-product-carousel {
	animation: gsf-panel-in 260ms ease both;
}

.gsf-finder {
	background:
		radial-gradient(circle at 86% 22%, rgba(249, 124, 0, 0.22), transparent 28%),
		linear-gradient(135deg, #111 0%, #1f1f1f 58%, #0f2a1d 100%);
	color: #fff;
}

.gsf-finder__shell {
	display: grid;
	gap: 34px;
	grid-template-columns: 230px minmax(0, 1fr);
}

.gsf-finder__sidebar {
	align-self: start;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	padding: 20px;
	position: sticky;
	top: 92px;
}

.gsf-finder__sidebar .gsf-kicker {
	color: var(--gsf-orange, #f97c00);
	margin-bottom: 14px;
}

.gsf-finder__sidebar button,
.gsf-finder__sidebar label {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 9px;
	padding: 11px 12px;
	text-align: left;
	width: 100%;
}

.gsf-finder__sidebar button.is-active {
	background: var(--gsf-orange, #f97c00);
	border-color: var(--gsf-orange, #f97c00);
}

.gsf-finder__sidebar label {
	align-items: center;
	display: flex;
	gap: 9px;
	opacity: 0.82;
}

.gsf-finder__main {
	min-width: 0;
}

.gsf-finder__panel {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	color: #222;
	display: none;
	gap: 28px;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
	padding: 26px;
}

.gsf-finder__panel.is-active {
	animation: gsf-panel-in 280ms ease both;
	display: grid;
}

@keyframes gsf-panel-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.gsf-finder__copy span {
	color: var(--gsf-orange, #f97c00);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.gsf-finder__copy h2 {
	color: #222;
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 900;
	line-height: 1.02;
	margin: 0 0 18px;
}

.gsf-finder__copy p {
	color: #666;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 24px;
}

.gsf-finder__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gsf-finder__cards article {
	background: #fff;
	border: 1px solid rgba(35, 35, 35, 0.1);
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 18px;
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.gsf-finder__cards article:hover {
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
	transform: translateY(-4px);
}

.gsf-finder__cards img {
	aspect-ratio: 1.18;
	background: #f4f4f4;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.gsf-finder__cards b,
.gsf-finder__cards span {
	display: block;
	padding: 0 16px;
}

.gsf-finder__cards b {
	color: #222;
	font-size: 15px;
	font-weight: 900;
	margin-top: 15px;
}

.gsf-finder__cards span {
	color: #777;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 6px;
}

.gsf-finder__benefits {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 16px;
	overflow: hidden;
}

.gsf-finder__benefits span {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 800;
	padding: 16px;
	text-align: center;
}

.gsf-floating-offers {
	bottom: 118px;
	display: grid;
	gap: 8px;
	position: fixed;
	right: 18px;
	z-index: 350;
}

.gsf-floating-offers.is-hidden {
	display: none;
}

.gsf-floating-offers > button {
	align-items: center;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	height: 24px;
	justify-content: center;
	justify-self: end;
	line-height: 1;
	padding: 0;
	width: 24px;
}

.gsf-floating-offers a {
	background: #fff;
	border-left: 5px solid var(--gsf-orange, #f97c00);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
	color: #222;
	display: block;
	min-width: 128px;
	padding: 12px 14px;
	text-decoration: none;
	transition: transform 180ms ease;
}

.gsf-floating-offers a:hover {
	transform: translateX(-4px);
}

.gsf-floating-offers strong,
.gsf-floating-offers span {
	display: block;
}

.gsf-floating-offers strong {
	font-size: 16px;
	font-weight: 900;
}

.gsf-floating-offers span {
	color: #777;
	font-size: 12px;
	font-weight: 800;
	margin-top: 2px;
}

@media (max-width: 1024px) {
	.gsf-hero__category-nav {
		bottom: 64px;
		left: 16px;
		overflow-x: auto;
		right: 16px;
		scrollbar-width: none;
	}

	.gsf-hero__category-nav::-webkit-scrollbar {
		display: none;
	}

	.gsf-hero__category-nav button {
		border-radius: 999px;
		flex: 0 0 184px;
		padding: 11px 14px;
	}

	.gsf-finder__shell {
		grid-template-columns: 1fr;
	}

	.gsf-finder__sidebar {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		position: static;
	}

	.gsf-finder__sidebar .gsf-kicker,
	.gsf-finder__sidebar label {
		display: none;
	}
}

@media (max-width: 768px) {
	.gsf-promo-marquee__track {
		gap: 28px;
		padding: 8px 0;
	}

	.gsf-shop-head--events,
	.gsf-shop-block .gsf-shop-head {
		align-items: flex-start;
		gap: 14px;
	}

	.gsf-tab-nav {
		overflow-x: auto;
		max-width: 100%;
	}

	.gsf-event-grid.gsf-strip {
		grid-auto-columns: 82%;
		margin-left: -10px;
		padding-left: 10px;
	}

	.gsf-product-grid.gsf-product-carousel {
		display: grid;
		grid-auto-columns: 72%;
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 4px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.gsf-product-grid.gsf-product-carousel::-webkit-scrollbar {
		display: none;
	}

	.gsf-product-grid.gsf-product-carousel .gsf-product-card {
		scroll-snap-align: start;
	}

	.gsf-finder__panel,
	.gsf-finder__panel.is-active {
		display: none;
	}

	.gsf-finder__panel.is-active {
		display: block;
		padding: 18px;
	}

	.gsf-finder__cards,
	.gsf-finder__benefits {
		grid-template-columns: 1fr;
	}

	.gsf-finder__cards {
		margin-top: 18px;
	}

	.gsf-finder__sidebar {
		display: flex;
		overflow-x: auto;
		padding: 12px;
		scrollbar-width: none;
	}

	.gsf-finder__sidebar::-webkit-scrollbar {
		display: none;
	}

	.gsf-finder__sidebar button {
		flex: 0 0 150px;
		margin-bottom: 0;
	}

	.gsf-floating-offers {
		bottom: 88px;
		right: 10px;
	}

	.gsf-floating-offers a {
		min-width: 106px;
		padding: 10px 11px;
	}

	.gsf-floating-offers strong {
		font-size: 13px;
	}
}

.site-logo .wd-logo img {
	display: inline-block !important;
	height: auto;
	max-height: 54px;
	object-fit: contain;
	width: auto;
}

.wd-block-image-link:has(img[src*="woodmart-plant-store-logo-1.svg"]) img {
	display: none !important;
}

.wd-block-image-link:has(img[src*="woodmart-plant-store-logo-1.svg"])::before {
	color: #212121;
	content: "VODESON";
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

@media (max-width: 768px) {
	.site-logo .wd-logo img {
		max-height: 42px;
	}
}

.gp-home {
	--gp-green: #0b8155;
	--gp-green-dark: #06633f;
	--gp-black: #141414;
	--gp-ink: #232323;
	--gp-muted: #62645f;
	--gp-warm: #f4efe6;
	--gp-cream: #fbf8f1;
	--gp-line: rgba(35, 35, 35, 0.12);
	--gp-shadow: 0 18px 44px rgba(20, 20, 20, 0.1);
	background: #fff;
	color: var(--gp-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: hidden;
	width: 100%;
}

.gp-home *,
.gp-home *::before,
.gp-home *::after {
	box-sizing: border-box;
}

.home .page-title {
	display: none;
}

.home .wd-sidebar-opener,
.home .wd-show-sidebar-btn {
	display: none !important;
}

body.home {
	overflow-x: hidden;
}

html,
body.home,
body.home .website-wrapper,
body.home .main-page-wrapper {
	max-width: 100%;
	overflow-x: hidden;
}

body.home .main-page-wrapper,
body.home .site-content,
body.home .content-layout-wrapper {
	margin-top: 0;
	padding-top: 0;
}

.gp-home a {
	text-decoration: none;
}

.gp-wrap {
	margin-inline: auto;
	max-width: min(1420px, 100vw);
	padding-inline: clamp(18px, 4vw, 56px);
	width: 100%;
}

.gp-promo {
	background: var(--gp-green-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 10px 16px;
	text-align: center;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.gp-hero-v2 {
	background:
		linear-gradient(90deg, rgba(244, 239, 230, 0.94), rgba(244, 239, 230, 0.72)),
		radial-gradient(circle at 82% 20%, rgba(11, 129, 85, 0.14), transparent 34%);
	min-height: 620px;
	padding: clamp(48px, 7vw, 98px) 0;
}

.gp-hero-v2__grid {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	min-width: 0;
}

.gp-hero-v2__grid > * {
	min-width: 0;
}

.gp-eyebrow-v2 {
	color: var(--gp-green-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.gp-hero-v2 h1 {
	color: var(--gp-black);
	display: block;
	font-size: clamp(42px, 6vw, 82px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.96;
	margin: 0 0 22px;
	max-width: 760px;
	overflow-wrap: anywhere;
	white-space: normal;
	word-break: normal;
}

.gp-hero-v2 h1 *,
.gp-hero-v2__lead * {
	white-space: normal !important;
}

.gp-hero-v2__lead {
	color: var(--gp-muted);
	font-size: clamp(17px, 1.65vw, 22px);
	line-height: 1.55;
	margin: 0 0 30px;
	max-width: 620px;
}

.gp-button-set {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 26px;
}

.gp-btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.04em;
	min-height: 48px;
	padding: 0 24px;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.gp-btn:hover,
.gp-btn:focus {
	transform: translateY(-1px);
}

.gp-btn--primary {
	background: var(--gp-black);
	border: 1px solid var(--gp-black);
	color: #fff;
}

.gp-btn--primary:hover,
.gp-btn--primary:focus {
	background: var(--gp-green);
	border-color: var(--gp-green);
	color: #fff;
}

.gp-btn--ghost {
	background: transparent;
	border: 1px solid rgba(20, 20, 20, 0.35);
	color: var(--gp-black);
}

.gp-btn--ghost:hover,
.gp-btn--ghost:focus {
	border-color: var(--gp-black);
	color: var(--gp-black);
}

.gp-hero-v2__proof {
	color: var(--gp-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 700;
	gap: 14px;
}

.gp-hero-v2__proof span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.gp-hero-v2__media {
	background: linear-gradient(145deg, #ffffff, #eee9df);
	border: 1px solid rgba(20, 20, 20, 0.08);
	box-shadow: var(--gp-shadow);
	min-height: 470px;
	overflow: hidden;
	position: relative;
}

.gp-hero-v2__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gp-hero-v2__badge {
	background: rgba(255, 255, 255, 0.94);
	bottom: 24px;
	box-shadow: 0 12px 30px rgba(20, 20, 20, 0.1);
	color: var(--gp-black);
	font-size: 14px;
	font-weight: 800;
	left: 24px;
	padding: 14px 16px;
	position: absolute;
}

.gp-section-v2 {
	padding: clamp(52px, 7vw, 96px) 0;
}

.gp-section-v2--cream {
	background: var(--gp-cream);
}

.gp-section-v2--dark {
	background: var(--gp-black);
	color: #fff;
}

.gp-section-head {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.gp-section-head h2 {
	color: inherit;
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0;
	max-width: 760px;
}

.gp-section-head p {
	color: var(--gp-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 430px;
}

.gp-section-v2--dark .gp-section-head p {
	color: rgba(255, 255, 255, 0.72);
}

.gp-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gp-category-card {
	background: #fff;
	border: 1px solid var(--gp-line);
	color: var(--gp-black);
	min-height: 190px;
	padding: 22px;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.gp-category-card:hover,
.gp-category-card:focus {
	box-shadow: var(--gp-shadow);
	transform: translateY(-3px);
}

.gp-category-card strong {
	display: block;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}

.gp-category-card span {
	color: var(--gp-muted);
	display: block;
	font-size: 14px;
	line-height: 1.45;
	max-width: 220px;
}

.gp-category-card em {
	bottom: 18px;
	color: var(--gp-green);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.04em;
	position: absolute;
	text-transform: uppercase;
}

.gp-products-shell {
	background: #fff;
	border: 1px solid var(--gp-line);
	overflow: hidden;
	padding: clamp(14px, 2vw, 28px);
}

.gp-products-shell .products {
	margin-bottom: 0;
	min-width: 0;
}

.gp-products-shell .product-grid-item {
	border-right: 1px solid rgba(35, 35, 35, 0.08);
}

.gp-feature-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-feature {
	background: #fff;
	border: 1px solid var(--gp-line);
	padding: 26px;
}

.gp-feature b {
	color: var(--gp-green);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.gp-feature h3 {
	color: var(--gp-black);
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.02em;
	margin: 0 0 10px;
}

.gp-feature p {
	color: var(--gp-muted);
	font-size: 15px;
	line-height: 1.58;
	margin: 0;
}

.gp-bundle {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
}

.gp-bundle__panel {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	padding: clamp(28px, 4vw, 52px);
}

.gp-bundle__panel h2 {
	color: #fff;
	font-size: clamp(34px, 4.8vw, 62px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0 0 16px;
}

.gp-bundle__panel p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 24px;
}

.gp-bundle__list {
	display: grid;
	gap: 12px;
}

.gp-bundle__item {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	padding: 16px 18px;
}

.gp-bundle__item span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	font-weight: 700;
}

.gp-guide-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-guide {
	background: var(--gp-warm);
	color: var(--gp-black);
	min-height: 210px;
	padding: 24px;
}

.gp-guide h3 {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.02em;
	margin: 0 0 10px;
}

.gp-guide p {
	color: var(--gp-muted);
	font-size: 15px;
	line-height: 1.56;
	margin: 0 0 22px;
}

.gp-guide a {
	color: var(--gp-green);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.gp-newsletter {
	background: var(--gp-warm);
	border: 1px solid var(--gp-line);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	padding: clamp(26px, 4vw, 48px);
}

.gp-newsletter h2 {
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
}

.gp-newsletter p {
	color: var(--gp-muted);
	font-size: 15px;
	line-height: 1.58;
	margin: 10px 0 0;
}

@media (max-width: 1024px) {
	.gp-hero-v2__grid,
	.gp-bundle,
	.gp-newsletter {
		grid-template-columns: 1fr;
	}

	.gp-category-grid,
	.gp-feature-grid,
	.gp-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.gp-hero-v2 {
		min-height: auto;
		padding: 34px 0 46px;
	}

	.gp-hero-v2 h1 {
		font-size: 30px;
		inline-size: min(100%, 320px);
		letter-spacing: 0;
		line-height: 1.12;
		max-width: 320px;
		overflow-wrap: anywhere !important;
		white-space: normal !important;
		word-break: break-word !important;
	}

	.gp-hero-v2 h1 * {
		overflow-wrap: anywhere !important;
		white-space: normal !important;
		word-break: break-word !important;
	}

	.gp-hero-v2__lead,
	.gp-hero-v2__lead * {
		inline-size: min(100%, 320px);
		max-width: 320px;
		overflow-wrap: anywhere !important;
		word-break: break-word !important;
	}

	.gp-hero-v2__lead {
		font-size: 16px;
	}

	.gp-hero-v2__media {
		min-height: 320px;
	}

	.gp-category-grid,
	.gp-feature-grid,
	.gp-guide-grid {
		grid-template-columns: 1fr;
	}

	.gp-section-head {
		align-items: start;
		flex-direction: column;
	}

	.gp-btn {
		width: 100%;
	}
}

.vd-lead-form {
	max-width: 640px;
	width: 100%;
}

.vd-lead-form__row {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.vd-lead-form input[type="email"] {
	background: #fff;
	border: 1px solid rgba(33, 33, 33, 0.18);
	border-radius: 4px;
	color: #212121;
	font-size: 16px;
	min-height: 48px;
	padding: 0 16px;
	width: 100%;
}

.vd-lead-form input[type="email"]:focus {
	border-color: #10714e;
	box-shadow: 0 0 0 3px rgba(16, 113, 78, 0.14);
	outline: none;
}

.vd-lead-form button {
	background: #212121;
	border: 1px solid #212121;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	min-height: 48px;
	padding: 0 18px;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.vd-lead-form button:hover,
.vd-lead-form button:focus {
	background: #10714e;
	border-color: #10714e;
	transform: translateY(-1px);
}

.vd-lead-form__consent {
	align-items: flex-start;
	color: rgba(33, 33, 33, 0.72);
	display: flex;
	font-size: 13px;
	gap: 8px;
	line-height: 1.5;
	margin-top: 10px;
}

.vd-lead-form__consent input {
	margin-top: 3px;
}

.vd-lead-form__message {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
	padding: 10px 12px;
}

.vd-lead-form__message--success {
	background: rgba(16, 113, 78, 0.12);
	color: #10714e;
}

.vd-lead-form__message--error {
	background: rgba(156, 15, 15, 0.1);
	color: #9c0f0f;
}

.vd-lead-form__honeypot {
	left: -9999px;
	position: absolute;
}

.vd-contact-form {
	background: #f5f4f1;
	border: 1px solid rgba(33, 33, 33, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	max-width: 760px;
	padding: 28px;
	width: 100%;
}

.vd-contact-form__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vd-contact-form label {
	color: #212121;
	display: grid;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
}

.vd-contact-form input,
.vd-contact-form textarea {
	background: #fff;
	border: 1px solid rgba(33, 33, 33, 0.18);
	border-radius: 4px;
	color: #212121;
	font-size: 16px;
	padding: 12px 14px;
	width: 100%;
}

.vd-contact-form textarea {
	resize: vertical;
}

.vd-contact-form input:focus,
.vd-contact-form textarea:focus {
	border-color: #10714e;
	box-shadow: 0 0 0 3px rgba(16, 113, 78, 0.14);
	outline: none;
}

.vd-contact-form button {
	background: #212121;
	border: 1px solid #212121;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	min-height: 48px;
	padding: 0 22px;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: fit-content;
}

.vd-contact-form button:hover,
.vd-contact-form button:focus {
	background: #10714e;
	border-color: #10714e;
	transform: translateY(-1px);
}

.vd-form-message {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 12px;
}

.vd-form-message--success {
	background: rgba(16, 113, 78, 0.12);
	color: #10714e;
}

.vd-form-message--error {
	background: rgba(156, 15, 15, 0.1);
	color: #9c0f0f;
}

.vd-form-honeypot {
	left: -9999px;
	position: absolute;
}

@media (max-width: 640px) {
	.vd-lead-form__row {
		grid-template-columns: 1fr;
	}

	.vd-lead-form button {
		width: 100%;
	}

	.vd-contact-form {
		padding: 20px;
	}

	.vd-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.vd-contact-form button {
		width: 100%;
	}
}

.gp-boss {
	--gp-boss-cream: #ece9e2;
	--gp-boss-warm: #f6f1e8;
	--gp-boss-paper: #fbfaf6;
	--gp-boss-ink: #212121;
	--gp-boss-muted: #656158;
	--gp-boss-green: #10714e;
	--gp-boss-green-dark: #0a5c3d;
	--gp-boss-line: rgba(33, 33, 33, 0.13);
	--gp-boss-shadow: 0 20px 60px rgba(33, 33, 33, 0.12);
	background: var(--gp-boss-paper);
	color: var(--gp-boss-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	overflow-x: hidden;
	width: 100vw;
}

.gp-boss *,
.gp-boss *::before,
.gp-boss *::after {
	box-sizing: border-box;
}

.gp-boss h1,
.gp-boss h2,
.gp-boss h3,
.gp-boss p,
.gp-boss a,
.gp-boss span,
.gp-boss strong,
.gp-boss summary,
.gp-boss blockquote {
	letter-spacing: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.gp-boss-wrap {
	margin: 0 auto;
	max-width: 1220px;
	min-width: 0;
	padding: 0 28px;
	width: 100%;
}

.gp-boss-hero {
	background: var(--gp-boss-cream);
	border-bottom: 1px solid var(--gp-boss-line);
	min-height: 690px;
	position: relative;
}

.gp-boss-hero__grid {
	align-items: stretch;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
	min-height: 690px;
	padding-bottom: 72px;
	padding-top: 72px;
}

.gp-boss-hero__copy {
	align-self: center;
	max-width: 620px;
	min-width: 0;
}

.gp-boss-kicker {
	color: var(--gp-boss-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.gp-boss-hero h1 {
	color: var(--gp-boss-ink);
	font-size: clamp(44px, 5.8vw, 78px);
	font-weight: 800;
	line-height: 0.98;
	margin: 0;
	max-width: 720px;
}

.gp-boss-lead {
	color: var(--gp-boss-muted);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
	margin: 26px 0 0;
	max-width: 560px;
}

.gp-boss-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.gp-boss-btn {
	align-items: center;
	border: 1px solid var(--gp-boss-ink);
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 52px;
	padding: 0 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gp-boss-btn:hover,
.gp-boss-btn:focus {
	text-decoration: none;
	transform: translateY(-1px);
}

.gp-boss-btn--dark {
	background: var(--gp-boss-ink);
	color: #fff;
}

.gp-boss-btn--dark:hover,
.gp-boss-btn--dark:focus {
	background: var(--gp-boss-green);
	border-color: var(--gp-boss-green);
	color: #fff;
}

.gp-boss-btn--light {
	background: transparent;
	color: var(--gp-boss-ink);
}

.gp-boss-btn--light:hover,
.gp-boss-btn--light:focus {
	background: var(--gp-boss-ink);
	color: #fff;
}

.gp-boss-btn--green {
	background: var(--gp-boss-green);
	border-color: var(--gp-boss-green);
	color: #fff;
}

.gp-boss-btn--green:hover,
.gp-boss-btn--green:focus {
	background: #fff;
	border-color: #fff;
	color: var(--gp-boss-ink);
}

.gp-boss-proof {
	border-top: 1px solid var(--gp-boss-line);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 44px;
	max-width: 640px;
	padding-top: 18px;
}

.gp-boss-proof span {
	color: var(--gp-boss-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.gp-boss-hero__media {
	align-self: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.56fr);
	height: 520px;
	min-height: 0;
	min-width: 0;
}

.gp-boss-hero__scene,
.gp-boss-hero__device {
	border-radius: 6px;
	display: block;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	width: 100%;
}

.gp-boss-hero__device {
	background: rgba(251, 250, 246, 0.92);
	border: 1px solid rgba(33, 33, 33, 0.1);
	box-shadow: var(--gp-boss-shadow);
	max-width: 100%;
	padding: 14px;
	align-self: end;
}

.gp-boss-section {
	background: var(--gp-boss-paper);
	padding: 96px 0;
}

.gp-boss-section--compact {
	padding: 34px 0;
}

.gp-boss-section--warm {
	background: var(--gp-boss-warm);
}

.gp-boss-section--ink {
	background: var(--gp-boss-ink);
	color: #fff;
}

.gp-boss-section--newsletter {
	background: var(--gp-boss-cream);
}

.gp-boss-section__head {
	margin: 0 auto 38px;
	max-width: 760px;
	text-align: center;
}

.gp-boss-section__head--split {
	align-items: end;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.45fr);
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	text-align: left;
}

.gp-boss-section h2,
.gp-boss-story h2,
.gp-boss-kit h2,
.gp-boss-guide h2,
.gp-boss-newsletter h2 {
	color: inherit;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.04;
	margin: 0;
}

.gp-boss-muted,
.gp-boss-section__head p:not(.gp-boss-kicker),
.gp-boss-story p,
.gp-boss-kit p,
.gp-boss-guide p,
.gp-boss-newsletter p {
	color: var(--gp-boss-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 18px 0 0;
}

.gp-boss-section--ink .gp-boss-kicker,
.gp-boss-section--ink .gp-boss-muted,
.gp-boss-section--ink .gp-boss-kit p,
.gp-boss-section--ink .gp-boss-kit span {
	color: rgba(255, 255, 255, 0.74);
}

.gp-boss-scenarios {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gp-boss-scenarios a {
	background: #fff;
	border: 1px solid var(--gp-boss-line);
	color: var(--gp-boss-ink);
	display: grid;
	gap: 12px;
	min-height: 172px;
	padding: 28px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gp-boss-scenarios a:hover,
.gp-boss-scenarios a:focus {
	background: var(--gp-boss-ink);
	border-color: var(--gp-boss-ink);
	color: #fff;
	transform: translateY(-2px);
}

.gp-boss-scenarios strong {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.08;
}

.gp-boss-scenarios span {
	color: var(--gp-boss-muted);
	font-size: 14px;
	line-height: 1.55;
}

.gp-boss-scenarios a:hover span,
.gp-boss-scenarios a:focus span {
	color: rgba(255, 255, 255, 0.74);
}

.gp-boss .products {
	row-gap: 30px;
}

.gp-boss .product-grid-item .product-wrapper {
	background: #fff;
	border: 1px solid rgba(33, 33, 33, 0.1);
	border-radius: 6px;
	box-shadow: none;
	height: 100%;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.gp-boss .product-grid-item .product-wrapper:hover {
	box-shadow: var(--gp-boss-shadow);
	transform: translateY(-3px);
}

.gp-boss .product-grid-item .product-element-top img {
	aspect-ratio: 1;
	background: var(--gp-boss-cream);
	object-fit: cover;
}

.gp-boss .product-grid-item .product-title,
.gp-boss .product-grid-item .wd-entities-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.18;
}

.gp-boss .product-grid-item .price {
	color: var(--gp-boss-green);
	font-size: 18px;
	font-weight: 800;
}

.gp-boss-story-grid {
	display: grid;
	gap: 72px;
}

.gp-boss-story {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.86fr);
}

.gp-boss-story--reverse .gp-boss-story__media {
	order: 2;
}

.gp-boss-story__media {
	background: var(--gp-boss-cream);
	border-radius: 6px;
	overflow: hidden;
}

.gp-boss-story__media img {
	aspect-ratio: 1.05;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gp-boss-story__copy {
	max-width: 520px;
}

.gp-boss-story ul {
	border-top: 1px solid var(--gp-boss-line);
	display: grid;
	gap: 11px;
	list-style: none;
	margin: 24px 0 0;
	padding: 22px 0 0;
}

.gp-boss-story li {
	color: var(--gp-boss-muted);
	font-size: 15px;
	line-height: 1.55;
	padding-left: 22px;
	position: relative;
}

.gp-boss-story li::before {
	background: var(--gp-boss-green);
	border-radius: 99px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 7px;
}

.gp-boss-text-link {
	border-bottom: 2px solid currentColor;
	color: var(--gp-boss-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	margin-top: 24px;
	padding-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.gp-boss-text-link:hover,
.gp-boss-text-link:focus {
	color: var(--gp-boss-green);
	text-decoration: none;
}

.gp-boss-kit {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.62fr);
}

.gp-boss-kit__list {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	display: grid;
}

.gp-boss-kit__list div {
	display: grid;
	gap: 6px;
	grid-template-columns: 54px minmax(0, 1fr);
	padding: 24px;
}

.gp-boss-kit__list div + div {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.gp-boss-kit__list b {
	color: rgba(255, 255, 255, 0.42);
	font-size: 13px;
	font-weight: 800;
	grid-row: span 2;
}

.gp-boss-kit__list strong {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
}

.gp-boss-kit__list span {
	font-size: 15px;
	line-height: 1.55;
}

.gp-boss-feedback {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-boss-feedback figure {
	background: #fff;
	border: 1px solid var(--gp-boss-line);
	border-radius: 6px;
	margin: 0;
	min-height: 280px;
	padding: 30px;
}

.gp-boss-rating {
	color: var(--gp-boss-green);
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.gp-boss-feedback blockquote {
	color: var(--gp-boss-ink);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.38;
	margin: 0;
}

.gp-boss-feedback figcaption {
	border-top: 1px solid var(--gp-boss-line);
	color: var(--gp-boss-muted);
	font-size: 14px;
	font-weight: 700;
	margin-top: 24px;
	padding-top: 16px;
}

.gp-boss-guide-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.1fr repeat(3, minmax(0, 0.7fr));
}

.gp-boss-guide {
	background: #fff;
	border: 1px solid var(--gp-boss-line);
	border-radius: 6px;
	color: var(--gp-boss-ink);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 260px;
	padding: 28px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gp-boss-guide:hover,
.gp-boss-guide:focus {
	background: var(--gp-boss-ink);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.gp-boss-guide--large {
	background: transparent;
	border: 0;
	padding-left: 0;
}

.gp-boss-guide--large:hover,
.gp-boss-guide--large:focus {
	background: transparent;
	color: var(--gp-boss-ink);
	transform: none;
}

.gp-boss-guide strong {
	font-size: 23px;
	font-weight: 800;
	line-height: 1.16;
}

.gp-boss-guide span {
	color: var(--gp-boss-green);
	font-size: 12px;
	font-weight: 900;
	margin-top: 36px;
	text-transform: uppercase;
}

.gp-boss-guide:hover span,
.gp-boss-guide:focus span {
	color: rgba(255, 255, 255, 0.72);
}

.gp-boss-faq-grid {
	align-items: start;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
}

.gp-boss-faq {
	border-top: 1px solid var(--gp-boss-line);
}

.gp-boss-faq details {
	border-bottom: 1px solid var(--gp-boss-line);
	padding: 22px 0;
}

.gp-boss-faq summary {
	color: var(--gp-boss-ink);
	cursor: pointer;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	list-style: none;
}

.gp-boss-faq summary::-webkit-details-marker {
	display: none;
}

.gp-boss-faq summary::after {
	color: var(--gp-boss-green);
	content: "+";
	float: right;
	font-weight: 900;
	margin-left: 20px;
}

.gp-boss-faq details[open] summary::after {
	content: "-";
}

.gp-boss-faq p {
	color: var(--gp-boss-muted);
	font-size: 16px;
	line-height: 1.62;
	margin: 14px 0 0;
	max-width: 760px;
}

.gp-boss-newsletter {
	align-items: center;
	background: var(--gp-boss-ink);
	border-radius: 6px;
	color: #fff;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.58fr);
	padding: 46px;
}

.gp-boss-newsletter .gp-boss-kicker,
.gp-boss-newsletter p {
	color: rgba(255, 255, 255, 0.74);
}

.gp-boss-newsletter .vd-lead-form {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
}

.gp-boss-newsletter .vd-lead-form input {
	border-color: transparent;
}

.gp-boss-newsletter .vd-lead-form button {
	background: var(--gp-boss-green);
	border-color: var(--gp-boss-green);
}

@media (max-width: 1024px) {
	.gp-boss-hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-bottom: 56px;
		padding-top: 56px;
	}

	.gp-boss-hero__copy {
		max-width: 780px;
		width: 100%;
	}

	.gp-boss-hero__media {
		grid-template-columns: minmax(0, 1fr) minmax(200px, 0.55fr);
		height: 460px;
		min-height: 0;
	}

	.gp-boss-scenarios,
	.gp-boss-feedback,
	.gp-boss-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gp-boss-guide--large {
		grid-column: 1 / -1;
		min-height: auto;
		padding: 0 0 10px;
	}

	.gp-boss-story,
	.gp-boss-kit,
	.gp-boss-faq-grid,
	.gp-boss-newsletter {
		grid-template-columns: 1fr;
	}

	.gp-boss-story--reverse .gp-boss-story__media {
		order: 0;
	}
}

@media (max-width: 768px) {
	.gp-boss {
		max-width: 100vw;
		width: 100vw;
	}

	.gp-boss-wrap {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		padding-left: 18px;
		padding-right: 18px;
		width: 100%;
	}

	.gp-boss-hero__grid,
	.gp-boss-hero__copy,
	.gp-boss-hero__media,
	.gp-boss-section__head,
	.gp-boss-story,
	.gp-boss-kit,
	.gp-boss-faq-grid,
	.gp-boss-newsletter {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.gp-boss-hero {
		min-height: auto;
	}

	.gp-boss-hero h1 {
		font-size: clamp(27px, 7vw, 31px);
		line-height: 1.08;
		word-break: break-all;
	}

	.gp-boss h2,
	.gp-boss h3 {
		word-break: break-all;
	}

	.gp-boss-lead {
		font-size: 17px;
	}

	.gp-boss-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gp-boss-btn {
		width: 100%;
	}

	.gp-boss-proof {
		grid-template-columns: 1fr;
	}

	.gp-boss-hero__media {
		display: grid;
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
	}

	.gp-boss-hero__scene {
		height: auto;
		min-height: 300px;
	}

	.gp-boss-hero__device {
		display: none;
		max-width: 100%;
		padding: 8px;
	}

	.gp-boss-section {
		padding: 58px 0;
	}

	.gp-boss-section--compact {
		padding: 22px 0;
	}

	.gp-boss-section__head,
	.gp-boss-section__head--split {
		display: block;
		margin-bottom: 28px;
		text-align: left;
	}

	.gp-boss-section h2,
	.gp-boss-story h2,
	.gp-boss-kit h2,
	.gp-boss-guide h2,
	.gp-boss-newsletter h2 {
		font-size: 32px;
	}

	.gp-boss-scenarios,
	.gp-boss-feedback,
	.gp-boss-guide-grid {
		grid-template-columns: 1fr;
	}

	.gp-boss-scenarios a {
		min-height: 132px;
		padding: 22px;
	}

	.gp-boss-story-grid {
		gap: 52px;
	}

	.gp-boss-story {
		gap: 28px;
	}

	.gp-boss-feedback blockquote {
		font-size: 19px;
	}

	.gp-boss-kit__list div {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 20px;
	}

	.gp-boss-faq summary {
		font-size: 18px;
	}

	.gp-boss-newsletter {
		padding: 26px 20px;
	}
}

@media (max-width: 420px) {
	.gp-boss-hero h1 {
		font-size: 34px;
	}

	.gp-boss-hero__media {
		min-height: 330px;
	}

	.gp-boss-hero__device {
		max-width: 100%;
	}
}

.gp-pd2 {
	--gp2-green: #0b7047;
	--gp2-green-dark: #06452e;
	--gp2-cream: #f4efe6;
	--gp2-paper: #fffdf8;
	--gp2-line: rgba(28, 28, 25, 0.13);
	--gp2-text: #1f1f1d;
	--gp2-muted: #5f625c;
	background: var(--gp2-paper);
	color: var(--gp2-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: hidden;
	width: 100vw;
}

.gp-pd2 *,
.gp-pd2 *::before,
.gp-pd2 *::after {
	box-sizing: border-box;
}

.gp-pd2 h1,
.gp-pd2 h2,
.gp-pd2 h3,
.gp-pd2 p {
	letter-spacing: 0;
	margin-top: 0;
	overflow-wrap: anywhere;
}

.gp-pd2-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 56px;
	width: 100%;
}

.gp-pd2-hero {
	background: linear-gradient(90deg, #fffaf0 0%, #fbf6ec 42%, #f0eadf 100%);
	border-bottom: 1px solid var(--gp2-line);
}

.gp-pd2-hero__grid {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
	height: 620px;
	min-height: 0;
}

.gp-pd2-hero__copy {
	align-self: center;
	max-width: 520px;
	min-width: 0;
	padding: 64px 0 54px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.gp-pd2-kicker,
.gp-pd2-tag,
.gp-pd2-articles span {
	color: var(--gp2-green);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.gp-pd2 h1 {
	color: var(--gp2-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(52px, 5vw, 78px);
	font-weight: 500;
	line-height: 0.95;
	margin: 0;
}

.gp-pd2 h1 span {
	color: var(--gp2-green);
}

.gp-pd2-lead {
	color: var(--gp2-muted);
	font-size: 18px;
	line-height: 1.55;
	margin: 26px 0 0;
	max-width: 440px;
}

.gp-pd2-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
}

.gp-pd2-btn {
	align-items: center;
	border: 1px solid var(--gp2-text);
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 50px;
	min-width: 156px;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gp-pd2-btn:hover,
.gp-pd2-btn:focus {
	text-decoration: none;
	transform: translateY(-1px);
}

.gp-pd2-btn--primary {
	background: var(--gp2-green);
	border-color: var(--gp2-green);
	color: #fff;
}

.gp-pd2-btn--primary:hover,
.gp-pd2-btn--primary:focus {
	background: var(--gp2-green-dark);
	border-color: var(--gp2-green-dark);
	color: #fff;
}

.gp-pd2-btn--secondary {
	background: rgba(255, 255, 255, 0.52);
	color: var(--gp2-text);
}

.gp-pd2-btn--secondary:hover,
.gp-pd2-btn--secondary:focus {
	background: var(--gp2-text);
	color: #fff;
}

.gp-pd2-benefits {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.gp-pd2-benefits div {
	align-items: center;
	color: var(--gp2-muted);
	display: grid;
	font-size: 12px;
	gap: 3px;
	grid-template-columns: 38px 1fr;
	line-height: 1.2;
}

.gp-pd2-benefits div::before {
	background: #eee7d8;
	border-radius: 50%;
	content: "";
	display: block;
	height: 34px;
	width: 34px;
}

.gp-pd2-benefits b,
.gp-pd2-benefits span {
	display: block;
	grid-column: 2;
}

.gp-pd2-benefits b {
	color: var(--gp2-text);
	font-size: 12px;
	font-weight: 800;
}

.gp-pd2-hero__image {
	height: 620px;
	margin-right: calc(50% - 50vw);
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.gp-pd2-hero__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.gp-pd2-section {
	background: var(--gp2-paper);
	padding: 66px 0;
}

.gp-pd2-section--tight {
	padding: 28px 0 18px;
}

.gp-pd2-section--products,
.gp-pd2-section--articles,
.gp-pd2-section--newsletter {
	padding-top: 28px;
}

.gp-pd2-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-pd2-category {
	border-radius: 8px;
	color: var(--gp2-text);
	display: block;
	height: 250px;
	min-height: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.gp-pd2-category::after,
.gp-pd2-feature-card::after {
	background: linear-gradient(90deg, rgba(255, 250, 241, 0.94) 0%, rgba(255, 250, 241, 0.72) 38%, rgba(255, 250, 241, 0.06) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.gp-pd2-category img,
.gp-pd2-feature-card > img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.gp-pd2-category span,
.gp-pd2-category p,
.gp-pd2-category em {
	position: relative;
	z-index: 2;
}

.gp-pd2-category span {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.05;
	padding: 34px 28px 0;
}

.gp-pd2-category p {
	color: var(--gp2-muted);
	font-size: 15px;
	line-height: 1.45;
	margin: 12px 0 0;
	max-width: 230px;
	padding: 0 28px;
}

.gp-pd2-category em {
	color: var(--gp2-text);
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin: 22px 28px;
}

.gp-pd2-feature-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gp-pd2-feature-card {
	background: #f6f1e8;
	border-radius: 8px;
	min-height: 470px;
	overflow: hidden;
	position: relative;
}

.gp-pd2-feature-card__content {
	left: 30px;
	max-width: 310px;
	position: relative;
	top: 34px;
	z-index: 3;
}

.gp-pd2-feature-card h2,
.gp-pd2-heading h2,
.gp-pd2-article-head h2,
.gp-pd2-newsletter h2 {
	color: var(--gp2-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}

.gp-pd2-feature-card p:not(.gp-pd2-tag) {
	color: var(--gp2-muted);
	font-size: 16px;
	line-height: 1.45;
	margin: 14px 0 0;
}

.gp-pd2-feature-card strong {
	color: var(--gp2-text);
	display: block;
	font-size: 22px;
	margin: 18px 0;
}

.gp-pd2-feature-card__strip {
	align-items: center;
	background: rgba(255, 253, 248, 0.92);
	border-top: 1px solid var(--gp2-line);
	bottom: 0;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	left: 0;
	min-height: 72px;
	padding: 0 22px;
	position: absolute;
	right: 0;
	z-index: 3;
}

.gp-pd2-feature-card__strip span {
	color: var(--gp2-muted);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.gp-pd2-heading {
	margin: 0 auto 42px;
	max-width: 740px;
	text-align: center;
}

.gp-pd2-heading p {
	color: var(--gp2-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 14px auto 0;
	max-width: 560px;
}

.gp-pd2-steps {
	align-items: stretch;
	display: grid;
	gap: 54px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
}

.gp-pd2-steps article {
	background: #fffaf1;
	border: 1px solid var(--gp2-line);
	border-radius: 10px;
	min-height: 214px;
	padding: 28px;
	position: relative;
}

.gp-pd2-steps b {
	align-items: center;
	background: #eee7d8;
	border-radius: 50%;
	display: flex;
	font-size: 16px;
	height: 34px;
	justify-content: center;
	left: 20px;
	position: absolute;
	top: -17px;
	width: 34px;
}

.gp-pd2-steps h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 8px;
}

.gp-pd2-steps p {
	color: var(--gp2-muted);
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
	max-width: 210px;
}

.gp-pd2-steps img {
	border-radius: 8px;
	bottom: 12px;
	height: 112px;
	object-fit: cover;
	position: absolute;
	right: 12px;
	width: 130px;
}

.gp-pd2-section--feedback {
	padding-top: 20px;
}

.gp-pd2-reviews {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 980px;
}

.gp-pd2-reviews figure {
	background: #fffaf1;
	border: 1px solid var(--gp2-line);
	border-radius: 10px;
	margin: 0;
	padding: 30px;
}

.gp-pd2-stars {
	color: var(--gp2-green);
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.gp-pd2-reviews blockquote {
	color: var(--gp2-text);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.gp-pd2-reviews figcaption {
	color: var(--gp2-text);
	font-size: 13px;
	font-weight: 800;
	margin-top: 22px;
}

.gp-pd2-reviews figcaption span {
	color: var(--gp2-muted);
	display: block;
	font-size: 11px;
	font-weight: 500;
	margin-top: 4px;
}

.gp-pd2-section--trust {
	padding: 20px 0 46px;
}

.gp-pd2-trust-bar {
	background: #fffaf1;
	border: 1px solid var(--gp2-line);
	border-radius: 10px;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 24px 20px;
}

.gp-pd2-trust-bar div {
	padding: 0 22px;
}

.gp-pd2-trust-bar b,
.gp-pd2-trust-bar span {
	display: block;
}

.gp-pd2-trust-bar b {
	font-size: 15px;
	margin-bottom: 5px;
}

.gp-pd2-trust-bar span {
	color: var(--gp2-muted);
	font-size: 13px;
	line-height: 1.35;
}

.gp-pd2-article-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.gp-pd2-article-head a {
	color: var(--gp2-green);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.gp-pd2-articles {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-pd2-articles a {
	background: #fffaf1;
	border: 1px solid var(--gp2-line);
	border-radius: 8px;
	color: var(--gp2-text);
	display: grid;
	gap: 8px;
	grid-template-columns: 148px minmax(0, 1fr);
	min-height: 176px;
	overflow: hidden;
	padding-right: 20px;
	text-decoration: none;
}

.gp-pd2-articles img {
	grid-row: span 4;
	height: 100%;
	object-fit: cover;
	width: 148px;
}

.gp-pd2-articles span {
	margin: 22px 0 0;
}

.gp-pd2-articles strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.15;
}

.gp-pd2-articles em {
	color: var(--gp2-green);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	margin-top: auto;
	padding-bottom: 18px;
}

.gp-pd2-section--newsletter {
	padding-bottom: 48px;
}

.gp-pd2-newsletter {
	align-items: center;
	background: #f2eadb;
	border: 1px solid var(--gp2-line);
	border-radius: 10px;
	display: grid;
	gap: 28px;
	grid-template-columns: 148px minmax(0, 0.7fr) minmax(360px, 0.9fr);
	padding: 22px;
}

.gp-pd2-newsletter > img {
	border-radius: 8px;
	height: 120px;
	object-fit: cover;
	width: 148px;
}

.gp-pd2-newsletter p {
	color: var(--gp2-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.gp-pd2-newsletter .vd-lead-form {
	background: transparent;
	border: 0;
	padding: 0;
}

.gp-pd2-newsletter .vd-lead-form__row {
	grid-template-columns: 1fr 148px;
}

@media (max-width: 1180px) {
	.gp-pd2-wrap {
		padding-left: 28px;
		padding-right: 28px;
	}

	.gp-pd2-hero__grid {
		grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	}
}

@media (max-width: 900px) {
	.gp-pd2-hero__grid,
	.gp-pd2-feature-grid,
	.gp-pd2-steps,
	.gp-pd2-reviews,
	.gp-pd2-trust-bar,
	.gp-pd2-articles,
	.gp-pd2-newsletter {
		grid-template-columns: 1fr;
	}

	.gp-pd2-hero__image {
		height: 430px;
		margin-right: 0;
		min-height: 0;
	}

	.gp-pd2-category-grid {
		grid-template-columns: 1fr;
	}

	.gp-pd2-articles a {
		grid-template-columns: 132px minmax(0, 1fr);
	}

	.gp-pd2-articles img {
		width: 132px;
	}

	.gp-pd2-newsletter {
		gap: 18px;
	}
}

@media (max-width: 640px) {
	.gp-pd2-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	.gp-pd2-hero__grid {
		height: auto;
		min-height: auto;
	}

	.gp-pd2-hero__copy {
		padding: 44px 0 28px;
	}

	.gp-pd2 h1 {
		font-size: 39px;
		line-height: 0.98;
	}

	.gp-pd2-lead {
		font-size: 16px;
		max-width: min(100%, 340px);
		word-break: break-word;
	}

	.gp-pd2-actions,
	.gp-pd2-benefits {
		grid-template-columns: 1fr;
	}

	.gp-pd2-actions {
		display: grid;
	}

	.gp-pd2-btn {
		width: 100%;
	}

	.gp-pd2-hero__image {
		height: 330px;
		min-height: 0;
	}

	.gp-pd2-section {
		padding: 44px 0;
	}

	.gp-pd2-section--tight,
	.gp-pd2-section--products {
		padding-top: 18px;
	}

	.gp-pd2-category {
		height: 218px;
		min-height: 0;
	}

	.gp-pd2-feature-card {
		min-height: 430px;
	}

	.gp-pd2-feature-card__content {
		left: 22px;
		max-width: calc(100% - 44px);
		top: 24px;
	}

	.gp-pd2-feature-card h2,
	.gp-pd2-heading h2,
	.gp-pd2-article-head h2,
	.gp-pd2-newsletter h2 {
		font-size: 30px;
	}

	.gp-pd2-feature-card__strip {
		grid-template-columns: 1fr;
		padding: 14px 18px;
		position: relative;
	}

	.gp-pd2-feature-card__strip span {
		text-align: left;
	}

	.gp-pd2-steps {
		gap: 30px;
	}

	.gp-pd2-steps article {
		min-height: 190px;
	}

	.gp-pd2-article-head {
		align-items: flex-start;
		display: grid;
		gap: 10px;
	}

	.gp-pd2-articles a {
		grid-template-columns: 1fr;
		padding: 0 18px 0;
	}

	.gp-pd2-articles img {
		height: 190px;
		margin: 0 -18px;
		width: calc(100% + 36px);
	}

	.gp-pd2-newsletter > img {
		width: 100%;
	}

	.gp-pd2-newsletter .vd-lead-form__row {
		grid-template-columns: 1fr;
	}
}

/* VODESON Product Design direction 2 homepage */
.entry-content > .gp2,
.page .entry-content > .gp2 {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}

.gp2 {
	--gp2-green: #0b7047;
	--gp2-green-dark: #06452e;
	--gp2-paper: #fffdf8;
	--gp2-cream: #f5efe4;
	--gp2-line: rgba(31, 31, 29, 0.14);
	--gp2-muted: #5f625c;
	--gp2-text: #1f1f1d;
	background: var(--gp2-paper);
	color: var(--gp2-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: hidden;
}

.gp2 *,
.gp2 *::before,
.gp2 *::after {
	box-sizing: border-box;
}

.gp2 a {
	color: inherit;
	text-decoration: none;
}

.gp2 img {
	display: block;
	max-width: 100%;
}

.gp2-hero {
	background: linear-gradient(90deg, #fffaf0 0 42%, #f3ecdf 42% 100%);
	border-bottom: 1px solid var(--gp2-line);
	display: grid;
	grid-template-columns: minmax(420px, 44%) minmax(0, 56%);
	height: 620px;
}

.gp2-hero__copy {
	align-self: center;
	justify-self: end;
	max-width: 560px;
	min-width: 0;
	padding: 0 70px 0 0;
	width: 100%;
}

.gp2-kicker {
	color: var(--gp2-green);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.gp2 h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(58px, 5vw, 74px);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 0.98;
	margin: 0;
}

.gp2 h1 span {
	color: var(--gp2-green);
}

.gp2-lead {
	color: var(--gp2-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 20px 0 0;
	max-width: 430px;
}

.gp2-actions {
	display: flex;
	gap: 16px;
	margin-top: 28px;
}

.gp2-primary,
.gp2-secondary {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 50px;
	justify-content: center;
	min-width: 162px;
	padding: 0 24px;
}

.gp2-primary {
	background: var(--gp2-green);
	color: #fff;
}

.gp2-secondary {
	background: transparent;
	border: 1px solid var(--gp2-text);
	color: var(--gp2-text);
}

.gp2-benefits {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 32px;
	max-width: 530px;
}

.gp2-benefit {
	align-items: center;
	display: grid;
	gap: 11px;
	grid-template-columns: 36px minmax(0, 1fr);
	min-width: 0;
}

.gp2-benefit > span {
	background: #efe9dc;
	border-radius: 999px;
	display: block;
	height: 34px;
	width: 34px;
}

.gp2-benefit b,
.gp2-benefit small {
	display: block;
	line-height: 1.25;
}

.gp2-benefit b {
	font-size: 12px;
	font-weight: 900;
}

.gp2-benefit small {
	color: var(--gp2-muted);
	font-size: 12px;
	margin-top: 4px;
}

.gp2-hero__image {
	height: 620px;
	overflow: hidden;
}

.gp2-hero__image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.gp2-section {
	padding: 64px 0;
}

.gp2-section--tight {
	padding: 28px 0 18px;
}

.gp2-section--products {
	padding-top: 22px;
}

.gp2-wrap {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 36px;
	width: 100%;
}

.gp2-categories,
.gp2-products,
.gp2-steps,
.gp2-reviews,
.gp2-articles,
.gp2-trust {
	display: grid;
}

.gp2-categories {
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp2-category {
	border-radius: 8px;
	display: block;
	height: 230px;
	overflow: hidden;
	position: relative;
}

.gp2-category::after,
.gp2-product::after {
	background: linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.67) 42%, rgba(255, 250, 241, 0.04));
	content: "";
	inset: 0;
	position: absolute;
}

.gp2-category img,
.gp2-product > img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gp2-category div {
	left: 30px;
	max-width: 230px;
	position: absolute;
	top: 32px;
	z-index: 1;
}

.gp2-category h2,
.gp2-product h2,
.gp2-section-title,
.gp2-step h3,
.gp2-article-head h2,
.gp2-newsletter h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
}

.gp2-category h2 {
	font-size: 30px;
	line-height: 1;
	margin: 0;
}

.gp2-category p {
	color: var(--gp2-muted);
	font-size: 14px;
	line-height: 1.4;
	margin: 13px 0 18px;
}

.gp2-category strong {
	font-size: 14px;
}

.gp2-products {
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gp2-product {
	background: var(--gp2-cream);
	border-radius: 8px;
	height: 480px;
	overflow: hidden;
	position: relative;
}

.gp2-product__copy {
	left: 34px;
	max-width: 330px;
	position: absolute;
	top: 34px;
	z-index: 1;
}

.gp2-product__copy > span {
	color: var(--gp2-green);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.gp2-product h2 {
	font-size: 34px;
	line-height: 1.05;
	margin: 18px 0 0;
}

.gp2-product p {
	color: var(--gp2-muted);
	font-size: 16px;
	line-height: 1.45;
	margin: 14px 0 0;
}

.gp2-product__copy strong {
	display: block;
	font-size: 22px;
	margin: 18px 0;
}

.gp2-product__copy a {
	align-items: center;
	background: var(--gp2-green);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	min-width: 126px;
}

.gp2-product__features {
	align-items: center;
	background: rgba(255, 253, 248, 0.94);
	border-top: 1px solid var(--gp2-line);
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	height: 78px;
	left: 0;
	padding: 0 26px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.gp2-product__features span {
	color: var(--gp2-muted);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.gp2-section-title {
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 42px;
	text-align: center;
}

.gp2-steps {
	gap: 54px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp2-step {
	background: #fffaf1;
	border: 1px solid var(--gp2-line);
	border-radius: 10px;
	min-height: 230px;
	padding: 28px;
	position: relative;
}

.gp2-step b {
	align-items: center;
	background: #efe9dc;
	border-radius: 999px;
	display: flex;
	height: 34px;
	justify-content: center;
	left: 22px;
	position: absolute;
	top: -17px;
	width: 34px;
}

.gp2-step h3 {
	font-size: 24px;
	margin: 0 0 10px;
}

.gp2-step p {
	color: var(--gp2-muted);
	font-size: 13px;
	line-height: 1.4;
	max-width: 220px;
}

.gp2-step img {
	border-radius: 8px;
	bottom: 12px;
	height: 110px;
	object-fit: cover;
	position: absolute;
	right: 12px;
	width: 128px;
}

.gp2-section--reviews {
	padding-top: 34px;
}

.gp2-reviews {
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp2-reviews figure {
	background: #fffaf1;
	border: 1px solid var(--gp2-line);
	border-radius: 8px;
	margin: 0;
	min-height: 210px;
	padding: 28px;
}

.gp2-stars {
	color: var(--gp2-green);
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 18px;
}

.gp2-reviews blockquote {
	border: 0;
	color: var(--gp2-text);
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 24px;
	padding: 0;
}

.gp2-reviews figcaption {
	font-size: 14px;
	font-weight: 900;
}

.gp2-reviews figcaption span {
	color: var(--gp2-muted);
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-top: 4px;
}

.gp2-section--trust {
	padding: 18px 0 54px;
}

.gp2-trust {
	background: #fffaf1;
	border: 1px solid var(--gp2-line);
	border-radius: 8px;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 26px 32px;
}

.gp2-trust div {
	border-right: 1px solid var(--gp2-line);
	padding: 0 24px;
}

.gp2-trust div:last-child {
	border-right: 0;
}

.gp2-trust b,
.gp2-trust span {
	display: block;
}

.gp2-trust b {
	font-size: 14px;
	margin-bottom: 6px;
}

.gp2-trust span {
	color: var(--gp2-muted);
	font-size: 13px;
	line-height: 1.35;
}

.gp2-article-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.gp2-article-head h2 {
	font-size: 32px;
	line-height: 1.1;
	margin: 0;
}

.gp2-article-head a {
	color: var(--gp2-green);
	font-size: 14px;
	font-weight: 900;
}

.gp2-articles {
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp2-articles a {
	background: #fffaf1;
	border: 1px solid var(--gp2-line);
	border-radius: 8px;
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	min-height: 176px;
	overflow: hidden;
}

.gp2-articles img {
	height: 100%;
	object-fit: cover;
	width: 148px;
}

.gp2-articles div {
	display: grid;
	gap: 8px;
	padding: 22px 20px 18px 18px;
}

.gp2-articles span {
	color: var(--gp2-green);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.gp2-articles strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.15;
}

.gp2-articles em {
	color: var(--gp2-green);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	margin-top: auto;
}

.gp2-section--newsletter {
	padding-bottom: 50px;
	padding-top: 24px;
}

.gp2-newsletter {
	align-items: center;
	background: #f2eadb;
	border: 1px solid var(--gp2-line);
	border-radius: 10px;
	display: grid;
	gap: 28px;
	grid-template-columns: 148px minmax(0, 0.7fr) minmax(360px, 0.9fr);
	padding: 22px;
}

.gp2-newsletter > img {
	border-radius: 8px;
	height: 120px;
	object-fit: cover;
	width: 148px;
}

.gp2-newsletter h2 {
	font-size: 32px;
	line-height: 1.1;
	margin: 0;
}

.gp2-newsletter p {
	color: var(--gp2-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.gp2-newsletter .vd-lead-form {
	background: transparent;
	border: 0;
	padding: 0;
}

.gp2-newsletter .vd-lead-form__row {
	grid-template-columns: 1fr 148px;
}

@media (max-width: 1180px) {
	.gp2-wrap {
		padding-left: 28px;
		padding-right: 28px;
	}

	.gp2-hero {
		grid-template-columns: minmax(360px, 46%) minmax(0, 54%);
	}

	.gp2-hero__copy {
		padding-left: 28px;
		padding-right: 48px;
	}
}

@media (max-width: 900px) {
	.gp2-hero,
	.gp2-categories,
	.gp2-products,
	.gp2-steps,
	.gp2-reviews,
	.gp2-articles,
	.gp2-newsletter,
	.gp2-trust {
		grid-template-columns: 1fr;
	}

	.gp2-hero {
		height: auto;
	}

	.gp2-hero__copy {
		justify-self: stretch;
		max-width: none;
		padding: 44px 24px 34px;
	}

	.gp2 h1 {
		font-size: 44px;
		max-width: 360px;
	}

	.gp2-lead {
		max-width: 340px;
	}

	.gp2-actions {
		display: grid;
	}

	.gp2-primary,
	.gp2-secondary {
		width: 100%;
	}

	.gp2-benefits {
		grid-template-columns: 1fr;
		max-width: 300px;
	}

	.gp2-hero__image {
		height: 330px;
	}

	.gp2-trust div {
		border-bottom: 1px solid var(--gp2-line);
		border-right: 0;
		padding: 18px 0;
	}

	.gp2-trust div:first-child {
		padding-top: 0;
	}

	.gp2-trust div:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 640px) {
	.entry-content > .gp2,
	.page .entry-content > .gp2 {
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		right: 50%;
		width: 100vw;
	}

	.gp2-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	.gp2-kicker {
		font-size: 11px;
	}

	.gp2-section {
		padding: 44px 0;
	}

	.gp2-section--tight,
	.gp2-section--products {
		padding-top: 18px;
	}

	.gp2-category {
		height: 218px;
	}

	.gp2-product {
		height: 430px;
	}

	.gp2-product__copy {
		left: 22px;
		max-width: calc(100% - 44px);
		top: 24px;
	}

	.gp2-product h2,
	.gp2-section-title,
	.gp2-article-head h2,
	.gp2-newsletter h2 {
		font-size: 30px;
	}

	.gp2-product__features {
		height: auto;
		padding: 14px 18px;
		position: absolute;
	}

	.gp2-product__features span {
		font-size: 12px;
	}

	.gp2-steps {
		gap: 30px;
	}

	.gp2-step {
		min-height: 220px;
	}

	.gp2-article-head {
		align-items: flex-start;
		display: grid;
		gap: 10px;
	}

	.gp2-articles a {
		grid-template-columns: 1fr;
	}

	.gp2-articles img {
		height: 190px;
		width: 100%;
	}

	.gp2-newsletter {
		gap: 18px;
	}

	.gp2-newsletter > img {
		width: 100%;
	}

	.gp2-newsletter .vd-lead-form__row {
		grid-template-columns: 1fr;
	}
}

/* VODESON Spider-style conversion homepage */
.entry-content > .gsf,
.page .entry-content > .gsf {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}

body.home .whb-header .whb-row {
	background: #050505 !important;
	border-color: #222 !important;
	color: #fff !important;
}

body.home .whb-header a,
body.home .whb-header .wd-tools-element > a,
body.home .whb-header .wd-header-nav a,
body.home .whb-header .wd-nav > li > a,
body.home .whb-header .wd-tools-text,
body.home .whb-header .wd-tools-icon::before {
	color: #fff !important;
}

body.home .whb-header .wd-tools-count {
	background: #f97c00 !important;
	color: #fff !important;
}

body.home .whb-header .wd-logo img {
	filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.7));
}

body.home .wd-hb-wrapp,
body.home .header-banner {
	background: #050505 !important;
	color: #f97c00 !important;
}

body.home .header-banner a,
body.home .header-banner .wd-hb-content,
body.home .header-banner .wd-hb-content * {
	color: #f97c00 !important;
}

body.home .whb-header .site-logo .wd-logo img {
	display: none !important;
}

body.home .whb-header .site-logo .wd-logo::before {
	color: #fff;
	content: "VODESON";
	display: inline-block;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1;
}

body.home .whb-header .site-logo .wd-logo::after {
	background: var(--gsf-orange, #f97c00);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 7px;
	margin-left: 8px;
	width: 7px;
}

.gsf {
	--gsf-black: #050505;
	--gsf-dark: #242424;
	--gsf-charcoal: #30363a;
	--gsf-text: #333333;
	--gsf-muted: #777777;
	--gsf-line: #bbbbbb;
	--gsf-orange: #f97c00;
	--gsf-orange-hot: #ff6b00;
	--gsf-star: #eabe12;
	--gsf-panel: #f6f6f6;
	background: #fff;
	color: var(--gsf-muted);
	font-family: Poppins, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	width: 100%;
}

.gsf *,
.gsf *::before,
.gsf *::after {
	box-sizing: border-box;
}

.gsf a {
	color: inherit;
	text-decoration: none;
}

.gsf img {
	display: block;
	max-width: 100%;
}

.gsf-wrap {
	margin: 0 auto;
	max-width: 1222px;
	padding: 0 15px;
	width: 100%;
}

.gsf-section {
	padding: 50px 0;
}

.gsf-title {
	color: var(--gsf-text);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 24px;
	text-align: center;
	text-transform: uppercase;
}

.gsf-title--left {
	font-size: 30px;
	text-align: left;
}

.gsf-kicker {
	color: var(--gsf-orange);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.gsf-btn {
	align-items: center;
	border-radius: 0;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	line-height: 1;
	min-width: 152px;
	padding: 0 22px;
	text-transform: uppercase;
}

.gsf-btn--orange {
	background: var(--gsf-orange);
	color: #fff;
}

.gsf-btn--dark {
	background: #111;
	color: #fff;
}

.gsf-hero {
	background: var(--gsf-black);
	height: 660px;
	overflow: hidden;
	position: relative;
}

.gsf-hero > img {
	filter: brightness(0.56) saturate(1.08);
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.gsf-hero__shade {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.64) 38%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.72) 100%),
		radial-gradient(circle at 50% 70%, rgba(249, 124, 0, 0.24), transparent 34%);
	inset: 0;
	position: absolute;
}

.gsf-hero__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.gsf-hero h1 {
	color: #fff;
	font-size: clamp(44px, 5.28vw, 76px);
	font-weight: 800;
	letter-spacing: -1.6px;
	line-height: 1.05;
	margin: 0 0 14px;
	max-width: 820px;
	text-transform: none;
}

.gsf-hero__lead {
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 24px;
	max-width: 520px;
}

.gsf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gsf-countdown {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, 82px);
	margin-top: 24px;
}

.gsf-countdown span {
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px;
	font-weight: 700;
	padding: 10px 8px;
	text-align: center;
	text-transform: uppercase;
}

.gsf-countdown b {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 4px;
}

.gsf-section--events {
	padding: 34px 0 24px;
}

.gsf-event-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gsf-event-card {
	background: #111;
	height: 142px;
	overflow: hidden;
	position: relative;
}

.gsf-event-card img {
	filter: brightness(0.58);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gsf-event-card span,
.gsf-event-card strong {
	left: 22px;
	position: absolute;
	z-index: 1;
}

.gsf-event-card span {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.15;
	right: 22px;
	text-align: center;
	top: 42px;
	text-transform: uppercase;
}

.gsf-event-card strong {
	background: #fff;
	bottom: 22px;
	color: var(--gsf-text);
	font-size: 11px;
	font-weight: 800;
	padding: 6px 12px;
	text-transform: uppercase;
}

.gsf-system {
	padding-top: 34px;
}

.gsf-system__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.gsf-system__banner,
.gsf-system__panel {
	background: #080808;
	color: #fff;
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.gsf-system__banner img,
.gsf-system__panel > img {
	filter: brightness(0.58);
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.gsf-system__banner div {
	bottom: 38px;
	left: 38px;
	max-width: 360px;
	position: absolute;
	z-index: 1;
}

.gsf-system__banner span,
.gsf-system__banner em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.gsf-system__banner h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.12;
	margin: 14px 0 18px;
}

.gsf-system__panel {
	align-items: center;
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	padding: 50px;
}

.gsf-system__panel > img {
	filter: brightness(0.46);
	inset: 0;
}

.gsf-system__panel div {
	grid-column: 2;
	position: relative;
	z-index: 1;
}

.gsf-system__panel h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 14px;
}

.gsf-system__panel p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	margin: 0 0 22px;
}

.gsf-shop-block {
	padding-top: 20px;
}

.gsf-category-row {
	display: grid;
	gap: 20px;
	grid-template-columns: 0.9fr 1.1fr;
	margin-bottom: 50px;
}

.gsf-category-tile {
	background: #111;
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.gsf-category-tile img {
	filter: brightness(0.66) saturate(1.05);
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.gsf-category-tile::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62));
	content: "";
	inset: 0;
	position: absolute;
}

.gsf-category-tile div {
	bottom: 34px;
	left: 34px;
	position: absolute;
	right: 34px;
	z-index: 1;
}

.gsf-category-tile h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.gsf-category-tile span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 700;
}

.gsf-product-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gsf-product-card {
	background: #fff;
	min-height: 430px;
	padding: 0 0 18px;
	position: relative;
	text-align: center;
}

.gsf-badge {
	background: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	left: 0;
	line-height: 1;
	padding: 7px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 1;
}

.gsf-product-card img {
	height: 250px;
	margin: 0 auto 12px;
	object-fit: contain;
	padding: 20px;
	width: 100%;
}

.gsf-product-card h3 {
	color: var(--gsf-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 auto 8px;
	max-width: 260px;
	min-height: 62px;
	padding: 0 14px;
}

.gsf-rating {
	color: var(--gsf-star);
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 8px;
}

.gsf-product-card p {
	color: var(--gsf-muted);
	font-size: 14px;
	margin: 0 0 12px;
}

.gsf-product-card del {
	color: #bbb;
	margin-right: 4px;
}

.gsf-product-card strong {
	color: var(--gsf-orange);
	font-size: 16px;
	font-weight: 800;
}

.gsf-product-card a {
	border: 2px solid var(--gsf-orange);
	color: var(--gsf-text);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	align-items: center;
	min-width: 130px;
	text-transform: uppercase;
}

.gsf-member {
	background: #fff;
	padding-top: 20px;
}

.gsf-member__grid {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: 1fr 1fr;
}

.gsf-member h2 {
	color: var(--gsf-text);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gsf-member p:not(.gsf-kicker) {
	color: var(--gsf-muted);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 24px;
	max-width: 520px;
}

.gsf-member img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}

.gsf-blog {
	padding-bottom: 58px;
}

.gsf-blog-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gsf-blog-grid a {
	border: 1px solid #e6e6e6;
	display: block;
	min-height: 360px;
	padding-bottom: 18px;
}

.gsf-blog-grid img {
	height: 150px;
	object-fit: cover;
	width: 100%;
}

.gsf-blog-grid span,
.gsf-blog-grid h3,
.gsf-blog-grid p,
.gsf-blog-grid em {
	display: block;
	margin-left: 18px;
	margin-right: 18px;
}

.gsf-blog-grid span {
	color: var(--gsf-orange);
	font-size: 11px;
	font-weight: 800;
	margin-top: 18px;
	text-transform: uppercase;
}

.gsf-blog-grid h3 {
	color: var(--gsf-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38;
	margin-bottom: 10px;
	margin-top: 8px;
}

.gsf-blog-grid p {
	color: var(--gsf-muted);
	font-size: 13px;
	line-height: 1.55;
	margin-bottom: 14px;
}

.gsf-blog-grid em {
	color: var(--gsf-orange);
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.gsf-trust {
	background: #30363a;
	color: #fff;
	padding: 34px 0;
}

.gsf-trust__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gsf-trust b {
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 5px;
}

.gsf-trust span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	.gsf-wrap {
		max-width: 1212px;
	}

	.gsf-hero {
		height: 560px;
	}

	.gsf-blog-grid,
	.gsf-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.gsf-wrap {
		padding: 0 10px;
	}

	.gsf-section {
		padding: 36px 0;
	}

	.gsf-hero {
		height: 520px;
	}

	.gsf-hero h1 {
		font-size: 34px;
		letter-spacing: -0.6px;
	}

	.gsf-hero__lead {
		font-size: 13px;
		max-width: 310px;
	}

	.gsf-countdown {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 360px;
		width: 100%;
	}

	.gsf-event-grid,
	.gsf-system__grid,
	.gsf-category-row,
	.gsf-member__grid {
		grid-template-columns: 1fr;
	}

	.gsf-system__banner,
	.gsf-system__panel,
	.gsf-category-tile {
		min-height: 310px;
	}

	.gsf-system__panel {
		padding: 32px;
	}

	.gsf-system__panel div {
		grid-column: 1;
	}

	.gsf-product-grid {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsf-product-card {
		min-height: 350px;
	}

	.gsf-product-card img {
		height: 170px;
		padding: 14px;
	}

	.gsf-product-card h3 {
		font-size: 12px;
		line-height: 1.35;
		min-height: 64px;
		padding: 0 8px;
	}

	.gsf-product-card a {
		font-size: 11px;
		min-width: 116px;
	}

	.gsf-blog-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	body.home .whb-header .wd-logo img {
		max-height: 34px;
	}

	body.home .whb-header .site-logo .wd-logo::before {
		font-size: 20px;
	}

	.gsf-hero {
		height: 500px;
	}

	.gsf-hero h1 {
		font-size: 30px;
		letter-spacing: -0.3px;
		line-height: 1.08;
		max-width: 360px;
	}

	.gsf-hero__lead {
		font-size: 12px;
	}

	.gsf-hero__actions {
		display: grid;
		max-width: 260px;
		width: 100%;
	}

	.gsf-btn {
		width: 100%;
	}

	.gsf-event-card {
		height: 120px;
	}

	.gsf-title {
		font-size: 18px;
	}

	.gsf-category-row {
		margin-bottom: 38px;
	}

	.gsf-category-tile h2,
	.gsf-system__banner h2,
	.gsf-member h2 {
		font-size: 25px;
	}

	.gsf-trust__grid {
		grid-template-columns: 1fr;
	}
}

/* Spider-style interactive motion layer */
.gsf-hero--carousel {
	isolation: isolate;
}

.gsf-hero__track,
.gsf-hero__slide,
.gsf-hero__slide picture,
.gsf-hero__slide picture img {
	inset: 0;
	position: absolute;
}

.gsf-hero__slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 800ms ease;
	z-index: 0;
}

.gsf-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.gsf-hero__slide picture img {
	filter: brightness(0.56) saturate(1.08);
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	width: 100%;
}

.gsf-hero__slide.is-active picture img {
	animation: gsf-hero-zoom 6200ms ease-out both;
}

.gsf-hero__slide .gsf-hero__content {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 520ms ease 160ms, transform 520ms ease 160ms;
}

.gsf-hero__slide.is-active .gsf-hero__content {
	opacity: 1;
	transform: translateY(0);
}

.gsf-hero__arrow {
	background: rgba(0, 0, 0, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0;
	cursor: pointer;
	height: 46px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 180ms ease, opacity 180ms ease;
	width: 46px;
	z-index: 4;
}

.gsf-hero:hover .gsf-hero__arrow,
.gsf-hero:focus-within .gsf-hero__arrow {
	opacity: 1;
}

.gsf-hero__arrow:hover {
	background: var(--gsf-orange);
}

.gsf-hero__arrow::before {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: "";
	display: block;
	height: 12px;
	left: 17px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.gsf-hero__arrow--prev {
	left: 24px;
}

.gsf-hero__arrow--prev::before {
	transform: rotate(-135deg);
}

.gsf-hero__arrow--next {
	right: 24px;
}

.gsf-hero__arrow--next::before {
	left: 13px;
	transform: rotate(45deg);
}

.gsf-hero__dots {
	align-items: center;
	bottom: 28px;
	display: flex;
	gap: 9px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.gsf-hero__dots button {
	background: rgba(255, 255, 255, 0.44);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: background 180ms ease, width 180ms ease;
	width: 8px;
}

.gsf-hero__dots button.is-active {
	background: var(--gsf-orange);
	width: 28px;
}

.gsf-event-card img,
.gsf-system__banner img,
.gsf-system__panel > img,
.gsf-category-tile img,
.gsf-blog-grid img {
	transition: filter 420ms ease, transform 520ms ease;
}

.gsf-event-card:hover img,
.gsf-system__banner:hover img,
.gsf-system__panel:hover > img,
.gsf-category-tile:hover img,
.gsf-blog-grid a:hover img {
	filter: brightness(0.72) saturate(1.12);
	transform: scale(1.055);
}

.gsf-product-card {
	transition: box-shadow 260ms ease, transform 260ms ease;
}

.gsf-product-card img {
	transition: transform 320ms ease;
}

.gsf-product-card:hover {
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
}

.gsf-product-card:hover img {
	transform: scale(1.045);
}

.gsf-product-card a,
.gsf-btn {
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gsf-product-card a:hover,
.gsf-btn:hover {
	background: var(--gsf-orange);
	border-color: var(--gsf-orange);
	color: #fff;
	transform: translateY(-1px);
}

@keyframes gsf-hero-zoom {
	from {
		transform: scale(1.01);
	}

	to {
		transform: scale(1.075);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gsf-hero__slide,
	.gsf-hero__slide .gsf-hero__content,
	.gsf-event-card img,
	.gsf-system__banner img,
	.gsf-system__panel > img,
	.gsf-category-tile img,
	.gsf-blog-grid img,
	.gsf-product-card,
	.gsf-product-card img,
	.gsf-product-card a,
	.gsf-btn {
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 768px) {
	.gsf-hero__arrow {
		display: none;
	}

	.gsf-hero__dots {
		bottom: 18px;
	}
}

/* Mobile hardening for the Spider-style carousel. */
@media (max-width: 768px) {
	body.home .whb-header .wd-dropdown-search,
	body.home .whb-header .wd-search-form,
	body.home .whb-header form.searchform {
		display: none !important;
	}

	body.home .whb-header .whb-row {
		overflow: hidden;
	}

	.gsf-hero {
		height: 560px;
		min-height: 560px;
	}

	.gsf-hero__shade {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.42) 34%, rgba(0, 0, 0, 0.9) 100%),
			radial-gradient(circle at 62% 38%, rgba(249, 124, 0, 0.2), transparent 40%);
	}

	.gsf-hero__content {
		justify-content: flex-end;
		max-width: 100%;
		padding-bottom: 54px;
		width: 100%;
	}

	.gsf-hero__content.gsf-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	.gsf-hero__slide picture img {
		object-position: 62% center;
	}

	.gsf-hero .gsf-kicker,
	.gsf-hero h1,
	.gsf-hero__lead {
		max-width: min(330px, calc(100vw - 36px));
		overflow-wrap: break-word;
		white-space: normal !important;
		word-break: normal;
	}

	.gsf-hero h1 {
		font-size: clamp(28px, 8.2vw, 34px);
		letter-spacing: -0.4px;
		line-height: 1.06;
	}

	.gsf-hero__lead {
		font-size: 13px;
		line-height: 1.55;
	}

	.gsf-hero__actions {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: min(330px, calc(100vw - 36px));
		width: 100%;
	}

	.gsf-hero__actions .gsf-btn {
		font-size: 11px;
		min-width: 0;
		padding: 0 8px;
		width: 100%;
	}

	.gsf-countdown {
		gap: 6px;
		max-width: min(330px, calc(100vw - 36px));
	}

	.gsf-countdown span {
		min-width: 0;
		padding: 9px 4px;
	}

	.gsf-countdown b {
		font-size: 18px;
	}
}

@media (max-width: 430px) {
	.gsf-hero {
		height: 580px;
		min-height: 580px;
	}

	.gsf-hero h1 {
		font-size: 29px;
		line-height: 1.08;
		max-width: 318px;
	}
}

/* Spider-inspired module refinement for VODESON assets. */
.gsf-section[data-gsf-reveal],
.gsf-service-strip[data-gsf-reveal],
.gsf-newsletter[data-gsf-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.gsf-section.is-visible,
.gsf-service-strip.is-visible,
.gsf-newsletter.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.gsf-shop-head {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.gsf-shop-head .gsf-title {
	margin-bottom: 0;
}

.gsf-shop-head > a {
	color: var(--gsf-orange);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.gsf-shop-head > a::after {
	content: ">";
	display: inline-block;
	margin-left: 8px;
	transition: transform 180ms ease;
}

.gsf-shop-head > a:hover::after {
	transform: translateX(3px);
}

.gsf-feature-strip {
	padding-bottom: 22px;
	padding-top: 18px;
}

.gsf-feature-strip__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gsf-feature-strip__grid a {
	background: #111;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.gsf-feature-strip__grid img {
	filter: brightness(0.64) saturate(1.05);
	height: 100%;
	object-fit: cover;
	transition: filter 420ms ease, transform 520ms ease;
	width: 100%;
}

.gsf-feature-strip__grid span,
.gsf-feature-strip__grid em {
	left: 24px;
	position: absolute;
	z-index: 1;
}

.gsf-feature-strip__grid span {
	bottom: 54px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.gsf-feature-strip__grid em {
	bottom: 28px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.gsf-feature-strip__grid a:hover img {
	filter: brightness(0.76) saturate(1.12);
	transform: scale(1.055);
}

.gsf-product-grid--catalog {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gsf-product-grid--catalog .gsf-product-card {
	border: 1px solid #efefef;
	min-height: 410px;
	overflow: hidden;
	padding-bottom: 20px;
}

.gsf-product-grid--catalog .gsf-product-card::after {
	background: linear-gradient(180deg, rgba(249, 124, 0, 0), rgba(249, 124, 0, 0.08));
	content: "";
	inset: auto 0 0;
	height: 82px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 240ms ease;
}

.gsf-product-grid--catalog .gsf-product-card:hover::after {
	opacity: 1;
}

.gsf-product-grid--catalog .gsf-product-card img {
	background: #f7f7f7;
	height: 235px;
	margin-bottom: 16px;
	padding: 18px;
}

.gsf-product-grid--catalog .gsf-rating {
	color: var(--gsf-star);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gsf-sale-wall {
	padding-bottom: 24px;
	padding-top: 20px;
}

.gsf-sale-wall__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr);
}

.gsf-sale-wall__hero,
.gsf-sale-wall__stack a {
	background: #0a0a0a;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.gsf-sale-wall__hero {
	min-height: 520px;
}

.gsf-sale-wall__hero img,
.gsf-sale-wall__stack img {
	filter: brightness(0.54) saturate(1.08);
	height: 100%;
	object-fit: cover;
	transition: filter 420ms ease, transform 560ms ease;
	width: 100%;
}

.gsf-sale-wall__hero img {
	position: absolute;
}

.gsf-sale-wall__hero div {
	bottom: 48px;
	left: 48px;
	max-width: 470px;
	position: absolute;
	z-index: 1;
}

.gsf-sale-wall__hero h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.08;
	margin: 12px 0 24px;
	text-transform: uppercase;
}

.gsf-sale-wall__hero span {
	background: var(--gsf-orange);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 42px;
	align-items: center;
	padding: 0 22px;
	text-transform: uppercase;
}

.gsf-sale-wall__stack {
	display: grid;
	gap: 20px;
}

.gsf-sale-wall__stack a {
	min-height: 250px;
}

.gsf-sale-wall__stack img {
	position: absolute;
}

.gsf-sale-wall__stack div {
	bottom: 28px;
	left: 28px;
	position: absolute;
	right: 28px;
	z-index: 1;
}

.gsf-sale-wall__stack b {
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.gsf-sale-wall__stack span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-top: 8px;
	text-transform: uppercase;
}

.gsf-sale-wall__hero:hover img,
.gsf-sale-wall__stack a:hover img {
	filter: brightness(0.68) saturate(1.12);
	transform: scale(1.055);
}

.gsf-shop-block--secondary {
	padding-top: 16px;
}

.gsf-member {
	background: #252525;
	color: #fff;
	margin-top: 8px;
	overflow: hidden;
	padding: 54px 0;
}

.gsf-member__grid {
	gap: 20px;
}

.gsf-member h2 {
	color: #fff;
	font-size: 38px;
	line-height: 1.08;
	max-width: 560px;
}

.gsf-member p:not(.gsf-kicker) {
	color: rgba(255, 255, 255, 0.74);
}

.gsf-member img {
	filter: brightness(0.82) saturate(1.05);
	height: 330px;
}

.gsf-service-strip {
	background: #fff;
	padding: 34px 0 16px;
}

.gsf-service-strip__grid {
	border: 1px solid #e5e5e5;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gsf-service-strip__grid div {
	border-right: 1px solid #e5e5e5;
	min-height: 94px;
	padding: 22px 26px;
}

.gsf-service-strip__grid div:last-child {
	border-right: 0;
}

.gsf-service-strip__grid b {
	color: var(--gsf-text);
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.gsf-service-strip__grid span {
	color: var(--gsf-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.gsf-newsletter {
	background: #f6f6f6;
	padding: 38px 0;
}

.gsf-newsletter__grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: 0.9fr 1.1fr;
}

.gsf-newsletter h2 {
	color: var(--gsf-text);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.12;
	margin: 0;
	text-transform: uppercase;
}

.gsf-newsletter__form {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 170px;
}

.gsf-newsletter__form input,
.gsf-newsletter__form button {
	border-radius: 0;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	height: 48px;
}

.gsf-newsletter__form input {
	background: #fff;
	border: 1px solid #ddd;
	color: var(--gsf-text);
	font-size: 14px;
	padding: 0 16px;
}

.gsf-newsletter__form button {
	background: var(--gsf-orange);
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.gsf-product-grid--catalog {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.gsf-product-grid--catalog .gsf-product-card img {
		height: 200px;
	}

	.gsf-sale-wall__hero {
		min-height: 430px;
	}
}

@media (max-width: 768px) {
	.gsf-shop-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.gsf-feature-strip__grid,
	.gsf-product-grid--catalog {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsf-feature-strip__grid a {
		height: 170px;
	}

	.gsf-product-grid--catalog .gsf-product-card {
		min-height: 330px;
	}

	.gsf-product-grid--catalog .gsf-product-card img {
		height: 150px;
		padding: 12px;
	}

	.gsf-sale-wall__grid,
	.gsf-newsletter__grid {
		grid-template-columns: 1fr;
	}

	.gsf-sale-wall__hero {
		min-height: 360px;
	}

	.gsf-sale-wall__hero div {
		bottom: 30px;
		left: 26px;
		right: 26px;
	}

	.gsf-sale-wall__hero h2 {
		font-size: 28px;
	}

	.gsf-sale-wall__stack {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.gsf-sale-wall__stack a {
		min-height: 190px;
	}

	.gsf-sale-wall__stack div {
		bottom: 20px;
		left: 18px;
		right: 18px;
	}

	.gsf-sale-wall__stack b {
		font-size: 16px;
	}

	.gsf-member {
		padding: 42px 0;
	}

	.gsf-member h2 {
		font-size: 28px;
	}

	.gsf-member img {
		height: 240px;
	}

	.gsf-service-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsf-service-strip__grid div:nth-child(2) {
		border-right: 0;
	}

	.gsf-service-strip__grid div:nth-child(-n+2) {
		border-bottom: 1px solid #e5e5e5;
	}

	.gsf-newsletter__form {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.gsf-feature-strip__grid span {
		font-size: 18px;
	}

	.gsf-product-grid--catalog .gsf-product-card h3 {
		min-height: 58px;
	}

	.gsf-product-grid--catalog .gsf-product-card a {
		min-width: 110px;
	}

	.gsf-service-strip__grid {
		grid-template-columns: 1fr;
	}

	.gsf-service-strip__grid div,
	.gsf-service-strip__grid div:nth-child(2) {
		border-bottom: 1px solid #e5e5e5;
		border-right: 0;
	}

	.gsf-service-strip__grid div:last-child {
		border-bottom: 0;
	}
}

/* Final homepage interaction overrides. Keep this block at the end of the child theme CSS. */
.entry-content > .gsf .gsf-promo-marquee,
.page .entry-content > .gsf .gsf-promo-marquee {
	background: #101010;
	color: #fff;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

.entry-content > .gsf .gsf-hero__category-nav {
	display: flex;
	gap: 10px;
	position: absolute;
	z-index: 5;
}

.entry-content > .gsf .gsf-hero__category-nav button {
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.78);
	cursor: pointer;
	letter-spacing: 0;
	text-align: left;
}

.entry-content > .gsf .gsf-hero__category-nav button.is-active,
.entry-content > .gsf .gsf-hero__category-nav button:hover {
	background: rgba(249, 124, 0, 0.96);
	border-color: rgba(249, 124, 0, 0.96);
	color: #fff;
}

.entry-content > .gsf .gsf-event-grid.gsf-strip {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: none;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.entry-content > .gsf .gsf-event-grid.gsf-strip::-webkit-scrollbar,
.entry-content > .gsf .gsf-product-grid.gsf-product-carousel::-webkit-scrollbar {
	display: none;
}

.entry-content > .gsf .gsf-event-grid.gsf-strip .gsf-event-card,
.entry-content > .gsf .gsf-product-grid.gsf-product-carousel .gsf-product-card {
	scroll-snap-align: start;
}

.entry-content > .gsf .gsf-product-grid.gsf-product-carousel[hidden] {
	display: none;
}

.entry-content > .gsf .gsf-tab-nav button.is-active {
	background: var(--gsf-orange, #f97c00);
	color: #fff;
}

@media (min-width: 1025px) {
	.entry-content > .gsf .gsf-hero__category-nav {
		flex-direction: column;
		left: max(24px, calc((100vw - 1220px) / 2));
		top: 50%;
		transform: translateY(-50%);
		width: 178px;
	}

	.entry-content > .gsf .gsf-hero__category-nav button {
		border-radius: 2px;
		padding: 15px 16px;
	}

	.entry-content > .gsf .gsf-hero .gsf-hero__content {
		padding-left: 218px;
	}

	.entry-content > .gsf .gsf-event-grid.gsf-strip {
		grid-auto-columns: calc((100% - 40px) / 3);
	}
}

@media (max-width: 1024px) {
	.entry-content > .gsf .gsf-hero__category-nav {
		bottom: 64px;
		left: 16px;
		overflow-x: auto;
		right: 16px;
		scrollbar-width: none;
	}

	.entry-content > .gsf .gsf-hero__category-nav::-webkit-scrollbar {
		display: none;
	}

	.entry-content > .gsf .gsf-hero__category-nav button {
		border-radius: 999px;
		flex: 0 0 184px;
		padding: 11px 14px;
	}
}

@media (max-width: 768px) {
	.entry-content > .gsf .gsf-event-grid.gsf-strip {
		grid-auto-columns: 82%;
	}

	.entry-content > .gsf .gsf-hero .gsf-countdown,
	.entry-content > .gsf .gsf-hero .gsf-hero__dots {
		display: none;
	}

	.entry-content > .gsf .gsf-hero__category-nav {
		bottom: 22px;
	}

	.entry-content > .gsf .gsf-hero .gsf-hero__content {
		padding-bottom: 122px;
	}

	.entry-content > .gsf .gsf-product-grid.gsf-product-carousel {
		display: grid;
		grid-auto-columns: 72%;
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
}

/* Event carousel proportion fix: match the wide image-card rhythm under the hero. */
.entry-content > .gsf .gsf-section--events {
	padding: 46px 0 54px;
}

.entry-content > .gsf .gsf-section--events .gsf-wrap {
	max-width: 1588px;
	position: relative;
}

.entry-content > .gsf .gsf-shop-head--events {
	display: block;
	margin-bottom: 28px;
	text-align: center;
}

.entry-content > .gsf .gsf-shop-head--events .gsf-kicker {
	display: none;
}

.entry-content > .gsf .gsf-shop-head--events .gsf-title {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
	text-align: center;
	text-transform: none;
}

.entry-content > .gsf .gsf-section--events .gsf-event-grid.gsf-strip {
	gap: 30px;
	grid-auto-columns: calc((100% - 60px) / 3);
}

.entry-content > .gsf .gsf-section--events .gsf-event-card {
	aspect-ratio: 1.63;
	border-radius: 0;
	height: auto;
	min-height: 0;
}

.entry-content > .gsf .gsf-section--events .gsf-event-card img {
	filter: brightness(0.72) saturate(1.04);
}

.entry-content > .gsf .gsf-section--events .gsf-event-card::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.22));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.entry-content > .gsf .gsf-section--events .gsf-event-card span,
.entry-content > .gsf .gsf-section--events .gsf-event-card strong {
	z-index: 2;
}

.entry-content > .gsf .gsf-section--events .gsf-event-card span {
	bottom: auto;
	font-size: 24px;
	font-weight: 800;
	left: 34px;
	line-height: 1.05;
	right: 28px;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
}

.entry-content > .gsf .gsf-section--events .gsf-event-card strong {
	border-radius: 999px;
	bottom: 72px;
	font-size: 11px;
	left: 34px;
	padding: 9px 14px;
	text-transform: uppercase;
}

.entry-content > .gsf .gsf-section--events .gsf-strip-controls {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: -54px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -54px;
	top: calc(50% + 24px);
	transform: translateY(-50%);
	transition: opacity 180ms ease;
	z-index: 6;
}

.entry-content > .gsf .gsf-section--events:hover .gsf-strip-controls,
.entry-content > .gsf .gsf-section--events:focus-within .gsf-strip-controls {
	opacity: 1;
}

.entry-content > .gsf .gsf-section--events .gsf-strip-controls button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 56px;
	pointer-events: auto;
	width: 42px;
}

.entry-content > .gsf .gsf-section--events .gsf-strip-controls button::before {
	border-color: #777;
	border-width: 2px 2px 0 0;
	height: 18px;
	width: 18px;
}

.entry-content > .gsf .gsf-section--events .gsf-strip-controls button:hover {
	background: transparent;
	transform: none;
}

.entry-content > .gsf .gsf-section--events .gsf-strip-controls button:hover::before {
	border-color: var(--gsf-orange, #f97c00);
}

@media (max-width: 1024px) {
	.entry-content > .gsf .gsf-section--events .gsf-wrap {
		max-width: 100%;
	}

	.entry-content > .gsf .gsf-section--events .gsf-event-grid.gsf-strip {
		grid-auto-columns: 76%;
	}

	.entry-content > .gsf .gsf-section--events .gsf-strip-controls {
		display: none;
	}
}

@media (max-width: 768px) {
	.entry-content > .gsf .gsf-section--events {
		padding: 34px 0 38px;
	}

	.entry-content > .gsf .gsf-section--events .gsf-shop-head--events {
		margin-bottom: 18px;
		text-align: left;
	}

	.entry-content > .gsf .gsf-section--events .gsf-shop-head--events .gsf-title {
		font-size: 30px;
		text-align: left;
	}

	.entry-content > .gsf .gsf-section--events .gsf-event-grid.gsf-strip {
		gap: 14px;
		grid-auto-columns: 86%;
	}

	.entry-content > .gsf .gsf-section--events .gsf-event-card {
		aspect-ratio: 1.4;
	}

	.entry-content > .gsf .gsf-section--events .gsf-event-card span {
		font-size: 20px;
		left: 22px;
		right: 20px;
	}

	.entry-content > .gsf .gsf-section--events .gsf-event-card strong {
		bottom: 22px;
		left: 22px;
	}
}
