.pyalichai-footer,
.pyalichai-footer * {
	box-sizing: border-box;
}

.pyalichai-footer {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 0;
	font-family: var(--pyalichai-font-body);
	color: #fff;
	background: #0a0908;
}

.pyalichai-footer__photo {
	position: relative;
	width: 100%;
	height: 726px;
	min-height: 726px;
	overflow: hidden;
	background-image: var(--pyalichai-footer-bg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.pyalichai-footer__column,
.pyalichai-footer__newsletter,
.pyalichai-footer__sourcing,
.pyalichai-footer__credit {
	position: absolute;
	z-index: 2;
}

.pyalichai-footer__shop {
	top: 34px;
	left: 49px;
	width: 250px;
}

.pyalichai-footer__support {
	top: 34px;
	left: 347px;
	width: 260px;
}

.pyalichai-footer__title,
.pyalichai-footer__newsletter-heading,
.pyalichai-footer__sourcing,
.pyalichai-footer__credit-link,
.pyalichai-footer__credit-link:hover,
.pyalichai-footer__credit-link:focus,
.pyalichai-footer__credit-link:visited {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: -0.1px;
	color: #fff;
	text-decoration: none;
}

.pyalichai-footer__links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	margin-top: 17px;
	padding: 0;
}

.pyalichai-footer__link,
.pyalichai-footer__link:hover,
.pyalichai-footer__link:focus,
.pyalichai-footer__link:visited {
	display: block;
	margin: 0;
	padding: 0;
	font-family: var(--pyalichai-font-body);
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: -0.15px;
	color: #fff;
	text-decoration: none;
}

.pyalichai-footer__newsletter {
	top: 34px;
	left: 65.7%;
	right: 49px;
}

.pyalichai-footer__newsletter-heading {
	white-space: nowrap;
}

.pyalichai-footer__newsletter-form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 53px;
	margin-top: 19px;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.62);
}

.pyalichai-footer__newsletter-form input,
.pyalichai-footer__newsletter-form input:focus {
	width: calc(100% - 54px);
	height: 52px;
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	font-family: var(--pyalichai-font-body);
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	appearance: none;
}

.pyalichai-footer__newsletter-form input::placeholder {
	color: rgba(255,255,255,.77);
	opacity: 1;
}

.pyalichai-footer__newsletter-form button,
.pyalichai-footer__newsletter-form button:hover,
.pyalichai-footer__newsletter-form button:focus {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 51px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-family: var(--pyalichai-font-body);
	font-size: 31px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.pyalichai-footer__newsletter-form button span {
	position: relative;
	top: -1px;
}

.pyalichai-footer__sourcing {
	left: 49px;
	bottom: 37px;
	width: 610px;
	max-width: calc(100% - 720px);
}

.pyalichai-footer__credit {
	right: 50px;
	bottom: 38px;
}

.pyalichai-footer__legal {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 74px;
	min-height: 74px;
	padding: 0 49px;
	background: #fbf8f5;
	color: #85827e;
}

.pyalichai-footer__copyright,
.pyalichai-footer__terms,
.pyalichai-footer__socials {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pyalichai-footer__copyright {
	left: 49px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.pyalichai-footer__terms {
	left: 50%;
	transform: translate(-50%, -50%);
}

.pyalichai-footer__terms-link,
.pyalichai-footer__terms-link:hover,
.pyalichai-footer__terms-link:focus,
.pyalichai-footer__terms-link:visited {
	font-family: var(--pyalichai-font-body);
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	color: #85827e;
	text-decoration: none;
}

.pyalichai-footer__socials {
	right: 49px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.pyalichai-footer__social,
.pyalichai-footer__social:hover,
.pyalichai-footer__social:focus,
.pyalichai-footer__social:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	color: #8b8986;
	text-decoration: none;
}

.pyalichai-footer__social svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* Reusable responsive fallback. The supplied reference is desktop; this keeps
 * the same content and visual hierarchy on smaller screens without adding
 * unreferenced interactions. */
@media (max-width: 767px) {
	.pyalichai-footer__photo {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"shop support"
			"newsletter newsletter"
			"sourcing sourcing"
			"credit credit";
		gap: 34px 22px;
		height: auto;
		min-height: 760px;
		padding: 34px 24px 31px;
		background-size: cover;
		background-position: center center;
	}

	.pyalichai-footer__column,
	.pyalichai-footer__newsletter,
	.pyalichai-footer__sourcing,
	.pyalichai-footer__credit {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: auto;
		max-width: none;
	}

	.pyalichai-footer__shop { grid-area: shop; }
	.pyalichai-footer__support { grid-area: support; }
	.pyalichai-footer__newsletter { grid-area: newsletter; }
	.pyalichai-footer__sourcing { grid-area: sourcing; align-self: end; }
	.pyalichai-footer__credit { grid-area: credit; }

	.pyalichai-footer__newsletter-heading {
		white-space: normal;
	}

	.pyalichai-footer__legal {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas: "copyright socials" "terms terms";
		gap: 18px;
		height: auto;
		min-height: 112px;
		padding: 22px 24px;
	}

	.pyalichai-footer__copyright,
	.pyalichai-footer__terms,
	.pyalichai-footer__socials {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		transform: none;
	}

	.pyalichai-footer__copyright { grid-area: copyright; }
	.pyalichai-footer__terms { grid-area: terms; }
	.pyalichai-footer__socials { grid-area: socials; justify-self: end; }
}
