/* Generated from assets/css/src/main.css. Do not edit directly. */
/* Floorfox2 base styles. Section/layout styles live alongside each ACF layout. */
:root {
	--floorfox-primary: #f37021;
	--floorfox-primary-dark: #d85a1a;
	--floorfox-black: #03070a;
	--floorfox-mobile-black: #000300;
	--floorfox-text: #151515;
	--floorfox-strong: #1b1d20;
	--floorfox-dark-section: #18110d;
}

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #1a1a1a;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a { color: inherit; }

/* Standard 1300px container: 20px side padding leaves 1260px content width. */
.floorfox2-container {
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-main { display: block; }

.site-header {
	position: relative;
	z-index: 50;
	background: #fff;
}

.site-header__inner {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 97px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-header__brand {
	display: flex;
	flex: 0 0 243px;
	align-items: center;
	padding-right: 20px;
	text-decoration: none;
}

.site-header__brand-pill {
	position: relative;
	display: block;
	width: 210px;
	height: 67px;
	overflow: hidden;
	border-radius: 38px;
	background: var(--floorfox-black);
}

.site-header__brand-image {
	position: absolute;
	top: 3px;
	left: 6px;
	width: 59px;
	height: 59px;
	border-radius: 50%;
	object-fit: cover;
}

.site-header__brand-wordmark {
	position: absolute;
	top: 22.89px;
	left: 74.94px;
	width: 121.9px;
	height: 19.86px;
	object-fit: contain;
}

.site-header__brand-emblem,
.site-header__menu-toggle,
.site-header__mobile-actions {
	display: none;
}

.site-header__nav {
	flex: 1 1 auto;
	min-width: 0;
}

.primary-menu,
.primary-menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu {
	display: flex;
	gap: 28px;
	align-items: center;
}

.primary-menu .menu-item {
	position: relative;
}

.primary-menu a {
	display: flex;
	align-items: center;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: var(--floorfox-text);
	text-decoration: none;
	white-space: nowrap;
}

.primary-menu .menu-item-has-children > a::after,
.primary-menu .has-indicator > a::after {
	width: 5px;
	height: 5px;
	margin-left: 8px;
	content: "";
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: 0;
	display: none;
	min-width: 190px;
	padding: 12px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
	.primary-menu .menu-item-has-children::before {
		position: absolute;
		right: -12px;
		top: 100%;
		left: -12px;
		height: 18px;
		content: "";
	}
}

.primary-menu .sub-menu a {
	padding: 8px 10px;
}

.primary-menu .menu-item:hover > .sub-menu,
.primary-menu .menu-item:focus-within > .sub-menu {
	display: block;
}

.site-header__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 25px;
	align-items: center;
}

.site-header__phone {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: var(--floorfox-strong);
	text-decoration: none;
	white-space: nowrap;
}

.site-header__phone-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	--stroke-0: var(--floorfox-primary);
}

.site-header__button {
	display: inline-flex;
	min-height: 55px;
	align-items: center;
	justify-content: center;
	padding: 15px 30px 16px;
	border: 0;
	border-radius: 72px;
	background: linear-gradient(99.314deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.site-header__button:hover,
.site-header__button:focus-visible {
	background: linear-gradient(99.314deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.has-overlay-header .site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
}

.has-overlay-header .primary-menu a,
.has-overlay-header .site-header__phone {
	color: #fff;
}

.has-overlay-header .primary-menu .sub-menu a {
	color: var(--floorfox-text);
}

.site-breadcrumbs {
	position: relative;
	z-index: 2;
	background: #fffcfa;
}

.site-breadcrumbs__inner {
	padding-top: 44px;
}

.site-breadcrumbs__nav {
	display: flex;
	align-items: center;
	min-width: 0;
}

.site-breadcrumbs__trail {
	display: flex;
	align-items: center;
	min-width: 0;
	max-width: 100%;
	gap: 8px;
	color: rgba(44, 31, 24, 0.7);
	font-size: 0;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
}

.site-breadcrumbs__trail > span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	color: rgba(44, 31, 24, 0.7);
	font-size: 14px;
	line-height: 1.5;
}

.site-breadcrumbs__trail a {
	color: rgba(44, 31, 24, 0.4);
	text-decoration: none;
}

.site-breadcrumbs__trail a:hover,
.site-breadcrumbs__trail a:focus-visible {
	color: rgba(44, 31, 24, 0.7);
}

.site-breadcrumbs__separator {
	width: 14px;
	height: 1px;
	flex: 0 0 14px;
	background: rgba(44, 31, 24, 0.22);
}

.site-breadcrumbs__trail .breadcrumb_last {
	overflow: hidden;
	text-overflow: ellipsis;
}

.has-overlay-header .site-breadcrumbs {
	position: absolute;
	top: 97px;
	right: 0;
	left: 0;
	z-index: 45;
	background: transparent;
}

.has-overlay-header .site-breadcrumbs__inner {
	padding-top: 10px;
}

.has-overlay-header .site-breadcrumbs__trail > span,
.has-overlay-header .site-breadcrumbs__trail a:hover,
.has-overlay-header .site-breadcrumbs__trail a:focus-visible {
	color: rgba(255, 255, 255, 0.82);
}

.has-overlay-header .site-breadcrumbs__trail a {
	color: rgba(255, 255, 255, 0.65);
}

.has-overlay-header .site-breadcrumbs__separator {
	background: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1180px) {
	.primary-menu {
		gap: 18px;
	}

	.site-header__actions {
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.site-header {
		box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
	}

	.has-overlay-header .site-header {
		box-shadow: none;
	}

	.site-header__inner {
		display: grid;
		min-height: 127px;
		grid-template-columns: 1fr auto 1fr;
		gap: 15px 0;
		align-items: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.site-header__menu-toggle {
		display: inline-flex;
		width: 28px;
		height: 28px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--floorfox-mobile-black);
		cursor: pointer;
		--stroke-0: var(--floorfox-mobile-black);
	}

	.site-header__menu-icon {
		width: 28px;
		height: 28px;
	}

	.site-header__brand {
		grid-column: 2;
		width: 48px;
		height: 48px;
		justify-self: center;
		padding: 0;
	}

	.site-header__brand-pill {
		display: none;
	}

	.site-header__brand-emblem {
		position: relative;
		display: block;
		width: 48px;
		height: 48px;
		overflow: hidden;
		border: 1px solid var(--floorfox-primary);
		border-radius: 250px;
		background: #fff;
	}

	.site-header__brand-mobile-image {
		position: absolute;
		top: calc(50% + 2.5px);
		left: calc(50% - 0.5px);
		width: 51px;
		height: 50.7px;
		max-width: none;
		object-fit: fill;
		transform: translate(-50%, -50%);
	}

	.site-header__actions {
		display: none;
	}

	.site-header__mobile-actions {
		display: flex;
		grid-column: 1 / -1;
		gap: 15px;
		align-items: center;
		width: 100%;
	}

	.site-header__button--mobile {
		flex: 1 1 0;
		min-width: 0;
		min-height: 34px;
		padding: 5px 20px;
		border: 2px solid var(--floorfox-primary);
		font-size: 14px;
		line-height: 20px;
	}

	.site-header__nav {
		--site-header-nav-open-padding-top: 16px;
		--site-header-nav-open-padding-bottom: 20px;
		position: absolute;
		top: 100%;
		left: 0;
		display: block;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		padding: 0 20px;
		background: #fff;
		box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		visibility: hidden;
		transition:
			max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
			opacity 200ms ease,
			padding-top 320ms cubic-bezier(0.22, 1, 0.36, 1),
			padding-bottom 320ms cubic-bezier(0.22, 1, 0.36, 1),
			transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s linear 320ms;
	}

	.has-overlay-header .site-header__inner {
		min-height: 78px;
		gap: 0;
	}

	.has-overlay-header .site-header__menu-toggle {
		color: #fff;
		--stroke-0: #fff;
	}

	.has-overlay-header .site-header__brand-emblem {
		background: rgba(3, 7, 10, 0.82);
	}

	.has-overlay-header .site-header__mobile-actions {
		display: none;
	}

	.has-services-hero.has-overlay-header .site-header__inner {
		min-height: 127px;
		gap: 15px 0;
	}

	.has-services-hero.has-overlay-header .site-header__mobile-actions {
		display: flex;
	}

	.has-overlay-header .site-header__nav {
		background: rgba(3, 7, 10, 0.96);
	}

	.site-breadcrumbs__inner {
		padding-top: 10px;
	}

	.has-overlay-header .site-breadcrumbs {
		top: 78px;
	}

	.has-services-hero.has-overlay-header .site-breadcrumbs {
		top: 161px;
	}

	.has-overlay-header .primary-menu a,
	.has-overlay-header .primary-menu .sub-menu a {
		color: #fff;
	}

	.site-header--menu-open .site-header__nav {
		max-height: var(--site-header-nav-height, calc(100vh - 127px));
		opacity: 1;
		padding-top: var(--site-header-nav-open-padding-top);
		padding-bottom: var(--site-header-nav-open-padding-bottom);
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
		transition:
			max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
			opacity 200ms ease,
			padding-top 320ms cubic-bezier(0.22, 1, 0.36, 1),
			padding-bottom 320ms cubic-bezier(0.22, 1, 0.36, 1),
			transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0s;
	}

	.primary-menu {
		display: grid;
		gap: 10px;
	}

	.primary-menu a {
		justify-content: space-between;
		padding: 8px 0;
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		max-height: 0;
		overflow: hidden;
		min-width: 0;
		padding: 0 0 0 14px;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 0;
		transition:
			max-height 260ms cubic-bezier(0.22, 1, 0.36, 1),
			opacity 160ms ease,
			padding-top 260ms cubic-bezier(0.22, 1, 0.36, 1),
			padding-bottom 260ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.primary-menu .menu-item--submenu-open > .sub-menu {
		max-height: var(--site-header-submenu-height, 480px);
		padding-top: 4px;
		padding-bottom: 6px;
		opacity: 1;
	}

	.primary-menu .sub-menu a {
		padding: 6px 0;
		font-size: 14px;
		line-height: 20px;
	}
}

.site-footer {
	background: #18110d;
	color: rgba(255, 255, 255, 0.8);
}

.site-footer__inner {
	width: min(100%, 1260px);
	margin: 0 auto;
	padding: 75px 0 73px;
}

.site-footer__top {
	display: grid;
	grid-template-columns: 284px 535px minmax(0, 373px);
	column-gap: 34px;
	align-items: start;
}

.site-footer__brand,
.site-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer__brand {
	gap: 19.28px;
	min-height: 240px;
	padding-left: 30px;
}

.site-footer__logo-link,
.site-footer__logo {
	display: block;
	width: 184.5px;
	height: 65.15px;
}

.site-footer__logo {
	object-fit: contain;
}

.site-footer__brand-copy {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 252.89px;
	font-size: 12px;
	line-height: 15.6px;
}

.site-footer__description,
.site-footer__license {
	margin: 0;
}

.site-footer__socials {
	display: flex;
	gap: 31px;
	align-items: center;
	width: 100%;
}

.site-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 160ms ease;
	--fill-0: currentColor;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
	color: #fff;
}

.site-footer__social-icon {
	display: block;
	width: 100%;
	height: 100%;
}

.site-footer__social-link--facebook {
	width: 15.63px;
	height: 25px;
}

.site-footer__social-link--x {
	width: 25px;
	height: 25px;
}

.site-footer__social-link--youtube {
	width: 28.13px;
	height: 25px;
}

.site-footer__social-link--linkedin {
	width: 21.88px;
	height: 25px;
}

.site-footer__nav {
	min-width: 0;
}

.footer-menu,
.footer-menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 40px;
}

.footer-menu > .menu-item {
	min-width: 0;
}

.footer-menu > .footer-legal {
	display: none;
}

.footer-menu > .menu-item > a,
.site-footer__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

.footer-menu > .menu-item > a {
	display: inline-flex;
	margin-bottom: 20px;
}

.footer-menu .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 252.89px;
	max-width: 100%;
}

.footer-menu .sub-menu a {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 160ms ease;
}

.footer-menu__item-icon-wrap {
	display: flex;
	flex: 0 0 30px;
	width: 30px;
	align-items: flex-start;
	padding: 6.05px 0 3.2px 10px;
	color: rgba(243, 112, 33, 0.8);
}

.footer-menu__item-icon {
	display: block;
	width: 9px;
	height: 14px;
	flex: 0 0 9px;
}

.footer-menu__item-text {
	display: block;
	flex: 1 1 0;
	min-width: 0;
}

.footer-menu .sub-menu a:hover,
.footer-menu .sub-menu a:focus-visible {
	color: #fff;
}

.site-footer__contact {
	gap: 20px;
	min-height: 239px;
}

.site-footer__hours {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.site-footer__hours p {
	margin: 0;
}

.site-footer__hours strong {
	font-weight: 700;
}

.site-footer__hours span + strong {
	margin-left: 4px;
}

.site-footer__phone {
	display: inline-flex;
	align-items: center;
	padding-bottom: 4.25px;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: var(--floorfox-primary);
	text-decoration: none;
	white-space: nowrap;
}

.site-footer__bottom {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	margin-top: 16px;
	padding-top: 15px;
	border-top: 1px solid rgba(215, 214, 214, 0.4);
}

.site-footer__legal,
.footer-legal-menu {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.footer-legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.footer-legal-menu > .menu-item:not(.footer-legal) {
	display: none;
}

.footer-legal-menu > .footer-legal {
	display: inline-flex;
	align-items: center;
}

.footer-legal-menu > .footer-legal + .footer-legal::before {
	width: 1px;
	height: 16px;
	margin-right: 8px;
	background: #fff;
	content: "";
}

.footer-legal-menu a {
	text-decoration: none;
}

.footer-legal-menu a:hover,
.footer-legal-menu a:focus-visible {
	color: #fff;
}

.site-footer__copy {
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

@media (max-width: 1180px) {
	.site-footer__inner {
		width: calc(100% - 40px);
	}

	.site-footer__top {
		grid-template-columns: minmax(190px, 0.9fr) minmax(390px, 1.6fr) minmax(280px, 1.1fr);
		column-gap: 28px;
	}

	.site-footer__phone {
		font-size: 34px;
	}
}

@media (max-width: 980px) {
	.site-footer__top {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 425px);
		row-gap: 36px;
	}

	.site-footer__nav {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.site-footer__inner {
		width: min(100%, 360px);
		padding: 70px 0;
	}

	.site-footer__top {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.site-footer__brand {
		align-items: center;
		min-height: 0;
		padding-left: 0;
		text-align: center;
	}

	.site-footer__brand-copy {
		align-items: center;
		max-width: 100%;
	}

	.site-footer__socials {
		justify-content: center;
	}

	.site-footer__contact {
		order: 2;
		gap: 15px;
		min-height: 0;
		width: 100%;
	}

	.site-footer__nav {
		order: 3;
		width: 100%;
	}

	.footer-menu {
		grid-template-columns: 1fr;
		row-gap: 25px;
	}

	.footer-menu > .menu-item {
		min-height: 240px;
	}

	.footer-menu > .menu-item > a {
		margin-bottom: 15px;
	}

	.footer-menu__item-icon-wrap {
		flex-basis: 20px;
		width: 20px;
		padding-left: 0;
	}

	.site-footer__phone {
		padding-bottom: 4.25px;
		font-size: 28px;
		line-height: 40px;
	}

	.site-footer__bottom {
		margin-top: 25px;
		padding-top: 25px;
	}

	.site-footer__legal {
		width: 100%;
		flex-wrap: nowrap;
	}
}

.single-post-page {
	padding: 70px 0 75px;
	background: #fffcfa;
}

.single-post-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 902px) 312px;
	gap: 44px;
	align-items: start;
	justify-content: space-between;
}

.single-post-page__main {
	display: flex;
	width: 100%;
	max-width: 902px;
	flex-direction: column;
	gap: 45px;
}

.single-post-page__body {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.single-post-hero {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}

.single-post-hero__category {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border-radius: 55px;
	background: linear-gradient(99deg, #f37021 0%, #ff9858 100%);
	color: #fffcfa;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.single-post-hero__title {
	width: 100%;
	margin: 0;
	color: #181a2a;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

.single-post-hero__meta,
.single-post-hero__author {
	display: flex;
	align-items: center;
}

.single-post-hero__meta {
	gap: 35px;
	flex-wrap: wrap;
}

.single-post-hero__author {
	gap: 16px;
}

.single-post-hero__avatar {
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	overflow: hidden;
	border-radius: 80px;
}

.single-post-hero__avatar-image {
	width: 64px;
	height: 64px;
	object-fit: cover;
}

.single-post-hero__author-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.single-post-hero__author-name,
.single-post-hero__author-bio,
.single-post-hero__date {
	margin: 0;
	font-style: normal;
	letter-spacing: 0;
}

.single-post-hero__author-name {
	color: #000300;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.single-post-hero__author-bio {
	color: rgba(69, 69, 69, 0.8);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.single-post-hero__date {
	color: #696a75;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.single-post-featured {
	width: 100%;
	height: 448px;
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
}

.single-post-featured__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post-content {
	width: 100%;
	color: rgba(51, 34, 27, 0.8);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}

.single-post-content > *:first-child {
	margin-top: 0;
}

.single-post-content > *:last-child {
	margin-bottom: 0;
}

.single-post-content p {
	margin: 0 0 16px;
}

.single-post-content h2,
.single-post-content h3 {
	scroll-margin-top: 24px;
	margin: 24px 0 16px;
	color: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.single-post-content h2 {
	font-size: 32px;
}

.single-post-content h3 {
	font-size: 18px;
}

.single-post-content h2:first-child,
.single-post-content h3:first-child {
	margin-top: 0;
}

.single-post-content strong,
.single-post-content b {
	color: #f37021;
	font-weight: 700;
}

.single-post-content ul,
.single-post-content ol {
	margin: 0 0 16px;
	padding-left: 22.5px;
}

.single-post-content li {
	margin: 0;
	padding-left: 0;
}

.single-post-content li::marker {
	color: currentColor;
}

.single-post-content .single-post-check-list,
.single-post-content .is-style-check-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 0;
	list-style: none;
}

.single-post-content .single-post-check-list li,
.single-post-content .is-style-check-list li {
	position: relative;
	padding-left: 40px;
}

.single-post-content .single-post-check-list li::before,
.single-post-content .is-style-check-list li::before {
	position: absolute;
	top: 7px;
	left: 4px;
	width: 14px;
	height: 8px;
	content: "";
	border-bottom: 1.5px solid #f37021;
	border-left: 1.5px solid #f37021;
	transform: rotate(-45deg);
	transform-origin: center;
}

.single-post-content figure {
	margin: 24px 0;
}

.single-post-content figcaption,
.single-post-content .wp-caption-text {
	margin: 8px 0 0;
	color: rgba(51, 34, 27, 0.8);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.single-post-content img {
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.single-post-content .wp-block-image img,
.single-post-content figure img {
	height: 269px;
}

.single-post-share {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 24px 32px;
	border-radius: 20px;
	background: #2b1912;
	color: #fff;
}

.single-post-share__copy {
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	flex-direction: column;
	gap: 11px;
}

.single-post-share__title,
.single-post-share__text {
	width: 100%;
	margin: 0;
	color: #fff;
	font-style: normal;
	letter-spacing: 0;
}

.single-post-share__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.single-post-share__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}

.single-post-share__links {
	display: flex;
	gap: 8px;
	align-items: center;
	flex: 0 0 auto;
}

.single-post-share__link {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #766a5f;
	color: #fff;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease;
	--stroke-0: currentColor;
}

.single-post-share__link--featured,
.single-post-share__link:hover,
.single-post-share__link:focus-visible {
	background: linear-gradient(99deg, #f37021 0%, #ff9858 100%);
}

.single-post-share__link:hover,
.single-post-share__link:focus-visible {
	transform: translateY(-1px);
}

.single-post-share__icon {
	display: block;
	width: 24px;
	height: 24px;
}

.single-post-read-also {
	display: flex;
	flex-direction: column;
	gap: 35px;
	margin-top: 75px;
}

.single-post-read-also__title {
	width: 100%;
	min-height: 75px;
	margin: 0;
	color: #000300;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: capitalize;
}

.single-post-read-also__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 25px;
	align-items: start;
}

.article-card {
	position: relative;
	min-width: 0;
	margin: 0;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.article-card__link {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border-radius: 24px;
	color: inherit;
	text-decoration: none;
	isolation: isolate;
}

.article-card__link::after {
	position: absolute;
	inset: 0;
	z-index: 3;
	border: 2px solid #f37021;
	border-radius: 24px;
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity 160ms ease;
}

.article-card__link:hover::after,
.article-card__link:focus-visible::after {
	opacity: 1;
}

.article-card__media {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 205px;
	overflow: hidden;
}

.article-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	padding: 30px 24px;
}

.article-card__category {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 55px;
	color: rgba(51, 34, 27, 0.8);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.article-card__title {
	display: flex;
	width: 100%;
	min-height: 62px;
	align-items: center;
	margin: 0;
	color: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.article-card__meta {
	display: flex;
	gap: 20px;
	align-items: center;
	width: 100%;
	color: rgba(69, 69, 69, 0.8);
	font-size: 15px;
	line-height: 24px;
}

.article-card__author {
	display: flex;
	flex: 1 1 0;
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.article-card__avatar {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	overflow: hidden;
	border-radius: 28px;
}

.article-card__avatar-image {
	width: 36px;
	height: 36px;
	object-fit: cover;
}

.article-card__author-name {
	min-width: 0;
	overflow: hidden;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-card__date {
	flex: 0 0 auto;
	font-weight: 400;
	white-space: nowrap;
}

.single-post-toc {
	position: sticky;
	top: 24px;
	width: 312px;
}

.admin-bar .single-post-toc {
	top: 56px;
}

.single-post-toc__panel {
	width: 100%;
	padding: 30px;
	border: 1px solid #f2d4b1;
	border-radius: 20px;
	background: #fff;
}

.single-post-toc__title {
	margin: 0 0 20px;
	color: #000300;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
}

.single-post-toc__list {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-direction: column;
	gap: 15px;
	list-style: none;
}

.single-post-toc__link {
	display: block;
	width: 100%;
	padding-left: 7px;
	border-left: 1px solid #cacaca;
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease;
}

.single-post-toc__link:hover,
.single-post-toc__link:focus-visible,
.single-post-toc__link.is-active {
	border-left-color: #f15623;
	color: #000300;
}

.single-post-toc__item--level-3 .single-post-toc__link {
	padding-left: 15px;
}

@media (max-width: 1180px) {
	.single-post-page__layout {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 32px;
	}

	.single-post-toc {
		width: 300px;
	}
}

@media (max-width: 980px) {
	.single-post-page__layout {
		display: block;
	}

	.single-post-page__main {
		max-width: none;
	}

	.single-post-toc {
		display: none;
	}

	.single-post-read-also__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.single-post-page {
		padding-top: 43px;
		padding-bottom: 50px;
	}

	.single-post-page__main {
		gap: 35px;
	}

	.single-post-hero__title {
		font-size: 28px;
	}

	.single-post-hero__meta {
		gap: 18px 35px;
	}

	.single-post-featured {
		height: 350px;
	}

	.single-post-content .wp-block-image img,
	.single-post-content figure img {
		height: 269px;
	}

	.single-post-share {
		flex-direction: column;
		align-items: center;
		padding: 24px 32px;
	}

	.single-post-share__copy {
		width: 100%;
		flex: 0 0 auto;
	}

	.single-post-read-also {
		margin-top: 50px;
	}

	.single-post-read-also__title {
		min-height: 0;
		font-size: 40px;
		line-height: 1.2;
	}

	.single-post-read-also__grid {
		grid-template-columns: 1fr;
	}

	.article-card__meta {
		gap: 16px;
	}
}

.has-schedule-online-modal-open {
	overflow: hidden;
}

.schedule-online-modal[hidden] {
	display: none;
}

.schedule-online-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.schedule-online-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.schedule-online-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(21, 15, 12, 0.7);
}

.schedule-online-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(552px, calc(100vw - 40px));
	max-height: min(760px, calc(100vh - 48px));
	overflow: auto;
	border-radius: 32px;
	background: #2c1f18;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	transform: translateY(12px) scale(0.98);
	transition: transform 180ms ease;
}

.schedule-online-modal.is-open .schedule-online-modal__dialog {
	transform: translateY(0) scale(1);
}

.schedule-online-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	cursor: pointer;
}

.schedule-online-modal__close-lines,
.schedule-online-modal__close-lines::before {
	position: absolute;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	content: "";
}

.schedule-online-modal__close-lines {
	transform: rotate(45deg);
}

.schedule-online-modal__close-lines::before {
	left: 0;
	transform: rotate(90deg);
}

.schedule-online-modal__form,
.schedule-online-modal .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	margin: 0;
	padding: 40px 33px;
}

.schedule-online-modal__heading,
.schedule-online-modal .wpcf7-form h2,
.schedule-online-modal .wpcf7-form h3 {
	margin: 0;
	padding-right: 34px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 45.6px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
}

.schedule-online-modal__fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.schedule-online-modal__field-row {
	display: flex;
	gap: 10px;
	width: 100%;
}

.schedule-online-modal__field {
	position: relative;
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
}

.schedule-online-modal__field input,
.schedule-online-modal__field select,
.schedule-online-modal__field textarea,
.schedule-online-modal .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.schedule-online-modal .wpcf7 select,
.schedule-online-modal .wpcf7 textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 11px;
	background: #fff;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(64, 64, 64, 0.9);
}

.schedule-online-modal__field input,
.schedule-online-modal__field select,
.schedule-online-modal .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.schedule-online-modal .wpcf7 select {
	height: 50px;
	padding: 12px 8px;
}

.schedule-online-modal__field textarea,
.schedule-online-modal .wpcf7 textarea {
	height: 88px;
	padding: 12px 8px;
	resize: none;
}

.schedule-online-modal__field ::placeholder,
.schedule-online-modal .wpcf7 ::placeholder {
	color: rgba(64, 64, 64, 0.8);
	opacity: 1;
}

.schedule-online-modal__field--select select {
	appearance: none;
	padding-right: 28px;
	color: rgba(64, 64, 64, 0.8);
}

.schedule-online-modal__field--select::after {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	content: "";
	pointer-events: none;
	transform: translateY(-65%) rotate(45deg);
}

.schedule-online-modal__terms {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}

.schedule-online-modal__terms input {
	position: relative;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 0;
	border-radius: 3px;
	appearance: none;
	background: #e0e0e0;
}

.schedule-online-modal__terms input:checked::after {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 7px;
	height: 13px;
	border-right: 2px solid #2c1f18;
	border-bottom: 2px solid #2c1f18;
	content: "";
	transform: rotate(45deg);
}

.schedule-online-modal__button,
.schedule-online-modal .wpcf7 input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 15px 30px;
	border: 0;
	border-radius: 72px;
	background: linear-gradient(158deg, #f37021 54.917%, #e94f27 94.913%);
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.schedule-online-modal .wpcf7 form p {
	margin: 0;
}

.schedule-online-modal .wpcf7 form p + p {
	margin-top: 10px;
}

.schedule-online-modal .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.schedule-online-modal .wpcf7-list-item {
	margin: 0;
	color: #fff;
}

.schedule-online-modal .wpcf7-response-output {
	margin: 0;
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

@media (max-width: 767px) {
	.schedule-online-modal {
		align-items: flex-start;
		padding: 20px;
		overflow: auto;
	}

	.schedule-online-modal__dialog {
		width: min(360px, calc(100vw - 40px));
		max-height: none;
	}

	.schedule-online-modal__form,
	.schedule-online-modal .wpcf7-form {
		gap: 40px;
		padding: 40px 20px;
	}

	.schedule-online-modal__heading,
	.schedule-online-modal .wpcf7-form h2,
	.schedule-online-modal .wpcf7-form h3 {
		font-size: 28px;
		line-height: 45.6px;
	}

	.schedule-online-modal__field-row {
		flex-direction: column;
	}
}


.about-hero {
	position: relative;
	min-height: 800px;
	overflow: hidden;
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px;
	background: #03070a;
	color: #fff;
}

.about-hero__background,
.about-hero__shade {
	position: absolute;
	inset: 0;
}

.about-hero__background {
	margin: 0;
}

.about-hero__background-image {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.about-hero__shade {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 25.262%, rgba(0, 0, 0, 0.3) 100%);
	pointer-events: none;
}

.about-hero__inner {
	position: relative;
	z-index: 1;
	min-height: 800px;
}

.about-hero__breadcrumb {
	position: absolute;
	top: 107px;
	left: 20px;
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.65);
}

.about-hero__breadcrumb a,
.about-hero__breadcrumb span {
	text-decoration: none;
}

.about-hero__breadcrumb a + span::before {
	display: inline-block;
	width: 14px;
	height: 1px;
	margin-right: 12px;
	vertical-align: middle;
	background: currentColor;
	content: "";
}

.about-hero__breadcrumb span {
	color: rgba(255, 255, 255, 0.82);
}

.about-hero__body {
	display: grid;
	grid-template-columns: 707px 519px;
	gap: 29px;
	align-items: center;
	padding-top: 187px;
}

.about-hero__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	width: 707px;
	min-width: 0;
}

.about-hero__heading,
.about-hero__form-heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	letter-spacing: 0;
}

.about-hero__heading {
	width: 707px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.about-hero__text {
	width: 614px;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

.about-hero__text p {
	margin: 0;
}

.about-hero__form {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 519px;
	margin: 0;
	padding: 40px 33px;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.about-hero__form-heading {
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	line-height: 45.6px;
	color: #2c1f18;
	text-align: center;
}

.about-hero__fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.about-hero__field-row {
	display: flex;
	gap: 10px;
	width: 100%;
}

.about-hero__field {
	position: relative;
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
}

.about-hero__field input,
.about-hero__field select,
.about-hero__field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid #f2d4b1;
	border-radius: 11px;
	background: #f8f6f5;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(64, 64, 64, 0.9);
}

.about-hero__field input,
.about-hero__field select {
	height: 50px;
	padding: 12px 8px;
}

.about-hero__field textarea {
	height: 88px;
	padding: 12px 8px;
	resize: none;
}

.about-hero__field ::placeholder {
	color: rgba(64, 64, 64, 0.8);
	opacity: 1;
}

.about-hero__field--select select {
	appearance: none;
	padding-right: 28px;
	color: rgba(64, 64, 64, 0.8);
}

.about-hero__field--select::after {
	position: absolute;
	top: 50%;
	left: 49px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	content: "";
	pointer-events: none;
	transform: translateY(-65%) rotate(45deg);
}

.about-hero__terms {
	display: flex;
	gap: 11px;
	align-items: center;
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 34, 27, 0.8);
}

.about-hero__terms input {
	position: relative;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 0;
	border-radius: 3px;
	appearance: none;
	background: #e0e0e0;
}

.about-hero__terms input:checked::after {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 7px;
	height: 13px;
	border-right: 2px solid #2c1f18;
	border-bottom: 2px solid #2c1f18;
	content: "";
	transform: rotate(45deg);
}

.about-hero__button,
.about-hero__mobile-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.about-hero__button {
	width: 100%;
	border: 0;
	background: linear-gradient(162.294deg, #f37021 54.917%, #e94f27 94.913%);
	color: #fff;
	cursor: pointer;
}

.about-hero__button:hover,
.about-hero__button:focus-visible {
	background: linear-gradient(162.294deg, #ff7a2a 54.917%, #f37021 94.913%);
}

.about-hero__mobile-actions {
	display: none;
}

@media (max-width: 1180px) {
	.about-hero__body {
		grid-template-columns: minmax(0, 1fr) minmax(420px, 519px);
		gap: 24px;
	}

	.about-hero__content,
	.about-hero__heading,
	.about-hero__text {
		width: 100%;
	}

	.about-hero__heading {
		font-size: 48px;
	}

	.about-hero__form {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.about-hero {
		min-height: 694px;
	}

	.about-hero__shade {
		background: rgba(0, 0, 0, 0.75);
	}

	.about-hero__background-image {
		object-position: center center;
	}

	.about-hero__inner {
		min-height: 694px;
	}

	.about-hero__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.about-hero__breadcrumb,
	.about-hero__form {
		display: none;
	}

	.about-hero__body {
		display: flex;
		min-height: 694px;
		flex-direction: column;
		gap: 25px;
		justify-content: center;
		padding-top: 170px;
		padding-bottom: 120px;
	}

	.about-hero__content {
		gap: 15px;
		width: 100%;
	}

	.about-hero__heading {
		width: 100%;
		font-size: 33px;
		line-height: 1.3;
	}

	.about-hero__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.about-hero__mobile-actions {
		display: flex;
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.about-hero__mobile-button {
		width: 100%;
		color: #fff;
	}

	.about-hero__mobile-button--primary {
		border: 2px solid transparent;
		background: linear-gradient(106.928deg, #f37021 50.405%, #d85a1a 99.2%);
	}

	.about-hero__mobile-button--secondary {
		border: 2px solid var(--floorfox-primary);
		background: transparent;
	}
}

.services-hero {
	position: relative;
	min-height: 800px;
	overflow: hidden;
	border-bottom-right-radius: 48px;
	border-bottom-left-radius: 48px;
	background: #03070a;
	color: #fff;
}

.services-hero__background,
.services-hero__shade {
	position: absolute;
	inset: 0;
}

.services-hero__background {
	margin: 0;
}

.services-hero__background-image {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.services-hero__background-image--mobile {
	display: none;
}

.services-hero__shade {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 25.262%, rgba(0, 0, 0, 0.3) 100%);
	pointer-events: none;
}

.services-hero__inner {
	position: relative;
	z-index: 1;
	min-height: 800px;
}

.services-hero__body {
	display: grid;
	grid-template-columns: 707px 519px;
	gap: 29px;
	align-items: center;
	padding-top: 187px;
}

.services-hero__content {
	display: flex;
	width: 707px;
	min-width: 0;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.services-hero__heading,
.services-hero__form-heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	letter-spacing: 0;
}

.services-hero__heading {
	width: 707px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.services-hero__heading-highlight {
	color: var(--floorfox-primary);
}

.services-hero__heading-main {
	color: #fff;
}

.services-hero__text {
	width: 614px;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

.services-hero__text p {
	margin: 0;
}

.services-hero__form {
	display: flex;
	width: 519px;
	margin: 0;
	padding: 40px 33px;
	flex-direction: column;
	gap: 40px;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.services-hero__form-heading {
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	line-height: 45.6px;
	color: #2c1f18;
	text-align: center;
}

.services-hero__fields {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 10px;
}

.services-hero__field-row {
	display: flex;
	width: 100%;
	gap: 10px;
}

.services-hero__field {
	position: relative;
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
}

.services-hero__field input,
.services-hero__field select,
.services-hero__field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid #f2d4b1;
	border-radius: 11px;
	background: #f8f6f5;
	color: rgba(64, 64, 64, 0.9);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.services-hero__field input,
.services-hero__field select {
	height: 50px;
	padding: 12px 8px;
}

.services-hero__field textarea {
	height: 88px;
	padding: 12px 8px;
	resize: none;
}

.services-hero__field ::placeholder {
	color: rgba(64, 64, 64, 0.8);
	opacity: 1;
}

.services-hero__field--select select {
	padding-right: 28px;
	appearance: none;
	color: rgba(64, 64, 64, 0.8);
}

.services-hero__field--select::after {
	position: absolute;
	top: 50%;
	left: 49px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	content: "";
	pointer-events: none;
	transform: translateY(-65%) rotate(45deg);
}

.services-hero__terms {
	display: flex;
	width: 100%;
	margin: 0;
	gap: 11px;
	align-items: center;
	color: rgba(51, 34, 27, 0.8);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.services-hero__terms input {
	position: relative;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	margin: 0;
	border: 0;
	border-radius: 3px;
	appearance: none;
	background: #e0e0e0;
}

.services-hero__terms input:checked::after {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 7px;
	height: 13px;
	border-right: 2px solid #2c1f18;
	border-bottom: 2px solid #2c1f18;
	content: "";
	transform: rotate(45deg);
}

.services-hero__button,
.services-hero__mobile-button {
	display: flex;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.services-hero__button {
	width: 100%;
	border: 0;
	background: linear-gradient(162.294deg, #f37021 54.917%, #e94f27 94.913%);
	color: #fff;
	cursor: pointer;
}

.services-hero__button:hover,
.services-hero__button:focus-visible {
	background: linear-gradient(162.294deg, #ff7a2a 54.917%, #f37021 94.913%);
}

.services-hero__mobile-actions {
	display: none;
}

@media (max-width: 1180px) {
	.services-hero__body {
		grid-template-columns: minmax(0, 1fr) minmax(420px, 519px);
		gap: 24px;
	}

	.services-hero__content,
	.services-hero__heading,
	.services-hero__text {
		width: 100%;
	}

	.services-hero__heading {
		font-size: 48px;
	}

	.services-hero__form {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.services-hero {
		min-height: 783px;
		border-bottom-right-radius: 32px;
		border-bottom-left-radius: 32px;
	}

	.services-hero__background-image--desktop {
		display: none;
	}

	.services-hero__background-image--mobile {
		display: block;
	}

	.services-hero__shade {
		background: rgba(0, 0, 0, 0.75);
	}

	.services-hero__inner {
		min-height: 783px;
	}

	.services-hero__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.services-hero__form {
		display: none;
	}

	.services-hero__body {
		display: flex;
		min-height: 783px;
		padding-top: 216px;
		padding-bottom: 120px;
		flex-direction: column;
		gap: 25px;
		justify-content: center;
	}

	.services-hero__content {
		width: 100%;
		gap: 15px;
	}

	.services-hero__heading {
		width: 100%;
		font-size: 33px;
		line-height: 1.3;
	}

	.services-hero__heading-main {
		display: block;
	}

	.services-hero__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.services-hero__mobile-actions {
		display: flex;
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.services-hero__mobile-button {
		width: 100%;
		color: #fff;
	}

	.services-hero__mobile-button--primary {
		border: 2px solid transparent;
		background: linear-gradient(106.928deg, #f37021 50.405%, #d85a1a 99.2%);
	}

	.services-hero__mobile-button--secondary {
		border: 2px solid var(--floorfox-primary);
		background: transparent;
	}
}

.locations-hero {
	position: relative;
	min-height: 800px;
	overflow: hidden;
	border-bottom-right-radius: 48px;
	border-bottom-left-radius: 48px;
	background: #03070a;
	color: #fff;
}

.locations-hero__background,
.locations-hero__shade {
	position: absolute;
	inset: 0;
}

.locations-hero__background {
	margin: 0;
}

.locations-hero__background-image {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.locations-hero__background-image--mobile {
	display: none;
}

.locations-hero__shade {
	background: rgba(0, 0, 0, 0.7);
	pointer-events: none;
}

.locations-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 800px;
	align-items: center;
	justify-content: center;
}

.locations-hero__content {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 35px;
	align-items: center;
}

.locations-hero__copy {
	display: flex;
	width: 100%;
	max-width: 707px;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	text-align: center;
}

.locations-hero__heading {
	width: 100%;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
}

.locations-hero__text {
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

.locations-hero__text p {
	margin: 0;
}

.locations-hero__search {
	display: flex;
	width: 707px;
	max-width: 100%;
	height: 55px;
	align-items: stretch;
	margin: 0;
}

.locations-hero__search-field {
	display: flex;
	height: 55px;
	min-width: 0;
	flex: 1 1 auto;
	align-items: center;
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #f2d4b1;
	border-right: 0;
	border-radius: 11px 0 0 11px;
	background: #fff;
}

.locations-hero__search-icon-wrap {
	display: flex;
	width: 28px;
	height: 22px;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	padding-right: 8px;
	color: #474644;
}

.locations-hero__search-icon {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.locations-hero__search-field input {
	width: 100%;
	min-width: 0;
	height: 100%;
	padding: 0 6px 0 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #474644;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.locations-hero__search-field input::placeholder {
	color: rgba(70, 68, 64, 0.45);
	opacity: 1;
}

.locations-hero__search-button,
.locations-hero__call {
	display: flex;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.locations-hero__search-button {
	width: 189px;
	flex: 0 0 189px;
	border: 0;
	border-radius: 0 11px 11px 0;
	background: linear-gradient(99.078deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	cursor: pointer;
}

.locations-hero__search-button:hover,
.locations-hero__search-button:focus-visible {
	background: linear-gradient(99.078deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.locations-hero__call-wrap {
	display: flex;
	width: 551px;
	max-width: 100%;
	align-items: center;
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(2.5px);
}

.locations-hero__call {
	width: 100%;
	border: 2px solid var(--floorfox-primary);
	border-radius: 72px;
	background: transparent;
}

.locations-hero__call:hover,
.locations-hero__call:focus-visible {
	background: rgba(243, 112, 33, 0.12);
}

@media (max-width: 767px) {
	.locations-hero {
		min-height: 665px;
		border-bottom-right-radius: 32px;
		border-bottom-left-radius: 32px;
	}

	.locations-hero--has-mobile-background .locations-hero__background-image--desktop {
		display: none;
	}

	.locations-hero__background-image--mobile {
		display: block;
	}

	.locations-hero__shade {
		background: rgba(0, 0, 0, 0.75);
	}

	.locations-hero__inner {
		min-height: 665px;
		align-items: flex-start;
		justify-content: center;
		padding-top: 170px;
		padding-bottom: 120px;
	}

	.locations-hero__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.locations-hero__content {
		gap: 25px;
		align-items: flex-start;
	}

	.locations-hero__copy {
		max-width: none;
		align-items: flex-start;
		text-align: left;
	}

	.locations-hero__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.locations-hero__text {
		font-size: 15px;
		line-height: 1.5;
	}

	.locations-hero__search {
		width: 100%;
		height: auto;
		flex-direction: column;
		gap: 10px;
	}

	.locations-hero__search-field {
		width: 100%;
		flex: 0 0 55px;
		border-right: 1px solid #f2d4b1;
		border-radius: 11px;
	}

	.locations-hero__search-button {
		width: 100%;
		flex: 0 0 55px;
		border-radius: 72px;
		background: linear-gradient(106.928deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	}

	.locations-hero__call-wrap {
		width: 100%;
	}

	.locations-hero__call {
		width: 100%;
	}
}

.find-local-topics {
	overflow: hidden;
	padding: 45px 0;
	background: #fffbf8;
}

.find-local-topics__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}

.find-local-topics__intro {
	display: flex;
	width: min(100%, 886px);
	flex-direction: column;
	gap: 15px;
	align-items: center;
	text-align: center;
}

.find-local-topics__heading {
	width: min(100%, 707px);
	margin: 0;
	color: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

.find-local-topics__text {
	width: min(100%, 767px);
	color: rgba(51, 34, 27, 0.8);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.find-local-topics__text p,
.find-local-topics__card-text p {
	margin: 0;
}

.find-local-topics__cards {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px;
}

.find-local-topics__card {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.find-local-topics__card::after {
	position: absolute;
	inset: 0;
	border: 2px solid var(--floorfox-primary);
	border-radius: inherit;
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.find-local-topics__card:hover::after,
.find-local-topics__card:focus-within::after {
	opacity: 1;
}

.find-local-topics__media {
	display: block;
	width: 100%;
	height: 230px;
	margin: 0;
	overflow: hidden;
}

.find-local-topics__image {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.find-local-topics__card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	padding: 24px;
}

.find-local-topics__card-title {
	display: flex;
	min-height: 52px;
	align-items: center;
	width: 100%;
	margin: 0;
	color: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.find-local-topics__card-lower {
	display: flex;
	width: 100%;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}

.find-local-topics__card-text {
	width: 100%;
	min-height: 67px;
	padding-bottom: 22px;
	color: rgba(51, 34, 27, 0.75);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.find-local-topics__button {
	display: inline-flex;
	width: 100%;
	min-height: 55px;
	align-items: center;
	justify-content: center;
	padding: 13px 30px;
	border: 2px solid var(--floorfox-primary);
	border-radius: 72px;
	color: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.find-local-topics__button:hover,
.find-local-topics__button:focus-visible {
	background: var(--floorfox-primary);
	color: #fff;
}

.find-local-topics__button-label--mobile {
	display: none;
}

@media (max-width: 767px) {
	.find-local-topics {
		padding: 20px 0 25px;
	}

	.find-local-topics__inner {
		gap: 25px;
		align-items: stretch;
	}

	.find-local-topics__intro {
		width: 100%;
	}

	.find-local-topics__heading {
		width: 100%;
		font-size: 33px;
		line-height: 1.3;
	}

	.find-local-topics__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.find-local-topics__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.find-local-topics__card {
		min-height: 399px;
		border-radius: 24px;
	}

	.find-local-topics__media {
		height: 173px;
	}

	.find-local-topics__card-body {
		gap: 12px;
		padding: 24px 15px;
	}

	.find-local-topics__card-title {
		min-height: 0;
		font-size: 18px;
		line-height: 1.3;
	}

	.find-local-topics__card-lower {
		gap: 25px;
	}

	.find-local-topics__card-text {
		min-height: 51px;
		padding-bottom: 0;
		font-size: 13px;
		line-height: 1.3;
	}

	.find-local-topics__button {
		min-height: 55px;
		padding: 10px 8px;
		font-size: 13px;
		line-height: 20px;
		white-space: nowrap;
	}

	.find-local-topics__button--has-mobile-label .find-local-topics__button-label--desktop {
		display: none;
	}

	.find-local-topics__button-label--mobile {
		display: inline;
	}
}

@media (max-width: 374px) {
	.find-local-topics__card-body {
		padding-right: 12px;
		padding-left: 12px;
	}

	.find-local-topics__button {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 12px;
		line-height: 1.2;
		white-space: normal;
	}
}

.locations-service-areas {
	overflow: hidden;
	padding: 135px 0 86px;
	border-bottom-right-radius: 48px;
	border-bottom-left-radius: 48px;
	background: rgba(44, 31, 24, 0.03);
	color: #2c1f18;
}

.locations-service-areas__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.locations-service-areas__intro {
	display: flex;
	min-width: 600px;
	flex-direction: column;
	gap: 15.4px;
	align-items: flex-start;
}

.locations-service-areas__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 67.2px;
	letter-spacing: 0;
	color: #2c1f18;
}

.locations-service-areas__text {
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.locations-service-areas__text p {
	margin: 0;
}

.locations-service-areas__desktop-list {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}

.locations-service-areas__column {
	display: flex;
	width: 368px;
	flex-direction: column;
	align-items: stretch;
}

.locations-service-areas__mobile-list {
	display: none;
}

.locations-service-areas__item {
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(51, 34, 27, 0.2);
	background: transparent;
}

.locations-service-areas__item[open],
.locations-service-areas__item:not([open]):hover,
.locations-service-areas__item:not([open]):focus-within {
	background: rgba(243, 112, 33, 0.05);
}

.locations-service-areas__item[open] {
	padding: 32px;
}

.locations-service-areas__summary {
	display: flex;
	min-height: 34.42px;
	align-items: center;
	gap: 10px;
	padding: 31px 32px;
	cursor: pointer;
	list-style: none;
}

.locations-service-areas__item[open] .locations-service-areas__summary {
	padding: 0;
}

.locations-service-areas__summary:focus {
	outline: 0;
}

.locations-service-areas__summary:focus-visible {
	outline: 2px solid rgba(243, 112, 33, 0.5);
	outline-offset: 4px;
}

.locations-service-areas__summary::-webkit-details-marker {
	display: none;
}

.locations-service-areas__summary-link {
	display: flex;
	width: 100%;
	min-width: 0;
	align-items: center;
	gap: 10px;
	color: inherit;
	text-decoration: none;
}

.locations-service-areas__state {
	min-width: 0;
	flex: 1 1 auto;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	color: #2c1f18;
}

.locations-service-areas__item[open] .locations-service-areas__state,
.locations-service-areas__item:not([open]):hover .locations-service-areas__state,
.locations-service-areas__item:not([open]):focus-within .locations-service-areas__state {
	color: var(--floorfox-primary);
}

.locations-service-areas__icon-wrap {
	display: flex;
	width: 34.42px;
	height: 34.42px;
	flex: 0 0 34.42px;
	align-items: center;
	justify-content: center;
	color: rgba(241, 86, 35, 0.6);
}

.locations-service-areas__item[open] .locations-service-areas__icon-wrap,
.locations-service-areas__item:not([open]):hover .locations-service-areas__icon-wrap,
.locations-service-areas__item:not([open]):focus-within .locations-service-areas__icon-wrap {
	color: var(--floorfox-primary);
}

.locations-service-areas__icon {
	width: 13.62px;
	height: 7.66px;
	transform: rotate(-90deg);
	transform-origin: center;
	transition: transform 160ms ease;
}

.locations-service-areas__item[open] .locations-service-areas__icon {
	transform: rotate(0deg);
}

.locations-service-areas__panel {
	overflow: hidden;
}

.locations-service-areas__cities {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.locations-service-areas__cities--desktop {
	grid-auto-columns: 96px;
	gap: 7px 8px;
}

.locations-service-areas__city {
	min-width: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color: rgba(51, 34, 27, 0.8);
}

.locations-service-areas__city-link {
	color: inherit;
	text-decoration: none;
	text-underline-position: from-font;
	transition: color 160ms ease;
}

.locations-service-areas__city-link:hover,
.locations-service-areas__city-link:focus-visible {
	color: var(--floorfox-primary);
	text-decoration: underline;
}

.locations-service-areas__city-text {
	color: inherit;
}

.locations-service-areas__services {
	width: 100%;
}

@media (max-width: 1180px) {
	.locations-service-areas__column {
		width: calc((100% - 48px) / 3);
	}
}

@media (max-width: 767px) {
	.locations-service-areas {
		padding: 25px 0;
		border-radius: 0;
		background: #fff;
	}

	.locations-service-areas__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.locations-service-areas__inner {
		gap: 6px;
	}

	.locations-service-areas__intro {
		min-width: 0;
		gap: 5px;
	}

	.locations-service-areas__heading {
		width: 100%;
		font-size: 33px;
		line-height: 1.3;
	}

	.locations-service-areas__text {
		font-size: 15px;
		line-height: 1.5;
	}

	.locations-service-areas__desktop-list {
		display: none;
	}

	.locations-service-areas__mobile-list {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.locations-service-areas__item[open] {
		padding: 15px 32px;
	}

	.locations-service-areas__summary {
		min-height: 34.42px;
		padding: 15px 32px;
	}

	.locations-service-areas__item[open] .locations-service-areas__summary {
		padding: 0;
	}

	.locations-service-areas__state {
		font-size: 18px;
		line-height: 1.35;
	}

	.locations-service-areas__cities {
		margin-top: 21px;
	}

	.locations-service-areas__cities--mobile {
		grid-auto-columns: 1fr;
		gap: 6px 20px;
	}

	.locations-service-areas__city {
		line-height: 1.45;
	}
}

.location-services {
	padding: 45px 0;
	background: #fff;
}

.location-services__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.location-services__head {
	display: flex;
	max-width: 760px;
	flex-direction: column;
	gap: 12px;
}

.location-services__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.18;
	color: #2c1f18;
}

.location-services__text {
	max-width: 680px;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(51, 34, 27, 0.78);
}

.location-services__text p {
	margin: 0;
}

.location-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.location-services__card {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 94, 0, 0.18);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(44, 31, 24, 0.08);
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.location-services__card:hover,
.location-services__card:focus-within {
	border-color: var(--floorfox-primary);
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(44, 31, 24, 0.12);
}

.location-services__media {
	height: 205px;
	margin: 0;
	overflow: hidden;
	background: #f6f1ed;
}

.location-services__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.location-services__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 14px;
	padding: 22px;
}

.location-services__title {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #2c1f18;
}

.location-services__title-link {
	color: inherit;
	text-decoration: none;
}

.location-services__title-link::after {
	position: absolute;
	inset: 0;
	content: "";
}

.location-services__description {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.76);
}

.location-services__more {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: fit-content;
	align-items: center;
	margin-top: auto;
	gap: 8px;
	color: var(--floorfox-primary);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.location-services__more-icon {
	width: 16px;
	height: 16px;
}

@media (max-width: 991px) {
	.location-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.location-services {
		padding: 25px 0;
	}

	.location-services__inner {
		gap: 24px;
	}

	.location-services__heading {
		font-size: 32px;
		line-height: 1.2;
	}

	.location-services__text {
		font-size: 15px;
	}

	.location-services__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.location-services__media {
		height: 190px;
	}

	.location-services__body {
		padding: 18px;
	}

	.location-services__title {
		font-size: 18px;
	}
}

.single-service-hero {
	padding: 45px 0;
	background: #fff;
}

.single-service-hero__layout {
	display: flex;
	gap: 29px;
	align-items: center;
}

.single-service-hero__content {
	display: flex;
	width: 707px;
	min-width: 0;
	flex: 0 0 707px;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
}

.single-service-hero__intro {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.single-service-hero__heading {
	width: 100%;
	margin: 0;
	color: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	overflow-wrap: break-word;
}

.single-service-hero__heading-highlight {
	display: inline-block;
	max-width: 100%;
	color: var(--floorfox-primary);
	overflow-wrap: break-word;
	vertical-align: top;
}

.single-service-hero__heading-main {
	display: inline-block;
	max-width: 100%;
	color: #2c1f18;
	overflow-wrap: break-word;
	vertical-align: top;
}

.single-service-hero__text {
	width: 614px;
	max-width: 100%;
	color: rgba(51, 34, 27, 0.8);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

.single-service-hero__text p {
	margin: 0;
}

.single-service-hero__actions {
	display: flex;
	width: 551px;
	max-width: 100%;
	gap: 30px;
	align-items: center;
}

.single-service-hero__button {
	display: flex;
	height: 55px;
	min-width: 0;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.single-service-hero__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.42deg, #f37021 50.405%, #d85a1a 99.2%);
	color: #fff;
}

.single-service-hero__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.single-service-hero__button:hover,
.single-service-hero__button:focus-visible {
	text-decoration: none;
}

.single-service-hero__button--primary:hover,
.single-service-hero__button--primary:focus-visible {
	background: linear-gradient(102.42deg, #ff7a2a 50.405%, #f37021 99.2%);
}

.single-service-hero__button--secondary:hover,
.single-service-hero__button--secondary:focus-visible {
	background: rgba(243, 112, 33, 0.08);
}

.single-service-hero__image {
	width: 522px;
	height: 550px;
	flex: 0 0 522px;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
}

.single-service-hero__image-file {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 1299px) {
	.single-service-hero__layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(430px, 42%);
	}

	.single-service-hero__content,
	.single-service-hero__image {
		width: 100%;
		flex-basis: auto;
	}
}

@media (max-width: 1180px) {
	.single-service-hero__layout {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 42%);
	}

	.single-service-hero__heading {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.single-service-hero {
		padding: 25px 0;
	}

	.single-service-hero__layout {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: stretch;
	}

	.single-service-hero__content {
		display: contents;
		width: 100%;
		flex-basis: auto;
		gap: 25px;
	}

	.single-service-hero__intro {
		order: 1;
		width: 100%;
	}

	.single-service-hero__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.single-service-hero__heading-highlight,
	.single-service-hero__heading-main {
		width: 100%;
	}

	.single-service-hero__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.single-service-hero__image {
		order: 2;
		width: 100%;
		height: 300px;
		flex-basis: auto;
		border-radius: 32px;
	}

	.single-service-hero__actions {
		order: 3;
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.single-service-hero__button {
		width: 100%;
		flex: 0 0 55px;
	}
}

.single-service-targeted-repairs {
	padding: 45px 0;
	background: #fff;
}

.single-service-targeted-repairs__card {
	position: relative;
	display: flex;
	min-height: 379px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 40px 0;
	border-radius: 32px;
	background: #03070a;
}

.single-service-targeted-repairs__background,
.single-service-targeted-repairs__shade {
	position: absolute;
	inset: 0;
}

.single-service-targeted-repairs__background {
	margin: 0;
}

.single-service-targeted-repairs__background-image {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.single-service-targeted-repairs__shade {
	background: rgba(0, 0, 0, 0.8);
	pointer-events: none;
}

.single-service-targeted-repairs__content {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}

.single-service-targeted-repairs__copy {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.single-service-targeted-repairs__heading {
	width: 962px;
	max-width: 100%;
	margin: 0;
	color: #fff;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 67.2px;
	text-align: center;
}

.single-service-targeted-repairs__text {
	width: 882px;
	max-width: 100%;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.single-service-targeted-repairs__text p {
	margin: 0;
}

.single-service-targeted-repairs__actions {
	display: flex;
	width: 551px;
	max-width: 100%;
	gap: 30px;
	align-items: center;
}

.single-service-targeted-repairs__button {
	display: flex;
	height: 55px;
	min-width: 0;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.single-service-targeted-repairs__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.42deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.single-service-targeted-repairs__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #fff;
}

.single-service-targeted-repairs__button:hover,
.single-service-targeted-repairs__button:focus-visible {
	text-decoration: none;
}

.single-service-targeted-repairs__button--primary:hover,
.single-service-targeted-repairs__button--primary:focus-visible {
	background: linear-gradient(102.42deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.single-service-targeted-repairs__button--secondary:hover,
.single-service-targeted-repairs__button--secondary:focus-visible {
	background: rgba(243, 112, 33, 0.12);
}

@media (max-width: 767px) {
	.single-service-targeted-repairs {
		padding: 25px 0;
	}

	.single-service-targeted-repairs__inner.floorfox2-container {
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.single-service-targeted-repairs__card {
		min-height: 499px;
		padding: 40px 20px;
	}

	.single-service-targeted-repairs__content {
		gap: 40px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.single-service-targeted-repairs__heading {
		width: 100%;
		font-size: 33px;
		line-height: 1.3;
	}

	.single-service-targeted-repairs__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.single-service-targeted-repairs__actions {
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.single-service-targeted-repairs__button {
		width: 100%;
		flex: 0 0 55px;
	}
}

.single-service-damage-signs {
	padding: 45px 0;
	background: #fff;
}

.single-service-damage-signs__layout {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.single-service-damage-signs__media-actions {
	display: flex;
	width: 366px;
	flex: 0 0 366px;
	flex-direction: column;
	gap: 35px;
	align-items: stretch;
	align-self: stretch;
}

.single-service-damage-signs__media {
	position: relative;
	width: 100%;
	min-height: 0;
	flex: 1 1 auto;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
	background: #f1eee9;
}

.single-service-damage-signs__image {
	position: absolute;
	top: 0;
	left: -45px;
	width: 456px;
	height: 456px;
	max-width: none;
	object-fit: cover;
	object-position: center top;
}

.single-service-damage-signs__actions {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
}

.single-service-damage-signs__button {
	display: flex;
	height: 55px;
	min-width: 0;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.single-service-damage-signs__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.42deg, #f37021 50.405%, #d85a1a 99.2%);
	color: #fff;
}

.single-service-damage-signs__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.single-service-damage-signs__button:hover,
.single-service-damage-signs__button:focus-visible {
	text-decoration: none;
}

.single-service-damage-signs__button--primary:hover,
.single-service-damage-signs__button--primary:focus-visible {
	background: linear-gradient(102.42deg, #ff7a2a 50.405%, #f37021 99.2%);
}

.single-service-damage-signs__button--secondary:hover,
.single-service-damage-signs__button--secondary:focus-visible {
	background: rgba(243, 112, 33, 0.08);
}

.single-service-damage-signs__content {
	display: flex;
	width: 832px;
	max-width: 100%;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
}

.single-service-damage-signs__intro {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
}

.single-service-damage-signs__heading {
	width: 100%;
	margin: 0;
	color: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	overflow-wrap: break-word;
}

.single-service-damage-signs__heading-accent {
	color: var(--floorfox-primary);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.single-service-damage-signs__heading-main {
	color: #2c1f18;
}

.single-service-damage-signs__text {
	width: 100%;
	color: rgba(51, 34, 27, 0.8);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

.single-service-damage-signs__text p {
	margin: 0;
}

.single-service-damage-signs__lists {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
}

.single-service-damage-signs__list-group {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.single-service-damage-signs__list-heading {
	margin: 0;
	color: #33221b;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.single-service-damage-signs__list {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-service-damage-signs__item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: #33221b;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3;
}

.single-service-damage-signs__bullet {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	margin-top: 5px;
	border-radius: 50%;
	background: var(--floorfox-primary);
}

@media (max-width: 1180px) {
	.single-service-damage-signs__layout {
		gap: 40px;
	}

	.single-service-damage-signs__media-actions {
		width: min(34vw, 366px);
		flex-basis: min(34vw, 366px);
	}

	.single-service-damage-signs__heading {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.single-service-damage-signs {
		padding: 25px 0;
	}

	.single-service-damage-signs__layout {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: stretch;
	}

	.single-service-damage-signs__media-actions,
	.single-service-damage-signs__content {
		display: contents;
		width: 100%;
		flex-basis: auto;
	}

	.single-service-damage-signs__intro {
		order: 1;
		gap: 25px;
	}

	.single-service-damage-signs__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.single-service-damage-signs__text {
		font-size: 15px;
		line-height: 1.5;
	}

	.single-service-damage-signs__media {
		order: 2;
		width: 100%;
		height: 300px;
		flex: 0 0 auto;
	}

	.single-service-damage-signs__lists {
		order: 3;
		gap: 25px;
	}

	.single-service-damage-signs__list {
		gap: 15px;
	}

	.single-service-damage-signs__actions {
		order: 4;
		width: 100%;
	}

	.single-service-damage-signs__button {
		width: 100%;
	}
}

.service-content {
	padding: 45px 0;
	background: #fffbf8;
	color: #2c1f18;
}

.service-content__inner {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.service-content__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.service-content__heading,
.service-content__block-heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	color: #2c1f18;
}

.service-content__heading {
	max-width: 560px;
	font-size: 38px;
	line-height: 1.12;
}

.service-content__intro-text,
.service-content__body {
	color: rgba(44, 31, 24, 0.76);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.72;
}

.service-content__intro-text p,
.service-content__body p {
	margin: 0;
}

.service-content__intro-text p + p,
.service-content__body p + p {
	margin-top: 14px;
}

.service-content__blocks {
	display: flex;
	flex-direction: column;
	gap: 38px;
	max-width: 980px;
}

.service-content__block {
	display: grid;
	grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
	gap: 38px;
	padding-top: 34px;
	border-top: 1px solid rgba(44, 31, 24, 0.14);
}

.service-content__block:first-child {
	padding-top: 0;
	border-top: 0;
}

.service-content__block-heading {
	font-size: 30px;
	line-height: 1.2;
}

.service-content__body h3 {
	margin: 26px 0 10px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.32;
	letter-spacing: 0;
	color: #2c1f18;
}

.service-content__body h3:first-child {
	margin-top: 0;
}

.service-content__body ul,
.service-content__body ol {
	display: grid;
	gap: 9px;
	margin: 16px 0 0;
	padding-left: 20px;
}

.service-content__body li {
	padding-left: 4px;
}

.service-content__body a {
	color: var(--floorfox-primary);
	font-weight: 600;
	text-decoration: none;
}

.service-content__body a:hover {
	text-decoration: underline;
}

@media (max-width: 1023px) {
	.service-content__intro,
	.service-content__block {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.service-content__blocks {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.service-content {
		padding: 25px 0;
	}

	.service-content__inner {
		gap: 26px;
	}

	.service-content__heading {
		font-size: 29px;
		line-height: 1.16;
	}

	.service-content__intro-text,
	.service-content__body {
		font-size: 15px;
		line-height: 1.65;
	}

	.service-content__blocks {
		gap: 28px;
	}

	.service-content__block {
		gap: 14px;
		padding-top: 26px;
	}

	.service-content__block-heading {
		font-size: 23px;
		line-height: 1.24;
	}

	.service-content__body h3 {
		margin-top: 20px;
		font-size: 17px;
		line-height: 1.32;
	}
}

.service-feature-split {
	padding: 45px 0;
	background: #fffcfa;
}

.service-feature-split__inner {
	display: grid;
	grid-template-columns: minmax(0, 644px) minmax(0, 554px);
	gap: 60px;
	align-items: stretch;
}

.service-feature-split--image-left .service-feature-split__media {
	grid-column: 1;
}

.service-feature-split--image-left .service-feature-split__content {
	grid-column: 2;
}

.service-feature-split--image-right .service-feature-split__content {
	grid-column: 1;
	grid-row: 1;
}

.service-feature-split--image-right .service-feature-split__media {
	grid-column: 2;
	grid-row: 1;
}

.service-feature-split--no-media .service-feature-split__inner {
	grid-template-columns: minmax(0, 1fr);
}

.service-feature-split__media {
	position: relative;
	min-height: 590px;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
	background: rgba(44, 31, 24, 0.06);
}

.service-feature-split__image {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.service-feature-split__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 25px;
	justify-content: flex-start;
}

.service-feature-split__blocks {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.service-feature-split__block {
	display: flex;
	flex-direction: column;
	gap: 25px;
	min-width: 0;
}

.service-feature-split__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
	overflow-wrap: break-word;
}

.service-feature-split__text {
	color: rgba(51, 34, 27, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.service-feature-split__text p,
.service-feature-split__text ul,
.service-feature-split__text ol {
	margin: 0;
}

.service-feature-split__text p + p,
.service-feature-split__text p + ul,
.service-feature-split__text p + ol,
.service-feature-split__text ul + p,
.service-feature-split__text ol + p {
	margin-top: 12px;
}

.service-feature-split__actions {
	display: flex;
	width: min(100%, 551px);
	gap: 30px;
	align-items: center;
}

.service-feature-split__button {
	display: inline-flex;
	height: 55px;
	min-width: 0;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.service-feature-split__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.42deg, #f37021 50.405%, #d85a1a 99.2%);
	color: #fff;
}

.service-feature-split__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.service-feature-split__button:hover,
.service-feature-split__button:focus-visible {
	text-decoration: none;
}

.service-feature-split__button--primary:hover,
.service-feature-split__button--primary:focus-visible {
	background: linear-gradient(102.42deg, #ff7a2a 50.405%, #f37021 99.2%);
}

.service-feature-split__button--secondary:hover,
.service-feature-split__button--secondary:focus-visible {
	background: rgba(243, 112, 33, 0.08);
}

@media (max-width: 1299px) {
	.service-feature-split__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
		gap: 40px;
	}

	.service-feature-split--image-right .service-feature-split__inner {
		grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
	}
}

@media (max-width: 1024px) {
	.service-feature-split__inner,
	.service-feature-split--image-right .service-feature-split__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.service-feature-split--image-left .service-feature-split__media,
	.service-feature-split--image-right .service-feature-split__media,
	.service-feature-split--image-left .service-feature-split__content,
	.service-feature-split--image-right .service-feature-split__content {
		grid-column: 1;
		grid-row: auto;
	}

	.service-feature-split__content {
		order: 1;
	}

	.service-feature-split__media {
		order: 2;
		min-height: 430px;
	}
}

@media (max-width: 767px) {
	.service-feature-split {
		padding: 25px 0;
	}

	.service-feature-split__inner,
	.service-feature-split--image-right .service-feature-split__inner {
		gap: 25px;
	}

	.service-feature-split__media {
		min-height: 300px;
		border-radius: 24px;
	}

	.service-feature-split__content,
	.service-feature-split__blocks,
	.service-feature-split__block {
		gap: 20px;
	}

	.service-feature-split__heading {
		font-size: 30px;
		line-height: 1.25;
	}

	.service-feature-split__text {
		font-size: 15px;
	}

	.service-feature-split__actions {
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.service-feature-split__button {
		width: 100%;
		flex: 0 0 55px;
	}
}

.service-feature-bullets {
	padding: 45px 0;
	background: #fffcfa;
}

.service-feature-bullets__inner {
	display: grid;
	grid-template-columns: minmax(0, 366px) minmax(0, 832px);
	gap: 60px;
	align-items: stretch;
}

.service-feature-bullets--image-left .service-feature-bullets__media {
	grid-column: 1;
}

.service-feature-bullets--image-left .service-feature-bullets__content {
	grid-column: 2;
}

.service-feature-bullets--image-right .service-feature-bullets__content {
	grid-column: 1;
	grid-row: 1;
}

.service-feature-bullets--image-right .service-feature-bullets__media {
	grid-column: 2;
	grid-row: 1;
}

.service-feature-bullets--no-media .service-feature-bullets__inner {
	grid-template-columns: minmax(0, 1fr);
}

.service-feature-bullets__media {
	position: relative;
	min-height: 516px;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
	background: rgba(44, 31, 24, 0.06);
}

.service-feature-bullets__image {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.service-feature-bullets__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 35px;
	justify-content: flex-start;
}

.service-feature-bullets__intro {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 25px;
}

.service-feature-bullets__heading {
	max-width: 735px;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
	overflow-wrap: break-word;
}

.service-feature-bullets__text {
	max-width: 735px;
	color: rgba(51, 34, 27, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.service-feature-bullets__text p {
	margin: 0;
}

.service-feature-bullets__text p + p {
	margin-top: 12px;
}

.service-feature-bullets__list-wrap {
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-width: 0;
}

.service-feature-bullets__list-heading {
	margin: 0;
	color: #2c1f18;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}

.service-feature-bullets__list {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-feature-bullets__item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	min-width: 0;
	color: #33221b;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
}

.service-feature-bullets__dot {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	margin-top: 5px;
	border-radius: 8px;
	background: var(--floorfox-primary);
}

.service-feature-bullets__item-text {
	min-width: 0;
	overflow-wrap: break-word;
}

.service-feature-bullets__actions {
	display: flex;
	width: 100%;
	gap: 10px;
	align-items: center;
}

.service-feature-bullets__button {
	display: inline-flex;
	height: 55px;
	min-width: 0;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.service-feature-bullets__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(109.16deg, #f37021 50.405%, #d85a1a 99.2%);
	color: #fff;
}

.service-feature-bullets__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.service-feature-bullets__button:hover,
.service-feature-bullets__button:focus-visible {
	text-decoration: none;
}

.service-feature-bullets__button--primary:hover,
.service-feature-bullets__button--primary:focus-visible {
	background: linear-gradient(109.16deg, #ff7a2a 50.405%, #f37021 99.2%);
}

.service-feature-bullets__button--secondary:hover,
.service-feature-bullets__button--secondary:focus-visible {
	background: rgba(243, 112, 33, 0.08);
}

@media (max-width: 1299px) {
	.service-feature-bullets__inner {
		grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
		gap: 40px;
	}

	.service-feature-bullets--image-right .service-feature-bullets__inner {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
	}
}

@media (max-width: 1024px) {
	.service-feature-bullets__inner,
	.service-feature-bullets--image-right .service-feature-bullets__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.service-feature-bullets--image-left .service-feature-bullets__media,
	.service-feature-bullets--image-right .service-feature-bullets__media,
	.service-feature-bullets--image-left .service-feature-bullets__content,
	.service-feature-bullets--image-right .service-feature-bullets__content {
		grid-column: 1;
		grid-row: auto;
	}

	.service-feature-bullets__content {
		order: 1;
	}

	.service-feature-bullets__media {
		order: 2;
		min-height: 380px;
	}
}

@media (max-width: 767px) {
	.service-feature-bullets {
		padding: 25px 0;
	}

	.service-feature-bullets__inner,
	.service-feature-bullets--image-right .service-feature-bullets__inner {
		gap: 25px;
	}

	.service-feature-bullets__content {
		gap: 25px;
	}

	.service-feature-bullets__intro {
		gap: 18px;
	}

	.service-feature-bullets__media {
		min-height: 300px;
		border-radius: 24px;
	}

	.service-feature-bullets__heading {
		font-size: 30px;
		line-height: 1.25;
	}

	.service-feature-bullets__text {
		font-size: 15px;
	}

	.service-feature-bullets__actions {
		flex-direction: column;
		gap: 10px;
	}

	.service-feature-bullets__button {
		width: 100%;
		flex: 0 0 55px;
	}
}

.about-story {
	overflow: hidden;
	padding: 90px 0;
	background: #fffbf8;
}

.about-story__inner {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.about-story__inner.floorfox2-container {
	max-width: 1298px;
	padding-right: 20px;
	padding-left: 20px;
}

.about-story__media {
	position: relative;
	flex: 0 0 644px;
	width: 644px;
	height: 637px;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
}

.about-story__image {
	position: absolute;
	top: -7px;
	left: 3px;
	width: 655px;
	max-width: none;
	height: 655px;
	object-fit: cover;
}

.about-story__content {
	display: flex;
	flex: 0 0 554px;
	flex-direction: column;
	gap: 25px;
	min-width: 0;
}

.about-story__copy {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
}

.about-story__heading {
	width: 100%;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
}

.about-story__text {
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.about-story__text p {
	margin: 0;
}

.about-story__text p + p {
	margin-top: 27px;
}

.about-story__actions {
	display: flex;
	gap: 30px;
	align-items: center;
	width: 551px;
	max-width: 100%;
}

.about-story__button {
	display: inline-flex;
	flex: 1 1 0;
	min-width: 0;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.about-story__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.42deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.about-story__button--primary:hover,
.about-story__button--primary:focus-visible {
	background: linear-gradient(102.42deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.about-story__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.about-story__button--secondary:hover,
.about-story__button--secondary:focus-visible {
	background: rgba(255, 94, 0, 0.08);
}

.about-story--no-media .about-story__content {
	flex-basis: 100%;
}

@media (max-width: 1180px) {
	.about-story__inner {
		gap: 36px;
	}

	.about-story__media {
		flex: 1 1 50%;
		width: auto;
	}

	.about-story__content {
		flex: 1 1 46%;
	}

	.about-story__actions {
		width: 100%;
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.about-story {
		padding: 50px 0;
	}

	.about-story__inner {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
	}

	.about-story__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.about-story__content {
		display: contents;
	}

	.about-story__copy {
		gap: 25px;
	}

	.about-story__copy--intro {
		order: 1;
	}

	.about-story__media {
		order: 2;
		flex: 0 0 auto;
		width: 100%;
		height: 300px;
		border-radius: 32px;
	}

	.about-story__copy--story {
		order: 3;
	}

	.about-story__actions {
		order: 4;
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.about-story__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.about-story__text {
		font-size: 16px;
		line-height: 1.5;
	}

	.about-story__image {
		top: -33px;
		left: -3px;
		width: 367px;
		height: 367px;
	}

	.about-story__button {
		width: 100%;
		flex: 0 0 auto;
	}
}

.about-reasons {
	overflow: hidden;
	padding: 0 0 120px;
	background: #fffbf8;
}

.local-trusted-partner + .about-reasons {
	padding-top: 70px;
}

.about-reasons__inner {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.about-reasons__inner.floorfox2-container {
	max-width: 1298px;
	padding-right: 20px;
	padding-left: 20px;
}

.about-reasons__content {
	display: flex;
	flex: 0 0 554px;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.about-reasons__intro {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
}

.about-reasons__heading {
	width: 100%;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
}

.about-reasons__heading-accent {
	color: var(--floorfox-primary);
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.about-reasons__text {
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.about-reasons__text p {
	margin: 0;
}

.about-reasons__list {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-reasons__item {
	display: flex;
	gap: 12px;
	align-items: center;
	min-width: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	color: #33221b;
}

.about-reasons__icon-wrap {
	display: inline-flex;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

.about-reasons__icon {
	display: block;
	width: 24px;
	height: 24px;
}

.about-reasons__item-text {
	display: block;
	min-width: 0;
}

.about-reasons__actions {
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
	margin-top: 5px;
}

.about-reasons__button {
	display: inline-flex;
	flex: 1 1 0;
	min-width: 0;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.about-reasons__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.95deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.about-reasons__button--primary:hover,
.about-reasons__button--primary:focus-visible {
	background: linear-gradient(102.95deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.about-reasons__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.about-reasons__button--secondary:hover,
.about-reasons__button--secondary:focus-visible {
	background: rgba(255, 94, 0, 0.08);
}

.about-reasons__label--mobile {
	display: none;
}

.about-reasons__media {
	position: relative;
	flex: 0 0 644px;
	width: 644px;
	height: 496px;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
}

.about-reasons__image {
	position: absolute;
	top: 0;
	left: -50px;
	width: 743px;
	max-width: none;
	height: 496px;
	object-fit: cover;
}

.about-reasons--no-media .about-reasons__content {
	flex-basis: 100%;
}

@media (max-width: 1180px) {
	.about-reasons__inner {
		gap: 36px;
	}

	.about-reasons__content {
		flex: 1 1 46%;
	}

	.about-reasons__media {
		flex: 1 1 50%;
		width: auto;
	}
}

@media (max-width: 767px) {
	.about-reasons {
		padding: 0 0 70px;
	}

	.local-trusted-partner + .about-reasons {
		padding-top: 25px;
	}

	.about-reasons__inner {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
	}

	.about-reasons__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.about-reasons__content {
		display: contents;
	}

	.about-reasons__intro {
		order: 1;
		gap: 25px;
	}

	.about-reasons__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.about-reasons__text {
		font-size: 15px;
		line-height: 1.5;
	}

	.about-reasons__media {
		order: 2;
		flex: 0 0 auto;
		width: 100%;
		height: 300px;
		border-radius: 32px;
	}

	.about-reasons__image {
		top: 0;
		left: -102px;
		width: 538px;
		height: 358px;
	}

	.about-reasons__list {
		order: 3;
		gap: 15px;
	}

	.about-reasons__item {
		align-items: center;
		font-size: 15px;
		line-height: 1.3;
	}

	.about-reasons__actions {
		order: 4;
		flex-direction: column;
		gap: 10px;
		margin-top: 0;
	}

	.about-reasons__button {
		width: 100%;
		flex: 0 0 auto;
	}

	.about-reasons__button--has-mobile-label .about-reasons__label--desktop {
		display: none;
	}

	.about-reasons__button--has-mobile-label .about-reasons__label--mobile {
		display: inline;
	}
}

.homepage-hero {
	overflow: hidden;
	padding: 45px 0;
	background: #fffbf8;
}

.homepage-hero__inner {
	display: flex;
	align-items: center;
	min-height: 416px;
}

.homepage-hero__inner.floorfox2-container {
	max-width: 1258px;
	padding-right: 0;
	padding-left: 0;
}

.homepage-hero__content {
	display: flex;
	flex: 0 0 718px;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
}

.homepage-hero__heading {
	width: 614px;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	color: #2c1f18;
	text-transform: uppercase;
}

.homepage-hero__heading-accent {
	color: var(--floorfox-primary);
}

.homepage-hero__heading-tail {
	color: #2c1f18;
}

.homepage-hero__text {
	width: 614px;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.homepage-hero__text p {
	margin: 0;
}

.homepage-hero__actions {
	display: flex;
	gap: 30px;
	align-items: center;
	width: 551px;
}

.homepage-hero__button {
	display: inline-flex;
	flex: 1 1 0;
	min-width: 0;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.homepage-hero__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.homepage-hero__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.homepage-hero__media {
	position: relative;
	flex: 0 0 529px;
	width: 529px;
	height: 336px;
	margin: 0;
}

.homepage-hero__shadow {
	position: absolute;
	bottom: 1px;
	left: -21px;
	width: 538px;
	height: 60px;
	border-radius: 50%;
	background: rgba(44, 31, 24, 0.32);
	filter: blur(9px);
	transform: rotate(-2.27deg);
}

.homepage-hero__image-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 529px;
	height: 328px;
	overflow: hidden;
	pointer-events: none;
}

.homepage-hero__image {
	position: absolute;
	top: -17.11%;
	left: -8.13%;
	width: 113.99%;
	max-width: none;
	height: 137.88%;
	object-fit: fill;
}

@media (max-width: 1180px) {
	.homepage-hero__content {
		flex: 1 1 54%;
		min-width: 0;
	}

	.homepage-hero__heading,
	.homepage-hero__text {
		width: 100%;
	}

	.homepage-hero__actions {
		width: 100%;
		max-width: 551px;
		gap: 16px;
	}

	.homepage-hero__media {
		flex: 0 1 42%;
		width: 42%;
		height: auto;
		aspect-ratio: 529 / 336;
	}

	.homepage-hero__shadow {
		left: -4%;
		width: 102%;
	}

	.homepage-hero__image-frame {
		width: 100%;
		height: 97.62%;
	}
}

@media (max-width: 767px) {
	.homepage-hero {
		padding: 25px 0;
	}

	.homepage-hero__inner {
		flex-direction: column;
		gap: 32px;
		align-items: center;
		min-height: 736px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.homepage-hero__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.homepage-hero__media {
		order: -1;
		flex: 0 0 234px;
		width: 100%;
		height: 234px;
	}

	.homepage-hero__shadow {
		bottom: 1px;
		left: -20.65px;
		width: calc(100% + 12.74px);
		height: 41.57px;
		filter: blur(7px);
	}

	.homepage-hero__image-frame {
		top: 1px;
		left: -6.35px;
		width: calc(100% + 6.35px);
		height: 227.15px;
	}

	.homepage-hero__content {
		flex: 0 0 auto;
		gap: 25px;
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.homepage-hero__heading {
		width: 100%;
		font-size: 30px;
		line-height: 1.3;
	}

	.homepage-hero__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.homepage-hero__actions {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	.homepage-hero__button {
		width: 100%;
	}
}

.portfolio-difference {
	margin-top: 45px;
	overflow: hidden;
	background: var(--floorfox-dark-section);
	color: #fff;
}

.portfolio-difference::before,
.portfolio-difference::after {
	display: none;
	width: 100%;
	height: 60px;
	background: linear-gradient(
		to bottom,
		#dcd8d5 0,
		#dcd8d5 20px,
		#a39d9a 20px,
		#a39d9a 40px,
		#46403c 40px,
		#46403c 60px
	);
	content: "";
}

.portfolio-difference--transition-top::before {
	display: block;
}

.commercial-spaces + .portfolio-difference::before {
	display: none;
}

.commercial-spaces + .service-area-cta + .portfolio-difference {
	margin-top: 0;
}

.portfolio-difference--transition-bottom::after {
	display: block;
	transform: scaleY(-1);
}

.portfolio-difference__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	padding-top: 90px;
	padding-bottom: 95px;
	background: var(--floorfox-dark-section);
	box-shadow: 0 0 0 100vmax var(--floorfox-dark-section);
	clip-path: inset(0 -100vmax);
}

.portfolio-difference__header {
	display: flex;
	width: 100%;
	max-width: 600px;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	text-align: center;
}

.portfolio-difference__eyebrow,
.portfolio-difference__heading,
.portfolio-difference__text {
	margin: 0;
}

.portfolio-difference__eyebrow {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.84px;
	color: #d6d4d2;
	text-transform: uppercase;
}

.portfolio-difference__heading {
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 67.2px;
	letter-spacing: -0.5px;
	color: #fff;
	white-space: nowrap;
}

.portfolio-difference__heading-accent {
	color: var(--floorfox-primary);
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.portfolio-difference__text {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

.portfolio-difference__text p {
	margin: 0;
}

.portfolio-difference__showcase {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 35px;
	align-items: center;
}

.portfolio-difference__frame {
	position: relative;
	width: 100%;
}

.portfolio-difference__swiper {
	width: 100%;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.portfolio-difference__swiper::-webkit-scrollbar {
	display: none;
}

.portfolio-difference__track {
	display: flex;
}

.portfolio-difference__slide {
	width: 100%;
	min-width: 0;
	flex: 0 0 100%;
	scroll-snap-align: start;
}

.portfolio-difference__pair {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.portfolio-difference__panel {
	position: relative;
	height: 600px;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
	background: #2c1f18;
}

.portfolio-difference__image {
	position: absolute;
	max-width: none;
	object-fit: cover;
}

.portfolio-difference__image--before {
	top: 0;
	left: -261px;
	width: 900px;
	height: 600px;
}

.portfolio-difference__image--after {
	top: -1px;
	left: -272px;
	width: 901px;
	height: 601px;
}

.portfolio-difference__label {
	position: absolute;
	top: 29px;
	left: 30px;
	z-index: 1;
	display: inline-flex;
	min-width: 90px;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding: 9px 17px;
	border-radius: 999px;
	backdrop-filter: blur(6px);
	background: var(--floorfox-primary);
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

.portfolio-difference__nav {
	position: absolute;
	top: 276px;
	z-index: 2;
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 999px;
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
}

.portfolio-difference__nav--prev {
	left: 13px;
}

.portfolio-difference__nav--next {
	right: 13px;
}

.portfolio-difference__nav::before {
	position: absolute;
	top: 18px;
	left: 20px;
	width: 10px;
	height: 10px;
	border-bottom: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
	content: "";
}

.portfolio-difference__nav--prev::before {
	transform: rotate(45deg);
}

.portfolio-difference__nav--next::before {
	left: 16px;
	transform: rotate(225deg);
}

.portfolio-difference__nav:disabled,
.portfolio-difference__mobile-arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.portfolio-difference__thumbs {
	display: flex;
	gap: 15px;
	align-items: center;
}

.portfolio-difference__thumb {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 18px;
	background: transparent;
	cursor: pointer;
}

.portfolio-difference__thumb.is-active {
	width: 88px;
	height: 88px;
	border: 2px solid var(--floorfox-primary);
}

.portfolio-difference__thumb:not(.is-active)::after {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: rgba(0, 0, 0, 0.2);
	content: "";
}

.portfolio-difference__thumb-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-difference__mobile-nav,
.portfolio-difference__button {
	display: none;
}

@media (max-width: 767px) {
	.portfolio-difference {
		margin-top: 25px;
	}

	.portfolio-difference__inner {
		gap: 35px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.portfolio-difference__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.portfolio-difference__header {
		gap: 15px;
		max-width: none;
	}

	.portfolio-difference__heading {
		font-size: 33px;
		line-height: 1.3;
		letter-spacing: 0;
	}

	.portfolio-difference__text {
		font-size: 15px;
		line-height: 1.5;
	}

	.portfolio-difference__showcase {
		gap: 25px;
	}

	.portfolio-difference__pair {
		gap: 5px;
	}

	.portfolio-difference__panel {
		height: 250px;
		border-radius: 18px;
	}

	.portfolio-difference__image--before {
		top: -1px;
		left: 0;
		width: 377px;
		height: 252px;
	}

	.portfolio-difference__image--after {
		top: -1px;
		left: -10px;
		width: 377px;
		height: 251px;
	}

	.portfolio-difference__label {
		top: 7px;
		left: 7px;
		min-width: 0;
		height: 38px;
		padding: 9px 13px;
		font-size: 16px;
	}

	.portfolio-difference__nav,
	.portfolio-difference__thumbs {
		display: none;
	}

	.portfolio-difference__mobile-nav {
		display: flex;
		gap: 13px;
		align-items: center;
		justify-content: center;
		color: #fff;
	}

	.portfolio-difference__counter {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 39px;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 1.935px;
		text-align: center;
	}

	.portfolio-difference__mobile-arrow {
		position: relative;
		display: block;
		width: 47px;
		height: 14px;
		padding: 0;
		border: 0;
		background: transparent;
		color: inherit;
		cursor: pointer;
	}

	.portfolio-difference__mobile-arrow::before {
		position: absolute;
		top: 6px;
		right: 0;
		left: 0;
		height: 1px;
		background: currentColor;
		content: "";
	}

	.portfolio-difference__mobile-arrow::after {
		position: absolute;
		top: 3px;
		right: 0;
		width: 7px;
		height: 7px;
		border-top: 1px solid currentColor;
		border-right: 1px solid currentColor;
		content: "";
		transform: rotate(45deg);
	}

	.portfolio-difference__mobile-arrow--prev {
		transform: scaleX(-1);
	}

	.portfolio-difference__button {
		display: inline-flex;
		width: 100%;
		height: 55px;
		align-items: center;
		justify-content: center;
		padding: 19px 30px;
		border: 2px solid var(--floorfox-primary);
		border-radius: 72px;
		background: transparent;
		font-family: "Sora", "Inter", system-ui, sans-serif;
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
}

.trusted-reviews {
	position: relative;
	overflow: hidden;
	background: transparent;
	color: #fff;
}

.trusted-reviews::before,
.trusted-reviews::after {
	display: none;
	width: 100%;
	height: 60px;
	background: linear-gradient(
		to bottom,
		rgba(24, 17, 13, 0.15) 0,
		rgba(24, 17, 13, 0.15) 20px,
		rgba(24, 17, 13, 0.4) 20px,
		rgba(24, 17, 13, 0.4) 40px,
		rgba(24, 17, 13, 0.8) 40px,
		rgba(24, 17, 13, 0.8) 60px
	);
	content: "";
}

.trusted-reviews--transition-top::before {
	display: block;
}

.trusted-reviews--transition-bottom::after {
	display: block;
	transform: scaleY(-1);
}

.trusted-reviews__inner {
	--trusted-reviews-container-width: 1258px;
	--trusted-reviews-intro-width: 425px;
	--trusted-reviews-gap: 32px;
	position: relative;
	display: grid;
	grid-template-columns: var(--trusted-reviews-intro-width) minmax(0, 1fr);
	gap: var(--trusted-reviews-gap);
	align-items: center;
	min-height: 315px;
	padding-top: 170px;
	padding-bottom: 115px;
	background: #18110d;
	box-shadow: 0 0 0 100vmax #18110d;
	clip-path: inset(0 -100vmax);
}

.trusted-reviews__inner.floorfox2-container {
	max-width: var(--trusted-reviews-container-width);
	padding-right: 0;
	padding-left: 0;
}

.trusted-reviews__inner::before {
	position: absolute;
	top: 98px;
	left: 677px;
	z-index: 0;
	width: 751px;
	height: 409px;
	border-radius: 48px;
	background: linear-gradient(125deg, #f37021 54.917%, #e94f27 94.913%);
	content: "";
	transform: rotate(11.3deg);
}

.trusted-reviews__intro {
	position: relative;
	z-index: 2;
	display: flex;
	width: var(--trusted-reviews-intro-width);
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
}

.trusted-reviews__copy {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.trusted-reviews__eyebrow,
.trusted-reviews__heading,
.trusted-reviews__text {
	margin: 0;
}

.trusted-reviews__eyebrow {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.84px;
	color: var(--floorfox-primary);
	text-transform: uppercase;
}

.trusted-reviews__heading {
	width: 100%;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.trusted-reviews__text {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

.trusted-reviews__text p,
.trusted-reviews__review-text p {
	margin: 0;
}

.trusted-reviews__nav {
	display: flex;
	gap: 20px;
	align-items: center;
}

.trusted-reviews__nav-button {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--floorfox-primary);
	cursor: pointer;
}

.trusted-reviews__nav-button::before {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
}

.trusted-reviews__nav--prev::before {
	transform: rotate(45deg);
}

.trusted-reviews__nav--next::before {
	left: 5px;
	transform: rotate(225deg);
}

.trusted-reviews__carousel {
	position: relative;
	z-index: 1;
	width: calc(100vw - max((100vw - var(--trusted-reviews-container-width)) / 2, 0px) - var(--trusted-reviews-intro-width) - var(--trusted-reviews-gap));
	min-width: 0;
	max-width: none;
	overflow: hidden;
}

.trusted-reviews__swiper {
	overflow: visible;
}

.trusted-reviews__card {
	display: flex;
	width: 600px;
	height: auto;
	flex-direction: column;
	gap: 24px;
	padding: 40px;
	border-radius: 32px;
	background: #fff;
	box-shadow: -1px 1px 12px rgba(0, 0, 0, 0.05);
}

.trusted-reviews__card-header {
	display: flex;
	gap: 15px;
	align-items: center;
	width: 100%;
}

.trusted-reviews__avatar {
	position: relative;
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	margin: 0;
	overflow: hidden;
	border-radius: 100px;
}

.trusted-reviews__avatar-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 165px;
	max-width: none;
	height: 92.5px;
	object-fit: cover;
	transform: translateX(-69%);
}

.trusted-reviews__person {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.trusted-reviews__name {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #2c1f18;
}

.trusted-reviews__rating {
	display: flex;
	gap: 4px;
	align-items: center;
	height: 24px;
}

.trusted-reviews__star {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #fec216;
}

.trusted-reviews__star--empty {
	color: #d8d8d8;
}

.trusted-reviews__review-text {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #33221b;
}

.trusted-reviews__dots {
	display: none;
}

@media (max-width: 767px) {
	.trusted-reviews__inner {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: center;
		min-height: 0;
		padding-top: 25px;
		padding-bottom: 50px;
	}

	.trusted-reviews__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.trusted-reviews__inner::before {
		top: 270px;
		left: -168px;
		width: 641px;
		height: 321px;
	}

	.trusted-reviews__intro {
		gap: 25px;
		width: 100%;
	}

	.trusted-reviews__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.trusted-reviews__text {
		font-size: 15px;
		line-height: 1.5;
	}

	.trusted-reviews__nav {
		justify-content: center;
		gap: 25px;
		width: 100%;
	}

	.trusted-reviews__carousel {
		display: flex;
		width: 100%;
		flex-direction: column;
		gap: 25px;
		filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
	}

	.trusted-reviews__swiper {
		width: 100%;
		overflow: hidden;
	}

	.trusted-reviews__card {
		width: 100%;
		padding: 40px;
		box-shadow: none;
	}

	.trusted-reviews__review-text {
		font-size: 16px;
		line-height: 1.5;
	}

	.trusted-reviews__dots {
		display: flex;
		gap: 4px;
		align-items: center;
		justify-content: center;
		width: 100%;
		filter: none;
	}

	.trusted-reviews__dots .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0;
		border-radius: 1px;
		background: rgba(255, 255, 255, 0.2);
		opacity: 1;
	}

	.trusted-reviews__dots .swiper-pagination-bullet-active {
		background: var(--floorfox-primary);
	}
}

.floor-services {
	overflow: hidden;
	padding: 120px 0;
	background: #fffbf8;
}

.floor-services__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.floor-services__head {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 600px;
}

.floor-services__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
	color: #2c1f18;
}

.floor-services__heading-accent {
	color: var(--floorfox-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.floor-services__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

/* Cards */
.floor-services__slide {
	position: relative;
	display: flex;
	height: auto;
	flex-direction: column;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.floor-services__slide:hover,
.floor-services__slide:focus-within {
	border-color: var(--floorfox-primary);
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.floor-services__media {
	position: relative;
	height: 230px;
	overflow: hidden;
}

.floor-services__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.floor-services__number {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--floorfox-primary);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.floor-services__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
}

.floor-services__title {
	margin: 0;
	min-height: 52px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #2c1f18;
}

.floor-services__lower {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.floor-services__desc {
	margin: 0;
	min-height: 63px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.75);
}

.floor-services__more {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	padding-top: 12px;
	gap: 8px;
	color: var(--floorfox-primary);
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
}

.floor-services__more-icon {
	width: 16px;
	height: 16px;
}

/* Whole card is clickable via the "Learn More" link. */
.floor-services__more::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
}

/* Footer CTA */
.floor-services__footer {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	text-align: center;
}

.floor-services__footer-text {
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}

.floor-services__actions {
	display: flex;
	width: 551px;
	max-width: 100%;
	gap: 30px;
	align-items: center;
}

.floor-services__button {
	display: inline-flex;
	flex: 1 1 0;
	min-width: 0;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.floor-services__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.42deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.floor-services__button--primary:hover,
.floor-services__button--primary:focus-visible {
	background: linear-gradient(102.42deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.floor-services__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.floor-services__button--secondary:hover,
.floor-services__button--secondary:focus-visible {
	background: rgba(255, 94, 0, 0.08);
}

/* Slider controls (mobile only) */
.floor-services__controls {
	display: none;
	gap: 14px;
	align-items: center;
	justify-content: center;
}

.floor-services__counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	letter-spacing: 1.9px;
	text-align: center;
	color: var(--floorfox-mobile-black);
}

.floor-services__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--floorfox-mobile-black);
	cursor: pointer;
}

.floor-services__nav-icon {
	width: 47px;
	height: 14px;
}

.floor-services__nav--prev {
	transform: scaleX(-1);
}

.floor-services__nav.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}

/* Desktop / tablet: static grid, Swiper disabled. */
@media (min-width: 768px) {
	.floor-services__swiper .floor-services__track {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 30px 24px;
		transform: none;
	}

	.floor-services__controls {
		display: none;
	}
}

@media (min-width: 1180px) {
	.floor-services__heading {
		white-space: nowrap;
	}
}

/* Mobile: Swiper carousel. */
@media (max-width: 767px) {
	.floor-services {
		padding: 70px 0;
	}

	.floor-services__inner {
		gap: 35px;
	}

	.floor-services__head {
		max-width: none;
	}

	.floor-services__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.floor-services__text {
		font-size: 15px;
	}

	.floor-services__carousel {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}

	.floor-services__swiper {
		width: 100%;
		overflow: hidden;
	}

	.floor-services__swiper .floor-services__slide {
		width: 289px;
		height: auto;
	}

	.floor-services__controls {
		display: flex;
	}

	.floor-services__footer {
		gap: 10px;
	}

	.floor-services__footer-text {
		display: none;
	}

	.floor-services__actions {
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.floor-services__button {
		width: 100%;
		flex: 0 0 auto;
	}
}

.flooring-problems {
	overflow: hidden;
	padding: 120px 0;
	background: #fffbf8;
}

.flooring-problems__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}

/* Head */
.flooring-problems__head {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	text-align: center;
}

.flooring-problems__eyebrow {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin: 0;
	padding: 13px 23px;
	border: 1px solid rgba(243, 112, 33, 0.3);
	border-radius: 29px;
	background: rgba(243, 112, 33, 0.05);
	color: var(--floorfox-primary);
	font-size: 14px;
	line-height: 19.5px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}

.flooring-problems__eyebrow-icon {
	width: 24px;
	height: 24px;
}

.flooring-problems__heading {
	margin: 0;
	max-width: 900px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	color: #2c1f18;
}

.flooring-problems__heading-lead,
.flooring-problems__heading-accent {
	display: block;
}

.flooring-problems__heading-accent {
	color: var(--floorfox-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.flooring-problems__text {
	max-width: 522px;
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	color: #2c1f18;
}

/* Cards */
.flooring-problems__carousel {
	align-self: stretch;
	width: 100%;
}

.flooring-problems__card {
	position: relative;
	height: 255px;
	overflow: hidden;
	border: 1px solid #f2d4b1;
	border-radius: 24px;
}

.flooring-problems__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flooring-problems__card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 57.6%, rgba(0, 0, 0, 0.8) 100%);
	content: "";
}

.flooring-problems__badge {
	position: absolute;
	top: 16px;
	left: 18px;
	z-index: 1;
	display: flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 10px 7.5px rgba(0, 0, 0, 0.1);
}

.flooring-problems__badge-icon {
	width: 24px;
	height: 24px;
}

.flooring-problems__badge--orange {
	background: linear-gradient(to right, #ff9858, #f37021);
}

.flooring-problems__badge--blue {
	background: linear-gradient(to right, #6bb6ff, #4a90e2);
}

.flooring-problems__badge--navy {
	background: linear-gradient(to right, #4a90e2, #2c5282);
}

.flooring-problems__label {
	position: absolute;
	right: 24px;
	bottom: 26px;
	left: 32px;
	z-index: 1;
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
}

/* Footer buttons */
.flooring-problems__footer {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.flooring-problems__footer-text {
	margin: 0;
	color: #2c1f18;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.flooring-problems__actions {
	display: flex;
	width: 551px;
	max-width: 100%;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.flooring-problems__button {
	display: inline-flex;
	flex: 1 1 0;
	min-width: 0;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.flooring-problems__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.42deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.flooring-problems__button--primary:hover,
.flooring-problems__button--primary:focus-visible {
	background: linear-gradient(102.42deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.flooring-problems__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.flooring-problems__button--secondary:hover,
.flooring-problems__button--secondary:focus-visible {
	background: rgba(255, 94, 0, 0.08);
}

/* Controls (mobile only) */
.flooring-problems__controls {
	display: none;
	gap: 14px;
	align-items: center;
	justify-content: center;
}

.flooring-problems__counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	letter-spacing: 1.9px;
	text-align: center;
	color: var(--floorfox-mobile-black);
}

.flooring-problems__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--floorfox-mobile-black);
	cursor: pointer;
}

.flooring-problems__nav-icon {
	width: 47px;
	height: 14px;
}

.flooring-problems__nav--prev {
	transform: scaleX(-1);
}

.flooring-problems__nav.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}

/* Desktop / tablet: static 3-column grid. */
@media (min-width: 768px) {
	.flooring-problems__swiper .flooring-problems__track {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px 22px;
		transform: none;
	}

	.flooring-problems__controls {
		display: none;
	}
}

/* Mobile: Swiper carousel. */
@media (max-width: 767px) {
	.flooring-problems {
		padding: 70px 0;
	}

	.flooring-problems__inner {
		gap: 35px;
	}

	.flooring-problems__heading {
		font-size: 33px;
	}

	.flooring-problems__text {
		font-size: 15px;
	}

	.flooring-problems__carousel {
		display: flex;
		flex-direction: column;
		gap: 35px;
		align-self: stretch;
	}

	.flooring-problems__swiper {
		width: 100%;
		overflow: hidden;
	}

	.flooring-problems__swiper .flooring-problems__card {
		width: 288px;
	}

	.flooring-problems__controls {
		display: flex;
	}

	.flooring-problems__actions {
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.flooring-problems__button {
		width: 100%;
		flex: 0 0 auto;
	}
}

.how-it-works {
	overflow: hidden;
	padding: 120px 0;
	background: #fffbf8;
}

.how-it-works__inner {
	display: flex;
	gap: 81px;
	align-items: stretch;
}

.how-it-works__main {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 40px;
}

/* Head */
.how-it-works__head {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.how-it-works__heading {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 11px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	color: #2c1f18;
}

.how-it-works__heading::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: var(--floorfox-primary);
	content: "";
}

.how-it-works__text {
	max-width: 612px;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

/* Steps */
.how-it-works__steps {
	display: grid;
	grid-template-rows: repeat(3, auto);
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	gap: 35px;
}

.how-it-works__step {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.how-it-works__step-number {
	display: flex;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(to right, var(--floorfox-primary), #ff9858);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}

.how-it-works__step-text {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}

.how-it-works__step-title {
	display: block;
	margin-bottom: 4px;
	font-weight: 700;
}

.how-it-works__button {
	display: flex;
	align-self: flex-start;
	justify-self: flex-start;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	background: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.how-it-works__button:hover,
.how-it-works__button:focus-visible {
	background: #3c2b20;
}

/* Media */
.how-it-works__media {
	flex: 0 0 460px;
	align-self: flex-start;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 0.82;
	border-radius: 32px;
}

.how-it-works__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.how-it-works--detailed {
	padding: 70px 0;
}

.how-it-works--detailed .how-it-works__inner {
	gap: 56px;
	align-items: flex-start;
}

.how-it-works--detailed .how-it-works__main {
	gap: 32px;
}

.how-it-works--detailed .how-it-works__heading {
	font-size: 48px;
	line-height: 1.18;
}

.how-it-works--detailed .how-it-works__steps {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: none;
	grid-auto-flow: row;
	gap: 24px 32px;
}

.how-it-works--detailed .how-it-works__step {
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(44, 31, 24, 0.08);
	border-radius: 18px;
	background: #fff;
}

.how-it-works--detailed .how-it-works__step-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

.how-it-works--detailed .how-it-works__media {
	flex-basis: 400px;
	max-width: 400px;
	aspect-ratio: 0.8;
}

.how-it-works--detailed .how-it-works__button {
	grid-column: 1 / -1;
	width: fit-content;
	min-width: 240px;
}

/* Mobile */
@media (max-width: 767px) {
	.how-it-works {
		padding: 70px 0;
	}

	.how-it-works__inner {
		flex-direction: column;
		gap: 25px;
		align-items: stretch;
	}

	.how-it-works__main {
		display: contents;
	}

	.how-it-works__head {
		order: 1;
		gap: 12px;
	}

	.how-it-works__media {
		order: 2;
		flex: none;
		width: 100%;
		aspect-ratio: 16 / 10;
		border-radius: 24px;
	}

	.how-it-works__steps {
		order: 3;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.how-it-works__heading {
		font-size: 33px;
	}

	.how-it-works__text {
		max-width: none;
		font-size: 15px;
	}

	.how-it-works__button {
		width: 100%;
	}

	.how-it-works--detailed {
		padding: 25px 0;
	}

	.how-it-works--detailed .how-it-works__heading {
		font-size: 33px;
	}

	.how-it-works--detailed .how-it-works__steps {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.how-it-works--detailed .how-it-works__step {
		padding: 16px;
		border-radius: 14px;
	}

	.how-it-works--detailed .how-it-works__media {
		max-width: none;
		aspect-ratio: 16 / 10;
	}
}

.promo-banner {
	padding: 60px 0;
	background: #fffbf8;
}

.promo-banner__banner {
	position: relative;
	display: flex;
	min-height: 488px;
	align-items: center;
	justify-content: flex-start;
	padding: 70px 56px;
	overflow: hidden;
	border-radius: 48px;
}

.promo-banner__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.1);
}

.promo-banner__card {
	position: relative;
	z-index: 1;
	display: flex;
	width: 484px;
	max-width: 100%;
	flex-direction: column;
	gap: 20px;
	padding: 41px;
	border: 1px solid #d8d8d8;
	border-radius: 32px;
	background: #fff;
}

.promo-banner__card::before {
	position: absolute;
	inset: 10px;
	border: 3px dashed rgba(51, 34, 27, 0.8);
	border-radius: 26px;
	content: "";
	pointer-events: none;
}

.promo-banner__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color: #2c1f18;
}

.promo-banner__heading-accent {
	color: var(--floorfox-primary);
}

.promo-banner__text {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.promo-banner__text p {
	margin: 0;
}

.promo-banner__code {
	display: inline-flex;
	align-self: flex-start;
	gap: 6px;
	align-items: baseline;
	padding: 16px 40px;
	border-radius: 32px;
	background: var(--floorfox-primary);
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
}

.promo-banner__code-label {
	white-space: nowrap;
}

.promo-banner__code-value {
	text-decoration: underline;
	text-underline-position: from-font;
}

/* Mobile */
@media (max-width: 767px) {
	.promo-banner {
		padding: 40px 0;
	}

	.promo-banner__inner.floorfox2-container {
		padding-right: 0;
		padding-left: 0;
	}

	.promo-banner__banner {
		min-height: 0;
		justify-content: center;
		padding: 48px 16px;
		border-radius: 0;
	}

	.promo-banner__card {
		width: 100%;
		gap: 20px;
		padding: 41px;
	}

	.promo-banner__heading {
		font-size: 28px;
	}

	.promo-banner__text {
		font-size: 15px;
	}

	.promo-banner__code {
		width: 100%;
		justify-content: center;
		padding: 22px 11px;
		font-size: clamp(13px, 4.2vw, 16px);
		line-height: 1.2;
	}
}

.floor-types {
	position: relative;
	overflow: hidden;
	background: var(--floorfox-dark-section);
	color: #fff;
}

/* Full-bleed dark background shared with Commercial Spaces and Portfolio. */
.floor-types__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 90px;
	padding-bottom: 90px;
	background: var(--floorfox-dark-section);
	box-shadow: 0 0 0 100vmax var(--floorfox-dark-section);
	clip-path: inset(0 -100vmax);
}

/* Head */
.floor-types__head {
	display: flex;
	gap: 40px;
	align-items: flex-end;
}

.floor-types__heading {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.floor-types__heading-accent {
	color: var(--floorfox-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.floor-types__intro {
	display: flex;
	flex: 0 0 auto;
	max-width: 414px;
	gap: 12px;
	align-items: stretch;
}

.floor-types__intro-divider {
	flex: 0 0 2px;
	width: 2px;
	border-radius: 2px;
	background: var(--floorfox-primary);
}

.floor-types__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

/* Groups */
.floor-types__groups {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.floor-types__group {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.floor-types__eyebrow {
	display: flex;
	gap: 6px;
	align-items: center;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #d6d4d2;
	text-transform: uppercase;
}

.floor-types__eyebrow-dot {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--floorfox-primary);
}

/* Cards */
.floor-types__card {
	display: flex;
	height: auto;
	flex-direction: column;
	gap: 15px;
}

.floor-types__card-media {
	height: 185px;
	overflow: hidden;
	border-radius: 18px;
}

.floor-types__card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.floor-types__card-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

/* Controls (mobile only) */
.floor-types__controls {
	display: none;
	gap: 14px;
	align-items: center;
	justify-content: center;
}

.floor-types__counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	letter-spacing: 1.9px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

.floor-types__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.floor-types__nav-icon {
	width: 47px;
	height: 14px;
}

.floor-types__nav--prev {
	transform: scaleX(-1);
}

.floor-types__nav.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}

/* Desktop / tablet: static 5-column row. */
@media (min-width: 768px) {
	.floor-types__swiper .floor-types__track {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 25px;
		transform: none;
	}

	.floor-types__controls {
		display: none;
	}
}

/* Mobile: Swiper carousel per group. */
@media (max-width: 767px) {
	.floor-types__inner {
		gap: 35px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.floor-types__head {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}

	.floor-types__heading {
		font-size: 33px;
	}

	.floor-types__intro-divider {
		display: none;
	}

	.floor-types__text {
		max-width: none;
		font-size: 15px;
	}

	.floor-types__group {
		gap: 20px;
	}

	.floor-types__carousel {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.floor-types__swiper {
		width: 100%;
		overflow: hidden;
	}

	.floor-types__swiper .floor-types__card {
		width: 232px;
	}

	.floor-types__controls {
		display: flex;
	}
}

.commercial-spaces {
	position: relative;
	overflow: hidden;
	background: var(--floorfox-dark-section);
	color: #fff;
}

/* Full-bleed dark background shared with Floor Types and Portfolio. */
.commercial-spaces__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 41px;
	padding-top: 90px;
	padding-bottom: 90px;
	background: var(--floorfox-dark-section);
	box-shadow: 0 0 0 100vmax var(--floorfox-dark-section);
	clip-path: inset(0 -100vmax);
}

/* Head */
.commercial-spaces__head {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.commercial-spaces__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	color: #fff;
}

.commercial-spaces__heading-accent {
	color: var(--floorfox-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.commercial-spaces__text {
	max-width: 623px;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

/* Grid */
.commercial-spaces__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 60px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.commercial-spaces__item {
	display: flex;
	gap: 10px;
	align-items: center;
}

.commercial-spaces__item-icon {
	display: flex;
	flex: 0 0 45px;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.commercial-spaces__item-image {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.commercial-spaces__item-label {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.198px;
	color: #fff;
}

@media (max-width: 1024px) {
	.commercial-spaces__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 40px 20px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.commercial-spaces__inner {
		gap: 35px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.commercial-spaces__heading {
		font-size: 33px;
	}

	.commercial-spaces__text {
		max-width: none;
		font-size: 15px;
	}

	.commercial-spaces__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 16px;
	}

	.commercial-spaces__item-label {
		font-size: 16px;
	}
}

.services-commercial-spaces {
	overflow: hidden;
	padding: 0;
	background: #fffcfa;
	color: #2c1f18;
}

.services-commercial-spaces__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.services-commercial-spaces__head {
	display: flex;
	width: 898px;
	max-width: 100%;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.services-commercial-spaces__heading {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	gap: 0.25em;
	align-items: baseline;
	color: #2c1f18;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-transform: capitalize;
}

.services-commercial-spaces__heading-accent {
	color: var(--floorfox-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.services-commercial-spaces__text {
	width: 623px;
	max-width: 100%;
	margin: 0;
	color: rgba(51, 34, 27, 0.8);
	font-size: 16px;
	line-height: 1.5;
}

.services-commercial-spaces__grid {
	display: grid;
	width: 100%;
	grid-template-columns: 181px 180px 282px 268px;
	gap: 49px 113px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.services-commercial-spaces__item {
	display: flex;
	min-width: 0;
	gap: 10px;
	align-items: center;
}

.services-commercial-spaces__item-icon {
	display: flex;
	width: 45px;
	height: 45px;
	flex: 0 0 45px;
	align-items: center;
	justify-content: center;
}

.services-commercial-spaces__item-image {
	width: 45px;
	height: 45px;
	filter: brightness(0) saturate(100%) invert(53%) sepia(96%) saturate(2021%) hue-rotate(349deg) brightness(99%) contrast(91%);
	object-fit: contain;
}

.services-commercial-spaces__item-label {
	margin: 0;
	color: #2c1f18;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.198px;
}

.services-commercial-spaces__actions {
	display: flex;
	width: 551px;
	max-width: 100%;
	margin: 0 auto;
	gap: 30px;
	align-items: center;
}

.services-commercial-spaces__button {
	display: inline-flex;
	height: 55px;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.services-commercial-spaces__button--primary {
	border: 2px solid transparent;
	background: linear-gradient(102.42deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.services-commercial-spaces__button--primary:hover,
.services-commercial-spaces__button--primary:focus-visible {
	background: linear-gradient(102.42deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.services-commercial-spaces__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.services-commercial-spaces__button--secondary:hover,
.services-commercial-spaces__button--secondary:focus-visible {
	background: rgba(255, 94, 0, 0.08);
}

@media (max-width: 1180px) {
	.services-commercial-spaces__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 42px 28px;
	}
}

@media (max-width: 767px) {
	.services-commercial-spaces {
		padding: 0 0 50px;
	}

	.services-commercial-spaces__inner {
		gap: 25px;
	}

	.services-commercial-spaces__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.services-commercial-spaces__head {
		width: 100%;
	}

	.services-commercial-spaces__heading {
		display: block;
		width: 100%;
		font-size: 33px;
		line-height: 1.3;
		letter-spacing: 0;
	}

	.services-commercial-spaces__heading-after {
		display: block;
	}

	.services-commercial-spaces__text {
		width: 100%;
		font-size: 15px;
	}

	.services-commercial-spaces__grid {
		grid-template-columns: repeat(2, minmax(0, max-content));
		gap: 25px 23px;
		padding: 0 10px;
	}

	.services-commercial-spaces__item {
		align-items: center;
	}

	.services-commercial-spaces__item-icon {
		width: 35px;
		height: 35px;
		flex-basis: 35px;
	}

	.services-commercial-spaces__item-image {
		width: 35px;
		height: 35px;
	}

	.services-commercial-spaces__item-label {
		font-size: 16px;
		letter-spacing: 0;
		color: rgba(51, 34, 27, 0.8);
	}

	.services-commercial-spaces__actions {
		display: none;
	}
}

.contact-methods {
	overflow: hidden;
	background: #fffbf8;
}

.contact-methods__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	padding-top: 0;
	padding-bottom: 50px;
}

.contact-methods__intro {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	width: 100%;
	max-width: 886px;
	text-align: center;
}

.contact-methods__heading {
	width: min(100%, 707px);
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
}

.contact-methods__text {
	width: min(100%, 767px);
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.contact-methods__text p,
.contact-methods__card-text p {
	margin: 0;
}

.contact-methods__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 25px;
	width: 100%;
}

.contact-methods__card {
	display: flex;
	flex-direction: column;
	gap: 25px;
	justify-content: center;
	min-width: 0;
	min-height: 300px;
	padding: 26px;
	border: 1px solid #f2d4b1;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-methods__card-head {
	display: flex;
	gap: 25px;
	align-items: center;
	width: 100%;
}

.contact-methods__icon-wrap {
	display: inline-flex;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	color: var(--floorfox-primary);
}

.contact-methods__icon {
	display: block;
	width: auto;
	max-width: 52px;
	height: auto;
	max-height: 52px;
}

.contact-methods__card-heading {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	color: #2c1f18;
}

.contact-methods__card-text {
	width: 100%;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.contact-methods__button {
	display: flex;
	width: 100%;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border: 2px solid var(--floorfox-primary);
	border-radius: 72px;
	background: transparent;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #2c1f18;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease;
}

.contact-methods__button:hover,
.contact-methods__button:focus-visible {
	background: var(--floorfox-primary);
	color: #fff;
}

.contact-methods__socials {
	display: flex;
	gap: 31px;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 55px;
	color: #f2d4b1;
}

.contact-methods__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease;
}

.contact-methods__social-link:hover,
.contact-methods__social-link:focus-visible {
	color: var(--floorfox-primary);
}

.contact-methods__social-icon {
	display: block;
	width: auto;
	height: 35px;
}

@media (max-width: 767px) {
	.contact-methods__inner {
		gap: 25px;
		align-items: flex-start;
		padding-top: 170px;
		padding-bottom: 25px;
	}

	.contact-methods__intro {
		width: 100%;
		max-width: none;
	}

	.contact-methods__heading {
		width: 100%;
		font-size: 33px;
		line-height: 1.3;
	}

	.contact-methods__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.contact-methods__cards {
		grid-template-columns: 1fr;
		gap: 25px;
		width: 100%;
	}

	.contact-methods__card {
		min-height: 300px;
		padding: 26px;
	}
}

.general-contacts {
	overflow: hidden;
	padding-bottom: 80px;
	background: #fffbf8;
}

.general-contacts__inner {
	display: flex;
	gap: 60px;
	align-items: stretch;
	padding-top: 0;
	padding-bottom: 0;
}

.general-contacts__content {
	display: flex;
	flex: 0 0 554px;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
	min-width: 0;
}

.general-contacts__heading {
	width: 100%;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
}

.general-contacts__items {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
}

.general-contacts__item {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-width: 0;
	padding: 15px 20px;
	border: 1px solid rgba(69, 69, 69, 0.15);
	border-radius: 11px;
}

.general-contacts__item-label {
	display: flex;
	gap: 8px;
	align-items: center;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #2c1f18;
	white-space: nowrap;
}

.general-contacts__item-icon {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: 20px;
	--stroke-0: #000300;
}

.general-contacts__item-value {
	display: block;
	overflow-wrap: anywhere;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--floorfox-primary);
	text-decoration: none;
}

.general-contacts__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin: 0;
}

.general-contacts__field-row {
	display: flex;
	gap: 10px;
	width: 100%;
}

.general-contacts__field {
	position: relative;
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
}

.general-contacts__field input,
.general-contacts__field select,
.general-contacts__field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(44, 31, 24, 0.15);
	border-radius: 11px;
	background: #f8f8f8;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(64, 64, 64, 0.9);
}

.general-contacts__field input,
.general-contacts__field select {
	height: 50px;
	padding: 12px 8px;
}

.general-contacts__field textarea {
	height: 88px;
	padding: 12px 8px;
	resize: none;
}

.general-contacts__field ::placeholder {
	color: rgba(64, 64, 64, 0.8);
	opacity: 1;
}

.general-contacts__field--select select {
	appearance: none;
	padding-right: 28px;
	color: rgba(64, 64, 64, 0.8);
}

.general-contacts__field--select::after {
	position: absolute;
	top: 50%;
	left: 49px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	content: "";
	pointer-events: none;
	transform: translateY(-65%) rotate(45deg);
}

.general-contacts__terms {
	display: flex;
	gap: 11px;
	align-items: center;
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 34, 27, 0.8);
}

.general-contacts__terms input {
	position: relative;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	appearance: none;
	background: #e0e0e0;
}

.general-contacts__terms input:checked::after {
	position: absolute;
	top: 4px;
	left: 8px;
	width: 8px;
	height: 14px;
	border-right: 2px solid #2c1f18;
	border-bottom: 2px solid #2c1f18;
	content: "";
	transform: rotate(45deg);
}

.general-contacts__button {
	display: flex;
	width: 196px;
	height: 55px;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	padding: 19px 30px;
	border: 0;
	border-radius: 72px;
	background: linear-gradient(99.409deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.general-contacts__button:hover,
.general-contacts__button:focus-visible {
	background: linear-gradient(99.409deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.general-contacts__media {
	position: relative;
	flex: 0 0 644px;
	width: 644px;
	min-height: 508px;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
}

.general-contacts__image {
	position: absolute;
	top: -38px;
	left: -94px;
	width: 769px;
	max-width: none;
	height: 577px;
	object-fit: cover;
}

.general-contacts--no-media .general-contacts__content {
	flex-basis: 100%;
}

@media (max-width: 1180px) {
	.general-contacts__inner {
		gap: 40px;
	}

	.general-contacts__content {
		flex: 1 1 48%;
	}

	.general-contacts__media {
		flex: 1 1 48%;
		width: auto;
	}
}

@media (max-width: 767px) {
	.general-contacts {
		padding-bottom: 50px;
	}

	.general-contacts__inner {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
		padding-top: 0;
		padding-bottom: 0;
	}

	.general-contacts__content {
		flex: 0 0 auto;
		gap: 25px;
		width: 100%;
	}

	.general-contacts__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.general-contacts__items,
	.general-contacts__field-row {
		flex-direction: column;
		align-items: stretch;
	}

	.general-contacts__item {
		width: 100%;
	}

	.general-contacts__field {
		flex: 0 0 auto;
		width: 100%;
	}

	.general-contacts__button {
		width: 100%;
		margin-top: 15px;
	}

	.general-contacts__media {
		display: none;
	}
}

.local-trusted-partner {
	overflow: hidden;
	background: #fffbf8;
}

.local-trusted-partner__inner {
	display: flex;
	gap: 60px;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

.local-trusted-partner__media {
	position: relative;
	flex: 0 0 644px;
	width: 644px;
	height: 455px;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
}

.local-trusted-partner__image {
	position: absolute;
	max-width: none;
	object-fit: cover;
}

.local-trusted-partner__image--desktop {
	top: -17px;
	left: calc(50% + 32px);
	display: block;
	width: 708px;
	height: 472px;
	transform: translateX(-50%);
}

.local-trusted-partner__image--mobile {
	display: none;
}

.local-trusted-partner__content {
	display: flex;
	flex: 0 0 554px;
	flex-direction: column;
	gap: 27px;
	min-width: 0;
}

.local-trusted-partner__body {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
}

.local-trusted-partner__intro {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
}

.local-trusted-partner__heading {
	width: 100%;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: var(--floorfox-primary);
}

.local-trusted-partner__heading-dark {
	color: #2c1f18;
}

.local-trusted-partner__text {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.local-trusted-partner__text p {
	margin: 0;
}

.local-trusted-partner__features {
	display: grid;
	width: 100%;
	margin: 0;
	padding: 0;
	grid-template-columns: 283px minmax(0, 254px);
	column-gap: 17px;
	row-gap: 15px;
	list-style: none;
}

.local-trusted-partner__feature {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	min-width: 0;
	font-size: 15px;
	line-height: 1.3;
	color: #33221b;
}

.local-trusted-partner__feature-dot {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	margin-top: 5px;
	border-radius: 50%;
	background: var(--floorfox-primary);
}

.local-trusted-partner__feature-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	line-height: 0;
	white-space: nowrap;
}

.local-trusted-partner__feature-copy strong,
.local-trusted-partner__feature-copy span {
	display: block;
	line-height: 1.3;
}

.local-trusted-partner__feature-copy strong {
	font-weight: 700;
}

.local-trusted-partner__feature-copy span {
	font-weight: 500;
}

.local-trusted-partner__actions {
	display: flex;
	gap: 30px;
	align-items: center;
	width: min(100%, 551px);
}

.local-trusted-partner__button {
	display: inline-flex;
	width: 100%;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.local-trusted-partner__button--primary {
	border: 0;
	background: linear-gradient(99.409deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.local-trusted-partner__button--primary:hover,
.local-trusted-partner__button--primary:focus-visible {
	background: linear-gradient(99.409deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.local-trusted-partner__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: #fff;
	color: var(--floorfox-primary);
}

.local-trusted-partner__button--secondary:hover,
.local-trusted-partner__button--secondary:focus-visible {
	background: rgba(255, 94, 0, 0.08);
}

.local-trusted-partner--no-media .local-trusted-partner__content {
	flex-basis: 100%;
}

.local-trusted-partner__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 36px;
	align-items: center;
	justify-content: space-between;
	margin-top: 56px;
}

.local-trusted-partner__badge {
	display: inline-flex;
	align-items: center;
}

.local-trusted-partner__badge-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.local-trusted-partner__badge-image {
		max-height: 72px;
	}
}

@media (max-width: 767px) {
	.local-trusted-partner__inner {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
		padding-top: 0;
		padding-bottom: 0;
	}

	.local-trusted-partner__content {
		display: contents;
	}

	.local-trusted-partner__body {
		display: contents;
	}

	.local-trusted-partner__intro {
		order: 1;
		gap: 15px;
		width: 100%;
	}

	.local-trusted-partner__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.local-trusted-partner__text {
		font-size: 15px;
		line-height: 1.5;
	}

	.local-trusted-partner__media {
		order: 2;
		flex: 0 0 auto;
		width: 100%;
		height: 200px;
		border-radius: 32px;
	}

	.local-trusted-partner__image--desktop {
		display: none;
	}

	.local-trusted-partner__image--mobile {
		top: -67px;
		left: 0;
		display: block;
		width: 415px;
		height: 311px;
		transform: none;
	}

	.local-trusted-partner__features {
		order: 3;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.local-trusted-partner__feature-copy {
		display: block;
		white-space: nowrap;
	}

	.local-trusted-partner__feature-copy strong,
	.local-trusted-partner__feature-copy span {
		display: inline;
		line-height: 1.3;
	}

	.local-trusted-partner__actions {
		display: none;
	}

	.local-trusted-partner__badges {
		display: none;
	}
}

.local-expert-cta {
	overflow: hidden;
	padding: 45px 0;
	background: #fffbf8;
}

.local-expert-cta__inner {
	padding-top: 0;
	padding-bottom: 0;
}

.local-expert-cta__card {
	position: relative;
	min-height: 515px;
	overflow: hidden;
	padding: 53px 70px 60px;
	border-radius: 48px;
	background: #fffcfa;
}

.local-expert-cta__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none;
}

.local-expert-cta__background::after {
	position: absolute;
	inset: 0;
	content: "";
	background: radial-gradient(ellipse 54% 52% at 52% 47%, rgba(255, 252, 250, 0.98) 0%, rgba(255, 252, 250, 0) 48%, rgba(255, 252, 250, 0.78) 100%);
}

.local-expert-cta__background-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.local-expert-cta__background-image--mobile {
	display: none;
}

.local-expert-cta__content {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(100%, 1074px);
	flex-direction: column;
	gap: 40px;
	align-items: flex-start;
}

.local-expert-cta__copy {
	display: flex;
	width: min(100%, 890px);
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.local-expert-cta__heading {
	width: 100%;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
}

.local-expert-cta__heading-accent {
	color: var(--floorfox-primary);
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

.local-expert-cta__text {
	width: min(100%, 612px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.local-expert-cta__text p {
	margin: 0;
}

.local-expert-cta__button {
	display: inline-flex;
	width: min(100%, 1074px);
	height: 58px;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-radius: 8px;
	background: linear-gradient(270deg, #f37021 0%, #ff9858 100%);
	box-shadow: 0 10px 7.5px rgba(0, 0, 0, 0.1);
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}

.local-expert-cta__button:hover,
.local-expert-cta__button:focus-visible {
	background: linear-gradient(270deg, #ff7a2a 0%, #ffa66d 100%);
}

.local-expert-cta__button-icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.local-expert-cta__button-icon path:first-child {
	display: none;
}

@media (max-width: 767px) {
	.local-expert-cta {
		padding: 0 0 25px;
		background: #fffbf8;
	}

	.local-expert-cta__inner {
		width: 100vw;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.local-expert-cta__card {
		width: 100%;
		min-height: 454px;
		padding: 30px 20px 70px;
		border-radius: 0 0 32px 32px;
	}

	.local-expert-cta__background {
		border-radius: 0 0 32px 32px;
	}

	.local-expert-cta__background::after {
		background: linear-gradient(180deg, #fffcfa 29.082%, rgba(255, 252, 250, 0.29) 100%);
	}

	.local-expert-cta__background-image--desktop {
		display: none;
	}

	.local-expert-cta__background-image--mobile {
		display: block;
	}

	.local-expert-cta__content {
		width: min(calc(100vw - 40px), 360px);
		gap: 40px;
	}

	.local-expert-cta__copy {
		width: 100%;
		gap: 15px;
	}

	.local-expert-cta__heading {
		width: min(100%, 340px);
		font-size: 33px;
		line-height: 1.3;
	}

	.local-expert-cta__heading-accent {
		text-underline-offset: 4px;
	}

	.local-expert-cta__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.local-expert-cta__button {
		width: 100%;
		height: 58px;
		font-size: 20px;
		line-height: 20px;
	}
}

.faq-accordion {
	overflow: visible;
	padding: 45px 0;
	background: #fffbf8;
}

.faq-accordion__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
	padding-top: 0;
	padding-bottom: 0;
}

.faq-accordion__intro {
	position: sticky;
	top: 45px;
	z-index: 1;
	display: flex;
	flex: 0 0 612px;
	flex-direction: column;
	gap: 35px;
	align-items: flex-start;
}

.admin-bar .faq-accordion__intro {
	top: 77px;
}

.faq-accordion__copy {
	display: flex;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}

.faq-accordion__heading {
	width: 100%;
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
}

.faq-accordion__text {
	width: 100%;
	min-width: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.faq-accordion__text p {
	margin: 0;
}

.faq-accordion__actions {
	display: flex;
	width: min(100%, 524px);
	min-width: 0;
	gap: 30px;
	align-items: center;
}

.faq-accordion__button {
	display: inline-flex;
	flex: 1 1 0;
	min-width: 0;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.faq-accordion__button--primary {
	background: linear-gradient(101.795deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	color: #fff;
}

.faq-accordion__button--primary:hover,
.faq-accordion__button--primary:focus-visible {
	background: linear-gradient(101.795deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.faq-accordion__button--secondary {
	border: 2px solid var(--floorfox-primary);
	background: transparent;
	color: #2c1f18;
}

.faq-accordion__button--secondary:hover,
.faq-accordion__button--secondary:focus-visible {
	background: rgba(243, 112, 33, 0.08);
}

.faq-accordion__list {
	display: flex;
	flex: 0 0 614px;
	min-width: 0;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}

.faq-accordion__item {
	width: 100%;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(64, 64, 64, 0.1);
	border-radius: 16px;
	background: #fff;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.faq-accordion__item--open {
	border-color: #f1f2f9;
	background: rgba(243, 112, 33, 0.05);
}

.faq-accordion__trigger {
	display: flex;
	width: 100%;
	min-width: 0;
	min-height: 92px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 28px 30px 36px;
	border: 0;
	background: transparent;
	color: #2c1f18;
	text-align: left;
	cursor: pointer;
	transition: min-height 260ms cubic-bezier(0.22, 1, 0.36, 1), padding 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-accordion__item--open .faq-accordion__trigger {
	min-height: 0;
	padding-bottom: 0;
}

.faq-accordion__question {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 450px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #2c1f18;
}

.faq-accordion__icon-wrap {
	display: inline-flex;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(44, 31, 24, 0.1);
	color: #2c1f18;
	transition: background 180ms ease, color 180ms ease;
}

.faq-accordion__item--open .faq-accordion__icon-wrap {
	background: linear-gradient(90deg, #f37021 0%, #ff9858 100%);
	color: #fff;
}

.faq-accordion__icon {
	width: 9px;
	height: 14px;
	transition: transform 180ms ease;
}

.faq-accordion__item--open .faq-accordion__icon {
	transform: rotate(90deg);
}

.faq-accordion__answer {
	width: min(100%, 425px);
	height: auto;
	overflow: hidden;
	margin: 0 36px;
	padding: 20px 0 44px;
	opacity: 1;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(51, 34, 27, 0.8);
	transition: height 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.faq-accordion__answer[hidden] {
	display: none;
}

.faq-accordion__answer p {
	margin: 0;
}

.faq-accordion__answer p + p {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.faq-accordion {
		overflow: hidden;
		padding: 25px 0;
	}

	.faq-accordion__inner {
		width: 100vw;
		max-width: none;
		flex-direction: column;
		gap: 35px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.faq-accordion__intro {
		position: static;
		display: contents;
	}

	.admin-bar .faq-accordion__intro {
		top: auto;
	}

	.faq-accordion__copy {
		order: 1;
		gap: 15px;
	}

	.faq-accordion__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.faq-accordion__text {
		font-size: 16px;
		line-height: 1.5;
	}

	.faq-accordion__list {
		order: 2;
		width: 100%;
		flex: 0 0 auto;
		gap: 20px;
	}

	.faq-accordion__item {
		border-radius: 16px;
	}

	.faq-accordion__trigger {
		min-height: 113px;
		gap: 12px;
		padding: 25px 19px;
	}

	.faq-accordion__item--open .faq-accordion__trigger {
		padding-bottom: 0;
	}

	.faq-accordion__question {
		max-width: 270px;
		font-size: 17px;
		line-height: 1.35;
	}

	.faq-accordion__icon-wrap {
		flex-basis: 31px;
		width: 31px;
		height: 31px;
	}

	.faq-accordion__answer {
		width: auto;
		margin: 0 19px;
		padding: 15px 0 36px;
		font-size: 16px;
		line-height: 1.5;
	}

	.faq-accordion__actions {
		order: 3;
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.faq-accordion__button {
		width: 100%;
		flex: 0 0 55px;
	}
}

.service-request-cta {
	overflow: hidden;
	background: #fffbf8;
}

.service-request-cta__inner {
	position: relative;
	width: min(100%, 1257px);
	min-height: 807px;
	margin: 0 auto;
}

.service-request-cta__intro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: min(978px, 100%);
}

.service-request-cta__heading,
.service-request-cta__form-heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	letter-spacing: 0;
}

.service-request-cta__heading {
	max-width: 978px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	color: #2c1f18;
}

.service-request-cta__text {
	width: 520px;
	max-width: 100%;
	min-height: 65px;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.service-request-cta__text p {
	margin: 0;
}

.service-request-cta__form {
	position: absolute;
	top: 193px;
	right: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 552px;
	margin: 0;
	padding: 40px 33px;
	border-radius: 32px;
	background: #2c1f18;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.service-request-cta__form-heading {
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	line-height: 45.6px;
	color: #fff;
	text-align: center;
}

.service-request-cta__fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.service-request-cta__field-row {
	display: flex;
	gap: 10px;
	width: 100%;
}

.service-request-cta__field {
	position: relative;
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
}

.service-request-cta__field input,
.service-request-cta__field select,
.service-request-cta__field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 11px;
	background: #fff;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(64, 64, 64, 0.9);
}

.service-request-cta__field input,
.service-request-cta__field select {
	height: 50px;
	padding: 12px 8px;
}

.service-request-cta__field textarea {
	height: 88px;
	padding: 12px 8px;
	resize: none;
}

.service-request-cta__field ::placeholder {
	color: rgba(64, 64, 64, 0.8);
	opacity: 1;
}

.service-request-cta__field--select select {
	appearance: none;
	padding-right: 28px;
	color: rgba(64, 64, 64, 0.8);
}

.service-request-cta__field--select::after {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #151515;
	border-bottom: 1px solid #151515;
	content: "";
	pointer-events: none;
	transform: translateY(-65%) rotate(45deg);
}

.service-request-cta__terms {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}

.service-request-cta__terms input {
	position: relative;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 0;
	border-radius: 3px;
	appearance: none;
	background: #e0e0e0;
}

.service-request-cta__terms input:checked::after {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 7px;
	height: 13px;
	border-right: 2px solid #2c1f18;
	border-bottom: 2px solid #2c1f18;
	content: "";
	transform: rotate(45deg);
}

.service-request-cta__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	padding: 19px 30px;
	border: 0;
	border-radius: 72px;
	background: linear-gradient(158deg, #f37021 54.917%, #e94f27 94.913%);
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.service-request-cta__image {
	position: absolute;
	bottom: -1px;
	left: 1px;
	z-index: 1;
	width: 601px;
	height: 629px;
	margin: 0;
	overflow: hidden;
	pointer-events: none;
}

.service-request-cta__image-file {
	position: absolute;
	bottom: -7%;
	left: -11.91%;
	width: 116.95%;
	max-width: none;
	height: 111.32%;
	object-fit: contain;
}

.service-request-cta--detailed {
	padding: 25px 0 0;
}

.service-request-cta--detailed .service-request-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, 552px);
	grid-template-areas:
		"intro form"
		"image form";
	gap: 28px 72px;
	align-items: start;
	width: min(100% - 40px, 1257px);
	min-height: 0;
}

.service-request-cta--detailed .service-request-cta__intro,
.service-request-cta--detailed .service-request-cta__form,
.service-request-cta--detailed .service-request-cta__image {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
}

.service-request-cta--detailed .service-request-cta__intro {
	grid-area: intro;
	width: 100%;
	max-width: 720px;
}

.service-request-cta--detailed .service-request-cta__heading {
	max-width: 760px;
	font-size: 48px;
	line-height: 1.18;
}

.service-request-cta--detailed .service-request-cta__text {
	width: min(100%, 610px);
	min-height: 0;
	font-size: 17px;
}

.service-request-cta--detailed .service-request-cta__text p + p {
	margin-top: 10px;
}

.service-request-cta--detailed .service-request-cta__image {
	grid-area: image;
	width: min(100%, 470px);
	height: auto;
	aspect-ratio: 0.96;
	align-self: end;
	justify-self: start;
}

.service-request-cta--detailed .service-request-cta__form {
	grid-area: form;
	width: 100%;
	margin-top: 84px;
}

.service-request-cta--detailed .service-request-cta__button {
	height: auto;
	min-height: 50px;
	padding: 15px 24px;
	white-space: normal;
}

@media (max-width: 767px) {
	.service-request-cta__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 50px;
		width: 100%;
		min-height: 0;
		margin: 0;
	}

	.service-request-cta__intro,
	.service-request-cta__form,
	.service-request-cta__image {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}

	.service-request-cta__intro {
		gap: 15px;
		width: 100%;
		padding: 0 20px;
	}

	.service-request-cta__heading {
		width: 100%;
		font-size: 33px;
		line-height: 1.3;
	}

	.service-request-cta__text {
		width: 100%;
		min-height: 0;
		font-size: 15px;
		line-height: 1.5;
	}

	.service-request-cta__form {
		gap: 40px;
		width: min(360px, calc(100vw - 40px));
		padding: 40px 20px;
	}

	.service-request-cta__intro + .service-request-cta__form {
		margin-top: -15px;
	}

	.service-request-cta__form-heading {
		font-size: 28px;
		line-height: 45.6px;
	}

	.service-request-cta__field-row {
		flex-direction: column;
	}

	.service-request-cta__image {
		width: 276px;
		height: 289px;
	}

	.service-request-cta--detailed {
		padding: 25px 0 0;
	}

	.service-request-cta--detailed .service-request-cta__inner {
		display: flex;
		width: 100%;
		gap: 28px;
	}

	.service-request-cta--detailed .service-request-cta__intro {
		max-width: none;
	}

	.service-request-cta--detailed .service-request-cta__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.service-request-cta--detailed .service-request-cta__text {
		width: 100%;
		font-size: 15px;
	}

	.service-request-cta--detailed .service-request-cta__form {
		margin-top: 0;
	}

	.service-request-cta--detailed .service-request-cta__image {
		width: 276px;
		height: 289px;
		aspect-ratio: auto;
	}
}

.price-range-calculator {
	overflow: hidden;
	background: #e8e4e2;
}

.price-range-calculator__stripes {
	display: flex;
	height: 60px;
	flex-direction: column;
	width: 100%;
}

.price-range-calculator__stripes span {
	display: block;
	flex: 0 0 20px;
	width: 100%;
}

.price-range-calculator__stripes--top span:nth-child(1),
.price-range-calculator__stripes--bottom span:nth-child(3) {
	background: rgba(43, 25, 18, 0.15);
}

.price-range-calculator__stripes--top span:nth-child(2),
.price-range-calculator__stripes--bottom span:nth-child(2) {
	background: rgba(43, 25, 18, 0.4);
}

.price-range-calculator__stripes--top span:nth-child(3),
.price-range-calculator__stripes--bottom span:nth-child(1) {
	background: rgba(43, 25, 18, 0.8);
}

.price-range-calculator__body {
	position: relative;
	overflow: hidden;
	background: #2b1912;
}

.price-range-calculator__body::before {
	position: absolute;
	top: 48px;
	left: -193px;
	width: 331px;
	height: 331px;
	border-radius: 999px;
	background: rgba(243, 112, 33, 0.1);
	content: "";
	filter: blur(50px);
	opacity: 0.6;
}

.price-range-calculator__inner {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 89px;
	align-items: center;
	justify-content: center;
}

.price-range-calculator__inner.floorfox2-container {
	max-width: 1258px;
	padding: 84px 61px;
}

.price-range-calculator__content {
	display: flex;
	flex: 0 0 553px;
	flex-direction: column;
	gap: 35px;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.price-range-calculator__copy {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	width: 553px;
	max-width: 100%;
}

.price-range-calculator__eyebrow,
.price-range-calculator__heading,
.price-range-calculator__text,
.price-range-calculator__total-label,
.price-range-calculator__total-value,
.price-range-calculator__total-rate {
	margin: 0;
}

.price-range-calculator__eyebrow {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #d6d4d2;
	text-transform: uppercase;
}

.price-range-calculator__eyebrow-icon,
.price-range-calculator__area-icon {
	display: inline-flex;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	color: var(--floorfox-primary);
	--stroke-0: var(--floorfox-primary);
}

.price-range-calculator__calculator-icon,
.price-range-calculator__ruler-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.price-range-calculator__heading {
	width: 100%;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
	text-transform: capitalize;
}

.price-range-calculator__heading-prefix {
	margin-right: 0.18em;
	color: #fff;
}

.price-range-calculator__heading-accent {
	margin-right: 0.18em;
	color: var(--floorfox-primary);
}

.price-range-calculator__heading-accent--underline {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.price-range-calculator__heading-tail {
	color: #fff;
}

.price-range-calculator__text {
	width: 550px;
	max-width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

.price-range-calculator__text p,
.price-range-calculator__disclaimer p {
	margin: 0;
}

.price-range-calculator__actions {
	display: flex;
	gap: 30px;
	align-items: center;
	width: 551px;
	max-width: 100%;
}

.price-range-calculator__button {
	display: inline-flex;
	flex: 1 1 0;
	min-width: 0;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.price-range-calculator__button--primary {
	background: linear-gradient(102deg, #f37021 50.405%, #d85a1a 99.2%);
	color: #fff;
}

.price-range-calculator__button--secondary {
	border: 2px solid var(--floorfox-primary);
	color: #fff;
}

.price-range-calculator__card {
	display: flex;
	flex: 0 0 496px;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	border: 2px solid #f2d4b1;
	border-radius: 32px;
	background: #fff;
}

.price-range-calculator__fields {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 412px;
	max-width: 100%;
}

.price-range-calculator__field-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.price-range-calculator__label {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 12px;
	color: #33221b;
}

.price-range-calculator__control {
	position: relative;
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
	border: 1px solid #f2d4b1;
	border-radius: 10px;
	background: #f8f6f5;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 12px 16px rgba(0, 0, 0, 0.03);
}

.price-range-calculator__control select,
.price-range-calculator__control input {
	width: 100%;
	min-width: 0;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #33221b;
}

.price-range-calculator__control select {
	padding: 4px 48px 4px 22px;
	appearance: none;
	cursor: pointer;
}

.price-range-calculator__control--select::after {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--floorfox-primary);
	border-bottom: 2px solid var(--floorfox-primary);
	border-radius: 1px;
	content: "";
	pointer-events: none;
	transform: translateY(-70%) rotate(45deg);
}

.price-range-calculator__control--area {
	gap: 10px;
	padding: 4px 22px;
}

.price-range-calculator__control--area input {
	flex: 1 1 auto;
	padding: 0;
	color: #33221b;
}

.price-range-calculator__control--area input::placeholder {
	color: #9aa1af;
	opacity: 1;
}

.price-range-calculator__control--area input::-webkit-outer-spin-button,
.price-range-calculator__control--area input::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.price-range-calculator__area-icon {
	color: #9aa1af;
	--stroke-0: #9aa1af;
}

.price-range-calculator__unit {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #9aa1af;
}

.price-range-calculator__total {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 4px;
	padding: 26px 22px;
	border-radius: 28px;
	background: #f6f3ec;
}

.price-range-calculator__total-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #33221b;
}

.price-range-calculator__total-value {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--floorfox-primary);
}

.price-range-calculator__total-rate {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.price-range-calculator__disclaimer {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: rgba(51, 34, 27, 0.8);
}

@media (max-width: 1180px) {
	.price-range-calculator__inner {
		gap: 40px;
	}

	.price-range-calculator__inner.floorfox2-container {
		padding-right: 30px;
		padding-left: 30px;
	}

	.price-range-calculator__content {
		flex-basis: 49%;
	}

	.price-range-calculator__heading {
		font-size: 48px;
	}

	.price-range-calculator__actions {
		gap: 16px;
	}

	.price-range-calculator__card {
		flex-basis: 460px;
		padding: 36px;
	}
}

@media (max-width: 980px) {
	.price-range-calculator__inner {
		flex-direction: column;
		gap: 35px;
		align-items: flex-start;
	}

	.price-range-calculator__inner.floorfox2-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.price-range-calculator__content,
	.price-range-calculator__copy {
		flex: 0 0 auto;
		width: 100%;
	}

	.price-range-calculator__card {
		flex: 0 0 auto;
		width: min(100%, 496px);
	}
}

@media (max-width: 767px) {
	.price-range-calculator__body::before {
		display: none;
	}

	.price-range-calculator__inner {
		align-items: center;
		width: 100%;
	}

	.price-range-calculator__inner.floorfox2-container {
		max-width: none;
		padding: 55px 20px;
	}

	.price-range-calculator__copy {
		gap: 15px;
	}

	.price-range-calculator__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.price-range-calculator__text {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}

	.price-range-calculator__actions {
		display: none;
	}

	.price-range-calculator__card {
		width: 100%;
		padding: 40px 20px;
	}

	.price-range-calculator__fields {
		width: 100%;
	}

	.price-range-calculator__total {
		padding-right: 20px;
		padding-left: 20px;
	}

	.price-range-calculator__total-value {
		font-size: 24px;
		line-height: 1.5;
	}
}

.reviews-slider {
	position: relative;
	--reviews-container-width: 1257px;
	--reviews-intro-width: 425px;
	--reviews-gap: 32px;
	overflow: hidden;
	padding: 180px 0 160px;
	background: #fffbf8;
}

.reviews-slider__inner {
	position: relative;
	display: grid;
	grid-template-columns: var(--reviews-intro-width) minmax(0, 1fr);
	gap: var(--reviews-gap);
	align-items: center;
	min-height: 315px;
}

.reviews-slider__inner.floorfox2-container {
	max-width: var(--reviews-container-width);
	padding-right: 0;
	padding-left: 0;
}

.reviews-slider__inner::before {
	position: absolute;
	top: -73px;
	left: 670px;
	z-index: 0;
	width: 751px;
	height: 401px;
	border-radius: 48px;
	background: linear-gradient(125deg, #f37021 54.917%, #e94f27 94.913%);
	content: "";
	transform: rotate(11.85deg);
}

.reviews-slider__carousel {
	position: relative;
	z-index: 1;
}

.reviews-slider__intro {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
	width: var(--reviews-intro-width);
}

.reviews-slider__copy {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.reviews-slider__eyebrow,
.reviews-slider__heading,
.reviews-slider__text {
	margin: 0;
}

.reviews-slider__eyebrow {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.84px;
	color: var(--floorfox-primary);
	text-transform: uppercase;
}

.reviews-slider__heading {
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #1e1e1e;
}

.reviews-slider__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.reviews-slider__text p,
.reviews-slider__review-text p {
	margin: 0;
}

.reviews-slider__nav {
	display: flex;
	gap: 20px;
	align-items: center;
}

.reviews-slider__nav-button {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--floorfox-primary);
	cursor: pointer;
}

.reviews-slider__nav-button::before {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
}

.reviews-slider__nav--prev::before {
	transform: rotate(45deg);
}

.reviews-slider__nav--next::before {
	left: 5px;
	transform: rotate(225deg);
}

.reviews-slider__carousel {
	width: calc(100vw - max((100vw - var(--reviews-container-width)) / 2, 0px) - var(--reviews-intro-width) - var(--reviews-gap));
	min-width: 0;
	max-width: none;
	overflow: hidden;
}

.reviews-slider__swiper {
	overflow: visible;
}

.reviews-slider__card {
	display: flex;
	width: 600px;
	height: auto;
	flex-direction: column;
	gap: 24px;
	padding: 40px;
	border-radius: 32px;
	background: #fff;
	box-shadow: -1px 1px 12px rgba(0, 0, 0, 0.05);
}

.reviews-slider__card-header {
	display: flex;
	gap: 15px;
	align-items: center;
	width: 100%;
}

.reviews-slider__avatar {
	position: relative;
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	margin: 0;
	overflow: hidden;
	border-radius: 100px;
}

.reviews-slider__avatar-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 165px;
	max-width: none;
	height: 92.5px;
	object-fit: cover;
	transform: translateX(-69%);
}

.reviews-slider__person {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.reviews-slider__name {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #2c1f18;
}

.reviews-slider__rating {
	display: flex;
	gap: 4px;
	align-items: center;
	height: 24px;
}

.reviews-slider__star {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #fec216;
}

.reviews-slider__star--empty {
	color: #d8d8d8;
}

.reviews-slider__review-text {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #33221b;
}

@media (max-width: 767px) {
	.reviews-slider {
		padding: 75px 0 95px;
	}

	.reviews-slider__inner {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
		min-height: 0;
	}

	.reviews-slider__inner.floorfox2-container {
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	.reviews-slider__inner::before {
		display: none;
	}

	.reviews-slider__intro {
		gap: 25px;
		align-items: flex-start;
		width: 100%;
	}

	.reviews-slider__heading {
		font-size: 33px;
		line-height: 1.3;
	}

	.reviews-slider__text {
		font-size: 15px;
		line-height: 1.5;
	}

	.reviews-slider__nav {
		justify-content: center;
		gap: 25px;
		width: 100%;
	}

	.reviews-slider__carousel {
		width: 100%;
		filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
	}

	.reviews-slider__swiper {
		overflow: hidden;
	}

	.reviews-slider__card {
		width: 100%;
		padding: 40px;
		box-shadow: none;
	}

	.reviews-slider__review-text {
		font-size: 16px;
		line-height: 1.5;
	}
}

.service-area-cta {
	overflow: hidden;
	padding: 58px 0 120px;
	background: #fffbf8;
}

.service-area-cta__inner {
	display: flex;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
}

.service-area-cta__card {
	position: relative;
	display: flex;
	width: 886px;
	min-height: 319px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 50px 423px 50px 62px;
	border-radius: 32px;
	background: #2b1912;
}

.service-area-cta__desktop-media {
	position: absolute;
	right: -70px;
	bottom: 0;
	display: block;
	width: 409px;
	height: 377px;
	margin: 0;
	pointer-events: none;
	z-index: 1;
}

.service-area-cta__desktop-image {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: fill;
}

.service-area-cta__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 35px;
	align-items: flex-start;
	width: 100%;
}

.service-area-cta__content--mobile,
.service-area-cta__mobile-media {
	display: none;
}

.service-area-cta__copy {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	width: 100%;
}

.service-area-cta__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 0;
	color: #fff;
}

.service-area-cta__heading--desktop {
	width: 456px;
}

.service-area-cta__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}

.service-area-cta__text--desktop {
	width: 401px;
}

.service-area-cta__text p {
	margin: 0;
}

.service-area-cta__button {
	display: inline-flex;
	height: 55px;
	align-items: center;
	justify-content: center;
	padding: 19px 30px;
	border-radius: 72px;
	background: linear-gradient(108.292deg, var(--floorfox-primary) 50.405%, var(--floorfox-primary-dark) 99.2%);
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.service-area-cta__button:hover,
.service-area-cta__button:focus-visible {
	background: linear-gradient(108.292deg, #ff7a2a 50.405%, var(--floorfox-primary) 99.2%);
}

.service-area-cta__button--desktop {
	width: 391px;
}

.commercial-spaces + .service-area-cta {
	overflow: visible;
	padding: 40px 0 0;
	background: var(--floorfox-dark-section);
	color: #2c1f18;
}

.commercial-spaces + .service-area-cta .service-area-cta__inner {
	background: var(--floorfox-dark-section);
	box-shadow: 0 0 0 100vmax var(--floorfox-dark-section);
	clip-path: inset(-80px -100vmax 0 -100vmax);
}

.commercial-spaces + .service-area-cta .service-area-cta__card {
	width: min(100%, 886px);
	min-height: 319px;
	padding: 50px 423px 50px 62px;
	border-radius: 32px;
	background: #fffbf8;
}

.commercial-spaces + .service-area-cta .service-area-cta__desktop-media {
	right: -70px;
	bottom: 0;
	width: 409px;
	height: 377px;
}

.commercial-spaces + .service-area-cta .service-area-cta__desktop-image {
	object-fit: contain;
}

.commercial-spaces + .service-area-cta .service-area-cta__content {
	gap: 35px;
}

.commercial-spaces + .service-area-cta .service-area-cta__copy {
	gap: 15px;
}

.commercial-spaces + .service-area-cta .service-area-cta__heading {
	width: 100%;
	font-size: 28px;
	line-height: 42px;
	color: #2c1f18;
}

.commercial-spaces + .service-area-cta .service-area-cta__text {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.75);
}

.commercial-spaces + .service-area-cta .service-area-cta__button {
	width: auto;
	min-width: 286px;
	height: 55px;
	padding: 19px 30px;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.service-area-cta {
		padding: 0 0 75px;
	}

	.service-area-cta__inner {
		position: relative;
		width: min(100%, 360px);
		min-height: 476px;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding-right: 0;
		padding-left: 0;
	}

	.service-area-cta__mobile-media {
		position: relative;
		display: block;
		flex: 0 0 187px;
		width: 187px;
		height: 187px;
		margin: 0;
		overflow: hidden;
	}

	.service-area-cta__mobile-image {
		position: absolute;
		top: 0;
		left: -27.27%;
		width: 127.27%;
		max-width: none;
		height: 143.17%;
		object-fit: cover;
	}

	.service-area-cta__desktop-media {
		display: none;
	}

	.service-area-cta__card {
		width: 100%;
		min-height: 289px;
		align-items: center;
		padding: 20px 15px;
		border-radius: 32px;
	}

	.service-area-cta__content--desktop {
		display: none;
	}

	.service-area-cta__content--mobile {
		display: flex;
		gap: 35px;
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.service-area-cta__copy--mobile {
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.service-area-cta__heading--mobile {
		width: 100%;
		font-size: 28px;
		line-height: 1.3;
	}

	.service-area-cta__text--mobile {
		width: 100%;
		font-size: 16px;
		line-height: 1.5;
	}

	.service-area-cta__button--mobile {
		width: 100%;
	}

	.commercial-spaces + .service-area-cta {
		padding: 0;
	}

	.commercial-spaces + .service-area-cta .service-area-cta__inner {
		width: 100%;
		max-width: 404px;
		min-height: 0;
		padding-right: 20px;
		padding-left: 20px;
	}

	.commercial-spaces + .service-area-cta .service-area-cta__mobile-media {
		z-index: 2;
		flex-basis: 220px;
		width: 220px;
		height: 220px;
		margin-bottom: 0;
		overflow: visible;
	}

	.commercial-spaces + .service-area-cta .service-area-cta__mobile-image {
		position: static;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.commercial-spaces + .service-area-cta .service-area-cta__card {
		width: 100%;
		min-height: 0;
		padding: 45px 15px 28px;
		border-radius: 32px;
		background: #fffbf8;
	}

	.commercial-spaces + .service-area-cta .service-area-cta__content--mobile {
		gap: 35px;
	}

	.commercial-spaces + .service-area-cta .service-area-cta__copy--mobile {
		gap: 15px;
	}

	.commercial-spaces + .service-area-cta .service-area-cta__heading--mobile {
		width: min(100%, 250px);
		font-size: 28px;
		line-height: 1.3;
		color: #2c1f18;
	}

	.commercial-spaces + .service-area-cta .service-area-cta__text--mobile {
		width: min(100%, 320px);
		font-size: 16px;
		line-height: 1.5;
		color: rgba(51, 34, 27, 0.75);
	}

	.commercial-spaces + .service-area-cta .service-area-cta__button--mobile {
		width: 100%;
		height: 55px;
		font-size: 16px;
		line-height: 24px;
	}
}

.service-area-cta:has(+ .contact-faq-teaser) {
	padding-bottom: 67px;
}

.contact-faq-teaser {
	overflow: hidden;
	padding: 0 0 75px;
	background: #fffbf8;
}

.contact-faq-teaser__panel {
	display: flex;
	flex-direction: column;
	gap: 17px;
	align-items: flex-start;
	width: 100%;
}

.contact-faq-teaser__heading {
	margin: 0;
	font-family: "Sora", "Inter", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #2c1f18;
}

.contact-faq-teaser__toggle {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}

.contact-faq-teaser__text {
	position: relative;
	width: 100%;
	max-height: var(--contact-faq-teaser-collapsed-height, 60px);
	overflow: hidden;
	color: rgba(51, 34, 27, 0.56);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	transition: max-height 320ms ease;
	--contact-faq-teaser-collapsed-height: 60px;
}

.contact-faq-teaser__text::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 46px;
	background: linear-gradient(180deg, rgba(255, 251, 248, 0), #fffbf8 100%);
	content: "";
	opacity: 1;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.contact-faq-teaser__toggle.is-expanded .contact-faq-teaser__text::after {
	opacity: 0;
}

.contact-faq-teaser__text p {
	margin: 0;
}

.contact-faq-teaser__text p + p {
	margin-top: 10px;
}

.contact-faq-teaser__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--floorfox-primary);
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
}

.contact-faq-teaser__more-icon {
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-1px) rotate(45deg);
	transition: transform 180ms ease;
}

.contact-faq-teaser__more-text--open {
	display: none;
}

.contact-faq-teaser__toggle.is-expanded .contact-faq-teaser__more-text--closed {
	display: none;
}

.contact-faq-teaser__toggle.is-expanded .contact-faq-teaser__more-text--open {
	display: inline;
}

.contact-faq-teaser__toggle.is-expanded .contact-faq-teaser__more-icon {
	transform: translateY(2px) rotate(225deg);
}

@media (max-width: 767px) {
	.service-area-cta:has(+ .contact-faq-teaser) {
		padding-bottom: 35px;
	}

	.contact-faq-teaser {
		padding: 0 0 50px;
	}

	.contact-faq-teaser__panel {
		gap: 15px;
	}

	.contact-faq-teaser__heading {
		font-size: 20px;
		line-height: 1.3;
	}

	.contact-faq-teaser__toggle {
		gap: 18px;
	}

	.contact-faq-teaser__text {
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
		--contact-faq-teaser-collapsed-height: 126px;
	}

	.contact-faq-teaser__text::after {
		height: 54px;
	}
}

.has-services-hero .site-main > section:not(.services-hero) {
	padding-top: 45px;
	padding-bottom: 45px;
}

.has-services-hero .site-main > section.portfolio-difference,
.has-services-hero .site-main > section.trusted-reviews {
	padding-top: 0;
	padding-bottom: 0;
}

.has-services-hero .site-main > section.service-request-cta {
	padding-bottom: 0;
}

.has-services-hero .trusted-reviews {
	background: transparent;
}

@media (max-width: 767px) {
	.has-services-hero .site-main > section:not(.services-hero) {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.has-services-hero .site-main > section.portfolio-difference,
	.has-services-hero .site-main > section.trusted-reviews {
		padding-top: 0;
		padding-bottom: 0;
	}

	.has-services-hero .site-main > section.service-request-cta {
		padding-bottom: 0;
	}
}

.is-solutions-page .services-hero__heading-highlight {
	display: inline-block;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.is-solutions-page .services-hero__heading-main {
	display: block;
}

.is-solutions-page .flooring-problems__inner {
	gap: 35px;
	align-items: flex-start;
}

.is-solutions-page .flooring-problems__head {
	width: 100%;
	max-width: 560px;
	align-items: flex-start;
	text-align: left;
}

.is-solutions-page .flooring-problems__heading {
	max-width: none;
	font-size: 40px;
	line-height: 1.3;
	text-transform: none;
}

.is-solutions-page .flooring-problems__heading-lead,
.is-solutions-page .flooring-problems__heading-accent {
	display: inline;
}

.is-solutions-page .flooring-problems__heading-accent {
	text-underline-offset: 4px;
}

.is-solutions-page .flooring-problems__text {
	max-width: 520px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(51, 34, 27, 0.8);
}

.is-solutions-page .flooring-problems__card {
	height: 190px;
	border-radius: 12px;
}

.is-solutions-page .flooring-problems__badge {
	top: 14px;
	left: 14px;
	width: 48px;
	height: 48px;
}

.is-solutions-page .flooring-problems__badge-icon {
	width: 21px;
	height: 21px;
}

.is-solutions-page .flooring-problems__label {
	right: 22px;
	bottom: 22px;
	left: 28px;
	font-size: 16px;
	line-height: 1.35;
}

.is-solutions-page .flooring-problems__footer {
	max-width: 620px;
	align-self: center;
	gap: 15px;
}

.is-solutions-page .flooring-problems__footer-text {
	font-size: 14px;
}

.is-solutions-page .flooring-problems__actions {
	width: 430px;
	gap: 20px;
}

.is-solutions-page .flooring-problems__button {
	height: 45px;
	padding: 12px 24px;
	font-size: 12px;
	line-height: 18px;
}

@media (min-width: 768px) {
	.is-solutions-page .flooring-problems__swiper .flooring-problems__track {
		gap: 20px 18px;
	}
}

@media (max-width: 767px) {
	.is-solutions-page .flooring-problems__inner {
		gap: 25px;
	}

	.is-solutions-page .flooring-problems__head {
		max-width: none;
	}

	.is-solutions-page .flooring-problems__heading {
		font-size: 33px;
	}

	.is-solutions-page .flooring-problems__card {
		height: 220px;
		border-radius: 18px;
	}

	.is-solutions-page .flooring-problems__footer {
		max-width: none;
	}

	.is-solutions-page .flooring-problems__actions {
		width: 100%;
		gap: 10px;
	}

	.is-solutions-page .flooring-problems__button {
		width: 100%;
		height: 55px;
		font-size: 16px;
		line-height: 24px;
	}
}
