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

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

.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: "GardPilot";
	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;
}

.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%;
	}
}
