:root {
	--st-font-display: "Kharkiv Tone", "Fixel Display", Inter, Arial, sans-serif;
	--st-font-body: "Fixel Display", Inter, Arial, sans-serif;
}

@font-face {
	font-family: "Fixel Display";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/fixel-display/FixelDisplay-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Fixel Display";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/fixel-display/FixelDisplay-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Fixel Display";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/fixel-display/FixelDisplay-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Fixel Display";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/fixel-display/FixelDisplay-Bold.woff2") format("woff2");
}

:root {
	--st-graphite: #1c1c1c;
	--st-off-white: #fbfbfb;
	--st-warm-accent: #ffd676;
	--st-muted-green: #4f5a50;
	--st-line: rgba(28, 28, 28, 0.18);
	--st-light-line: rgba(251, 251, 251, 0.22);
}

.privacy-policy{
        font-family: "Kharkiv Tone", "Fixel Display", Inter, Arial, sans-serif;

}
.privacy-policy #content{
        padding: 100px 0;
}
.privacy-policy .entry-title{
    text-transform: uppercase;
}
/* Elementor-native test page for Figma node 2031:1316. */
.st-elementor-native {
	--stn-dark: #1c1c1c;
	--stn-light: #fbfbfb;
	--stn-accent: #ffd676;
	--stn-green: #4f5a50;
	--stn-text-muted-on-dark: rgba(251, 251, 251, 0.5);
	--stn-line-dark: rgba(251, 251, 251, 0.22);
	--stn-line-light: rgba(28, 28, 28, 0.18);
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	overflow-x: hidden !important;
	background: var(--stn-dark);
	color: var(--stn-light);
	font-family: "Kharkiv Tone", "Fixel Display", Inter, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

html.st-elementor-native-page,
html.st-elementor-native-page body {
	overflow-x: hidden;
}

.st-elementor-native,
.st-elementor-native *,
.st-elementor-native *::before,
.st-elementor-native *::after {
	box-sizing: border-box;
}

.st-elementor-native a {
	color: inherit;
	text-decoration: none;
}

.st-elementor-native .elementor-widget {
	margin: 0;
}

.st-elementor-native .elementor-widget-container {
	padding: 0;
}

.st-elementor-native .elementor-heading-title,
.st-elementor-native p {
	margin: 0;
	color: inherit !important;
	    font-family: "Kharkiv Tone", Sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.st-elementor-native .elementor-button {
    font-family: "Kharkiv Tone", Sans-serif;
	box-shadow: none !important;
}

.st-elementor-native .elementor-widget-text-editor,
.st-elementor-native .elementor-widget-text-editor .elementor-widget-container {
	color: inherit !important;
    font-family: "Kharkiv Tone", Sans-serif;
}

.st-elementor-native .stn-section {
	position: relative;
	width: min(100%, 1440px);
	margin: 0 auto;
	padding-right: 48px;
	padding-left: 48px;
}

.st-elementor-native .stn-header {
	display: grid !important;
	grid-template-columns: 180px 1fr 222px;
	flex-direction: initial !important;
	gap: 24px;
	align-items: center;
	min-height: 60px;
	border-top: 1px solid var(--stn-line-dark);
	border-bottom: 1px solid var(--stn-line-dark);
	background: var(--stn-dark);
}

.st-elementor-native .stn-brand {
	display: grid !important;
	grid-template-columns: 40px auto;
	gap: 10px;
	align-items: center;
}

.st-elementor-native .stn-logo img {
	display: block;
	width: 40px !important;
	height: 38px !important;
	max-width: none !important;
	object-fit: contain;
}

.st-elementor-native .stn-brand-text .elementor-heading-title {
	color: var(--stn-accent);
	font-size: 12px;
	line-height: 1.03;
}

.st-elementor-native .stn-nav {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: clamp(18px, 4vw, 60px);
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.st-elementor-native .stn-nav-link .elementor-button,
.st-elementor-native .stn-text-link .elementor-button,
.st-elementor-native .stn-accent-link .elementor-button {
	padding: 0;
	background: transparent !important;
	border: 0;
	border-radius: 0;
	color: inherit !important;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.st-elementor-native .stn-header-cta .elementor-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 222px;
	height: 60px;
	padding: 0;
	background: var(--stn-light) !important;
	border-radius: 0;
	color: var(--stn-dark) !important;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.st-elementor-native .stn-mobile-menu-button {
	display: none;
}

.st-elementor-native .stn-hero {
	--stn-hero-decor-edge: clamp(24px, 2.7778vw, 40px);
	--stn-hero-decor-width: clamp(184px, 21.6167vw, 311.28px);
	--stn-hero-decor-height: calc(var(--stn-hero-decor-width) * 0.9483);
	--stn-hero-decor-top: 100px;
	display: block !important;
	height: 652px;
	min-height: 652px;
	padding: 0;
	background: var(--stn-dark);
	border-bottom: 0;
	overflow: hidden;
}

.st-elementor-native .stn-hero::before,
.st-elementor-native .stn-hero::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: var(--stn-hero-decor-width);
	height: var(--stn-hero-decor-height);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border: 0;
	opacity: 1;
	pointer-events: none;
}

.st-elementor-native .stn-hero::before {
	top: var(--stn-hero-decor-top);
	left: var(--stn-hero-decor-edge);
	background-image: url("/wp-content/uploads/svit-teras-figma/current/about-hero-corner-left.svg");
}

.st-elementor-native .stn-hero::after {
	top: 316px;
	right: var(--stn-hero-decor-edge);
	left: auto;
	background-image: url("/wp-content/uploads/svit-teras-figma/current/about-hero-corner-right.svg");
	transform: rotate(180deg);
	transform-origin: center;
}

.st-elementor-native .stn-hero-center {
	position: absolute;
	z-index: 1;
	top: 240px;
	left: 50%;
	display: block !important;
	width: min(771px, calc(100% - 96px));
	transform: translateX(-50%);
	text-align: center;
}

.st-elementor-native .stn-hero-title .elementor-heading-title {
	font-size: 52px;
	line-height: 1;
}

.st-elementor-native .stn-hero-text {
	width: min(557px, 100%);
	margin: 38px auto 0;
	color: var(--stn-text-muted-on-dark) !important;
	font-family: "Fixel Display", Inter, Arial, sans-serif !important;
	font-size: 18px;
	line-height: 1.3;
	text-transform: none;
}

.st-elementor-native .stn-hero-text * {
	color: var(--stn-text-muted-on-dark) !important;
}

.st-elementor-native .stn-hero .stn-accent-link {
	display: none !important;
}

.st-elementor-native .stn-accent-link {
	margin-top: 32px;
}

.st-elementor-native .stn-accent-link .elementor-button,
.st-elementor-native .stn-text-link .elementor-button {
	color: var(--stn-accent) !important;
	border-bottom: 2px solid currentColor;
	font-size: 18px;
}

.st-elementor-native .stn-marquee {
	display: block !important;
	position: relative;
	width: 100vw;
	height: 48px;
	min-height: 48px;
	margin-left: calc(50% - 50vw);
	margin-bottom: 60px;
	padding: 0;
	background: var(--stn-accent);
	border: 1px solid var(--stn-dark);
	color: var(--stn-dark);
	overflow: hidden;
}

.st-elementor-native .stn-marquee-track {
	position: absolute !important;
	top: 50%;
	left: 0;
	flex: none !important;
	display: flex !important;
	gap: 60px;
	align-items: center;
	width: max-content !important;
	max-width: none !important;
	animation: stn-marquee 28s linear infinite;
	white-space: nowrap;
	will-change: transform;
}

.st-elementor-native .stn-marquee-track .elementor-widget-container {
	display: flex;
	gap: inherit;
	align-items: inherit;
	width: max-content;
	max-width: none;
	white-space: nowrap;
}

.st-elementor-native .stn-marquee-track span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	height: auto;
	padding-right: 0;
	font-size: 12px;
	line-height: 1.3;
	white-space: nowrap;
}

@keyframes stn-marquee {
	from {
		transform: translate3d(0, -50%, 0);
	}

	to {
		transform: translate3d(-50%, -50%, 0);
	}
}


.st-elementor-native .stn-features {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 0;
	padding-bottom: 0;
	background: var(--stn-dark);
	border-top: 1px solid var(--stn-line-dark);
	border-bottom: 1px solid var(--stn-line-dark);
}

.st-elementor-native .stn-feature {
	display: grid !important;
	gap: 12px;
	min-height: 118px;
	padding: 24px 28px;
	border-right: 1px solid var(--stn-line-dark);
}

.st-elementor-native .stn-feature:first-child {
	border-left: 1px solid var(--stn-line-dark);
}

.st-elementor-native .stn-feature-icon .elementor-heading-title {
	color: var(--stn-light);
	font-size: 22px;
	line-height: 1;
}

.st-elementor-native .stn-feature-title .elementor-heading-title {
	font-size: 12px;
	line-height: 1.16;
}

.st-elementor-native .stn-feature-text {
	max-width: 210px;
	color: rgba(251, 251, 251, 0.62);
	font-size: 10px;
	line-height: 1.25;
	text-transform: none;
}

.st-elementor-native .stn-footer {
	display: grid !important;
	grid-template-columns: 1.4fr 1fr 1fr 1fr 160px;
	gap: 44px;
	padding-top: 54px;
	padding-bottom: 52px;
	background: var(--stn-dark);
	color: var(--stn-light);
}

.st-elementor-native .stn-footer-small,
.st-elementor-native .stn-footer-links {
	margin-top: 18px;
	color: rgba(251, 251, 251, 0.58);
	font-size: 11px;
	line-height: 1.5;
	text-transform: none;
}

.st-elementor-native .stn-footer-title .elementor-heading-title {
	font-size: 13px;
	line-height: 1.2;
}

.st-elementor-native .stn-footer-socials {
	color: var(--stn-light);
	font-size: 24px;
	line-height: 1;
	letter-spacing: 6px;
	white-space: nowrap;
}

@media (min-width: 1101px) and (max-width: 1439px) {
	.st-elementor-native .stn-hero {
		--stn-hero-decor-edge: clamp(32px, 2.7778vw, 40px);
		--stn-hero-decor-width: clamp(218px, 20.9vw, 256px);
	}

	.st-elementor-native .stn-hero::after {
		top: clamp(360px, calc(620px - 18vw), 422px);
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.st-elementor-native .stn-section {
		padding-right: 32px;
		padding-left: 32px;
	}

	.st-elementor-native .stn-header {
		grid-template-columns: 150px minmax(0, 1fr) clamp(180px, 18vw, 222px);
		gap: clamp(10px, 1.45vw, 18px);
	}

	.st-elementor-native .stn-brand {
		grid-template-columns: 38px auto;
		gap: 8px;
	}

	.st-elementor-native .stn-logo img {
		width: 38px !important;
		height: 36px !important;
	}

	.st-elementor-native .stn-brand-text .elementor-heading-title,
	.st-elementor-native .stn-nav-link .elementor-button,
	.st-elementor-native .stn-header-cta .elementor-button {
		font-size: 11px;
	}

	.st-elementor-native .stn-nav {
		gap: clamp(10px, 1.55vw, 18px);
		justify-content: center;
	}

	.st-elementor-native .stn-header-cta .elementor-button {
		width: clamp(180px, 18vw, 222px);
	}

	.st-elementor-native .stn-hero {
		--stn-hero-decor-edge: clamp(24px, 3vw, 32px);
		--stn-hero-decor-width: clamp(148px, 17.6vw, 218px);
		--stn-hero-decor-top: clamp(88px, 9vw, 100px);
		height: 652px;
		min-height: 652px;
	}

	.st-elementor-native .stn-hero::before {
		top: var(--stn-hero-decor-top);
	}

	.st-elementor-native .stn-hero::after {
		top: 430px;
	}

	.st-elementor-native .stn-hero-center {
		top: clamp(244px, 24vw, 260px);
		width: min(760px, calc(100% - 64px));
	}

	.st-elementor-native .stn-hero-title .elementor-heading-title {
		font-size: clamp(40px, 4.8vw, 52px);
		line-height: 1.05;
	}

	.st-elementor-native .stn-hero-text {
		width: min(520px, 100%);
		margin-top: clamp(28px, 3.4vw, 38px);
		font-size: clamp(15px, 1.7vw, 18px);
	}

}

@media (min-width: 768px) and (max-width: 990px) {
	.st-elementor-native .stn-hero::after {
		top: 476px;
	}
}

@media (min-width: 768px) and (max-width: 860px) {
	.st-elementor-native .stn-header {
		grid-template-columns: 1fr 122px;
		gap: 0;
		padding: 0 0 0 24px;
	}

	.st-elementor-native .stn-nav {
		display: none !important;
		position: absolute;
		z-index: 10;
		top: 60px;
		right: 0;
		left: 0;
		flex-direction: column !important;
		align-items: stretch;
		padding: 18px 24px;
		background: var(--stn-dark);
		border-bottom: 1px solid var(--stn-line-dark);
	}

	.st-elementor-native.is-menu-open .stn-nav {
		display: flex !important;
	}

	.st-elementor-native .stn-header-cta {
		display: none !important;
	}

	.st-elementor-native .stn-mobile-menu-button {
		display: block;
	}

	.st-elementor-native .stn-mobile-menu-button .elementor-button {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 122px;
		height: 60px;
		padding: 0;
		background: var(--stn-light) !important;
		border-radius: 0;
		color: var(--stn-dark) !important;
		font-family: inherit;
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.st-elementor-native .stn-mobile-menu-button .elementor-button::before {
		content: "";
		flex: 0 0 32px;
		width: 32px;
		height: 24px;
		margin-right: 18px;
		margin-left: 18px;
		background-image: url("/wp-content/uploads/svit-teras-figma/current/mobile-menu-list.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 32px 24px;
	}
}

@media (max-width: 767px) {
	.st-elementor-native .stn-section {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	.st-elementor-native .stn-header {
		grid-template-columns: 1fr 122px;
		gap: 0;
		height: 60px;
		min-height: 60px;
		padding: 0 0 0 16px;
		border-top: 0;
	}

	.st-elementor-native .stn-brand {
		grid-template-columns: 40.7px auto;
		gap: 8px;
	}

	.st-elementor-native .stn-logo img {
		width: 40.7px !important;
		height: 38.6px !important;
	}

	.st-elementor-native .stn-nav {
		display: none !important;
		position: absolute;
		z-index: 10;
		top: 60px;
		right: 0;
		left: 0;
		flex-direction: column !important;
		align-items: stretch;
		padding: 18px 20px;
		background: var(--stn-dark);
		border-bottom: 1px solid var(--stn-line-dark);
	}

	.st-elementor-native.is-menu-open .stn-nav {
		display: flex !important;
	}

	.st-elementor-native .stn-header-cta {
		display: none !important;
	}

	.st-elementor-native .stn-mobile-menu-button {
		display: block;
	}

	.st-elementor-native .stn-mobile-menu-button .elementor-button {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 122px;
		height: 60px;
		padding: 0;
		background: var(--stn-light) !important;
		border-radius: 0;
		color: var(--stn-dark) !important;
		font-family: inherit;
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.st-elementor-native .stn-mobile-menu-button .elementor-button::before {
		content: "";
		flex: 0 0 32px;
		width: 32px;
		height: 24px;
		margin-right: 18px;
		margin-left: 18px;
		background-image: url("/wp-content/uploads/svit-teras-figma/current/mobile-menu-list.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 32px 24px;
	}

	.st-elementor-native .stn-hero {
		--stn-hero-decor-top: 88px;
		height: 684px;
		min-height: 684px;
		padding: 0;
	}

	.st-elementor-native .stn-hero::before,
	.st-elementor-native .stn-hero::after {
		background-size: 100% 100%;
	}

	.st-elementor-native .stn-hero::before {
		top: var(--stn-hero-decor-top);
		left: 16px;
		width: 134px;
		height: 127.12px;
		background-image: url("/wp-content/uploads/svit-teras-figma/current/about-hero-corner-left-mobile.svg");
	}

	.st-elementor-native .stn-hero::after {
		top: 572px;
		right: 16px;
		bottom: auto;
		left: auto;
		width: 84px;
		height: 79.69px;
		background-image: url("/wp-content/uploads/svit-teras-figma/current/about-hero-corner-right-mobile.svg");
	}

	.st-elementor-native .stn-hero-center {
		top: 210px;
		width: min(343px, calc(100% - 32px));
	}

	.st-elementor-native .stn-hero-title .elementor-heading-title {
		font-size: 32px;
		line-height: 1.1;
	}

	.st-elementor-native .stn-hero-text {
		width: min(343px, 100%);
		margin-top: 48px;
		color: rgba(251, 251, 251, 0.5);
		font-size: 0;
		line-height: 0;
	}

	.st-elementor-native .stn-hero-text::before {
		content: "Залиште контактні дані, і ми підберемо рішення, зорієнтуємо по матеріалах, термінах та вартості реалізації.";
		display: block;
		font-family: "Fixel Display", Inter, Arial, sans-serif;
		font-size: 16px;
		line-height: 1.3;
		text-align: center;
		text-transform: none;
	}

	.st-elementor-native .stn-marquee {
		height: 36px;
		min-height: 36px;
		margin-bottom: 84px;
		border: 0;
	}

	.st-elementor-native .stn-marquee-track {
		gap: 60px;
		animation-duration: 22s;
	}

	.st-elementor-native .stn-marquee-track span {
		font-size: 12px;
	}

	.st-elementor-native .stn-footer {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-top: 46px;
		padding-bottom: 52px;
	}

	.st-elementor-native .stn-section-title .elementor-heading-title {
		font-size: 34px;
	}

	.st-elementor-native .stn-section-lead {
		font-size: 13px;
	}

	.st-elementor-native .stn-features {
		grid-template-columns: 1fr;
	}

	.st-elementor-native .stn-feature,
	.st-elementor-native .stn-feature:first-child {
		min-height: 96px;
		padding: 18px 20px;
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid var(--stn-line-dark);
	}

	.st-elementor-native .stn-mini-stats {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	.st-elementor-native .stn-footer {
		gap: 24px;
	}
}

body {
	background: var(--st-off-white);
	color: var(--st-graphite);
}

body.home .site-header,
body.home .page-header,
body.home .site-footer {
	display: none;
}

html:has(body.home) {
	margin-top: 0 !important;
}

body.home #wpadminbar {
	display: none !important;
}

a {
	color: inherit;
}

.st-page-shell {
	background: var(--st-off-white);
	color: var(--st-graphite);
	font-family: Inter, Arial, sans-serif;
	letter-spacing: 0;
}

.st-page-shell *,
.st-page-shell *::before,
.st-page-shell *::after {
	box-sizing: border-box;
}

.st-figma-home {
	--st-figma-dark: #1c1c1c;
	--st-figma-line: #555;
	--st-figma-light: #fbfbfb;
	--st-figma-acid: #ffd676;
	--st-figma-green: #4f5a50;
	--st-figma-green-alt: #656f66;
	--st-figma-form: #fff6cf;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: var(--st-figma-dark);
	color: var(--st-figma-light);
	font-family: "Kharkiv Tone", "Fixel Display", Inter, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.st-figma-home a {
	text-decoration: none;
}

.st-figma-canvas {
	position: relative;
	width: min(100%, 1440px);
	margin: 0 auto;
}

.st-figma-top {
	height: 1572px;
	background: var(--st-figma-dark);
	overflow: hidden;
}

.st-figma-header {
	position: absolute;
	z-index: 4;
	inset: 0 0 auto;
	height: 60px;
	border-top: 1px solid var(--st-figma-line);
	border-bottom: 1px solid var(--st-figma-line);
}

.st-figma-brand {
	display: grid;
	grid-template-columns: 40.705px auto;
	gap: 10px;
	align-items: center;
	width: max-content;
	color: var(--st-figma-acid);
	font-size: 12px;
	line-height: 1.03;
	white-space: nowrap;
}

.st-figma-brand img {
	display: block;
	width: 40.705px;
	height: 38.614px !important;
	max-width: none !important;
	object-fit: contain;
}

.st-figma-header .st-figma-brand {
	position: absolute;
	left: 44px;
	top: 12px;
}

.st-figma-nav {
	position: absolute;
	left: 424px;
	top: 21px;
	display: flex;
	gap: 64px;
	align-items: center;
	color: var(--st-figma-light);
	font-size: 12px;
	line-height: 1.3;
	white-space: nowrap;
}

.st-figma-nav a {
	color: inherit;
}

.st-figma-header-cta {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 222px;
	height: 60px;
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-mobile-menu-toggle {
	display: none !important;
}

.st-figma-hero {
	position: absolute;
	inset: 60px 0 auto;
	height: 760px;
}

.st-figma-hero::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 720px;
	width: 1400px;
	height: 1px;
	background: var(--st-figma-line);
}

.st-figma-intro {
	position: absolute;
	left: 44px;
	top: 60px;
	margin: 0;
	color: var(--st-figma-light);
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-hero h1 {
	position: absolute;
	left: 44px;
	top: 194px;
	width: 634px;
	margin: 0;
	color: var(--st-figma-light);
	font-size: 52px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.st-figma-hero h1 span {
	display: block;
}

.st-figma-hero-photo {
	position: absolute;
	left: 740px;
	top: 20px;
	width: 678px;
	height: 680px;
	overflow: hidden;
}

.st-figma-hero-photo > img {
	position: absolute;
	top: 0;
	left: -29.21%;
	width: 179.71% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
}

.st-figma-hero-photo::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(28, 28, 28, 0.05);
	pointer-events: none;
}

.st-figma-hero-title-cta {
	position: absolute;
	left: 44px;
	top: 458px;
	z-index: 2;
	width: max-content;
	color: var(--st-figma-acid);
	border-bottom: 2px solid var(--st-figma-acid);
	font-size: 18px;
	line-height: 1.15;
}

.st-figma-ai-widget {
	position: fixed;
	right: max(24px, calc((100vw - 1440px) / 2 + 20px));
	bottom: 44px;
	z-index: 1000;
	width: 389px;
	height: 180px;
	background: var(--st-figma-acid);
	color: var(--st-figma-dark);
	border: 1px solid var(--st-figma-dark);
	text-transform: uppercase;
}

.st-figma-ai-widget__head {
	display: grid;
	grid-template-columns: 1fr 42px;
	align-items: center;
	height: 42px;
	background: var(--st-figma-light);
	border-bottom: 1px solid var(--st-figma-dark);
}

.st-figma-ai-widget__head strong {
	padding-left: 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.st-figma-ai-widget__head button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--st-figma-dark);
	font: inherit;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.st-figma-ai-widget p {
	max-width: 357px;
	margin: 13px 16px 0;
	color: var(--st-figma-dark);
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-ai-widget__form {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	display: grid;
	grid-template-columns: 1fr 42px;
	height: 54px;
	background: var(--st-figma-form);
}

.st-figma-ai-widget__form input {
	min-width: 0;
	padding: 0 18px;
	background: transparent;
	border: 0;
	color: var(--st-figma-dark);
	font: inherit;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

.st-figma-ai-widget__form input::placeholder {
	color: var(--st-figma-dark);
	opacity: 0.5;
}

.st-figma-ai-widget__form button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 6px;
	padding: 0;
	background: var(--st-figma-dark);
	border: 0;
	color: var(--st-figma-light);
	font: inherit;
	font-size: 38px;
	line-height: 1;
	cursor: pointer;
}

.st-figma-hero::after {
	content: "";
	position: absolute;
	left: 720px;
	top: 20px;
	width: 1px;
	height: 680px;
	background: var(--st-figma-line);
}

.st-figma-hero-line {
	position: absolute;
	left: 20px;
	top: 524px;
	width: 680px;
	height: 1px;
	background: var(--st-figma-line);
}

.st-figma-hero-line::after {
	content: "";
	position: absolute;
	left: 382px;
	top: 150px;
	width: 582px;
	height: 1px;
	background: var(--st-figma-line);
	transform: rotate(-25.4deg);
	transform-origin: left center;
}

.st-figma-hero-thumb {
	position: absolute;
	left: 44px;
	top: 544px;
	width: 234px;
	height: 156px !important;
	max-width: none !important;
	object-fit: cover;
}

.st-figma-stat {
	position: absolute;
	margin: 0;
	color: var(--st-figma-light);
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-stat--objects {
	left: 302px;
	top: 568px;
}

.st-figma-stat--years {
	left: 567px;
	top: 644px;
}

.st-figma-marquee {
	position: absolute;
	left: 50%;
	top: 780px;
	display: block;
	width: 100vw;
	height: 40px;
	overflow: hidden;
	background: var(--st-figma-acid);
	color: var(--st-figma-dark);
	border-top: 1px solid var(--st-figma-dark);
	border-bottom: 1px solid var(--st-figma-dark);
	font-size: 12px;
	line-height: 1.3;
	white-space: nowrap;
	transform: translateX(-50%);
}

.st-figma-marquee__track {
	display: inline-flex;
	align-items: center;
	width: max-content;
	height: 100%;
	will-change: transform;
	animation: st-figma-marquee 28s linear infinite;
}

.st-figma-marquee span {
	flex: 0 0 auto;
	padding-right: 48px;
}

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

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

@media (prefers-reduced-motion: reduce) {
	.st-figma-marquee__track {
		animation: none;
	}
}

.st-figma-services {
	position: absolute;
	inset: 820px 0 auto;
	height: 752px;
	background: var(--st-figma-dark);
}

.st-figma-services h2 {
	position: absolute;
	left: 44px;
	top: 112px;
	margin: 0;
	color: var(--st-figma-light);
	font-size: 52px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.st-figma-service-list {
	position: absolute;
	left: 20px;
	top: 214px;
	width: 1400px;
	border-top: 1px solid var(--st-figma-line);
}

.st-figma-service-row {
	display: grid;
	grid-template-columns: 92px 1fr;
	align-items: center;
	min-height: 88px;
	border-bottom: 1px solid var(--st-figma-line);
	color: var(--st-figma-light);
	overflow: hidden;
	transition: min-height 180ms ease, background-color 180ms ease, grid-template-columns 180ms ease;
}

.st-figma-service-row span {
	justify-self: start;
	margin-left: 24px;
	padding: 6px 10px;
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-service-row img {
	display: none;
	width: 234px;
	height: 156px !important;
	max-width: none !important;
	object-fit: cover;
}

.st-figma-service-copy {
	display: grid;
	align-content: center;
	justify-self: stretch;
	min-width: 0;
}

.st-figma-service-row strong {
	justify-self: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) {
	grid-template-columns: 92px 174px 234px 220px 1fr;
	min-height: 156px;
	background: var(--st-figma-green);
}

.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) img {
	display: block;
	grid-column: 3;
}

.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) .st-figma-service-copy {
	grid-column: 5;
	justify-self: start;
}

.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) strong {
	justify-self: start;
	color: var(--st-figma-light);
}

.st-figma-service-row small,
.st-figma-service-row em {
	display: none;
}

.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) small {
	display: block;
	max-width: 420px;
	margin-top: 24px;
	color: rgba(251, 251, 251, 0.78);
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) em {
	display: block;
	width: max-content;
	margin-top: 28px;
	color: var(--st-figma-acid);
	border-bottom: 1px solid var(--st-figma-acid);
	font-size: 18px;
	font-style: normal;
	line-height: 1;
}

.st-figma-proof {
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
}

.st-figma-proof__grid {
	height: 1014px;
	overflow: hidden;
}

.st-figma-proof__copy {
	position: absolute;
	left: 44px;
	top: 84px;
	width: 517px;
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}

.st-figma-proof__drawing {
	position: absolute;
	left: 740px;
	top: 80px;
	width: 680px;
	height: 344px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.st-figma-proof__drawing::before,
.st-figma-proof__drawing::after {
	content: "";
	position: absolute;
	background: #a8a8a8;
}

.st-figma-proof__drawing::before {
	left: 0;
	top: 44px;
	width: 1px;
	height: 300px;
}

.st-figma-proof__drawing::after {
	left: 38px;
	top: 304px;
	width: 760px;
	height: 1px;
	transform: rotate(-27.4deg);
	transform-origin: left center;
}

.st-figma-proof__drawing span {
	position: absolute;
	right: 34px;
	bottom: 34px;
	width: 110px;
	height: 72px;
	border-right: 2px solid var(--st-figma-dark);
	border-bottom: 2px solid var(--st-figma-dark);
	opacity: 0.72;
}

.st-figma-proof__drawing span::before {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 62px;
	height: 44px;
	border-right: 1px solid var(--st-figma-dark);
	border-bottom: 1px solid var(--st-figma-dark);
	background: rgba(28, 28, 28, 0.08);
}

.st-figma-proof__drawing span::after {
	content: "";
	position: absolute;
	left: -24px;
	bottom: -12px;
	width: 142px;
	height: 1px;
	border-top: 1px dashed var(--st-figma-dark);
	opacity: 0.72;
}

.st-figma-proof__house {
	position: absolute;
	left: 20px;
	top: 476px;
	width: 680px;
	height: 420px !important;
	max-width: none !important;
	object-fit: cover;
}

.st-figma-proof__stats {
	position: absolute;
	left: 720px;
	top: 476px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 680px;
	height: 420px;
	padding: 40px 52px 34px;
	background: var(--st-figma-green);
	color: var(--st-figma-light);
}

.st-figma-proof__stats i {
	display: block;
	width: 70px;
	height: 70px;
	margin-bottom: 42px;
	background: repeating-linear-gradient(
		0deg,
		var(--st-figma-light) 0 2px,
		transparent 2px 6px
	);
	border-radius: 50%;
	clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%, 20% 50%);
	opacity: 0.95;
}

.st-figma-proof__stats strong {
	color: var(--st-figma-light);
	font-size: 82px;
	font-weight: 400;
	line-height: 0.92;
}

.st-figma-proof__stats span {
	width: 600px;
	margin-top: 10px;
	color: var(--st-figma-light);
	font-size: 30px;
	line-height: 0.95;
}

.st-figma-proof__stats span em {
	color: var(--st-figma-acid);
	font-style: normal;
}

.st-figma-proof__stats p {
	max-width: 486px;
	margin: 24px 0 0;
	color: rgba(251, 251, 251, 0.92);
	font-size: 14px;
	line-height: 1.35;
	text-transform: none;
}

.st-figma-proof__numbers {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid #cfcfcf;
}

.st-figma-proof__numbers p {
	min-height: 118px;
	margin: 0;
	padding: 22px 28px;
	border-right: 1px solid #cfcfcf;
}

.st-figma-proof__numbers p:last-child {
	border-right: 0;
}

.st-figma-proof__numbers strong,
.st-figma-proof__numbers span {
	display: block;
}

.st-figma-proof__numbers strong {
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}

.st-figma-proof__numbers span {
	max-width: 140px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-material {
	background: var(--st-figma-dark);
	color: var(--st-figma-light);
}

.st-figma-material__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 760px;
	border-top: 1px solid var(--st-figma-line);
}

.st-figma-material__grid > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 70px 44px 58px;
}

.st-figma-material h2,
.st-figma-projects h2,
.st-figma-lead h2 {
	margin: 0;
	font-size: 52px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.st-figma-material p {
	max-width: 390px;
	margin: 34px 0 0;
	color: rgba(251, 251, 251, 0.72);
	font-size: 18px;
	line-height: 1.35;
	text-transform: none;
}

.st-figma-material__selector {
	margin-top: auto;
	padding-top: 34px;
	border-top: 1px solid var(--st-figma-line);
}

.st-figma-material__selector strong {
	display: block;
	margin: 0 0 16px;
	color: var(--st-figma-light);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
}

.st-figma-material__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 42px;
}

.st-figma-material__chips button {
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid var(--st-figma-line);
	border-radius: 999px;
	background: rgba(251, 251, 251, 0.14);
	color: rgba(251, 251, 251, 0.82);
	font: inherit;
	font-size: 16px;
	line-height: 1;
	text-transform: none;
	cursor: pointer;
}

.st-figma-material__chips button.is-active {
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
	border-color: var(--st-figma-light);
}

.st-figma-material__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}

.st-figma-material__swatches button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
}

.st-figma-material__swatches button.is-active {
	border-color: var(--st-figma-light);
}

.st-figma-material__swatches span {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--swatch);
}

.st-figma-material a {
	width: max-content;
	margin-top: 18px;
	padding: 16px 28px;
	background: var(--st-figma-acid);
	color: var(--st-figma-dark);
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-material__product {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 28px 44px 58px 40px;
	border-left: 1px solid var(--st-figma-line);
}

.st-figma-material__product img {
	align-self: flex-end;
	width: 697px;
	height: auto !important;
	max-width: none !important;
	max-height: 430px;
	object-fit: contain;
}

.st-figma-material__slider {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	color: rgba(251, 251, 251, 0.48);
	font-size: 18px;
	line-height: 1;
}

.st-figma-material__slider button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: rgba(251, 251, 251, 0.14);
	border: 0;
	color: var(--st-figma-light);
	font: inherit;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
}

.st-figma-material__slider button:last-child {
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
}

.st-figma-material__product h3 {
	margin: 48px 0 0;
	color: var(--st-figma-light);
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
}

.st-figma-material__product small {
	display: block;
	margin-top: 12px;
	color: rgba(251, 251, 251, 0.42);
	font-size: 14px;
	line-height: 1;
}

.st-figma-material__product .st-figma-material__price {
	margin: 26px 0 0;
	color: var(--st-figma-acid);
	font-size: 26px;
	line-height: 1;
	text-transform: uppercase;
}

.st-figma-material__actions {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-top: 70px;
}

.st-figma-material__actions a {
	margin-top: 0;
}

.st-figma-material__actions a + a {
	background: transparent;
	color: var(--st-figma-acid);
	border: 0;
	border-bottom: 2px solid var(--st-figma-acid);
	padding-right: 0;
	padding-left: 0;
}

.st-figma-projects {
	position: relative;
	padding: 82px 0 92px;
	background: var(--st-figma-acid);
	color: var(--st-figma-dark);
}

.st-figma-projects h2 {
	margin-bottom: 34px;
	text-align: center;
}

.st-figma-project-filter {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 62px;
}

.st-figma-project-filter button {
	min-height: 42px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: rgba(28, 28, 28, 0.08);
	color: var(--st-figma-dark);
	font: inherit;
	font-size: 16px;
	line-height: 1;
	text-transform: none;
	cursor: pointer;
}

.st-figma-project-filter button.is-active {
	background: var(--st-figma-dark);
	color: var(--st-figma-light);
}

.st-figma-project-rows {
	display: grid;
	gap: 64px;
	padding: 0 64px;
}

.st-figma-project-rows article {
	display: grid;
	grid-template-columns: minmax(420px, 1fr) minmax(380px, 0.94fr);
	gap: 56px;
	padding-top: 40px;
	border-top: 1px solid rgba(28, 28, 28, 0.24);
}

.st-figma-project-visual {
	position: relative;
	display: block;
	min-height: 342px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--st-figma-dark);
	overflow: hidden;
}

.st-figma-project-visual img {
	display: block;
	width: 100%;
	height: 342px !important;
	max-width: none !important;
	object-fit: cover;
	border: 0;
	filter: saturate(0.95);
}

.st-figma-project-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent 56%, rgba(28, 28, 28, 0.38));
	pointer-events: none;
}

.st-figma-project-play {
	position: absolute;
	left: 52%;
	top: 52%;
	z-index: 2;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 36px solid rgba(255, 255, 255, 0.9);
	transform: translate(-50%, -50%);
}

.st-figma-project-view {
	position: absolute;
	left: 38px;
	right: 38px;
	bottom: 34px;
	z-index: 2;
	display: grid;
	place-items: center;
	height: 62px;
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
	font-size: 18px;
	line-height: 1;
}

.st-figma-project-rows h3 {
	margin: 0;
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
}

.st-figma-project-copy strong {
	display: block;
	width: max-content;
	margin-top: 34px;
	padding: 3px 12px;
	background: var(--st-figma-dark);
	color: var(--st-figma-acid);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.st-figma-project-rows p {
	max-width: 520px;
	margin: 12px 0 0;
	font-size: 20px;
	line-height: 1.24;
	text-transform: none;
}

.st-figma-project-copy a {
	display: inline-flex;
	width: max-content;
	margin-top: 34px;
	padding: 0 0 4px;
	background: transparent;
	border-bottom: 2px solid var(--st-figma-dark);
	color: var(--st-figma-dark);
	font-size: 20px;
	line-height: 1;
}

.st-figma-project-scrollbar {
	position: absolute;
	right: 28px;
	top: 244px;
	bottom: 96px;
	width: 8px;
	background: rgba(28, 28, 28, 0.08);
}

.st-figma-project-scrollbar span {
	display: block;
	width: 100%;
	height: 138px;
	background: var(--st-figma-dark);
}

.st-figma-lead {
	padding: 70px 0 82px;
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
	text-align: center;
}

.st-figma-lead .st-lead-form {
	margin-right: auto;
	margin-left: auto;
	background: var(--st-figma-dark);
	border-color: var(--st-figma-dark);
}

.st-figma-lead--dark {
	background: var(--st-figma-dark);
	color: var(--st-figma-light);
}

.st-figma-lead--dark .st-lead-form input,
.st-figma-lead--dark .st-lead-form select {
	background: var(--st-figma-acid);
	color: var(--st-figma-dark);
}

.st-figma-lead--dark .st-lead-form select {
	color: rgba(28, 28, 28, 0.74);
}

.st-figma-lead--dark .st-form-status {
	background: var(--st-figma-acid);
	color: var(--st-figma-dark);
}

.st-figma-process {
	padding: 0 0 72px;
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
}

.st-figma-process__frame {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 168px;
	margin: 0 44px;
	border: 1px solid #cfcfcf;
	overflow: hidden;
}

.st-figma-process__frame::before,
.st-figma-process__frame::after {
	content: "";
	position: absolute;
	top: 0;
	width: 52%;
	height: 1px;
	background: #cfcfcf;
	transform-origin: top left;
}

.st-figma-process__frame::before {
	left: 0;
	transform: rotate(14deg);
}

.st-figma-process__frame::after {
	right: 0;
	transform: rotate(166deg);
	transform-origin: top right;
}

.st-figma-process h2 {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 0;
	color: var(--st-figma-dark);
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.st-figma-process__steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	margin: 34px 44px 0;
	border-bottom: 1px solid #cfcfcf;
	background: #cfcfcf;
}

.st-figma-process__steps article {
	min-height: 150px;
	padding: 0 18px 22px;
	background: var(--st-figma-light);
}

.st-figma-process__steps span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	margin: -11px auto 20px;
	border-radius: 50%;
	background: var(--st-figma-dark);
	color: var(--st-figma-light);
	font-size: 9px;
	line-height: 1;
}

.st-figma-process__steps strong {
	display: block;
	min-height: 34px;
	color: var(--st-figma-dark);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.15;
	text-transform: uppercase;
}

.st-figma-process__steps p {
	margin: 12px 0 0;
	color: rgba(28, 28, 28, 0.62);
	font-size: 10px;
	line-height: 1.35;
	text-transform: uppercase;
}

.st-figma-guarantee {
	background: var(--st-figma-green);
	color: var(--st-figma-light);
	border-top: 1px solid var(--st-figma-line);
}

.st-figma-guarantee__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(360px, 0.95fr) 292px 292px;
	gap: 34px;
	min-height: 548px;
	padding: 68px 44px 78px;
}

.st-figma-guarantee h2,
.st-figma-quality h2,
.st-figma-testimonials h2 {
	margin: 0;
	font-size: 52px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.st-figma-guarantee h2 {
	color: var(--st-figma-acid);
}

.st-figma-guarantee p {
	max-width: 430px;
	margin: 28px 0 0;
	color: rgba(251, 251, 251, 0.74);
	font-size: 14px;
	line-height: 1.45;
}

.st-figma-guarantee__numbers {
	display: flex;
	gap: 34px;
	margin-top: 138px;
	padding-top: 28px;
	border-top: 1px solid rgba(251, 251, 251, 0.22);
	color: var(--st-figma-acid);
	font-size: 22px;
	line-height: 1;
}

.st-figma-certificate {
	display: grid;
	align-items: stretch;
	min-height: 382px;
	padding: 0;
	background: transparent;
	color: var(--st-figma-dark);
	overflow: hidden;
}

.st-figma-certificate--accent {
	background: transparent;
}

.st-figma-certificate img {
	display: block;
	width: 100%;
	height: 382px !important;
	max-width: none !important;
	object-fit: contain;
	object-position: top center;
	background: #f4f4f4;
}

.st-figma-guarantee__controls {
	position: absolute;
	right: 44px;
	bottom: 34px;
	display: inline-grid;
	grid-auto-flow: column;
	align-items: center;
	gap: 10px;
	color: rgba(251, 251, 251, 0.7);
	font-size: 11px;
	line-height: 1;
}

.st-figma-guarantee__controls span:first-child,
.st-figma-guarantee__controls span:last-child {
	display: grid;
	place-items: center;
	width: 28px;
	height: 22px;
	background: rgba(251, 251, 251, 0.18);
	color: var(--st-figma-light);
}

.st-figma-quality {
	padding: 74px 0 90px;
	background: var(--st-figma-dark);
	color: var(--st-figma-light);
}

.st-figma-quality h2,
.st-figma-testimonials h2 {
	text-align: center;
}

.st-figma-quality__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	margin-top: 48px;
	padding: 0 44px;
}

.st-figma-quality__cards article {
	border-top: 1px solid var(--st-figma-line);
	border-bottom: 1px solid var(--st-figma-line);
	padding: 18px 0 24px;
}

.st-figma-quality__cards img {
	width: 100%;
	height: 260px !important;
	max-width: none !important;
	object-fit: cover;
	filter: saturate(0.85);
}

.st-figma-quality__cards h3 {
	margin: 18px 0 0;
	color: var(--st-figma-acid);
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.st-figma-quality__cards p {
	max-width: 560px;
	margin: 12px 0 0;
	color: rgba(251, 251, 251, 0.72);
	font-size: 13px;
	line-height: 1.35;
}

.st-figma-warranty {
	width: min(720px, calc(100% - 88px));
	margin: 58px auto 0;
	padding: 34px;
	background: var(--st-figma-acid);
	color: var(--st-figma-dark);
	text-align: center;
}

.st-figma-warranty p {
	margin: 0;
	font-size: 28px;
	line-height: 1;
}

.st-figma-warranty a {
	display: inline-flex;
	margin-top: 22px;
	padding: 14px 24px;
	background: var(--st-figma-dark);
	color: var(--st-figma-acid);
	font-size: 12px;
	line-height: 1;
}

.st-figma-testimonials {
	padding: 70px 0 88px;
	background: var(--st-figma-light);
	color: var(--st-figma-dark);
}

.st-figma-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 44px;
	padding: 0 20px;
	background: #cfcfcf;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.st-figma-testimonial-grid article {
	display: grid;
	grid-template-rows: 1fr auto;
	min-height: 220px;
	padding: 28px;
	background: var(--st-figma-light);
}

.st-figma-testimonial-grid p {
	margin: 0;
	color: rgba(28, 28, 28, 0.78);
	font-size: 14px;
	line-height: 1.45;
}

.st-figma-testimonial-grid article > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	column-gap: 10px;
	align-items: center;
	margin-top: 34px;
}

.st-figma-testimonial-grid img {
	grid-row: span 2;
	display: block;
	width: 34px;
	height: 34px !important;
	max-width: none !important;
	border-radius: 50%;
	object-fit: cover;
}

.st-figma-testimonial-grid strong {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.st-figma-testimonial-grid span {
	margin-top: 5px;
	color: rgba(28, 28, 28, 0.46);
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.st-figma-footer {
	padding: 72px 0 0;
	background: var(--st-figma-dark);
	color: var(--st-figma-light);
	border-top: 1px solid var(--st-figma-line);
}

.st-figma-footer .st-figma-canvas {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(520px, 1.1fr) 170px;
	gap: 52px;
	padding: 0 44px;
}

.st-figma-footer__brand p {
	max-width: 240px;
	margin: 28px 0 0;
	color: rgba(251, 251, 251, 0.58);
	font-size: 11px;
	line-height: 1.45;
}

.st-figma-footer__nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 42px;
	font-size: 12px;
	line-height: 1.3;
}

.st-figma-footer__nav div {
	display: grid;
	align-content: start;
	gap: 12px;
}

.st-figma-footer__nav strong {
	margin-bottom: 4px;
	color: var(--st-figma-light);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.st-figma-footer__nav a {
	color: rgba(251, 251, 251, 0.56);
}

.st-figma-footer__social {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.st-figma-footer__social a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--st-figma-line);
	border-radius: 50%;
	color: var(--st-figma-light);
	font-size: 11px;
	line-height: 1;
}

.st-figma-footer__bottom {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 34px;
	margin-top: 78px;
	padding: 18px 0;
	border-top: 1px solid var(--st-figma-line);
	color: rgba(251, 251, 251, 0.44);
	font-size: 11px;
	line-height: 1.3;
}

.st-site-header,
.st-hero,
.st-band,
.st-lead {
	padding-left: clamp(18px, 4vw, 64px);
	padding-right: clamp(18px, 4vw, 64px);
}

.st-site-header {
	position: sticky;
	top: 32px;
	z-index: 20;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 28px;
	align-items: center;
	min-height: 72px;
	background: var(--st-graphite);
	color: var(--st-off-white);
	border-bottom: 1px solid var(--st-light-line);
}

.st-brand {
	display: inline-grid;
	grid-template-columns: 32px auto;
	gap: 8px;
	align-items: center;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	color: var(--st-warm-accent);
}

.st-brand img {
	display: block;
	width: 33px;
	height: 32px;
	object-fit: contain;
	overflow: hidden;
}

.st-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	font-size: 12px;
	text-transform: uppercase;
}

.st-nav a {
	text-decoration: none;
	color: rgba(251, 251, 251, 0.78);
}

.st-nav a:hover {
	color: var(--st-warm-accent);
}

.st-button,
.st-link-button,
.st-lead-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid var(--st-warm-accent);
	background: var(--st-warm-accent);
	color: var(--st-graphite);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.st-button--small {
	min-height: 36px;
	padding-inline: 14px;
	font-size: 11px;
}

.st-button--ghost {
	background: transparent;
	color: var(--st-warm-accent);
}

.st-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
	min-height: calc(100vh - 32px);
	background: var(--st-graphite);
	color: var(--st-off-white);
	border-bottom: 14px solid var(--st-warm-accent);
}

.st-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 760px;
	padding-block: 92px;
}

.st-kicker {
	margin: 0 0 18px;
	color: var(--st-warm-accent);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.st-hero h1,
.st-band h2,
.st-lead h2 {
	margin: 0;
	font-size: clamp(38px, 6vw, 92px);
	line-height: 0.91;
	text-transform: uppercase;
	letter-spacing: 0;
}

.st-hero p:not(.st-kicker),
.st-band p,
.st-lead p {
	max-width: 560px;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(251, 251, 251, 0.72);
}

.st-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.st-hero__visual {
	position: relative;
	display: flex;
	align-items: stretch;
	min-height: 520px;
	padding: 92px 0 72px;
}

.st-hero__visual-main {
	width: 100%;
	background:
		linear-gradient(135deg, rgba(22, 22, 22, 0.08), rgba(22, 22, 22, 0.64)),
		url("/wp-content/uploads/2026/06/home-hero-1024x572.png") center / cover;
	border: 1px solid var(--st-light-line);
}

.st-hero__note {
	position: absolute;
	right: 0;
	bottom: 72px;
	width: min(320px, 80%);
	padding: 18px;
	background: var(--st-warm-accent);
	color: var(--st-graphite);
	border: 1px solid var(--st-graphite);
}

.st-hero__note span {
	display: block;
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
}

.st-hero__note small {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	text-transform: uppercase;
}

.st-band {
	padding-top: 72px;
	padding-bottom: 72px;
	border-bottom: 1px solid var(--st-line);
}

.st-band--dark {
	background: var(--st-graphite);
	color: var(--st-off-white);
}

.st-band--acid {
	background: var(--st-warm-accent);
	color: var(--st-graphite);
}

.st-band--acid .st-kicker {
	color: var(--st-graphite);
}

.st-band--split {
	display: grid;
	grid-template-columns: minmax(260px, 0.65fr) minmax(320px, 1fr);
	gap: 32px;
}

.st-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid currentColor;
	padding-bottom: 18px;
}

.st-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--st-light-line);
	border-left: 1px solid var(--st-light-line);
}

.st-category-tile {
	min-height: 132px;
	padding: 18px;
	border-right: 1px solid var(--st-light-line);
	border-bottom: 1px solid var(--st-light-line);
	text-decoration: none;
	text-transform: uppercase;
}

.st-category-tile span {
	display: block;
	font-size: 20px;
	font-weight: 800;
}

.st-category-tile small {
	display: block;
	margin-top: 28px;
	color: rgba(251, 251, 251, 0.58);
}

.st-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--st-line);
	border: 1px solid var(--st-line);
}

.st-product-card {
	display: grid;
	grid-template-rows: 230px 1fr;
	background: var(--st-off-white);
	min-width: 0;
}

.st-product-card__media {
	display: block;
	background: #e6e0d6;
	border-bottom: 1px solid var(--st-line);
	overflow: hidden;
}

.st-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(0.15);
}

.st-product-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
}

.st-badge {
	align-self: flex-start;
	padding: 4px 8px;
	background: var(--st-graphite);
	color: var(--st-warm-accent);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.st-product-card h3,
.st-service-row h3,
.st-project-card h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}

.st-product-card h3 a,
.st-service-row h3 a {
	text-decoration: none;
}

.st-product-card p,
.st-service-row p,
.st-project-card p {
	margin: 0;
	color: rgba(22, 22, 22, 0.68);
}

.st-product-card__meta {
	display: flex;
	gap: 6px;
	align-items: baseline;
	margin-top: auto;
	font-size: 18px;
}

.st-link-button {
	width: 100%;
	margin-top: 6px;
}

.st-service-list {
	border-top: 1px solid var(--st-line);
}

.st-service-row {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 22px;
	padding: 22px 0;
	border-bottom: 1px solid var(--st-line);
}

.st-service-row > span {
	color: var(--st-muted-green);
	font-weight: 800;
}

.st-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.st-project-card {
	display: grid;
	grid-template-rows: 180px 1fr;
	gap: 18px;
	padding: 18px;
	background: rgba(22, 22, 22, 0.08);
	border: 1px solid rgba(22, 22, 22, 0.34);
}

.st-project-card__image {
	background:
		linear-gradient(135deg, rgba(22, 22, 22, 0.12), rgba(22, 22, 22, 0.28)),
		url("/wp-content/uploads/2026/06/project-terrace-1024x572.png") center bottom / cover;
	border: 1px solid rgba(22, 22, 22, 0.32);
}

.st-project-card small {
	display: block;
	margin-bottom: 10px;
	font-weight: 800;
}

.st-lead {
	padding-top: 72px;
	padding-bottom: 92px;
	background: var(--st-graphite);
	color: var(--st-off-white);
}

.st-lead-form {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr auto;
	gap: 1px;
	max-width: 1120px;
	margin-top: 28px;
	background: var(--st-light-line);
	border: 1px solid var(--st-light-line);
}

.st-contact-page {
	min-height: 100vh;
	padding-top: 120px;
}

.st-contact-page h1 {
	margin: 0;
	font-size: clamp(42px, 7vw, 92px);
	line-height: 0.92;
	text-transform: uppercase;
}

.st-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: 1080px;
	margin-top: 42px;
	background: var(--st-light-line);
	border: 1px solid var(--st-light-line);
}

.st-contact-grid p {
	margin: 0;
	padding: 22px;
	background: #242424;
	color: var(--st-off-white);
}

.st-contact-grid strong {
	color: var(--st-warm-accent);
	text-transform: uppercase;
}

.st-lead-form input,
.st-lead-form select,
.st-lead-form button {
	border: 0;
	border-radius: 0;
}

.st-lead-form input,
.st-lead-form select {
	min-height: 52px;
	padding: 0 16px;
	background: #242424;
	color: var(--st-off-white);
	font: inherit;
	text-transform: none;
}

.st-lead-form select {
	appearance: none;
	color: rgba(251, 251, 251, 0.68);
}

.st-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.st-form-status {
	grid-column: 1 / -1;
	margin: 0;
	padding: 12px 16px;
	background: var(--st-figma-dark);
	color: var(--st-figma-acid);
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
}

.st-muted {
	color: currentColor;
	opacity: 0.64;
}

body.woocommerce-page,
body.single-product {
	background: var(--st-off-white);
	color: var(--st-graphite);
	font-family: Inter, Arial, sans-serif;
}

body.woocommerce-page .site-header,
body.single-product .site-header {
	padding: 18px clamp(18px, 4vw, 64px);
	background: var(--st-graphite);
	color: var(--st-off-white);
	border-bottom: 1px solid var(--st-light-line);
}

body.woocommerce-page .site-header a,
body.single-product .site-header a {
	color: var(--st-off-white);
	text-decoration: none;
}

body.woocommerce-page main.site-main,
body.single-product main.site-main,
body.woocommerce-page #content,
body.single-product #content {
	width: min(100% - 36px, 1320px);
	margin: 0 auto;
	padding: 56px 0 88px;
}

.woocommerce-products-header__title,
.product_title,
.woocommerce-page .entry-title {
	font-size: clamp(38px, 6vw, 84px);
	line-height: 0.95;
	text-transform: uppercase;
	letter-spacing: 0;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--st-line);
	border: 1px solid var(--st-line);
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 18px !important;
	background: var(--st-off-white);
	border: 0;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #e6e0d6;
	border: 1px solid var(--st-line);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--st-graphite);
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--st-graphite);
	font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button {
	border-radius: 0;
	background: var(--st-warm-accent);
	color: var(--st-graphite);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover {
	background: var(--st-graphite);
	color: var(--st-warm-accent);
}

.woocommerce div.product{
    overflow: hidden;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	width: auto;
	float: none;
}

.woocommerce div.product div.images img {
	background: #e6e0d6;
	border: 1px solid var(--st-line);
}

.woocommerce div.product form.cart input.qty {
	min-height: 44px;
	border-radius: 0;
	border: 1px solid var(--st-line);
}

.woocommerce-tabs,
.related.products {
	grid-column: 1 / -1;
	border-top: 1px solid var(--st-line);
	padding-top: 28px;
}

@media (max-width: 900px) {
	.st-site-header,
	.st-hero,
	.st-band--split,
	.st-section-heading,
	.st-lead-form {
		grid-template-columns: 1fr;
	}

	.st-site-header {
		position: static;
	}

	.st-nav {
		justify-content: flex-start;
	}

	.st-hero {
		min-height: auto;
	}

	.st-hero__visual {
		min-height: 360px;
		padding-top: 0;
	}

		.st-category-grid,
		.st-product-grid,
		.st-project-grid,
		.st-contact-grid,
		.woocommerce ul.products,
		.woocommerce div.product {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.st-figma-home {
		width: 100%;
		margin-left: 0;
	}

	.st-figma-canvas {
		width: 100%;
	}

	.st-figma-top,
	.st-figma-hero,
	.st-figma-services,
	.st-figma-proof__grid {
		height: auto;
	}

	.st-figma-header,
	.st-figma-hero,
	.st-figma-marquee,
	.st-figma-services,
	.st-figma-services h2,
	.st-figma-service-list,
	.st-figma-intro,
	.st-figma-hero h1,
	.st-figma-hero-title-cta,
	.st-figma-hero-photo,
	.st-figma-hero-thumb,
	.st-figma-stat,
	.st-figma-proof__copy,
	.st-figma-proof__drawing,
	.st-figma-proof__house,
	.st-figma-proof__stats,
	.st-figma-proof__numbers {
		position: static;
		inset: auto;
		width: auto;
	}

	.st-figma-header {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 16px;
		height: auto;
		min-height: 60px;
		padding: 10px 16px;
		border-top: 0;
	}

	.st-figma-header .st-figma-brand {
		position: static;
	}

	.st-figma-nav {
		position: fixed;
		z-index: 1100;
		inset: 0;
		display: none;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 24px;
		width: auto;
		padding: 92px 24px 32px;
		background: var(--st-figma-dark);
		border: 1px solid var(--st-figma-line);
		font-size: 24px;
		line-height: 1;
	}

	.st-figma-header-cta {
		display: none;
	}

	.st-figma-mobile-menu-toggle {
		appearance: none;
		position: relative;
		z-index: 1200;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-width: 78px;
		height: 36px !important;
		padding: 0 18px !important;
		background: var(--st-figma-light) !important;
		border: 0 !important;
		color: var(--st-figma-dark) !important;
		font: inherit;
		font-size: 12px !important;
		line-height: 1;
		text-transform: uppercase;
	}

	.st-figma-header.is-menu-open .st-figma-nav {
		display: flex;
	}

	.st-figma-hero {
		padding: 36px 18px 0;
	}

	.st-figma-intro {
		font-size: 11px;
	}

	.st-figma-hero h1 {
		margin-top: 54px;
		font-size: 34px;
		line-height: 0.98;
	}

	.st-figma-hero-title-cta {
		display: inline-flex;
		margin-top: 24px;
		color: var(--st-figma-acid);
		border-bottom: 1px solid var(--st-figma-acid);
		font-size: 14px;
	}

	.st-figma-hero-line,
	.st-figma-hero::before,
	.st-figma-hero::after {
		display: none;
	}

	.st-figma-hero-photo {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 28px;
		aspect-ratio: 1 / 1.02;
		overflow: hidden;
	}

	.st-figma-hero-photo > img {
		left: -48%;
		width: 190% !important;
		height: 100% !important;
	}

	.st-figma-ai-widget {
		right: 14px;
		bottom: 14px;
		width: calc(100% - 20px);
		height: 180px;
	}

	.st-figma-hero-thumb {
		width: 50%;
		height: auto !important;
		margin-top: 18px;
	}

	.st-figma-stat {
		display: inline-block;
		margin: 16px 24px 0 0;
	}

	.st-figma-marquee {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-top: 26px;
		transform: none;
	}

	.st-figma-services {
		padding: 50px 18px 60px;
	}

	.st-figma-services h2,
	.st-figma-material h2,
	.st-figma-projects h2,
	.st-figma-lead h2,
	.st-figma-guarantee h2,
	.st-figma-quality h2,
	.st-figma-testimonials h2 {
		font-size: 34px;
	}

	.st-figma-service-list {
		margin-top: 30px;
	}

	.st-figma-service-row {
		grid-template-columns: 44px 1fr;
		gap: 12px;
		min-height: 68px;
		padding: 12px 0;
	}

	.st-figma-service-row span {
		margin-left: 0;
	}

	.st-figma-service-row strong {
		justify-self: start;
		font-size: 18px;
	}

	.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) {
		grid-template-columns: 44px 1fr;
	}

	.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) img {
		width: 104px;
		height: 70px !important;
		grid-column: 2;
	}

	.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) .st-figma-service-copy {
		grid-column: 2;
	}

	.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) small,
	.st-figma-service-row:is(:hover, :focus-visible, .is-active-row) em {
		grid-column: 2;
	}

	.st-figma-proof__grid {
		display: grid;
		gap: 18px;
		padding: 44px 18px 0;
	}

	.st-figma-proof__copy {
		font-size: 14px;
	}

	.st-figma-proof__drawing {
		height: 120px;
	}

	.st-figma-proof__drawing::before {
		height: 76px;
	}

	.st-figma-proof__drawing::after {
		left: 20px;
		top: 104px;
		width: 360px;
	}

	.st-figma-proof__drawing span {
		right: 18px;
		bottom: 18px;
		transform: scale(0.58);
		transform-origin: right bottom;
	}

	.st-figma-proof__house,
	.st-figma-proof__stats {
		width: 100%;
		height: auto !important;
	}

	.st-figma-proof__stats {
		min-height: 240px;
		padding: 28px;
	}

	.st-figma-proof__stats i {
		width: 56px;
		height: 56px;
		margin-bottom: 28px;
	}

	.st-figma-proof__stats strong {
		font-size: 56px;
	}

	.st-figma-proof__stats span {
		width: auto;
		font-size: 24px;
	}

	.st-figma-proof__stats p {
		margin-top: 24px;
		font-size: 12px;
	}

	.st-figma-proof__numbers {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 18px;
	}

	.st-figma-material__grid,
	.st-figma-project-rows article,
	.st-figma-process__steps,
	.st-figma-guarantee__grid,
	.st-figma-quality__cards,
	.st-figma-testimonial-grid,
	.st-figma-footer .st-figma-canvas {
		grid-template-columns: 1fr;
	}

	.st-figma-material__grid {
		min-height: auto;
	}

	.st-figma-material__grid > div,
	.st-figma-material__product,
	.st-figma-guarantee__grid {
		padding: 46px 18px;
	}

	.st-figma-material__selector {
		margin-top: 44px;
	}

	.st-figma-material__chips button {
		min-height: 36px;
		font-size: 13px;
	}

	.st-figma-material__swatches {
		gap: 10px;
	}

	.st-figma-material__product {
		border-left: 0;
		border-top: 1px solid var(--st-figma-line);
	}

	.st-figma-material__product img {
		align-self: center;
		width: min(100%, 520px);
	}

	.st-figma-material__slider {
		justify-content: flex-start;
	}

	.st-figma-material__product h3 {
		font-size: 28px;
	}

	.st-figma-material__actions {
		flex-wrap: wrap;
		gap: 18px;
		margin-top: 36px;
	}

	.st-figma-project-filter {
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0 18px 8px;
	}

	.st-figma-project-rows {
		padding: 0 18px;
	}

	.st-figma-project-visual,
	.st-figma-project-visual img,
	.st-figma-quality__cards img {
		height: 190px !important;
		min-height: 190px;
	}

	.st-figma-project-rows h3 {
		font-size: 28px;
	}

	.st-figma-project-rows p {
		font-size: 14px;
	}

	.st-figma-project-view {
		left: 18px;
		right: 18px;
		bottom: 16px;
		height: 44px;
		font-size: 12px;
	}

	.st-figma-project-scrollbar {
		display: none;
	}

	.st-figma-process {
		padding-bottom: 46px;
	}

	.st-figma-process__frame {
		min-height: 132px;
		margin: 0 18px;
	}

	.st-figma-process h2 {
		max-width: 260px;
		font-size: 20px;
	}

	.st-figma-process__steps {
		margin: 28px 18px 0;
	}

	.st-figma-process__steps article {
		min-height: 120px;
	}

	.st-figma-guarantee__grid {
		gap: 18px;
	}

	.st-figma-guarantee__numbers {
		display: grid;
		gap: 12px;
		margin-top: 40px;
	}

	.st-figma-certificate {
		min-height: 280px;
	}

	.st-figma-certificate img {
		height: 280px !important;
	}

	.st-figma-guarantee__controls {
		position: static;
		justify-content: start;
	}

	.st-figma-quality__cards,
	.st-figma-testimonial-grid {
		padding: 0 18px;
	}

	.st-figma-warranty {
		width: calc(100% - 36px);
		padding: 24px;
	}

	.st-figma-footer .st-figma-canvas {
		display: grid;
		gap: 32px;
		padding: 0 18px;
	}

	.st-figma-footer__nav,
	.st-figma-footer__bottom {
		grid-template-columns: 1fr;
	}

	.st-figma-footer__social {
		justify-content: flex-start;
	}

	.st-figma-footer__bottom {
		gap: 10px;
		margin-top: 20px;
	}
}

html.st-elementor-editing,
html.st-elementor-editing body {
	overflow-x: hidden;
}

html.st-elementor-editing .st-elementor-native {
	width: 100% !important;
	margin-left: 0 !important;
	overflow: hidden;
}

html.st-elementor-editing .st-elementor-native .stn-section {
	width: 100%;
	max-width: 1440px;
}

html.st-elementor-editing .st-elementor-native .stn-trust {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	overflow: hidden !important;
}

/* Woo cart/checkout/payment shell */
.woocommerce-cart main,
.woocommerce-checkout main,
.woocommerce-order-received main {
	background: #fbfbfb;
	color: #1c1c1c;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-order-received .entry-content,
.woocommerce-cart .elementor-widget-theme-post-content,
.woocommerce-checkout .elementor-widget-theme-post-content,
.woocommerce-order-received .elementor-widget-theme-post-content {
	width: min(1352px, calc(100vw - 88px));
	margin: 0 auto;
	padding: 136px 0 96px;
}

.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-order-received h1,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-order-received .entry-title {
	margin: 0 0 48px;
	color: #1c1c1c;
	font-family: var(--st-font-display, "Kharkiv Tone", sans-serif);
	font-size: clamp(44px, 5.3vw, 86px);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order-table {
	border: 1px solid rgba(28, 28, 28, 0.16) !important;
	border-radius: 0 !important;
	background: #fbfbfb;
}

.woocommerce table.shop_table {
	border-collapse: collapse !important;
}

.woocommerce table.shop_table th {
	background: #1d2a35;
	color: #fbfbfb;
	font-family: var(--st-font-body, "Fixel Display", sans-serif);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	border-color: rgba(28, 28, 28, 0.12) !important;
	padding: 16px 18px !important;
}

.woocommerce table.shop_table td {
	color: rgba(28, 28, 28, 0.72);
	font-family: var(--st-font-body, "Fixel Display", sans-serif);
	font-size: 15px;
}

.woocommerce table.shop_table a {
	color: #1c1c1c;
	text-decoration: none;
}

.woocommerce table.shop_table a:hover {
	color: rgba(28, 28, 28, 0.62);
}

.woocommerce .quantity .qty {
	min-height: 44px;
	border: 1px solid rgba(28, 28, 28, 0.2);
	border-radius: 0;
	background: #fbfbfb;
	color: #1c1c1c;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .wc-block-components-button {
	min-height: 48px;
	border: 1px solid #1c1c1c !important;
	border-radius: 0 !important;
	padding: 0 22px !important;
	background: #1c1c1c !important;
	color: #fbfbfb !important;
	font-family: var(--st-font-body, "Fixel Display", sans-serif);
	font-size: 13px;
	font-weight: 500;
	line-height: 48px !important;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .wc-block-components-button:hover {
	border-color: #ffd676 !important;
	background: #ffd676 !important;
	color: #1c1c1c !important;
}

.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: 0.42;
}

.woocommerce-cart .cart-collaterals {
	margin-top: 44px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(520px, 100%);
	margin-left: auto;
}

.woocommerce-cart .cart-collaterals h2,
.woocommerce-checkout h3,
.woocommerce-order-details__title,
.woocommerce-column__title {
	margin: 0 0 22px;
	color: #1c1c1c;
	font-family: var(--st-font-display, "Kharkiv Tone", sans-serif);
	font-size: clamp(28px, 3vw, 46px);
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
	gap: 44px;
	align-items: start;
}

.woocommerce-checkout #customer_details {
	min-width: 0;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	min-width: 0;
}

.woocommerce form .form-row {
	margin: 0 0 18px;
	padding: 0;
}

.woocommerce form .form-row label {
	margin-bottom: 8px;
	color: rgba(28, 28, 28, 0.72);
	font-family: var(--st-font-body, "Fixel Display", sans-serif);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
	min-height: 50px;
	border: 1px solid rgba(28, 28, 28, 0.18);
	border-radius: 0;
	padding: 0 14px;
	background: #fbfbfb;
	color: #1c1c1c;
	font-family: var(--st-font-body, "Fixel Display", sans-serif);
	font-size: 15px;
}

.woocommerce form .form-row textarea {
	min-height: 112px;
	padding-top: 14px;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	line-height: 50px;
}

.woocommerce-checkout #payment {
	border-radius: 0;
	background: #efefec;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: rgba(28, 28, 28, 0.16);
	padding: 22px !important;
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: 0;
	background: #fbfbfb;
	color: rgba(28, 28, 28, 0.72);
	font-size: 14px;
	line-height: 1.45;
}

.woocommerce-checkout #payment div.form-row {
	padding: 22px !important;
}

.woocommerce-checkout #place_order {
	width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: #1c1c1c;
	background: #efefec;
	color: #1c1c1c;
	font-family: var(--st-font-body, "Fixel Display", sans-serif);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #1c1c1c;
}

.woocommerce-error::before {
	color: #b02a37;
}

.woocommerce-order-received .woocommerce-order {
	display: grid;
	gap: 34px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin: 0;
	border: 1px solid rgba(28, 28, 28, 0.16);
	padding: 28px;
	background: #efefec;
	color: #1c1c1c;
	font-family: var(--st-font-body, "Fixel Display", sans-serif);
	font-size: 20px;
	line-height: 1.35;
}

@media (max-width: 900px) {
	.woocommerce-cart .entry-content,
	.woocommerce-checkout .entry-content,
	.woocommerce-order-received .entry-content,
	.woocommerce-cart .elementor-widget-theme-post-content,
	.woocommerce-checkout .elementor-widget-theme-post-content,
	.woocommerce-order-received .elementor-widget-theme-post-content {
		width: calc(100vw - 32px);
		padding: 112px 0 64px;
	}

	.woocommerce form.checkout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		color: #1c1c1c;
		font-weight: 600;
		text-transform: uppercase;
	}

	.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.woocommerce-cart h1,
	.woocommerce-checkout h1,
	.woocommerce-order-received h1,
	.woocommerce-cart .entry-title,
	.woocommerce-checkout .entry-title,
	.woocommerce-order-received .entry-title {
		font-size: clamp(30px, 9.2vw, 38px);
		overflow-wrap: anywhere;
	}

	.woocommerce-cart .entry-content,
	.woocommerce-checkout .entry-content,
	.woocommerce-order-received .entry-content,
	.woocommerce-cart .elementor-widget-theme-post-content,
	.woocommerce-checkout .elementor-widget-theme-post-content,
	.woocommerce-order-received .elementor-widget-theme-post-content {
		width: calc(100vw - 24px);
	}

	.woocommerce table.shop_table td,
	.woocommerce table.shop_table th {
		padding: 14px 12px !important;
	}

	.woocommerce table.cart td.actions .coupon .input-text {
		width: 100%;
		margin-bottom: 10px;
	}
}
