.gpm-home {
	display: none;
}

@media (max-width: 767px) {
	html,
	body.home {
		overflow-x: hidden;
	}

	.gp-config-hidden,
	.gpm-config-hidden {
		display: none !important;
	}

	body.home .gp-language-switcher--home {
		position: fixed;
		top: calc(43px + env(safe-area-inset-top, 0px));
		right: 62px;
		z-index: 78;
	}

	body.home .gp-language-switcher--home .gp-language-switcher__label {
		display: none;
	}

	body.home .gp-language-switcher--home .gp-language-switcher__mount,
	body.home .gp-language-switcher--home .gt_switcher,
	body.home .gp-language-switcher--home .gt_selector {
		width: 84px !important;
		min-width: 84px;
	}

	body.home .gp-language-switcher--home .gp-language-menu,
	body.home .gp-language-switcher--home .gp-language-menu__button {
		width: 84px;
	}

	body.home .gp-language-switcher--home .gp-language-menu__button {
		height: 34px;
		padding-inline: 8px;
		background: rgba(255, 250, 241, 0.82);
		font-size: 10px;
		backdrop-filter: blur(12px);
	}

	body.home .gp-language-switcher--home .gp-language-menu__list {
		width: min(178px, calc(100vw - 24px));
		max-height: min(310px, calc(100vh - 142px));
	}

	body.home .gp-language-switcher--home .gt_switcher .gt_selected a {
		min-height: 34px !important;
		padding: 0 8px !important;
		background: rgba(255, 250, 241, 0.82) !important;
		font-size: 10px !important;
		backdrop-filter: blur(12px);
	}

	body.home .gp-language-switcher--home .gt_selector {
		height: 34px !important;
		min-height: 34px !important;
		padding: 0 8px !important;
		background: rgba(255, 250, 241, 0.82) !important;
		font-size: 10px !important;
		line-height: 34px !important;
		backdrop-filter: blur(12px);
		appearance: none !important;
		-webkit-appearance: none !important;
		-moz-appearance: none !important;
	}

	body.home .gp-language-switcher--home .gt_switcher img {
		width: 15px !important;
		height: 15px !important;
		flex-basis: 15px !important;
	}

	body.home .gp-language-switcher--home .gt_switcher .gt_option {
		right: 0 !important;
		width: min(178px, calc(100vw - 24px)) !important;
		max-height: min(310px, calc(100vh - 142px)) !important;
	}

	body.home .gptu-page {
		display: none !important;
	}

	body.home .whb-header,
	body.home .header-banner {
		display: none !important;
	}

	body.home .main-page-wrapper,
	body.home .site-content,
	body.home .content-layout-wrapper,
	body.home .entry-content {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #f6efe3 !important;
	}

	.gpm-home {
		--gpm-green: #0f704a;
		--gpm-green-dark: #075639;
		--gpm-ink: #1e211b;
		--gpm-muted: #625f55;
		--gpm-cream: #f6efe3;
		--gpm-card: #fffaf1;
		--gpm-line: rgba(30, 33, 27, 0.14);
		--gpm-shadow: 0 18px 54px rgba(43, 37, 27, 0.18);
		display: block;
		width: 100%;
		min-height: 100vh;
		padding: 0 0 calc(92px + env(safe-area-inset-bottom, 0px));
		background:
			linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(246, 239, 227, 1) 34%),
			var(--gpm-cream);
		color: var(--gpm-ink);
		font-family: SatoshiVariable, Arial, Helvetica, sans-serif;
	}

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

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

	.gpm-header {
		position: sticky;
		top: 0;
		z-index: 50;
		background: rgba(246, 239, 227, 0.92);
		border-bottom: 1px solid var(--gpm-line);
		backdrop-filter: blur(18px);
	}

	.gpm-strip {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 8px;
		min-height: 32px;
		padding: 6px 14px;
		background: var(--gpm-green-dark);
		color: #fffaf1;
		font-size: 10px;
		font-weight: 900;
		line-height: 1.05;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.02em;
	}

	.gpm-strip span {
		min-width: 0;
		overflow: hidden;
		text-overflow: clip;
		white-space: nowrap;
	}

	.gpm-strip span:nth-child(n+3) {
		display: none;
	}

	.gpm-bar {
		display: grid;
		grid-template-columns: 44px 1fr 44px;
		align-items: center;
		min-height: 64px;
		padding: 0 14px;
	}

	.gpm-brand {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		font-size: 14px;
		font-weight: 900;
	}

	.gpm-brand strong {
		display: none;
	}

	.gpm-brand img {
		width: 34px;
		height: 34px;
		border-radius: 10px;
		box-shadow: 0 8px 22px rgba(15, 112, 74, 0.14);
	}

	.gpm-menu,
	.gpm-cart {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		border-radius: 999px;
	}

	.gpm-menu span {
		display: block;
		width: 19px;
		height: 2px;
		margin: 2px 0;
		border-radius: 99px;
		background: var(--gpm-ink);
	}

	.gpm-cart::before {
		content: "";
		width: 18px;
		height: 22px;
		border: 2px solid var(--gpm-ink);
		border-top: 0;
		border-radius: 4px 4px 8px 8px;
		box-shadow: inset 0 7px 0 -5px var(--gpm-ink);
	}

	.gpm-hero {
		position: relative;
		min-height: calc(100svh - 96px);
		overflow: hidden;
		background: #0e1711;
		isolation: isolate;
	}

	.gpm-hero__media,
	.gpm-hero__media img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.gpm-hero__media img {
		object-fit: cover;
		object-position: 58% center;
		transform: scale(1.02);
	}

	.gpm-hero__shade {
		position: absolute;
		inset: 0;
		z-index: 1;
		background:
			linear-gradient(180deg, rgba(10, 15, 12, 0.10) 0%, rgba(10, 15, 12, 0.18) 32%, rgba(10, 15, 12, 0.72) 100%),
			linear-gradient(90deg, rgba(10, 15, 12, 0.42), rgba(10, 15, 12, 0.04) 58%);
	}

	.gpm-hero__content {
		position: absolute;
		right: 18px;
		bottom: 104px;
		left: 18px;
		z-index: 2;
		color: #fffaf1;
	}

	.gpm-eyebrow {
		margin: 0 0 12px;
		color: var(--gpm-green);
		font-size: 11px;
		font-weight: 900;
		line-height: 1.1;
		text-transform: uppercase;
		letter-spacing: 0.12em;
	}

	.gpm-hero .gpm-eyebrow {
		color: #f0d9af;
		text-shadow: 0 3px 20px rgba(0, 0, 0, 0.34);
	}

	.gpm-hero-title,
	.gpm-section-head h2,
	.gpm-story-card h3,
	.gpm-fit__result h3,
	.gpm-newsletter h2 {
		margin: 0;
		font-family: Georgia, Cambria, "Times New Roman", serif;
		font-weight: 500;
		letter-spacing: -0.045em;
	}

	.gpm-hero-title {
		max-width: 11ch;
		color: #fffaf1 !important;
		font-size: clamp(42px, 15vw, 64px);
		line-height: 0.9;
		text-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
		text-wrap: balance;
	}

	.gpm-hero__content p:not(.gpm-eyebrow) {
		max-width: 31ch;
		margin: 16px 0 0;
		color: rgba(255, 250, 241, 0.9);
		font-size: 15px;
		font-weight: 700;
		line-height: 1.45;
	}

	.gpm-actions {
		display: grid;
		grid-template-columns: minmax(0, 240px);
		gap: 10px;
		margin-top: 22px;
	}

	.gpm-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 50px;
		padding: 0 16px;
		min-width: 0;
		border-radius: 12px;
		font-size: 12px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: -0.01em;
	}

	.gpm-button--dark {
		background: var(--gpm-green);
		color: #fff;
		box-shadow: 0 14px 30px rgba(15, 112, 74, 0.28);
	}

	.gpm-button--light {
		border: 1px solid rgba(255, 250, 241, 0.72);
		background: rgba(255, 250, 241, 0.12);
		color: #fffaf1;
		backdrop-filter: blur(10px);
	}

	.gpm-hero__tabs {
		position: absolute;
		right: 14px;
		bottom: 18px;
		left: 14px;
		z-index: 2;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		padding: 8px;
		border: 1px solid rgba(255, 250, 241, 0.18);
		border-radius: 24px;
		background: rgba(20, 22, 17, 0.72);
		backdrop-filter: blur(18px);
	}

	.gpm-hero__tabs a {
		display: grid;
		place-items: center;
		min-width: 0;
		min-height: 42px;
		border-radius: 18px;
		color: #fffaf1;
		font-size: 11px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.gpm-hero__tabs a:first-child {
		background: rgba(255, 250, 241, 0.18);
	}

	.gpm-section-head {
		padding: 42px 18px 20px;
	}

	.gpm-section-head h2 {
		max-width: 10ch;
		font-size: clamp(36px, 11vw, 48px);
		line-height: 0.95;
	}

	.gpm-section-head p:not(.gpm-eyebrow) {
		max-width: 32ch;
		margin: 14px 0 0;
		color: var(--gpm-muted);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.5;
	}

	.gpm-reel {
		overflow: hidden;
		background: var(--gpm-cream);
	}

	.gpm-reel__track,
	.gpm-reviews__track {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: stretch;
		gap: 14px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		padding: 0 18px 42px;
		scrollbar-width: none;
	}

	.gpm-reel__track::-webkit-scrollbar,
	.gpm-reviews__track::-webkit-scrollbar {
		display: none;
	}

	.gpm-reel-card {
		position: relative;
		flex: 0 0 78vw !important;
		width: 78vw !important;
		min-width: 78vw !important;
		aspect-ratio: 9 / 16;
		overflow: hidden;
		border-radius: 28px;
		background: #162019;
		box-shadow: var(--gpm-shadow);
		scroll-snap-align: center;
		isolation: isolate;
		transition: transform 220ms ease, box-shadow 220ms ease;
	}

	.gpm-reel-card.is-centered {
		transform: translateY(-6px);
		box-shadow: 0 24px 64px rgba(43, 37, 27, 0.24);
	}

	.gpm-reel-card video {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		background: transparent;
	}

	.gpm-reel-card::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.74));
		pointer-events: none;
	}

	.gpm-reel-card div {
		position: absolute;
		right: 18px;
		bottom: 20px;
		left: 18px;
		z-index: 2;
		color: #fffaf1;
	}

	.gpm-reel-card span,
	.gpm-story-card__panel span,
	.gpm-fit__result span {
		display: block;
		margin-bottom: 8px;
		font-size: 10px;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 0.08em;
	}

	.gpm-reel-card h3 {
		margin: 0;
		font-family: Georgia, Cambria, "Times New Roman", serif;
		font-size: 28px;
		font-weight: 700;
		line-height: 0.94;
		letter-spacing: -0.045em;
	}

	.gpm-products {
		background: linear-gradient(180deg, #f6efe3, #efe5d4);
	}

	.gpm-story-card {
		position: relative;
		min-height: min(760px, 92svh);
		margin: 0 0 16px;
		overflow: hidden;
		background: #152019;
		isolation: isolate;
	}

	.gpm-story-card img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transform: scale(1.01);
	}

	.gpm-story-card::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		background:
			linear-gradient(180deg, rgba(10, 15, 12, 0.02) 20%, rgba(10, 15, 12, 0.38) 58%, rgba(10, 15, 12, 0.86)),
			linear-gradient(90deg, rgba(10, 15, 12, 0.32), rgba(10, 15, 12, 0));
	}

	.gpm-story-card__panel {
		position: absolute;
		right: 16px;
		bottom: 16px;
		left: 16px;
		z-index: 2;
		padding: 18px;
		border: 1px solid rgba(255, 250, 241, 0.24);
		border-radius: 24px;
		background: rgba(255, 250, 241, 0.86);
		color: var(--gpm-ink);
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
		backdrop-filter: blur(16px);
	}

	.gpm-story-card__panel span {
		color: var(--gpm-green);
	}

	.gpm-story-card h3 {
		font-size: clamp(32px, 10vw, 44px);
		line-height: 0.95;
	}

	.gpm-story-card p {
		margin: 12px 0 0;
		color: var(--gpm-muted);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.45;
	}

	.gpm-story-card ul {
		display: flex;
		flex-wrap: wrap;
		gap: 7px;
		margin: 14px 0 0;
		padding: 0;
		list-style: none;
	}

	.gpm-story-card li {
		padding: 7px 9px;
		border: 1px solid rgba(15, 112, 74, 0.22);
		border-radius: 999px;
		background: rgba(15, 112, 74, 0.08);
		color: var(--gpm-green-dark);
		font-size: 10px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.gpm-story-card__panel a,
	.gpm-fit__result a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		margin-top: 16px;
		padding: 0 18px;
		border-radius: 12px;
		background: var(--gpm-green);
		color: #fff;
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.gpm-fit {
		padding: 0 18px 46px;
		background: #fff8ec;
	}

	.gpm-fit .gpm-section-head {
		padding-right: 0;
		padding-left: 0;
	}

	.gpm-fit__options {
		display: grid;
		gap: 9px;
		margin-bottom: 12px;
	}

	.gpm-fit__options button {
		min-height: 54px;
		padding: 0 16px;
		border: 1px solid var(--gpm-line);
		border-radius: 16px;
		background: #fffaf1;
		color: var(--gpm-ink);
		font: inherit;
		font-size: 13px;
		font-weight: 900;
		text-align: left;
		text-transform: uppercase;
	}

	.gpm-fit__options button.is-active {
		border-color: rgba(15, 112, 74, 0.48);
		background: rgba(15, 112, 74, 0.10);
		color: var(--gpm-green-dark);
	}

	.gpm-fit__result {
		padding: 20px;
		border: 1px solid var(--gpm-line);
		border-radius: 24px;
		background:
			radial-gradient(circle at 88% 12%, rgba(15, 112, 74, 0.14), transparent 34%),
			var(--gpm-card);
		box-shadow: 0 14px 38px rgba(43, 37, 27, 0.10);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.gpm-fit__result.is-switching {
		opacity: 0.58;
		transform: translateY(4px);
	}

	.gpm-fit__result span {
		color: var(--gpm-green);
	}

	.gpm-fit__result h3 {
		font-size: 34px;
		line-height: 0.98;
	}

	.gpm-fit__result p {
		margin: 12px 0 0;
		color: var(--gpm-muted);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.5;
	}

	.gpm-reviews {
		background: var(--gpm-cream);
	}

	.gpm-reviews__track {
		padding-bottom: 36px;
	}

	.gpm-reviews__track article {
		flex: 0 0 82vw !important;
		width: 82vw !important;
		min-width: 82vw !important;
		min-height: 230px;
		padding: 22px;
		border: 1px solid var(--gpm-line);
		border-radius: 24px;
		background: #fffaf1;
		box-shadow: 0 12px 34px rgba(43, 37, 27, 0.10);
		scroll-snap-align: center;
	}

	.gpm-reviews strong {
		display: inline-grid;
		place-items: center;
		width: 54px;
		height: 54px;
		border-radius: 999px;
		background: var(--gpm-green);
		color: #fff;
		font-size: 15px;
		font-weight: 900;
	}

	.gpm-reviews p {
		margin: 18px 0;
		font-family: Georgia, Cambria, "Times New Roman", serif;
		font-size: 24px;
		line-height: 1.05;
		letter-spacing: -0.035em;
	}

	.gpm-reviews span {
		color: var(--gpm-muted);
		font-size: 12px;
		font-weight: 700;
	}

	.gpm-trust {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1px;
		padding: 0 14px 42px;
		background: var(--gpm-cream);
	}

	.gpm-trust div {
		min-height: 82px;
		padding: 12px 8px;
		border: 1px solid var(--gpm-line);
		background: rgba(255, 250, 241, 0.78);
		text-align: center;
	}

	.gpm-trust div:first-child {
		border-radius: 18px 0 0 18px;
	}

	.gpm-trust div:last-child {
		border-radius: 0 18px 18px 0;
	}

	.gpm-trust strong,
	.gpm-trust span {
		display: block;
	}

	.gpm-trust strong {
		font-size: 13px;
		font-weight: 900;
	}

	.gpm-trust span {
		margin-top: 5px;
		color: var(--gpm-muted);
		font-size: 10px;
		font-weight: 700;
		line-height: 1.25;
	}

	.gpm-newsletter {
		margin: 0 14px;
		padding: 24px;
		border-radius: 26px;
		background:
			linear-gradient(135deg, rgba(15, 112, 74, 0.10), rgba(255, 250, 241, 0.9)),
			#fffaf1;
		box-shadow: 0 12px 36px rgba(43, 37, 27, 0.10);
	}

	.gpm-newsletter h2 {
		font-size: 34px;
		line-height: 0.98;
	}

	.gpm-newsletter .gpm-button {
		margin-top: 18px;
		width: 100%;
		color: #fff;
	}

	.gpm-hero__media img {
		animation: gpm-hero-drift 12s ease-in-out infinite alternate;
	}

	@keyframes gpm-hero-drift {
		from {
			transform: scale(1.02) translate3d(-1%, 0, 0);
		}
		to {
			transform: scale(1.08) translate3d(1%, 0, 0);
		}
	}
}

@media (min-width: 768px) {
	.gpm-home {
		display: none !important;
	}
}

@media (max-width: 374px) {
	body.home .gp-language-switcher--home {
		right: 56px;
	}

	body.home .gp-language-switcher--home .gp-language-switcher__mount,
	body.home .gp-language-switcher--home .gt_switcher,
	body.home .gp-language-switcher--home .gt_selector {
		width: 78px !important;
		min-width: 78px;
	}

	body.home .gp-language-switcher--home .gp-language-menu,
	body.home .gp-language-switcher--home .gp-language-menu__button {
		width: 78px;
	}
}
