#setka-seasonal-effects-canvas {
	position: fixed;
	inset: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 99980;
	contain: strict;
}

/*
 * Autumn storefront skin.
 * Scoped to the home page so product pages and checkout keep their familiar UI.
 * Product/category images are deliberately left untouched.
 */
body.home {
	--sse-ink: #24211d;
	--sse-ink-soft: #4f473e;
	--sse-paper: #fffaf2;
	--sse-paper-deep: #f3e6d4;
	--sse-copper: #b85c20;
	--sse-amber: #df8a22;
	--sse-gold: #f1b84b;
	--sse-wine: #7f2f21;
	--sse-olive: #658f08;
	--sse-line: rgba(125, 76, 37, 0.2);
	background:
		radial-gradient(circle at 8% 16%, rgba(223, 138, 34, 0.1), transparent 25rem),
		radial-gradient(circle at 94% 44%, rgba(127, 47, 33, 0.08), transparent 31rem),
		#f8f1e7;
	color: var(--sse-ink);
	overflow-x: clip;
}

body.home #setka-autumn-topbar {
	position: relative;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 32px;
	padding: 6px 20px;
	background: linear-gradient(90deg, #a94b12 0%, #76281f 50%, #b95d18 100%);
	color: #fff8ec;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
	box-shadow: inset 0 -1px 0 rgba(255, 214, 142, 0.2);
}

body.home .setka-autumn-topbar__leaf {
	width: 13px;
	height: 13px;
	border-radius: 80% 0 80% 0;
	background: #f2ad2f;
	color: transparent;
	transform: rotate(45deg);
	box-shadow: 0 0 14px rgba(255, 193, 71, 0.48);
}

body.home header {
	position: relative;
	z-index: 12;
	background:
		linear-gradient(90deg, rgba(255, 250, 242, 0.98), rgba(255, 255, 255, 0.97)),
		repeating-linear-gradient(90deg, rgba(132, 91, 50, 0.025) 0 1px, transparent 1px 7px);
	border-bottom: 1px solid rgba(119, 73, 36, 0.16);
	box-shadow: 0 9px 30px rgba(56, 39, 25, 0.08);
}

body.home header .container {
	padding-top: 12px;
	padding-bottom: 11px;
}

body.home header .logo img {
	filter: none !important;
}

body.home .write {
	color: #766c62;
}

body.home .dgwt-wcas-sf-wrapp {
	border: 1px solid rgba(111, 77, 44, 0.28) !important;
	border-radius: 10px !important;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.86) !important;
	box-shadow: 0 7px 24px rgba(77, 51, 29, 0.07);
}

body.home .dgwt-wcas-search-input {
	background: transparent !important;
}

body.home .dgwt-wcas-search-submit {
	background: linear-gradient(135deg, #3a3530, #1f1d1b) !important;
	border-color: #292622 !important;
	color: #fffaf2 !important;
}

body.home .phones a,
body.home .phone-link {
	color: var(--sse-ink) !important;
}

body.home .phones .phone-link::before {
	color: var(--sse-olive) !important;
}

body.home .header-blocks > .btn,
body.home .bingc-action-open-passive-form {
	background: linear-gradient(135deg, #7ba80d, #568602) !important;
	border: 1px solid rgba(55, 94, 0, 0.35) !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 20px rgba(93, 133, 7, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

body.home .header-blocks > .btn:hover,
body.home .bingc-action-open-passive-form:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(93, 133, 7, 0.28);
	filter: saturate(1.08);
}

body.home .navbar {
	position: relative;
	z-index: 20;
	background:
		linear-gradient(90deg, #201e1b 0%, #342d27 48%, #201e1b 100%) !important;
	border: 0 !important;
	box-shadow: 0 8px 22px rgba(32, 25, 19, 0.22);
}

body.home .navbar::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--sse-amber), var(--sse-copper), transparent);
	opacity: 0.82;
}

body.home .navbar-nav > li > a {
	color: #fff8ee !important;
	letter-spacing: 0.035em;
	transition: color 160ms ease, background-color 160ms ease;
}

body.home .navbar-nav > li > a:hover,
body.home .navbar-nav > li.current-menu-item > a,
body.home .navbar-nav > li.current-menu-ancestor > a {
	background: rgba(218, 126, 28, 0.16) !important;
	color: #ffd28a !important;
}

body.home .navbar .sub-menu {
	background: #2d2925 !important;
	border: 1px solid rgba(229, 154, 64, 0.3) !important;
	box-shadow: 0 18px 34px rgba(30, 23, 18, 0.3) !important;
}

body.home .navbar .sub-menu a {
	color: #fff8ee !important;
}

body.home .navbar .sub-menu a:hover {
	background: rgba(223, 138, 34, 0.18) !important;
	color: #ffd28a !important;
}

body.home #main-content {
	position: relative;
	z-index: 1;
}

body.home .setka-static-hero {
	position: relative;
	isolation: isolate;
	display: grid !important;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
	gap: clamp(38px, 4vw, 58px) !important;
	align-items: center;
	width: calc(100vw - var(--sse-scrollbar-width, 0px));
	max-width: none;
	min-height: 540px;
	margin: -38px calc(50% - 50vw + var(--sse-scrollbar-half-width, 0px) + var(--sse-hero-center-correction, 0px)) 0 !important;
	padding: 42px max(28px, calc((100vw - 1180px) / 2)) 112px !important;
	overflow: clip;
	border: 0 !important;
	border-radius: 0 !important;
	background:
		linear-gradient(90deg, rgba(255, 252, 246, 0.2) 0%, rgba(255, 250, 241, 0.91) 17%, rgba(255, 248, 236, 0.79) 43%, rgba(255, 245, 228, 0.24) 70%, rgba(255, 241, 214, 0.05) 100%),
		url('../img/autumn-hero-background-v1.jpg') center / cover no-repeat !important;
	box-shadow: none !important;
}

body.home .setka-static-hero::before,
body.home .setka-static-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	width: 180px;
	height: 112px;
	border-radius: 100% 0 100% 0;
	background:
		linear-gradient(132deg, transparent 47.5%, rgba(91, 49, 19, 0.42) 48% 50%, transparent 50.5%),
		linear-gradient(36deg, #efa53b 0%, #c75c20 56%, #8e3522 100%);
	display: none;
}

body.home .setka-static-hero::before {
	top: -54px;
	right: -46px;
	transform: rotate(24deg);
	box-shadow: -84px 82px 0 -24px rgba(197, 89, 26, 0.38);
}

body.home .setka-static-hero::after {
	left: -72px;
	bottom: -60px;
	transform: rotate(198deg) scale(0.9);
	background:
		linear-gradient(132deg, transparent 47.5%, rgba(91, 49, 19, 0.42) 48% 50%, transparent 50.5%),
		linear-gradient(36deg, #d78424 0%, #a64822 62%, #6e2d21 100%);
}

body.home .setka-static-hero__copy,
body.home .setka-static-hero__visual {
	position: relative;
}

body.home .setka-static-hero__copy {
	z-index: 3;
}

body.home .setka-static-hero__kicker {
	background: rgba(255, 249, 237, 0.84) !important;
	border: 1px solid rgba(191, 111, 34, 0.24);
	color: #7d421d !important;
	box-shadow: 0 6px 18px rgba(110, 67, 29, 0.08);
}

body.home .setka-static-hero h1 {
	color: var(--sse-ink) !important;
	max-width: 600px;
	font-size: clamp(46px, 4vw, 64px) !important;
	line-height: 0.99 !important;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

body.home .setka-static-hero h1 span {
	color: var(--sse-olive) !important;
	text-shadow: 0 10px 30px rgba(96, 139, 10, 0.12);
}

body.home .setka-static-hero__lead {
	max-width: 480px;
	color: #665b50 !important;
	font-size: 17px !important;
	line-height: 1.55 !important;
}

body.home .setka-static-hero__button {
	border-radius: 10px !important;
	min-height: 50px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}

body.home .setka-static-hero__button:hover {
	transform: translateY(-3px);
}

body.home .setka-static-hero__button--primary {
	background: linear-gradient(135deg, #79a90c, #558403) !important;
	border-color: #5d8f04 !important;
	box-shadow: 0 11px 28px rgba(93, 139, 7, 0.25), 0 0 0 5px rgba(240, 184, 73, 0.1) !important;
}

body.home .setka-static-hero__button--secondary {
	background: rgba(255, 251, 244, 0.76) !important;
	border-color: rgba(116, 74, 36, 0.42) !important;
	color: var(--sse-ink) !important;
}

body.home .setka-static-hero__button--secondary:hover {
	background: #fffaf2 !important;
	box-shadow: 0 10px 24px rgba(71, 48, 28, 0.12);
}

body.home .setka-static-hero__proof span {
	color: #554b42 !important;
}

body.home .setka-static-hero__proof {
	display: none !important;
}

body.home .setka-static-hero__proof span::before {
	color: var(--sse-copper) !important;
}

body.home .setka-static-hero__visual {
	z-index: 4;
	width: 100%;
	min-height: 0 !important;
	aspect-ratio: 650 / 420;
	border: 1px solid rgba(122, 72, 35, 0.28) !important;
	border-radius: 18px !important;
	box-shadow: 0 24px 44px rgba(61, 42, 27, 0.2) !important;
	filter: none !important;
}

body.home .setka-static-hero__note {
	background: rgba(255, 250, 241, 0.94) !important;
	border-color: rgba(155, 92, 33, 0.25) !important;
	color: #372f28 !important;
	box-shadow: 0 8px 24px rgba(52, 35, 22, 0.16) !important;
}

body.home .setka-autumn-stats {
	position: absolute;
	left: 50%;
	bottom: 14px;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(920px, calc(100% - 100px));
	min-height: 72px;
	padding: 12px 18px;
	border: 1px solid rgba(234, 170, 88, 0.22);
	border-radius: 22px;
	background: linear-gradient(100deg, rgba(47, 39, 32, 0.96), rgba(73, 55, 42, 0.95));
	box-shadow: 0 16px 36px rgba(44, 29, 20, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: translateX(-50%);
	backdrop-filter: blur(8px);
}

body.home .setka-autumn-stat {
	position: relative;
	display: grid;
	grid-template-columns: 44px 1fr;
	grid-template-rows: auto auto;
	align-content: center;
	min-width: 0;
	padding: 4px 14px;
	color: #fff8ed;
}

body.home .setka-autumn-stat + .setka-autumn-stat {
	border-left: 1px solid rgba(255, 223, 174, 0.16);
}

body.home .setka-autumn-stat::before {
	content: attr(data-icon);
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin: auto 10px auto 0;
	border: 1px solid rgba(232, 155, 61, 0.62);
	border-radius: 50%;
	color: #f1a437;
	font-size: 12px;
	font-weight: 800;
}

body.home .setka-autumn-stat strong {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.home .setka-autumn-stat span {
	overflow: hidden;
	color: #d9c9b7;
	font-size: 11px;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Realistic decorative branches inspired by the approved autumn mockup. */
body.home header,
body.home .setka-static-hero,
body.home .setka-categories {
	isolation: isolate;
}

body.home header,
body.home .setka-categories {
	position: relative;
}

.setka-autumn-leaf-cluster {
	position: absolute;
	display: block;
	width: 360px;
	aspect-ratio: 3 / 2;
	background: url('../img/autumn-maple-branch-v1.jpg') center / contain no-repeat;
	mix-blend-mode: multiply;
	filter: saturate(0.94) contrast(1.035);
	opacity: 0.72;
	pointer-events: none;
	z-index: 1;
	transform: var(--sse-leaf-transform);
	transform-origin: 14% 15%;
	will-change: transform;
	animation: setka-autumn-branch-sway 6.8s ease-in-out infinite;
}

.setka-autumn-leaf-cluster--header {
	--sse-leaf-transform: scaleX(-1) rotate(-6deg);
	top: -72px;
	right: -28px;
	width: 330px;
	opacity: 0.86;
	z-index: 0;
}

.setka-autumn-leaf-cluster--hero-left {
	--sse-leaf-transform: rotate(12deg);
	left: -286px;
	top: 96px;
	width: 430px;
	opacity: 0.88;
}

.setka-autumn-leaf-cluster--hero-right {
	--sse-leaf-transform: scaleX(-1) rotate(7deg);
	right: -252px;
	top: 56px;
	width: 470px;
	opacity: 0.7;
	z-index: 1;
	animation-delay: -2.4s;
}

.setka-autumn-leaf-cluster--hero-left,
.setka-autumn-leaf-cluster--hero-right {
	display: none;
}

.setka-autumn-leaf-cluster--categories {
	--sse-leaf-transform: rotate(23deg);
	left: -132px;
	top: -92px;
	width: 285px;
	opacity: 0.88;
	animation-delay: -4.1s;
	display: none;
}

body.home .setka-static-hero__copy,
body.home .setka-static-hero__visual,
body.home .setka-categories > :not(.setka-autumn-leaf-cluster),
body.home header > :not(.setka-autumn-leaf-cluster) {
	position: relative;
	z-index: 2;
}

@keyframes setka-autumn-branch-sway {
	0%, 100% {
		transform: var(--sse-leaf-transform) translate3d(0, 0, 0) rotate(0deg);
	}
	50% {
		transform: var(--sse-leaf-transform) translate3d(2px, 4px, 0) rotate(1.8deg);
	}
}

body.home .setka-categories,
body.home #setka-home-delivery,
body.home #setka-home-benefits,
body.home .setka-clients,
body.home .articles {
	position: relative;
	border-radius: 22px;
}

body.home .setka-categories {
	margin-top: 0 !important;
	background: rgba(255, 250, 242, 0.68) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.home .setka-home-title,
body.home .articles h2,
body.home .reviews h2 {
	color: var(--sse-ink) !important;
	letter-spacing: -0.02em;
}

body.home .setka-home-title::after,
body.home .articles h2::after,
body.home .reviews h2::after {
	content: "";
	display: block;
	width: 54px;
	height: 3px;
	margin: 12px auto 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sse-amber), var(--sse-copper));
}

body.home .setka-category-grid .about__col {
	background: rgba(255, 255, 255, 0.9) !important;
	border: 1px solid rgba(120, 78, 41, 0.2) !important;
	border-radius: 14px !important;
	box-shadow: 0 10px 24px rgba(63, 43, 27, 0.08) !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .setka-category-grid .about__col:hover {
	transform: translateY(-5px);
	border-color: rgba(202, 105, 27, 0.42) !important;
	box-shadow: 0 18px 34px rgba(66, 43, 25, 0.14) !important;
}

/* Preserve the supplied category artwork exactly as uploaded. */
body.home .setka-category-grid .about__col__img img,
body.home .setka-category-grid img {
	filter: none !important;
	opacity: 1 !important;
	mix-blend-mode: normal !important;
}

body.home .setka-category-grid .title_product a {
	color: #352f29 !important;
}

body.home .setka-category-grid .about__col:hover .title_product a {
	color: #a34d1e !important;
}

body.home .setka-home-catalog-cta a,
body.home .setka-home-all a {
	border-color: #b96624 !important;
	color: #884017 !important;
	background: rgba(255, 248, 237, 0.8) !important;
	border-radius: 9px !important;
	box-shadow: 0 8px 18px rgba(119, 71, 31, 0.08);
}

body.home .setka-home-catalog-cta a:hover,
body.home .setka-home-all a:hover {
	background: linear-gradient(135deg, #c66924, #9d451d) !important;
	border-color: #a94e1d !important;
	color: #fff !important;
}

body.home #setka-home-delivery {
	background: linear-gradient(145deg, rgba(240, 223, 201, 0.72), rgba(255, 250, 242, 0.94)) !important;
	border: 1px solid rgba(133, 83, 42, 0.17);
}

body.home .setka-delivery-card,
body.home .setka-benefit-card,
body.home .setka-client-card,
body.home .articles__col {
	background: rgba(255, 252, 247, 0.94) !important;
	border-color: rgba(125, 79, 39, 0.18) !important;
	border-radius: 14px !important;
	box-shadow: 0 10px 25px rgba(62, 42, 26, 0.07) !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.home .setka-delivery-card:hover,
body.home .setka-benefit-card:hover,
body.home .setka-client-card:hover,
body.home .articles__col:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(63, 42, 25, 0.12) !important;
}

body.home .setka-delivery-icon,
body.home .setka-benefit-icon {
	background: linear-gradient(145deg, #fff0d4, #f7d39a) !important;
	color: #a74b1d !important;
	border-color: rgba(188, 95, 25, 0.2) !important;
}

body.home #setka-home-benefits {
	background: rgba(255, 250, 242, 0.56) !important;
}

body.home .setka-clients {
	background: linear-gradient(140deg, rgba(48, 43, 38, 0.97), rgba(84, 62, 45, 0.96)) !important;
	border: 1px solid rgba(228, 150, 61, 0.2);
	box-shadow: 0 20px 44px rgba(45, 31, 22, 0.15);
}

body.home .setka-clients .setka-home-title,
body.home .setka-clients h2 {
	color: #fff8ec !important;
}

body.home .setka-client-card {
	background: #fff !important;
}

body.home .articles {
	background: rgba(249, 237, 220, 0.58) !important;
	border: 1px solid rgba(126, 80, 40, 0.14);
}

body.home footer {
	background: linear-gradient(135deg, #211f1c, #3b3028) !important;
	color: #f8ede0 !important;
	border-top: 3px solid #a95420;
}

body.home footer a {
	color: #e9c48d !important;
}

body.home footer a:hover {
	color: #ffd89c !important;
}

/* Lightweight vector sheep that follows the desktop pointer. */
#setka-cursor-sheep {
	position: fixed;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
	pointer-events: none;
	z-index: 99989;
	transform-origin: center center;
	will-change: transform;
	filter: drop-shadow(0 7px 8px rgba(65, 39, 20, 0.18));
}

#setka-cursor-sheep svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

#setka-cursor-sheep .setka-sheep__shadow {
	fill: rgba(67, 42, 24, 0.2);
	transform-origin: center;
}

#setka-cursor-sheep .setka-sheep__animal {
	transform-origin: center bottom;
}

#setka-cursor-sheep .setka-sheep__wool,
#setka-cursor-sheep .setka-sheep__forelock,
#setka-cursor-sheep .setka-sheep__tail {
	fill: #fffaf0;
	stroke: #8f653d;
	stroke-width: 2.8;
	stroke-linejoin: round;
}

#setka-cursor-sheep .setka-sheep__wool-curl {
	fill: none;
	stroke: #dbc6a9;
	stroke-width: 2.4;
	stroke-linecap: round;
}

#setka-cursor-sheep .setka-sheep__leg rect:first-child {
	fill: #5e493d;
}

#setka-cursor-sheep .setka-sheep__hoof {
	fill: #392c25;
}

#setka-cursor-sheep .setka-sheep__leg {
	transform-box: fill-box;
	transform-origin: 50% 8%;
}

#setka-cursor-sheep .setka-sheep__face,
#setka-cursor-sheep .setka-sheep__ear {
	fill: #604a3e;
	stroke: #352a24;
	stroke-width: 2.4;
}

#setka-cursor-sheep .setka-sheep__muzzle {
	fill: #a98469;
}

#setka-cursor-sheep .setka-sheep__horn {
	fill: none;
	stroke: #d99a35;
	stroke-width: 5.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#setka-cursor-sheep .setka-sheep__nose {
	fill: #211a17;
}

#setka-cursor-sheep .setka-sheep__eye-white {
	fill: #fff;
}

#setka-cursor-sheep .setka-sheep__eye {
	fill: #251d18;
}

#setka-cursor-sheep .setka-sheep__smile {
	fill: none;
	stroke: #4b2d20;
	stroke-width: 2;
	stroke-linecap: round;
}

#setka-cursor-sheep .setka-sheep__scarf,
#setka-cursor-sheep .setka-sheep__scarf-tail {
	fill: #76ae19;
	stroke: #4f7b0d;
	stroke-width: 2;
}

#setka-cursor-sheep.is-running .setka-sheep__animal {
	animation: setka-sheep-hop 360ms ease-in-out infinite;
}

#setka-cursor-sheep.is-running .setka-sheep__shadow {
	animation: setka-sheep-shadow 360ms ease-in-out infinite;
}

#setka-cursor-sheep.is-running .setka-sheep__leg--front {
	animation: setka-sheep-leg-front 360ms ease-in-out infinite;
}

#setka-cursor-sheep.is-running .setka-sheep__leg--back {
	animation: setka-sheep-leg-back 360ms ease-in-out infinite;
}

#setka-cursor-sheep.is-running .setka-sheep__scarf-tail {
	animation: setka-sheep-scarf 360ms ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: 10% 15%;
}

@keyframes setka-sheep-hop {
	0%, 100% { transform: translateY(0) rotate(0); }
	50% { transform: translateY(-6px) rotate(-1.5deg); }
}

@keyframes setka-sheep-shadow {
	0%, 100% { transform: scaleX(1); opacity: 0.9; }
	50% { transform: scaleX(0.76); opacity: 0.55; }
}

@keyframes setka-sheep-leg-front {
	0%, 100% { transform: rotate(24deg); }
	50% { transform: rotate(-25deg); }
}

@keyframes setka-sheep-leg-back {
	0%, 100% { transform: rotate(-25deg); }
	50% { transform: rotate(24deg); }
}

@keyframes setka-sheep-scarf {
	0%, 100% { transform: rotate(7deg); }
	50% { transform: rotate(-9deg); }
}

@media (max-width: 991px) {
	body.home header .container {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	body.home .setka-static-hero {
		grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr) !important;
		gap: 26px !important;
		min-height: 500px;
		padding: 36px 30px 126px !important;
		border-radius: 0 !important;
	}

	body.home .setka-static-hero h1 {
		font-size: clamp(36px, 5.5vw, 50px) !important;
	}

	body.home .setka-autumn-stats {
		width: calc(100% - 60px);
		padding: 10px 8px;
	}

	body.home .setka-autumn-stat {
		grid-template-columns: 38px 1fr;
		padding: 3px 8px;
	}
}

@media (max-width: 767px) {
	body.home {
		background: #f8f1e7;
		overflow-x: clip;
	}

	body.home header,
	body.home header .container {
		overflow-x: clip;
	}

	body.home header .row {
		margin-left: 0;
		margin-right: 0;
	}

	body.home header .phones--btn {
		display: none !important;
	}

	body.home .navbar {
		background: #26221e !important;
	}

	body.home #setka-autumn-topbar {
		min-height: 28px;
		padding: 5px 12px;
		font-size: 11px;
		line-height: 1.25;
	}

	body.home .setka-static-hero {
		display: block !important;
		min-height: 0;
		margin-top: -38px !important;
		padding: 30px 20px !important;
		border-radius: 0 !important;
		background-position: center !important;
	}

	body.home .setka-static-hero::before,
	body.home .setka-static-hero::after {
		width: 110px;
		height: 72px;
	}

	.setka-autumn-leaf-cluster--header,
	.setka-autumn-leaf-cluster--hero-left {
		display: none;
	}

	.setka-autumn-leaf-cluster--hero-right {
		right: -126px;
		top: -24px;
		width: 230px;
		opacity: 0.48;
	}

	body.home .setka-static-hero h1 {
		font-size: clamp(32px, 10vw, 43px) !important;
	}

	body.home .setka-static-hero__lead {
		font-size: 16px !important;
	}

	body.home .setka-static-hero__button {
		width: 100%;
	}

	body.home .setka-autumn-stats {
		position: relative;
		left: auto;
		bottom: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		min-height: 0;
		margin-top: 26px;
		padding: 8px;
		border-radius: 16px;
		transform: none;
	}

	body.home .setka-autumn-stat {
		grid-template-columns: 34px 1fr;
		padding: 8px 5px;
	}

	body.home .setka-autumn-stat + .setka-autumn-stat {
		border-left: 0;
	}

	body.home .setka-autumn-stat:nth-child(even) {
		border-left: 1px solid rgba(255, 223, 174, 0.16);
	}

	body.home .setka-autumn-stat:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 223, 174, 0.16);
	}

	body.home .setka-autumn-stat::before {
		width: 29px;
		height: 29px;
		margin-right: 5px;
		font-size: 10px;
	}

	body.home .setka-autumn-stat strong {
		font-size: 11px;
	}

	body.home .setka-autumn-stat span {
		font-size: 9px;
	}

	body.home .setka-categories,
	body.home #setka-home-delivery,
	body.home #setka-home-benefits,
	body.home .setka-clients,
	body.home .articles {
		border-radius: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#setka-seasonal-effects-canvas,
	#setka-cursor-sheep {
		display: none !important;
	}

	body.home *,
	body.home *::before,
	body.home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.setka-autumn-leaf-cluster {
		animation: none !important;
	}
}
