.phx-furn-order {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto 44px;
	color: #21160f;
}

.phx-furn-order__hero {
	margin: 24px 0;
	min-height: 360px;
	display: grid;
	align-items: end;
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(33, 22, 15, .82), rgba(33, 22, 15, .22)), url("custom-furniture.png") center/cover;
	box-shadow: 0 24px 60px rgba(60, 35, 20, .18);
}

.phx-furn-order__hero div {
	max-width: 680px;
	padding: clamp(28px, 5vw, 60px);
	color: #fffaf3;
}

.phx-furn-order__hero span {
	color: #f0c56b;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.phx-furn-order__hero h1 {
	margin: 12px 0;
	font-size: clamp(30px, 5vw, 58px);
	line-height: 1.06;
	letter-spacing: 0;
}

.phx-furn-order__hero p {
	font-size: 17px;
	line-height: 1.7;
}

.phx-furn-order__grid {
	display: grid;
	grid-template-columns: 1.35fr .65fr;
	gap: 24px;
	align-items: start;
}

.phx-furn-order__form,
.phx-furn-order__side {
	border: 1px solid #e2d1c1;
	border-radius: 16px;
	background: #fffdf9;
	box-shadow: 0 18px 42px rgba(75, 45, 25, .08);
}

.phx-furn-order__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding: 24px;
}

.phx-furn-order__form label {
	display: grid;
	gap: 7px;
	font-weight: 850;
}

.phx-furn-order__form input,
.phx-furn-order__form select,
.phx-furn-order__form textarea {
	width: 100%;
	min-height: 44px;
	border: 1px solid #d8c7b8;
	border-radius: 8px;
	background: #fff;
	padding: 10px 12px;
	color: #21160f;
}

.phx-furn-order__form textarea {
	resize: vertical;
}

.phx-furn-order__wide {
	grid-column: 1 / -1;
}

.phx-furn-order__form button {
	grid-column: 1 / -1;
	min-height: 48px;
	border: 0;
	border-radius: 8px;
	background: #1f4d3a;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.phx-furn-order__hp {
	position: absolute;
	left: -9999px;
}

.phx-furn-order__side {
	padding: 18px;
	position: sticky;
	top: 18px;
}

.phx-furn-order__side img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 16px;
}

.phx-furn-order__side strong {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}

.phx-furn-order__side span {
	display: block;
	margin: 0 0 10px;
	color: #5c4a3a;
	font-weight: 750;
}

.phx-furn-order__whatsapp,
.phx-furn-product-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #1f4d3a;
	color: #fff !important;
	font-weight: 900;
	text-decoration: none;
	padding: 11px 14px;
}

.phx-furn-order__notice {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #e8f7ed;
	color: #16452d;
	font-weight: 850;
}

.phx-furn-order__notice--error {
	background: #fff0ef;
	color: #922a22;
}

@media (max-width: 880px) {
	.phx-furn-order__grid,
	.phx-furn-order__form {
		grid-template-columns: 1fr;
	}

	.phx-furn-order__side {
		position: static;
	}
}

@media (max-width: 560px) {
	.phx-furn-order {
		width: min(100% - 22px, 1180px);
	}

	.phx-furn-order__hero {
		min-height: 0;
		border-radius: 18px;
	}

	.phx-furn-order__hero div,
	.phx-furn-order__form {
		padding: 22px;
	}
}
