/**
 * Front-line campaign landing — layout from mockup, colors from Astra/Elementor only.
 */

.kurlender-front-line-landing {
	font-family: Rubik, sans-serif;
	-webkit-tap-highlight-color: rgba(255, 122, 61, 0.15);
}

body.kurlender-front-line-landing {
	--kurlender-fl-header-inset-top: max(5dvh, env(safe-area-inset-top, 0px));
	--kurlender-fl-header-bar-h: 52px;
	--kurlender-fl-header-h: calc(
		var(--kurlender-fl-header-inset-top) + var(--kurlender-fl-header-bar-h)
	);
	--kurlender-hero-img-w: 1024;
	--kurlender-hero-img-h: 571;
	--kurlender-hero-h-image: calc(100vw * var(--kurlender-hero-img-h) / var(--kurlender-hero-img-w));
	--kurlender-hero-content-min-h: clamp(30rem, 50dvh, 36rem);
	--kurlender-hero-min-h: max(var(--kurlender-hero-h-image), var(--kurlender-hero-content-min-h));
	scroll-padding-top: var(--kurlender-fl-header-h);
}

.kurlender-front-line-landing :where(
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.elementor-heading-title,
	.elementor-widget-text-editor,
	.elementor-button,
	.elementor-field,
	.woocommerce-loop-product__title,
	.price,
	.kurlender-product-short-desc,
	.elementor-icon-box-title,
	.elementor-icon-box-description
) {
	font-family: inherit;
}

/* Full-bleed landing: no global header, footer, or barn-tour promo. */
body.kurlender-front-line-landing #masthead,
body.kurlender-front-line-landing .elementor-location-footer,
body.kurlender-front-line-landing footer.site-footer,
body.kurlender-front-line-landing #ast-mobile-header,
body.kurlender-front-line-landing .site-footer,
body.kurlender-front-line-landing #barn-tour,
body.kurlender-front-line-landing .elementor-element-4719 {
	display: none !important;
}

body.kurlender-front-line-landing #page,
body.kurlender-front-line-landing .site-content {
	overflow-x: hidden;
}

body.kurlender-front-line-landing img {
	max-width: 100%;
	height: auto;
}

/* Primary CTA — all conversion buttons */
.kurlender-front-line-landing .kurlender-cta-primary .elementor-button,
.kurlender-front-line-landing .kurlender-hero-cta .elementor-button,
.kurlender-front-line-landing .kurlender-bulk-contact .elementor-button,
.kurlender-front-line-landing a.kurlender-cta-primary,
.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button.kurlender-cta-primary,
.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 52px;
	min-width: 44px;
	padding: 14px 32px !important;
	border: none !important;
	border-radius: 999px !important;
	background: linear-gradient(
		135deg,
		var(--e-global-color-astglobalcolor0, #ff7a3d) 0%,
		var(--e-global-color-astglobalcolor1, #ff5100) 100%
	) !important;
	color: #fff !important;
	font-family: inherit;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(255, 122, 61, 0.45);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.kurlender-front-line-landing .kurlender-cta-primary .elementor-button::after,
.kurlender-front-line-landing .kurlender-hero-cta .elementor-button::after,
.kurlender-front-line-landing a.kurlender-cta-primary:not(.kurlender-sticky-cart)::after,
.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button::after {
	content: "←";
	font-size: 1.1em;
	line-height: 1;
}

.kurlender-front-line-landing .kurlender-cta-primary .elementor-button:hover,
.kurlender-front-line-landing .kurlender-hero-cta .elementor-button:hover,
.kurlender-front-line-landing .kurlender-bulk-contact .elementor-button:hover,
.kurlender-front-line-landing a.kurlender-cta-primary:hover,
.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button:hover {
	filter: brightness(1.05);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(255, 122, 61, 0.55);
	color: #fff !important;
}

.kurlender-front-line-landing .kurlender-cta-primary .elementor-button:active,
.kurlender-front-line-landing .kurlender-hero-cta .elementor-button:active,
.kurlender-front-line-landing a.kurlender-cta-primary:active,
.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button:active {
	transform: translateY(0) scale(0.98);
}

.kurlender-front-line-landing .kurlender-cta-primary .elementor-button:focus-visible,
.kurlender-front-line-landing .kurlender-hero-cta .elementor-button:focus-visible,
.kurlender-front-line-landing a.kurlender-cta-primary:focus-visible,
.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button:focus-visible {
	outline: 3px solid var(--e-global-color-astglobalcolor0, #ff7a3d);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.kurlender-front-line-landing .kurlender-cta-primary .elementor-button,
	.kurlender-front-line-landing .kurlender-hero-cta .elementor-button,
	.kurlender-front-line-landing a.kurlender-cta-primary,
	.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button {
		transition: none;
	}
}

.kurlender-front-line-landing .kurlender-hero.elementor-element {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	position: relative;
	z-index: 0;
	background-position: center center !important;
	background-size: cover !important;
	min-height: var(--kurlender-hero-min-h) !important;
}

.kurlender-front-line-landing .kurlender-hero {
	position: relative;
	min-height: var(--kurlender-hero-min-h);
	aspect-ratio: var(--kurlender-hero-img-w) / var(--kurlender-hero-img-h);
	max-height: none;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	align-items: stretch !important;
	gap: 0;
	z-index: 0;
}

.kurlender-front-line-landing .kurlender-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(30, 24, 16, 0.15) 65%,
		rgba(30, 24, 16, 0.9) 100%
	);
	pointer-events: none;
	z-index: 0;
}

.kurlender-front-line-landing .kurlender-hero.e-con,
.kurlender-front-line-landing .kurlender-hero > .e-con-inner,
.kurlender-front-line-landing .kurlender-hero > .elementor-container {
	position: relative;
	z-index: 1;
	width: 100%;
	align-items: stretch;
	padding-inline: clamp(1rem, 5vw, 4rem) !important;
	padding-top: calc(var(--kurlender-fl-header-h, 56px) + 4px) !important;
	padding-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px)) !important;
	min-height: inherit !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}

.kurlender-front-line-landing .kurlender-hero-content {
	display: grid !important;
	width: 100%;
	max-width: 100%;
	margin-inline: 0;
	margin-top: auto !important;
	flex: 0 0 auto;
	gap: 0.55rem 0.25rem;
	grid-template-columns: auto auto;
	grid-template-areas:
		"logo slogan"
		"title title"
		"body body"
		"cta cta";
	align-items: end;
	align-content: end;
	justify-content: center;
	justify-items: stretch;
}

.kurlender-front-line-landing .kurlender-hero-content > .e-con-inner {
	display: contents;
}

/* Widget order fallback when Elementor custom classes are missing */
.kurlender-front-line-landing .kurlender-hero-content > .elementor-widget-image {
	grid-area: logo;
}

.kurlender-front-line-landing .kurlender-hero-content > .elementor-widget-heading:first-of-type {
	grid-area: slogan;
}

.kurlender-front-line-landing .kurlender-hero-content > .elementor-widget-heading:last-of-type {
	grid-area: title;
}

.kurlender-front-line-landing .kurlender-hero-content > .elementor-widget-text-editor {
	grid-area: body;
}

.kurlender-front-line-landing .kurlender-hero-content > .elementor-widget-button {
	grid-area: cta;
}

.kurlender-front-line-landing .kurlender-hero-logo {
	grid-area: logo;
	width: auto;
	justify-self: end;
	align-self: center;
	margin-inline-end: -2px;
}

.kurlender-front-line-landing .kurlender-hero-cta {
	grid-area: cta;
	width: 100%;
	justify-self: center;
	align-self: end;
	margin: 0.25rem 0 0;
}

.kurlender-front-line-landing .kurlender-hero-cta .elementor-button {
	margin-bottom: 0;
}

.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan {
	grid-area: slogan;
	justify-self: start;
	align-self: center;
	width: auto;
	max-width: min(100%, 72vw);
}

.kurlender-front-line-landing .kurlender-hero-content > .kurlender-campaign-slogan,
.kurlender-front-line-landing .kurlender-hero-content > .elementor-widget-heading.kurlender-campaign-slogan {
	justify-self: start;
	width: auto;
}

.kurlender-front-line-landing .kurlender-hero-title {
	grid-area: title;
}

.kurlender-front-line-landing .kurlender-hero-body-wrap {
	grid-area: body;
}

.kurlender-front-line-landing .kurlender-hero-logo img {
	max-height: clamp(36px, 7vw, 72px);
	width: auto;
	margin-bottom: 0;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.kurlender-front-line-landing .kurlender-hero-logo .elementor-widget-container,
.kurlender-front-line-landing .kurlender-hero-logo figure {
	text-align: start;
	margin-inline: 0;
}

.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan,
.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan .elementor-heading-title {
	color: var(--e-global-color-astglobalcolor0, #ff7a3d) !important;
	font-size: clamp(1rem, 2.5vw, 1.2rem);
	font-weight: 600;
	margin: 0;
	text-align: start;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
	width: auto;
	max-width: 100%;
}

.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan .elementor-widget-container {
	width: auto;
}

.kurlender-front-line-landing .kurlender-hero-title .elementor-heading-title {
	font-size: clamp(1.5rem, 4.5vw, 2.5rem);
	line-height: 1.25;
	max-width: none;
	margin: 0 0 0.35rem;
	text-align: center;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
	width: 100%;
}

.kurlender-front-line-landing .kurlender-hero .elementor-heading-title {
	max-width: none;
	margin-inline: 0;
	text-align: center;
	width: 100%;
}

.kurlender-front-line-landing .kurlender-hero-body-wrap,
.kurlender-front-line-landing .kurlender-hero-body-wrap .elementor-widget-container {
	max-width: none;
	width: 100%;
	margin-inline: 0;
}

.kurlender-front-line-landing .kurlender-hero-body-wrap .kurlender-hero-body,
.kurlender-front-line-landing .kurlender-hero-body-wrap p {
	color: #fff;
	font-size: clamp(0.95rem, 2.2vw, 1.125rem);
	line-height: 1.65;
	margin: 0 0 0.5rem;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.kurlender-front-line-landing .kurlender-hero-cta .elementor-widget-container {
	text-align: center;
}

.kurlender-front-line-landing .kurlender-hero-cta .elementor-button {
	margin-top: 0.25rem;
	width: auto;
	max-width: min(100%, 420px);
}

.kurlender-front-line-landing .kurlender-how-it-works {
	position: relative;
	overflow: hidden;
}

.kurlender-front-line-landing .kurlender-how-it-works::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(248, 245, 244, 0.95) 0%,
		rgba(248, 245, 244, 0.88) 45%,
		rgba(248, 245, 244, 0.45) 70%,
		transparent 100%
	);
	pointer-events: none;
	z-index: 0;
}

.kurlender-front-line-landing .kurlender-how-it-works > .e-con-inner {
	position: relative;
	z-index: 1;
}

.kurlender-front-line-landing .kurlender-how-it-works .elementor-icon-box-wrapper {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(30, 24, 16, 0.06);
	padding: 24px 16px;
	height: 100%;
	backdrop-filter: blur(2px);
}

.kurlender-front-line-landing .kurlender-step-icon .elementor-icon {
	background: #fff;
	color: var(--e-global-color-astglobalcolor0, #ff7a3d) !important;
	border: 2px solid var(--e-global-color-astglobalcolor0, #ff7a3d);
	border-radius: 50%;
	padding: 12px;
}

.kurlender-front-line-landing .kurlender-step-icon .elementor-icon i {
	color: var(--e-global-color-astglobalcolor0, #ff7a3d) !important;
}

.kurlender-front-line-landing .kurlender-step-icon .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor0, #ff7a3d);
}

.kurlender-front-line-landing .kurlender-step-icon .elementor-icon-box-title {
	color: var(--e-global-color-astglobalcolor2, #1e1810);
}

.kurlender-front-line-landing .kurlender-section-title .elementor-heading-title {
	color: var(--e-global-color-astglobalcolor0, #ff7a3d);
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(30, 24, 16, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0;
	text-align: right;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .ast-woo-product-category {
	display: none !important;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
	background: color-mix(in srgb, var(--e-global-color-astglobalcolor0, #ff7a3d) 14%, var(--e-global-color-astglobalcolor5, #f8f5f4));
	padding: 20px 16px 12px;
	margin: 0;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 1;
	max-height: 150px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .astra-shop-summary-wrap {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto auto;
	gap: 8px 12px;
	padding: 16px;
	flex: 1;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .woocommerce-loop-product__title {
	grid-column: 1 / -1;
	font-size: 1.05rem;
	color: var(--e-global-color-astglobalcolor2, #1e1810);
	margin: 0;
	padding: 0;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .kurlender-product-short-desc {
	grid-column: 1 / -1;
	font-size: 0.9rem;
	color: var(--e-global-color-astglobalcolor3, #575250);
	line-height: 1.45;
	margin: 0;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .kurlender-product-short-desc p {
	margin: 0;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .price {
	grid-column: 2;
	grid-row: 3;
	align-self: center;
	justify-self: end;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--e-global-color-astglobalcolor1, #ff5100);
	margin: 0;
}

.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button {
	grid-column: 1;
	grid-row: 3;
	justify-self: start;
	margin: 0 !important;
	padding: 12px 20px !important;
	white-space: nowrap;
}

.kurlender-front-line-landing .kurlender-about-section {
	background: var(--e-global-color-astglobalcolor5, #f8f5f4);
	text-align: center;
}

.kurlender-front-line-landing .kurlender-about-section .elementor-heading-title {
	color: var(--e-global-color-astglobalcolor2, #1e1810);
}

.kurlender-front-line-landing .kurlender-about-section .elementor-widget-text-editor {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: var(--e-global-color-astglobalcolor3, #575250);
}

.kurlender-front-line-landing .kurlender-farm-gallery {
	background: var(--e-global-color-astglobalcolor5, #f8f5f4);
}

.kurlender-front-line-landing .kurlender-farm-gallery-grid {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.kurlender-front-line-landing .kurlender-farm-gallery-grid .gallery {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 0 !important;
	width: 100%;
}

.kurlender-front-line-landing .kurlender-farm-gallery-grid .gallery-item {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(30, 24, 16, 0.08);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.kurlender-front-line-landing .kurlender-farm-gallery-grid .gallery-item:hover {
	box-shadow: 0 6px 22px rgba(255, 122, 61, 0.28);
	transform: translateY(-2px);
}

.kurlender-front-line-landing .kurlender-farm-gallery-grid .gallery-item a {
	display: block;
	line-height: 0;
}

.kurlender-front-line-landing .kurlender-farm-gallery-grid .gallery-item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

.kurlender-front-line-landing .kurlender-bulk-contact {
	background: #fff;
	text-align: center;
}

.kurlender-front-line-landing .kurlender-bulk-contact .elementor-heading-title {
	color: var(--e-global-color-astglobalcolor2, #1e1810);
}

.kurlender-front-line-landing .kurlender-bulk-contact .elementor-widget-text-editor {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	color: var(--e-global-color-astglobalcolor3, #575250);
}

.kurlender-front-line-landing .kurlender-bulk-contact a[href^="tel:"] {
	color: var(--e-global-color-astglobalcolor0, #ff7a3d);
	font-weight: 700;
	font-size: 1.2rem;
	text-decoration: none;
}

.kurlender-front-line-landing .kurlender-bulk-contact a[href^="tel:"]:hover {
	color: var(--e-global-color-astglobalcolor1, #ff5100);
}

.kurlender-front-line-landing .kurlender-bulk-contact .elementor-widget-form {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.kurlender-front-line-landing .kurlender-bulk-contact .elementor-field-group .elementor-field {
	border-radius: 8px;
	border-color: color-mix(in srgb, var(--e-global-color-astglobalcolor3, #575250) 35%, #fff);
	font-size: 16px;
}

.kurlender-front-line-landing .kurlender-bulk-contact .elementor-field-group .elementor-field:focus {
	border-color: var(--e-global-color-astglobalcolor0, #ff7a3d);
	outline: none;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--e-global-color-astglobalcolor0, #ff7a3d) 25%, transparent);
}

.kurlender-front-line-landing .kurlender-bulk-contact .elementor-button {
	width: 100%;
	max-width: 420px;
}

.kurlender-front-line-landing .kurlender-checkout-cta-wrap {
	text-align: center;
	padding: 24px 16px 48px;
	display: none;
}

.kurlender-front-line-landing .kurlender-checkout-cta-wrap.is-visible {
	display: block;
}

.kurlender-front-line-toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
	background: var(--e-global-color-astglobalcolor0, #ff7a3d);
	color: #fff;
	padding: 14px 24px;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(255, 122, 61, 0.4);
	font-family: Rubik, sans-serif;
	font-size: 1rem;
	max-width: 90vw;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.kurlender-front-line-toast.is-visible {
	opacity: 1;
}

.kurlender-front-line-sticky-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99998;
	background: #fff;
	border-top: 2px solid var(--e-global-color-astglobalcolor0, #ff7a3d);
	box-shadow: 0 -4px 20px rgba(30, 24, 16, 0.12);
	padding: 10px 16px;
	padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	transform: translateY(100%);
	transition: transform 0.25s ease;
}

.kurlender-front-line-sticky-bar.is-visible {
	display: flex;
	transform: translateY(0);
}

.kurlender-front-line-sticky-bar .kurlender-sticky-cart {
	color: var(--e-global-color-astglobalcolor2, #1e1810);
	font-weight: 600;
	font-family: Rubik, sans-serif;
	text-decoration: none;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.kurlender-front-line-sticky-bar .kurlender-sticky-checkout {
	white-space: nowrap;
	padding: 12px 20px !important;
}

.kurlender-front-line-landing .kurlender-floating-cart {
	display: none !important;
}

.kurlender-front-line-cart-cta {
	text-align: center;
	margin-bottom: 1.5em;
}

.kurlender-front-line-cart-cta .button.alt {
	border-radius: 999px;
}

/* Laptop / desktop — image aspect drives height when wide enough */
@media (min-width: 1025px) {
	body.kurlender-front-line-landing {
		--kurlender-hero-content-min-h: clamp(26rem, 38dvh, 32rem);
	}

	.kurlender-front-line-landing .kurlender-hero,
	.kurlender-front-line-landing .kurlender-hero.elementor-element {
		aspect-ratio: var(--kurlender-hero-img-w) / var(--kurlender-hero-img-h);
	}

	.kurlender-front-line-landing .kurlender-hero.elementor-element {
		background-position: center center !important;
	}

	.kurlender-front-line-landing .kurlender-hero > .e-con-inner,
	.kurlender-front-line-landing .kurlender-hero > .elementor-container {
		padding-inline: clamp(1.5rem, 5vw, 4rem) !important;
	}

	.kurlender-front-line-landing .kurlender-hero-title .elementor-heading-title {
		font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	}
}

/* Tablet / small laptop — content height often wins; anchor image to bottom */
@media (min-width: 768px) and (max-width: 1024px) {
	body.kurlender-front-line-landing {
		--kurlender-hero-content-min-h: clamp(32rem, 58dvh, 40rem);
	}

	.kurlender-front-line-landing .kurlender-hero,
	.kurlender-front-line-landing .kurlender-hero.elementor-element {
		aspect-ratio: auto;
		min-height: var(--kurlender-hero-min-h) !important;
	}

	.kurlender-front-line-landing .kurlender-hero.elementor-element {
		background-position: center bottom !important;
	}

	.kurlender-front-line-landing .kurlender-hero::before {
		background: linear-gradient(
			180deg,
			transparent 0%,
			rgba(30, 24, 16, 0.2) 58%,
			rgba(30, 24, 16, 0.9) 100%
		);
	}

	.kurlender-front-line-landing .kurlender-hero > .e-con-inner,
	.kurlender-front-line-landing .kurlender-hero > .elementor-container {
		padding-inline: clamp(1.25rem, 4vw, 2.5rem) !important;
	}

	.kurlender-front-line-landing .kurlender-hero-title .elementor-heading-title {
		font-size: clamp(1.45rem, 3.8vw, 2.15rem);
	}

	.kurlender-front-line-landing .kurlender-hero-body-wrap .kurlender-hero-body,
	.kurlender-front-line-landing .kurlender-hero-body-wrap p {
		font-size: clamp(0.95rem, 2.4vw, 1.1rem);
		line-height: 1.6;
	}
}

/* Mobile — room for copy + CTA; image anchored to bottom band */
@media (max-width: 767px) {
	body.kurlender-front-line-landing {
		--kurlender-hero-content-min-h: min(88dvh, 820px);
		--kurlender-hero-min-h: max(var(--kurlender-hero-h-image), var(--kurlender-hero-content-min-h));
	}

	.kurlender-front-line-landing .kurlender-hero,
	.kurlender-front-line-landing .kurlender-hero.elementor-element {
		aspect-ratio: auto;
		min-height: var(--kurlender-hero-min-h) !important;
	}

	.kurlender-front-line-landing .kurlender-hero.elementor-element {
		background-position: center bottom !important;
	}

	.kurlender-front-line-landing .kurlender-hero::before {
		background: linear-gradient(
			180deg,
			transparent 0%,
			rgba(30, 24, 16, 0.3) 50%,
			rgba(30, 24, 16, 0.92) 100%
		);
	}

	.kurlender-front-line-landing .kurlender-hero > .e-con-inner,
	.kurlender-front-line-landing .kurlender-hero > .elementor-container {
		padding-inline: 1rem;
		padding-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px)) !important;
	}

	.kurlender-front-line-landing .kurlender-hero-content {
		grid-template-columns: 1fr;
		grid-template-areas:
			"logo"
			"slogan"
			"title"
			"body"
			"cta";
		justify-content: center;
		justify-items: center;
		gap: 0.45rem;
	}

	.kurlender-front-line-landing .kurlender-hero-logo {
		justify-self: center;
	}

	.kurlender-front-line-landing .kurlender-hero-logo .elementor-widget-container,
	.kurlender-front-line-landing .kurlender-hero-logo figure {
		text-align: center;
		margin-inline: auto;
	}

	.kurlender-front-line-landing .kurlender-hero-logo img {
		max-height: clamp(32px, 9vw, 44px);
	}

	.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan,
	.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan .elementor-heading-title,
	.kurlender-front-line-landing .kurlender-hero-content > .kurlender-campaign-slogan,
	.kurlender-front-line-landing .kurlender-hero-content > .elementor-widget-heading.kurlender-campaign-slogan {
		justify-self: center;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan .elementor-widget-container {
		width: 100%;
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan,
	.kurlender-front-line-landing .kurlender-hero .kurlender-campaign-slogan .elementor-heading-title {
		font-size: clamp(0.9rem, 3.8vw, 1.05rem);
	}

	.kurlender-front-line-landing .kurlender-hero-title,
	.kurlender-front-line-landing .kurlender-hero-body-wrap {
		justify-self: center;
		width: 100%;
	}

	.kurlender-front-line-landing .kurlender-hero-title .elementor-heading-title,
	.kurlender-front-line-landing .kurlender-hero .elementor-heading-title,
	.kurlender-front-line-landing .kurlender-hero-body-wrap .kurlender-hero-body,
	.kurlender-front-line-landing .kurlender-hero-body-wrap p,
	.kurlender-front-line-landing .kurlender-hero-body-wrap .elementor-widget-container {
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-hero-title .elementor-heading-title {
		font-size: clamp(1.35rem, 6.5vw, 1.85rem);
		line-height: 1.2;
		margin-bottom: 0.25rem;
	}

	.kurlender-front-line-landing .kurlender-hero-body-wrap .kurlender-hero-body,
	.kurlender-front-line-landing .kurlender-hero-body-wrap p {
		font-size: clamp(0.875rem, 3.6vw, 1rem);
		line-height: 1.55;
		margin-bottom: 0.35rem;
	}

	.kurlender-front-line-landing .kurlender-hero-cta {
		justify-self: center;
		width: 100%;
		margin-top: 0.15rem;
	}

	.kurlender-front-line-landing .kurlender-hero-cta .elementor-widget-container {
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-hero-cta .elementor-button {
		width: 100%;
		max-width: 360px;
		min-height: 48px;
		padding: 12px 24px !important;
		justify-content: center;
		margin-inline: auto;
	}

	.kurlender-front-line-landing .kurlender-section-title .elementor-heading-title,
	.kurlender-front-line-landing .kurlender-section-title .elementor-widget-container {
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-how-it-works .elementor-icon-box-wrapper {
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-how-it-works .elementor-icon-box-icon {
		margin-inline: auto;
	}

	.kurlender-front-line-landing .kurlender-how-it-works .elementor-icon-box-title,
	.kurlender-front-line-landing .kurlender-how-it-works .elementor-icon-box-description {
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-about-section .elementor-heading-title,
	.kurlender-front-line-landing .kurlender-about-section .elementor-widget-text-editor,
	.kurlender-front-line-landing .kurlender-about-section .elementor-widget-text-editor p {
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-bulk-contact .elementor-heading-title,
	.kurlender-front-line-landing .kurlender-bulk-contact .elementor-widget-text-editor,
	.kurlender-front-line-landing .kurlender-bulk-contact .elementor-widget-text-editor p {
		text-align: center;
	}

	.kurlender-front-line-landing .kurlender-bulk-contact .elementor-button {
		margin-inline: auto;
	}

	.kurlender-front-line-landing .kurlender-how-it-works::before {
		background: linear-gradient(
			180deg,
			rgba(248, 245, 244, 0.94) 0%,
			rgba(248, 245, 244, 0.82) 60%,
			rgba(248, 245, 244, 0.55) 100%
		);
	}

	.kurlender-front-line-landing .kurlender-farm-gallery-grid .gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.kurlender-front-line-landing .kurlender-how-it-works .e-con {
		flex-direction: column !important;
	}

	.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .astra-shop-summary-wrap {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
	}

	.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .price {
		grid-column: 1;
		grid-row: 3;
		justify-self: start;
	}

	.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button {
		grid-column: 1;
		grid-row: 4;
		justify-self: stretch;
		width: 100%;
	}

	.kurlender-front-line-landing .kurlender-bulk-contact .elementor-button {
		max-width: 100%;
	}

	body.kurlender-front-line-landing {
		padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
	}

	body.kurlender-front-line-landing .kurlender-front-line-sticky-bar.is-visible {
		display: flex;
	}
}

@media (max-width: 480px) {
	.kurlender-front-line-landing .kurlender-hero-logo img {
		max-height: 40px;
	}

	.kurlender-front-line-landing .kurlender-farm-gallery-grid .gallery {
		grid-template-columns: 1fr;
	}

	.kurlender-front-line-landing .kurlender-cta-primary .elementor-button,
	.kurlender-front-line-landing a.kurlender-cta-primary,
	.kurlender-front-line-landing #treats-menu .woocommerce ul.products li.product .button {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 360px) {
	.kurlender-front-line-landing .kurlender-hero-title .elementor-heading-title {
		font-size: clamp(1.35rem, 6vw, 1.75rem);
	}

	.kurlender-front-line-landing .kurlender-about-section,
	.kurlender-front-line-landing .kurlender-farm-gallery,
	.kurlender-front-line-landing .kurlender-bulk-contact {
		padding-inline: 12px !important;
	}

	.kurlender-front-line-sticky-bar {
		padding-inline: 12px;
	}
}

@media (min-width: 768px) {
	.kurlender-front-line-sticky-bar {
		display: none !important;
	}
}

/* Mini header — overlay on hero (masthead hidden on landing) */
.kurlender-fl-mini-header {
	position: fixed;
	top: var(--kurlender-fl-header-inset-top, max(5dvh, env(safe-area-inset-top, 0px)));
	inset-inline: 12px;
	z-index: 100001;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: var(--kurlender-fl-header-bar-h, 52px);
	padding: 10px 14px;
	box-sizing: border-box;
	background: linear-gradient(
		180deg,
		rgba(30, 24, 16, 0.72) 0%,
		rgba(30, 24, 16, 0.25) 70%,
		transparent 100%
	);
	border-bottom: none;
	box-shadow: none;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-family: Rubik, sans-serif;
	transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

body.kurlender-front-line-landing:not(.kurlender-fl-header-solid) .kurlender-fl-mini-header,
body.kurlender-fl-header-solid .kurlender-fl-mini-header {
	background: linear-gradient(
		180deg,
		rgba(30, 24, 16, 0.72) 0%,
		rgba(30, 24, 16, 0.25) 70%,
		transparent 100%
	);
	border-bottom: none;
	box-shadow: none;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.kurlender-fl-header-solid .kurlender-fl-mini-header {
	background: linear-gradient(
		180deg,
		rgba(30, 24, 16, 0.82) 0%,
		rgba(30, 24, 16, 0.58) 100%
	);
	box-shadow: 0 2px 14px rgba(30, 24, 16, 0.18);
}

.kurlender-fl-mini-brand {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	text-decoration: none;
	color: #fff;
	transition: color 0.25s ease;
}

.kurlender-fl-mini-logo-img {
	max-height: 36px;
	width: auto;
	filter: brightness(0) invert(1);
	transition: filter 0.25s ease;
}

.kurlender-fl-mini-logo-text {
	font-weight: 600;
	font-size: 0.95rem;
	color: inherit;
}

.kurlender-fl-cart-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.25s ease;
}

.kurlender-fl-cart-toggle:hover,
.kurlender-fl-cart-toggle:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	outline: 2px solid var(--e-global-color-astglobalcolor0, #ff7a3d);
	outline-offset: 2px;
}

.kurlender-fl-cart-icon {
	display: block;
	width: 24px;
	height: 24px;
}

.kurlender-fl-cart-count {
	position: absolute;
	top: 4px;
	inset-inline-start: 4px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--e-global-color-astglobalcolor0, #ff7a3d);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.kurlender-fl-cart-count.has-items {
	opacity: 1;
	transform: scale(1);
}

/* Cart sheet / popup */
.kurlender-fl-cart-sheet-root {
	position: fixed;
	inset: 0;
	z-index: 100010;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

.kurlender-fl-cart-sheet-root.is-open {
	pointer-events: auto;
}

.kurlender-fl-cart-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(30, 24, 16, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.kurlender-fl-cart-sheet-root.is-open .kurlender-fl-cart-backdrop {
	opacity: 1;
}

.kurlender-fl-cart-sheet {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 85vh;
	max-height: 85dvh;
	background: #fff;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -8px 32px rgba(30, 24, 16, 0.18);
	font-family: Rubik, sans-serif;
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
	overflow: hidden;
}

.kurlender-fl-cart-sheet-root.is-open .kurlender-fl-cart-sheet {
	transform: translateY(0);
}

.kurlender-fl-cart-sheet-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 20px 12px;
	border-bottom: 1px solid rgba(30, 24, 16, 0.08);
	flex-shrink: 0;
}

.kurlender-fl-cart-sheet-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--e-global-color-astglobalcolor2, #1e1810);
}

.kurlender-fl-cart-sheet-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 1.75rem;
	line-height: 1;
	color: var(--e-global-color-astglobalcolor2, #1e1810);
	cursor: pointer;
	border-radius: 8px;
}

.kurlender-fl-cart-sheet-close:focus-visible {
	outline: 2px solid var(--e-global-color-astglobalcolor0, #ff7a3d);
	outline-offset: 2px;
}

.kurlender-fl-cart-sheet-body {
	flex: 1 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 12px 20px;
	min-height: 80px;
}

.kurlender-fl-cart-sheet-loading,
.kurlender-fl-cart-empty {
	margin: 0;
	padding: 24px 0;
	text-align: center;
	color: var(--e-global-color-astglobalcolor2, #1e1810);
	font-size: 1rem;
}

.kurlender-fl-cart-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kurlender-fl-cart-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(30, 24, 16, 0.06);
	transition: opacity 0.2s ease;
}

.kurlender-fl-cart-item.is-updating {
	opacity: 0.55;
	pointer-events: none;
}

.kurlender-fl-cart-item:last-child {
	border-bottom: none;
}

.kurlender-fl-cart-item-main {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.kurlender-fl-cart-item-thumb {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--e-global-color-astglobalcolor4, #f8f5f4);
}

.kurlender-fl-cart-item-thumb img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	display: block;
}

.kurlender-fl-cart-item-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1;
}

.kurlender-fl-cart-item-name {
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--e-global-color-astglobalcolor2, #1e1810);
}

.kurlender-fl-cart-item-meta {
	font-size: 0.875rem;
	color: rgba(30, 24, 16, 0.7);
}

.kurlender-fl-cart-item-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.kurlender-fl-qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(30, 24, 16, 0.12);
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
}

.kurlender-fl-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--e-global-color-astglobalcolor2, #1e1810);
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
}

.kurlender-fl-qty-btn:hover:not(:disabled),
.kurlender-fl-qty-btn:focus-visible:not(:disabled) {
	background: rgba(255, 122, 61, 0.12);
	outline: none;
}

.kurlender-fl-qty-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.kurlender-fl-qty-value {
	min-width: 2ch;
	padding: 0 10px;
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	color: var(--e-global-color-astglobalcolor2, #1e1810);
}

.kurlender-fl-qty-fixed {
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--e-global-color-astglobalcolor2, #1e1810);
}

.kurlender-fl-cart-item-remove {
	min-height: 40px;
	padding: 8px 14px;
	border: none;
	background: transparent;
	color: rgba(30, 24, 16, 0.65);
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	border-radius: 8px;
	transition: color 0.2s ease, background 0.2s ease;
}

.kurlender-fl-cart-item-remove:hover,
.kurlender-fl-cart-item-remove:focus-visible {
	color: var(--e-global-color-astglobalcolor1, #ff5100);
	background: rgba(255, 122, 61, 0.08);
	outline: none;
}

.kurlender-fl-cart-sheet-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 20px;
	border-top: 1px solid rgba(30, 24, 16, 0.08);
	font-weight: 600;
	flex-shrink: 0;
}

.kurlender-fl-cart-subtotal-label {
	color: var(--e-global-color-astglobalcolor2, #1e1810);
}

.kurlender-fl-cart-sheet-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 12px 20px calc(16px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid rgba(30, 24, 16, 0.08);
	flex-shrink: 0;
	background: #fff;
}

.kurlender-fl-btn-add-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	width: 100%;
	padding: 12px 20px;
	border: 2px solid var(--e-global-color-astglobalcolor0, #ff7a3d);
	border-radius: 999px;
	background: transparent;
	color: var(--e-global-color-astglobalcolor0, #ff7a3d);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.kurlender-fl-btn-add-more:hover,
.kurlender-fl-btn-add-more:focus-visible {
	background: rgba(255, 122, 61, 0.1);
	outline: none;
}

.kurlender-fl-btn-checkout {
	width: 100%;
	text-align: center;
	justify-content: center;
	min-height: 48px !important;
	padding: 14px 24px !important;
}

.kurlender-fl-cart-sheet-actions.is-empty-cart .kurlender-fl-btn-checkout[hidden] {
	display: none !important;
}

body.kurlender-fl-cart-sheet-open {
	overflow: hidden;
}

@media (min-width: 768px) {
	.kurlender-fl-cart-sheet-root {
		align-items: center;
		padding: 24px;
	}

	.kurlender-fl-cart-sheet {
		max-width: 420px;
		max-height: min(80vh, 640px);
		border-radius: 16px;
		transform: translateY(24px) scale(0.96);
		opacity: 0;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.kurlender-fl-cart-sheet-root.is-open .kurlender-fl-cart-sheet {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

/* Fly-to-cart animation (add button → header icon) */
.kurlender-fl-fly-item {
	position: fixed;
	z-index: 99990;
	pointer-events: none;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(255, 122, 61, 0.45);
	transition: transform 0.65s cubic-bezier(0.22, 0.85, 0.25, 1), opacity 0.65s ease;
	will-change: transform, opacity;
}

.kurlender-fl-fly-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.kurlender-fl-fly-dot {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(
		135deg,
		var(--e-global-color-astglobalcolor0, #ff7a3d) 0%,
		var(--e-global-color-astglobalcolor1, #ff5100) 100%
	);
}

.kurlender-fl-cart-toggle.is-bump {
	animation: kurlender-fl-cart-bump 0.52s ease;
}

.kurlender-fl-cart-count.is-bump {
	animation: kurlender-fl-badge-pop 0.45s ease;
}

@keyframes kurlender-fl-cart-bump {
	0% {
		transform: scale(1);
	}
	35% {
		transform: scale(1.18);
	}
	65% {
		transform: scale(0.94);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes kurlender-fl-badge-pop {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.35);
	}
	100% {
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.kurlender-fl-mini-header {
		transition: none;
	}

	.kurlender-fl-cart-sheet,
	.kurlender-fl-cart-backdrop,
	.kurlender-fl-cart-count {
		transition: none;
	}

	.kurlender-fl-cart-sheet-root.is-open .kurlender-fl-cart-sheet {
		transform: none;
		opacity: 1;
	}

	.kurlender-fl-fly-item {
		display: none !important;
	}

	.kurlender-fl-cart-toggle.is-bump,
	.kurlender-fl-cart-count.is-bump {
		animation: none;
	}
}
