:root {
	color-scheme: light;
}

html {
	background: #ffffff;
	box-sizing: border-box;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

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

body.faith-origin-home {
	background: #ffffff !important;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 0;
	min-width: 320px;
}

.faith-origin-home a,
.faith-origin-home a:hover,
.faith-origin-home a:focus {
	color: inherit;
	text-decoration: none;
}

.faith-origin-home img {
	display: block;
	filter: none !important;
	height: auto;
	max-width: 100%;
	mix-blend-mode: normal !important;
	opacity: 1 !important;
}

.fo-header {
	background: #000000 !important;
	color: #ffffff;
	position: relative;
	width: 100%;
	z-index: 5;
}

.fo-lookbook-inner,
.fo-footer-inner {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.fo-header-inner {
	align-items: center;
	background: #000000;
	color: #ffffff;
	display: grid;
	gap: 28px;
	grid-template-columns: auto minmax(0, 1fr);
	margin: 0;
	min-height: 64px;
	padding: 12px 32px;
	width: 100%;
}

.fo-logo-link {
	align-items: center;
	display: flex;
	line-height: 0;
	width: 178px;
}

.fo-logo-link img {
	filter: invert(1) !important;
	object-fit: contain;
	width: 100%;
}

.fo-nav-links {
	align-items: center;
	background: #000000;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 2.2vw, 36px);
	justify-content: flex-end;
}

.fo-nav-links a,
.fo-footer-nav a {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fo-menu-button {
	display: none;
}

.fo-announcement {
	background: #ffffff;
	border-bottom: 1px solid #deded8;
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin: 0;
	padding: 16px 32px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.fo-hero {
	background: #050505;
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 0;
	min-height: 500px;
	overflow: hidden;
	width: 100%;
}

.fo-hero-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 32px 56px clamp(32px, 6vw, 90px);
	position: relative;
	z-index: 1;
}

.fo-hero-copy p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.45;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.fo-hero-copy p + p {
	letter-spacing: 0;
	text-transform: none;
}

.fo-hero-copy h1 {
	color: #ffffff;
	font-size: clamp(64px, 8vw, 124px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.86;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.fo-hero-copy a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 12px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.fo-hero-media {
	align-items: center;
	background: #050505;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	min-height: 500px;
	overflow: hidden;
	padding: 42px 48px 42px 16px;
	position: relative;
}

.fo-hero-products {
	align-items: end;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 790px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.fo-hero-products img {
	background: #ffffff;
	max-height: 390px;
	object-fit: contain;
	width: 100%;
}

.fo-products {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 34px 32px 54px;
	width: 100%;
}

.fo-products + .fo-products {
	border-top: 1px solid #deded8;
}

.fo-section-heading {
	align-items: center;
	border-bottom: 1px solid #deded8;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 12px;
}

.fo-section-heading h2,
.fo-lookbook h2 {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-grid {
	display: grid;
	gap: 28px;
}

.fo-product-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fo-product-card {
	background: #ffffff;
	color: #000000;
	display: block;
}

.fo-product-image {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f5f4ef;
	border: 1px solid #deded8;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 28px;
}

.fo-product-image img {
	background: #ffffff;
	max-height: 100%;
	max-width: 88%;
	object-fit: contain;
	width: auto;
}

.fo-product-info {
	background: #ffffff;
	color: #000000;
	padding-top: 14px;
}

.fo-product-info h3,
.fo-product-info p,
.fo-lookbook-heading p,
.fo-footer p,
.fo-footer-logo {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
	text-transform: none;
}

.fo-product-info h3 {
	letter-spacing: 0.04em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.fo-lookbook {
	background: #f5f4ef;
	color: #000000;
}

.fo-lookbook-inner {
	padding: 46px 32px 58px;
}

.fo-lookbook-heading {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.fo-lookbook-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fo-lookbook-panel {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 28px;
}

.fo-lookbook-panel img {
	max-height: 100%;
	max-width: 90%;
	object-fit: contain;
	width: auto;
}

.fo-footer {
	background: #ffffff !important;
	border-top: 1px solid #deded8;
	color: #000000;
	padding: 30px 32px;
}

.fo-footer-inner {
	align-items: center;
	background: #ffffff;
	color: #000000;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(180px, 1fr) auto minmax(260px, 1fr);
}

.fo-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: center;
}

.fo-footer p {
	font-size: 12px;
	justify-self: end;
}

@media (max-width: 1024px) {
	.fo-header {
		z-index: 100;
	}

	.fo-header-inner {
		align-items: start;
		grid-template-columns: 1fr auto;
		padding: 12px 24px;
	}

	.fo-logo-link {
		width: 150px;
	}

	.fo-menu-button {
		align-items: center;
		background: transparent;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-flex;
		flex-direction: column;
		gap: 6px;
		height: 38px;
		justify-content: center;
		justify-self: end;
		margin: 0;
		padding: 0;
		position: relative;
		width: 38px;
		z-index: 2;
	}

	.fo-menu-button span {
		background: #ffffff;
		display: block;
		height: 1px;
		transition: opacity 160ms ease, transform 160ms ease;
		width: 28px;
	}

	.fo-menu-button.is-open span:first-child {
		transform: translateY(7px) rotate(45deg);
	}

	.fo-menu-button.is-open span:nth-child(2) {
		opacity: 0;
	}

	.fo-menu-button.is-open span:last-child {
		transform: translateY(-7px) rotate(-45deg);
	}

	.fo-nav-links {
		background: #000000;
		border-top: 0;
		display: none;
		flex-direction: column;
		gap: 0;
		justify-content: flex-start;
		left: 0;
		margin-top: 0;
		padding: 18px 24px 20px;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		z-index: 30;
	}

	.fo-nav-links a {
		display: block;
		font-size: 12px;
		padding: 13px 0;
		width: 100%;
	}

	.fo-nav-links.is-open {
		display: flex !important;
	}

	.faith-origin-home.fo-menu-open .fo-nav-links {
		display: flex !important;
	}

	.faith-origin-home.fo-menu-open .fo-announcement {
		display: none;
	}

	.fo-hero {
		grid-template-columns: 1fr;
	}

	.fo-hero-copy {
		padding: 46px 24px 32px;
	}

	.fo-hero-media {
		min-height: 360px;
		padding: 24px;
	}

	.fo-product-grid-two,
	.fo-lookbook-grid {
		grid-template-columns: 1fr;
	}

	.fo-footer-inner {
		align-items: end;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.fo-footer-nav {
		gap: 18px;
		grid-column: 2;
		justify-content: flex-end;
		justify-self: end;
	}

	.fo-footer p {
		grid-column: 2;
		justify-self: end;
		text-align: right;
	}
}

@media (max-width: 520px) {
	.fo-header-inner,
	.fo-announcement,
	.fo-products,
	.fo-lookbook-inner,
	.fo-footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	.fo-logo-link {
		width: 122px;
	}

	.fo-announcement {
		font-size: 10px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.fo-hero-copy {
		padding: 36px 16px 26px;
	}

	.fo-hero-copy h1 {
		font-size: 58px;
	}

	.fo-hero-media {
		min-height: 250px;
		padding: 18px 16px 24px;
	}

	.fo-hero-products {
		gap: 10px;
	}

	.fo-hero-products img {
		max-height: 210px;
	}

	.fo-products {
		padding-bottom: 42px;
		padding-top: 28px;
	}

	.fo-product-image,
	.fo-lookbook-panel {
		padding: 22px;
	}

	.fo-footer-inner {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.fo-footer-logo,
	.fo-footer-nav,
	.fo-footer p {
		grid-column: 1;
	}

	.fo-footer-nav,
	.fo-footer p {
		justify-self: end;
		text-align: right;
	}
}
