.pc-contact-page {
	--pc-contact-border: rgba(107, 79, 63, .16);
	--pc-contact-soft-green: #e4eee7;
	--pc-contact-soft-blue: #e8f0f3;
	--pc-contact-soft-orange: #f8dfc2;
	margin: 0;
	padding: 0 0 24px;
	background: #fffdf9;
	color: var(--pc-ink);
	font-family: var(--pc-font-family);
}

.pc-contact-page,
.pc-contact-page * {
	box-sizing: border-box;
}

.pc-contact-page :is(button, input, textarea, select) {
	font-family: var(--pc-font-family);
}

.pc-contact-shell {
	width: min(1120px, calc(100% - 32px));
	margin-inline: auto;
}

.pc-contact-icon {
	display: block;
	width: 24px;
	height: 24px;
}

.pc-contact-hero {
	position: relative;
	overflow: hidden;
	padding: 26px 0 18px;
}

.pc-contact-hero__inner {
	position: relative;
	display: grid;
	min-height: 340px;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(217, 179, 130, .5);
	border-radius: 32px;
	background:
		linear-gradient(114deg, rgba(242, 232, 213, .96), rgba(255, 250, 241, .92)),
		url("../images/pileh-fiber-pattern.webp") center / cover;
	box-shadow: 0 18px 52px rgba(80, 54, 36, .08);
}

.pc-contact-hero__inner::before,
.pc-contact-hero__inner::after {
	position: absolute;
	border: 1px dashed rgba(184, 92, 56, .22);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.pc-contact-hero__inner::before {
	width: 340px;
	height: 340px;
	inset-block-start: -230px;
	inset-inline-start: 16%;
}

.pc-contact-hero__inner::after {
	width: 210px;
	height: 210px;
	inset-block-end: -145px;
	inset-inline-end: 4%;
}

.pc-contact-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 650px;
	padding: 50px 60px;
}

.pc-contact-kicker,
.pc-contact-heading > span,
.pc-contact-form-card__head > span,
.pc-contact-details__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--pc-terracotta);
	font-size: 13px;
	font-weight: 800;
}

.pc-contact-kicker::before,
.pc-contact-heading > span::before,
.pc-contact-form-card__head > span::before,
.pc-contact-details__eyebrow::before {
	width: 8px;
	height: 8px;
	border-radius: 2px 7px 7px 7px;
	background: currentColor;
	content: "";
	transform: rotate(34deg);
}

.pc-contact-hero h1 {
	max-width: 620px;
	margin: 0 0 14px;
	color: var(--pc-green);
	font-size: clamp(31px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.35;
}

.pc-contact-hero__copy > p {
	max-width: 620px;
	margin: 0;
	color: #604f43;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.pc-contact-response {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	padding: 8px 14px;
	border: 1px solid rgba(6, 74, 49, .16);
	border-radius: 14px;
	background: rgba(255, 255, 255, .66);
	color: var(--pc-green);
	font-size: 12px;
}

.pc-contact-response .pc-contact-icon {
	width: 20px;
	height: 20px;
	color: var(--pc-terracotta);
}

.pc-contact-response b {
	font-weight: 800;
}

.pc-contact-hero__art {
	position: relative;
	display: grid;
	min-height: 340px;
	place-items: center;
	background: linear-gradient(145deg, rgba(6, 74, 49, .96), #0e5b40);
	clip-path: ellipse(78% 82% at 78% 50%);
}

.pc-contact-hero__art::before {
	position: absolute;
	width: 245px;
	height: 275px;
	border-radius: 60% 45% 60% 30% / 56% 54% 46% 44%;
	background: var(--pc-cream);
	content: "";
	transform: rotate(-8deg);
}

.pc-contact-hero__art img {
	position: relative;
	z-index: 2;
	width: 64px;
	height: auto;
	filter: saturate(.95) contrast(1.04);
}

.pc-contact-hero__halo {
	position: absolute;
	width: 285px;
	height: 285px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
}

.pc-contact-hero__art i {
	position: absolute;
	z-index: 3;
	width: 7px;
	height: 7px;
	border-radius: 2px 7px 7px 7px;
	background: var(--pc-orange);
	transform: rotate(40deg);
}

.pc-contact-hero__art i:nth-of-type(1) {
	inset-block-start: 23%;
	inset-inline-start: 26%;
}

.pc-contact-hero__art i:nth-of-type(2) {
	inset-block-end: 25%;
	inset-inline-start: 36%;
}

.pc-contact-hero__art i:nth-of-type(3) {
	inset-block-start: 40%;
	inset-inline-end: 12%;
}

.pc-contact-routes {
	padding: 30px 0 20px;
}

.pc-contact-heading {
	margin-bottom: 18px;
}

.pc-contact-heading h2,
.pc-contact-form-card__head h2,
.pc-contact-details h2 {
	margin: 0;
	color: var(--pc-green);
	font-size: clamp(23px, 2.5vw, 32px);
	font-weight: 900;
	line-height: 1.45;
}

.pc-contact-heading--center {
	text-align: center;
}

.pc-contact-route-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pc-contact-route {
	position: relative;
	display: grid;
	min-height: 148px;
	grid-template-columns: 66px minmax(0, 1fr) 30px;
	align-items: center;
	gap: 14px;
	overflow: hidden;
	padding: 20px;
	border: 1px solid var(--pc-contact-border);
	border-radius: 24px;
	color: var(--pc-ink) !important;
	transition: transform .28s var(--pc-ease), box-shadow .28s var(--pc-ease), border-color .28s var(--pc-ease);
}

.pc-contact-route::after {
	position: absolute;
	width: 120px;
	height: 120px;
	inset-block-end: -76px;
	inset-inline-end: -58px;
	border: 1px solid rgba(107, 79, 63, .13);
	border-radius: 50%;
	content: "";
}

.pc-contact-route--order {
	background: linear-gradient(135deg, #fff9ef, #f5e7d2);
}

.pc-contact-route--buyer {
	background: linear-gradient(135deg, #f7fbf8, var(--pc-contact-soft-green));
}

.pc-contact-route--vendor {
	background: linear-gradient(135deg, #fffaf3, var(--pc-contact-soft-orange));
}

.pc-contact-route:hover {
	border-color: rgba(184, 92, 56, .4);
	box-shadow: 0 16px 30px rgba(65, 43, 29, .11);
	transform: translateY(-5px);
}

.pc-contact-route > i {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border-radius: 54% 46% 52% 18% / 48% 52% 48% 52%;
	background: var(--pc-green);
	color: var(--pc-cream);
	font-style: normal;
}

.pc-contact-route--order > i {
	background: var(--pc-brown);
}

.pc-contact-route--vendor > i {
	background: var(--pc-terracotta);
}

.pc-contact-route span {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.pc-contact-route small {
	margin-bottom: 3px;
	color: var(--pc-muted);
	font-size: 11px;
	font-weight: 600;
}

.pc-contact-route strong {
	color: var(--pc-green);
	font-size: 17px;
	font-weight: 900;
}

.pc-contact-route em {
	margin-top: 4px;
	color: #746459;
	font-size: 11px;
	font-style: normal;
	line-height: 1.55;
}

.pc-contact-route > b {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .72);
	color: var(--pc-terracotta);
	font-size: 18px;
	transition: transform .25s var(--pc-ease), background .25s var(--pc-ease);
}

.pc-contact-route:hover > b {
	background: #fff;
	transform: translateX(-3px);
}

.pc-contact-content {
	padding: 30px 0;
}

.pc-contact-content__grid {
	display: grid;
	grid-template-columns: minmax(280px, .78fr) minmax(0, 1.42fr);
	align-items: stretch;
	gap: 18px;
}

.pc-contact-details,
.pc-contact-form-card {
	border-radius: 28px;
}

.pc-contact-details {
	position: relative;
	overflow: hidden;
	padding: 34px;
	background: linear-gradient(152deg, #064a31, #0c5c41 74%, #0a5139);
	box-shadow: 0 22px 42px rgba(6, 74, 49, .14);
	color: #fff;
}

.pc-contact-details::before {
	position: absolute;
	width: 230px;
	height: 230px;
	inset-block-start: -154px;
	inset-inline-end: -115px;
	border: 1px solid rgba(242, 232, 213, .22);
	border-radius: 50%;
	content: "";
}

.pc-contact-details__eyebrow {
	color: var(--pc-orange);
}

.pc-contact-details h2 {
	color: #fffaf3;
}

.pc-contact-details > p {
	margin: 10px 0 26px;
	color: rgba(255, 250, 243, .73);
	font-size: 13px;
	line-height: 1.9;
}

.pc-contact-details ul {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-contact-details li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.pc-contact-details li > i {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50% 50% 50% 18%;
	background: rgba(242, 232, 213, .12);
	color: var(--pc-orange);
	font-style: normal;
}

.pc-contact-details li .pc-contact-icon {
	width: 21px;
	height: 21px;
}

.pc-contact-details li > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.pc-contact-details li small {
	color: rgba(255, 255, 255, .58);
	font-size: 10px;
	font-weight: 500;
}

.pc-contact-details li :is(a, b) {
	overflow-wrap: anywhere;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
}

.pc-contact-details li a:hover {
	color: var(--pc-orange) !important;
}

.pc-contact-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
}

.pc-contact-socials > span {
	width: 100%;
	color: rgba(255, 255, 255, .6);
	font-size: 10px;
}

.pc-contact-socials a {
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 9px;
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	font-size: 11px;
	font-weight: 700;
}

.pc-contact-socials a:hover {
	border-color: var(--pc-orange);
	background: var(--pc-orange);
	color: var(--pc-green) !important;
}

.pc-contact-details__butterfly {
	position: absolute;
	inset-block-end: 22px;
	inset-inline-end: 24px;
	opacity: .17;
	filter: brightness(0) invert(1);
}

.pc-contact-form-card {
	padding: 34px;
	border: 1px solid var(--pc-contact-border);
	background: #fff;
	box-shadow: 0 18px 42px rgba(66, 43, 28, .07);
}

.pc-contact-form-card__head {
	margin-bottom: 22px;
}

.pc-contact-form-card__head > p {
	margin: 7px 0 0;
	color: var(--pc-muted);
	font-size: 12px;
}

.pc-contact-notice {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	padding: 12px 14px;
	border: 1px solid;
	border-radius: 13px;
	font-size: 12px;
	font-weight: 600;
}

.pc-contact-notice--success {
	border-color: rgba(33, 117, 73, .24);
	background: #edf8f1;
	color: #176841;
}

.pc-contact-notice--error {
	border-color: rgba(184, 92, 56, .25);
	background: #fff3ed;
	color: #9f4728;
}

.pc-contact-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.pc-contact-fields label {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
	margin: 0;
}

.pc-contact-fields label > span {
	color: #55463d;
	font-size: 12px;
	font-weight: 700;
}

.pc-contact-fields label > span b {
	color: var(--pc-terracotta);
}

.pc-contact-fields label > span small {
	color: var(--pc-muted);
	font-size: 10px;
	font-weight: 400;
}

.pc-contact-field--wide {
	grid-column: 1 / -1;
}

.pc-contact-fields :is(input, select, textarea) {
	width: 100%;
	margin: 0;
	border: 1px solid rgba(107, 79, 63, .2);
	border-radius: 13px;
	outline: none;
	background-color: #fffcf7;
	box-shadow: none;
	color: var(--pc-ink);
	font-size: 13px;
	transition: border-color .22s var(--pc-ease), background .22s var(--pc-ease), box-shadow .22s var(--pc-ease);
}

.pc-contact-fields :is(input, select) {
	min-height: 52px;
	padding: 10px 14px;
}

.pc-contact-fields textarea {
	min-height: 158px;
	padding: 14px;
	line-height: 1.8;
	resize: vertical;
}

.pc-contact-fields :is(input, select, textarea):hover {
	border-color: rgba(184, 92, 56, .45);
	background: #fff;
}

.pc-contact-fields :is(input, select, textarea):focus {
	border-color: var(--pc-terracotta);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(184, 92, 56, .09);
}

.pc-contact-consent {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 17px 0;
	color: var(--pc-muted);
	font-size: 11px;
	line-height: 1.75;
}

.pc-contact-consent input {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	margin: 3px 0 0;
	accent-color: var(--pc-green);
}

.pc-contact-consent a {
	color: var(--pc-terracotta) !important;
	font-weight: 700;
}

.pc-contact-submit {
	display: inline-flex;
	min-width: 170px;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 22px;
	border: 0;
	border-radius: 14px;
	background: var(--pc-green);
	box-shadow: 0 10px 22px rgba(6, 74, 49, .18);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .24s var(--pc-ease), box-shadow .24s var(--pc-ease), background .24s var(--pc-ease);
}

.pc-contact-submit:hover {
	background: #0b5c40;
	box-shadow: 0 14px 28px rgba(6, 74, 49, .24);
	transform: translateY(-2px);
}

.pc-contact-submit:focus-visible {
	outline: 3px solid rgba(244, 162, 97, .65);
	outline-offset: 3px;
}

.pc-contact-submit .pc-contact-icon {
	width: 20px;
	height: 20px;
}

.pc-contact-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	inset-inline-start: -10000px !important;
	opacity: 0 !important;
}

.pc-contact-faq {
	padding: 20px 0 36px;
}

.pc-contact-faq__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.pc-contact-faq details {
	padding: 0;
	border: 1px solid var(--pc-contact-border);
	border-radius: 18px;
	background: #fffaf3;
	transition: border-color .24s var(--pc-ease), box-shadow .24s var(--pc-ease), transform .24s var(--pc-ease);
}

.pc-contact-faq details:hover {
	border-color: rgba(184, 92, 56, .35);
	box-shadow: 0 12px 24px rgba(67, 44, 30, .07);
	transform: translateY(-3px);
}

.pc-contact-faq summary {
	display: grid;
	min-height: 78px;
	grid-template-columns: 36px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 9px;
	padding: 14px;
	color: var(--pc-green);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.pc-contact-faq summary::-webkit-details-marker {
	display: none;
}

.pc-contact-faq summary > i {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50% 50% 50% 18%;
	background: var(--pc-cream);
	color: var(--pc-terracotta);
	font-style: normal;
}

.pc-contact-faq summary .pc-contact-icon {
	width: 19px;
	height: 19px;
}

.pc-contact-faq summary > b {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: rgba(6, 74, 49, .08);
	font-size: 16px;
	transition: transform .22s var(--pc-ease);
}

.pc-contact-faq details[open] summary > b {
	transform: rotate(45deg);
}

.pc-contact-faq details p {
	margin: 0;
	padding: 0 18px 18px;
	color: var(--pc-muted);
	font-size: 11px;
	line-height: 1.85;
}

@media (max-width: 900px) {
	.pc-contact-hero__copy {
		padding: 38px;
	}

	.pc-contact-route-grid,
	.pc-contact-faq__grid {
		grid-template-columns: 1fr;
	}

	.pc-contact-route {
		min-height: 112px;
	}

	.pc-contact-content__grid {
		grid-template-columns: 1fr;
	}

	.pc-contact-details ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 18px;
	}
}

@media (max-width: 680px) {
	.pc-contact-page {
		padding-bottom: 10px;
	}

	.pc-contact-shell {
		width: min(100% - 20px, 1120px);
	}

	.pc-contact-hero {
		padding-top: 10px;
	}

	.pc-contact-hero__inner {
		min-height: auto;
		grid-template-columns: 1fr;
		border-radius: 23px;
	}

	.pc-contact-hero__copy {
		padding: 32px 24px 24px;
		text-align: center;
	}

	.pc-contact-hero__copy > p {
		font-size: 13px;
	}

	.pc-contact-response {
		justify-content: center;
		font-size: 10px;
	}

	.pc-contact-hero__art {
		min-height: 180px;
		clip-path: ellipse(76% 88% at 50% 100%);
	}

	.pc-contact-hero__art::before {
		width: 150px;
		height: 160px;
	}

	.pc-contact-hero__halo {
		width: 175px;
		height: 175px;
	}

	.pc-contact-hero__art img {
		width: 44px;
	}

	.pc-contact-routes,
	.pc-contact-content {
		padding: 22px 0;
	}

	.pc-contact-heading {
		text-align: center;
	}

	.pc-contact-route {
		grid-template-columns: 54px minmax(0, 1fr) 28px;
		gap: 11px;
		padding: 15px;
		border-radius: 18px;
	}

	.pc-contact-route > i {
		width: 52px;
		height: 52px;
	}

	.pc-contact-route strong {
		font-size: 15px;
	}

	.pc-contact-details,
	.pc-contact-form-card {
		padding: 24px 18px;
		border-radius: 22px;
	}

	.pc-contact-details ul,
	.pc-contact-fields {
		grid-template-columns: 1fr;
	}

	.pc-contact-field--wide {
		grid-column: auto;
	}

	.pc-contact-submit {
		width: 100%;
	}

	.pc-contact-faq {
		padding: 12px 0 26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pc-contact-page *,
	.pc-contact-page *::before,
	.pc-contact-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}
