html {
	scroll-behavior: smooth;
}

.custom-furniture-site {
	background: #fffaf3;
}

.custom-furniture-site .button {
	border-radius: 0;
	letter-spacing: 0;
	text-transform: none;
}

.custom-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background: #fff;
	border-bottom: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.1);
}

.custom-header #header-wrap {
	background: #fff;
}

.custom-header-row {
	display: grid;
	grid-template-columns: minmax(190px, 1fr) auto minmax(260px, 1fr);
	align-items: center;
	gap: 24px;
	min-height: 88px;
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	color: var(--cnvs-themecolor);
	text-decoration: none;
	width: max-content;
}

.brand-mark:hover {
	color: var(--cnvs-themecolor);
}

.brand-symbol {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.24);
	font-family: var(--cnvs-primary-font);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
}

.brand-copy {
	display: grid;
	line-height: 1.1;
}

.brand-copy strong {
	font-family: var(--cnvs-primary-font);
	font-size: 1.25rem;
	font-weight: 500;
	color: inherit;
}

.brand-copy small {
	margin-top: 2px;
	color: rgba(var(--cnvs-themecolor-rgb), 0.55);
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.custom-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.custom-nav a,
.phone-link {
	color: rgba(var(--cnvs-themecolor-rgb), 0.72);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 180ms ease, opacity 180ms ease;
}

.custom-nav a:hover,
.phone-link:hover {
	color: var(--cnvs-themecolor);
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.header-actions .button {
	background: var(--cnvs-themecolor);
	color: #fff;
	border-color: var(--cnvs-themecolor);
	padding: 11px 18px;
}

.nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.24);
	background: rgba(var(--cnvs-themecolor-rgb), 0.05);
}

.nav-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 5px auto;
	background: var(--cnvs-themecolor);
}

.custom-hero {
	min-height: calc(100svh - 88px);
	padding-top: 0;
	overflow: hidden;
}

.custom-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.13), transparent 22%),
		linear-gradient(90deg, rgba(25, 53, 50, 0.32), rgba(25, 53, 50, 0) 54%);
	z-index: 0;
}

.custom-hero .hero-copy {
	position: relative;
	z-index: 2;
}

.hero-kicker,
.eyebrow {
	margin-bottom: 14px;
	color: rgba(var(--cnvs-themecolor-rgb), 0.62);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.custom-hero .hero-kicker {
	color: rgba(255, 255, 255, 0.68);
}

.custom-hero .lead {
	max-width: 560px;
}

.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.intro-band {
	padding: 80px 0;
}

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

.intro-grid div {
	border-left: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.18);
	padding-left: 24px;
}

.intro-grid strong {
	display: block;
	font-family: var(--cnvs-primary-font);
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 500;
	line-height: 0.95;
}

.intro-grid span {
	display: block;
	max-width: 160px;
	margin-top: 12px;
	color: rgba(var(--cnvs-themecolor-rgb), 0.62);
	font-size: 0.9rem;
	line-height: 1.45;
}

.services-section,
.work-section,
.final-cta {
	padding: 100px 0;
	background: #fffaf3;
}

.service-tile {
	position: relative;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 390px;
	padding: 28px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}

.service-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(25, 53, 50, 0) 24%, rgba(25, 53, 50, 0.88) 100%);
	transition: background 220ms ease;
}

.service-tile:hover {
	color: #fff;
}

.service-tile:hover::before {
	background: linear-gradient(180deg, rgba(25, 53, 50, 0.08) 12%, rgba(25, 53, 50, 0.94) 100%);
}

.service-tile span {
	font-family: var(--cnvs-primary-font);
	font-size: clamp(1.6rem, 2.6vw, 2.35rem);
	font-weight: 500;
	line-height: 1;
}

.service-tile small {
	display: block;
	max-width: 360px;
	margin-top: 13px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.98rem;
	line-height: 1.45;
}

.story-section {
	background: #fff;
}

.story-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.process-list {
	counter-reset: process;
}

.process-step {
	min-height: 100%;
	border-top: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.22);
	padding-top: 26px;
}

.process-step span {
	display: block;
	margin-bottom: 54px;
	color: rgba(var(--cnvs-themecolor-rgb), 0.38);
	font-family: var(--cnvs-primary-font);
	font-size: 3rem;
	line-height: 1;
}

.process-step h3 {
	font-size: 1.35rem;
	font-weight: 500;
}

.process-step p {
	max-width: 260px;
	margin-bottom: 0;
	color: rgba(var(--cnvs-themecolor-rgb), 0.68);
	line-height: 1.55;
}

.work-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	grid-auto-rows: 250px;
	gap: 18px;
}

.work-item {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 250px;
	padding: 22px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-decoration: none;
}

.work-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(25, 53, 50, 0.82) 100%);
	transition: opacity 220ms ease;
}

.work-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.12);
	opacity: 0;
	transition: opacity 220ms ease;
}

.work-item:hover {
	color: #fff;
}

.work-item:hover::after {
	opacity: 1;
}

.work-item span {
	position: relative;
	z-index: 1;
	font-family: var(--cnvs-primary-font);
	font-size: 1.45rem;
	line-height: 1.1;
}

.work-large {
	grid-row: span 2;
}

.material-section {
	position: relative;
	overflow: hidden;
}

.material-section::before {
	content: "";
	position: absolute;
	inset: auto -10% -34% auto;
	width: 52vw;
	height: 52vw;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
}

.material-list {
	position: relative;
	display: grid;
	gap: 0;
	background: rgba(255, 255, 255, 0.06);
}

.material-list div {
	padding: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.material-list div:last-child {
	border-bottom: 0;
}

.material-list h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 500;
}

.material-list p {
	max-width: 560px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.64);
}

.final-cta {
	background: #f3f3ed;
}

.contact-panel {
	padding: 32px;
	background: #fff;
}

.contact-line {
	display: block;
	padding: 0 0 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.14);
	color: var(--cnvs-themecolor);
	text-decoration: none;
}

.contact-line span {
	display: block;
	margin-bottom: 7px;
	color: rgba(var(--cnvs-themecolor-rgb), 0.56);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.contact-line strong {
	font-family: var(--cnvs-primary-font);
	font-size: 1.55rem;
	font-weight: 500;
}

.footer-brand,
.footer-brand:hover {
	color: var(--cnvs-themecolor);
}

.footer-brand .brand-symbol {
	border-color: rgba(var(--cnvs-themecolor-rgb), 0.24);
}

.footer-brand .brand-copy small {
	color: rgba(var(--cnvs-themecolor-rgb), 0.55);
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 24px;
}

.footer-links a {
	color: rgba(var(--cnvs-themecolor-rgb), 0.7);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

@media (min-width: 1200px) {
	.custom-hero .hero-image {
		width: 66%;
		margin-right: 3vw;
	}
}

@media (max-width: 1199.98px) {
	.custom-header-row {
		grid-template-columns: auto 1fr auto;
	}

	.custom-nav {
		gap: 20px;
	}

	.phone-link {
		display: none;
	}

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

@media (max-width: 991.98px) {
	.custom-header-row {
		min-height: 78px;
	}

	.custom-nav {
		position: absolute;
		top: 78px;
		left: 18px;
		right: 18px;
		display: none;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 12px;
		background: #fff;
		box-shadow: 0 22px 70px rgba(10, 22, 20, 0.22);
	}

	.custom-nav.is-open {
		display: flex;
	}

	.custom-nav a {
		width: 100%;
		padding: 13px 10px;
		color: var(--cnvs-themecolor);
	}

	.nav-toggle {
		display: inline-block;
	}

	.header-actions .button {
		display: none;
	}

	.hero-buttons {
		align-items: center;
	}

	.intro-grid,
	.work-grid {
		grid-template-columns: 1fr;
	}

	.work-large {
		grid-row: span 1;
	}

	.footer-links {
		justify-content: flex-start;
	}
}

@media (max-width: 575.98px) {
	.custom-header-row {
		gap: 12px;
	}

	.brand-symbol {
		width: 40px;
		height: 40px;
	}

	.brand-copy strong {
		font-size: 1.08rem;
	}

	.brand-copy small {
		font-size: 0.62rem;
		letter-spacing: 1px;
	}

	.custom-hero {
		padding-top: 0;
	}

	.custom-hero .display-3 {
		font-size: 2.55rem;
	}

	.hero-buttons .button {
		width: 100%;
		margin: 0 !important;
		text-align: center;
	}

	.intro-band,
	.services-section,
	.work-section,
	.final-cta {
		padding: 68px 0;
	}

	.intro-grid {
		gap: 18px;
	}

	.intro-grid div {
		padding-left: 18px;
	}

	.service-tile {
		min-height: 320px;
	}

	#copyrights .d-flex {
		display: grid !important;
		gap: 8px;
	}
}
