.roj-creed-home {
	background: #fffaf5;
	color: #1d1d1b;
	min-height: 100vh;
	overflow: clip;
	position: relative;
}

.roj-creed-home h1,
.roj-creed-home h2,
.roj-creed-home h3 {
	color: #1d1d1b;
}

.roj-wave-field {
	inset: 0;
	opacity: 0.65;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

.roj-wave-field canvas {
	display: block;
	height: 100%;
	width: 100%;
}

.roj-home-hero,
.roj-home-products,
.roj-home-editorial,
.roj-home-journal,
.roj-home-services {
	position: relative;
	z-index: 1;
}

.roj-home-hero {
	background:
		linear-gradient(115deg, rgba(255, 250, 245, 0.98) 0%, rgba(255, 250, 245, 0.98) 42%, rgba(236, 232, 223, 0.96) 42%, rgba(236, 232, 223, 0.96) 100%),
		#fffaf5;
	height: min(45rem, calc(100svh - 2rem));
	min-height: 38rem;
	overflow: hidden;
}

.roj-home-hero__slide,
.roj-home-hero__track {
	height: 100%;
	width: 100%;
}

.roj-home-hero__slide {
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: scale(1.02);
	transition: opacity 900ms ease, transform 1400ms ease;
}

.roj-home-hero__slide.is-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.roj-home-hero__media img,
.roj-home-hero__media video {
	object-fit: cover;
	object-position: center;
}

.roj-home-hero__media,
.roj-home-hero__media picture {
	display: block;
	height: 100%;
	margin-left: auto;
	overflow: hidden;
	width: 61%;
}

.roj-home-hero__media img,
.roj-home-hero__media video {
	filter: saturate(0.82) brightness(1.16) contrast(0.92);
	height: 100%;
	width: 100%;
}

.roj-home-hero__slide::after {
	background:
		linear-gradient(90deg, #fffaf5 0%, rgba(255, 250, 245, 0.96) 34%, rgba(255, 250, 245, 0.08) 58%, transparent 100%),
		linear-gradient(0deg, rgba(255, 250, 245, 0.36), transparent 45%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.roj-home-hero__content {
	bottom: clamp(2rem, 6vw, 4rem);
	color: #1d1d1b;
	left: clamp(1.25rem, 3vw, 2.4rem);
	max-width: min(35rem, calc(100% - 2.5rem));
	position: absolute;
	z-index: 3;
}

.roj-home-hero__content h1 {
	color: #1d1d1b;
	font-size: clamp(2.7rem, 5.6vw, 5.6rem);
	letter-spacing: 0;
	margin-bottom: 0.4rem;
}

.roj-home-hero__content p {
	color: rgba(29, 29, 27, 0.68);
	font-size: clamp(0.98rem, 1.2vw, 1.18rem);
	line-height: 1.65;
	max-width: 33rem;
}

.roj-home-hero__eyebrow {
	color: #9d1226 !important;
	font-size: 0.78rem !important;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 0.9rem !important;
	text-transform: uppercase;
}

.roj-home-hero__content a,
.roj-section-head a,
.roj-home-editorial__content a {
	border-bottom: 0.0625rem solid currentColor;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 0.18rem;
	text-decoration: none;
}

.roj-home-products {
	background: rgba(255, 250, 245, 0.88);
	padding: clamp(2.8rem, 5vw, 5rem) clamp(1rem, 2.4vw, 2.4rem) clamp(4rem, 7vw, 7rem);
}

.roj-section-head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.roj-section-head h2 {
	font-size: clamp(2.3rem, 4vw, 4rem);
	margin: 0;
}

.roj-product-grid {
	display: grid;
	gap: clamp(1rem, 1.6vw, 1.25rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.roj-products--single .roj-product-grid {
	grid-template-columns: minmax(0, 1fr);
	margin-inline: auto;
	max-width: 52rem;
}

.roj-products--duo .roj-product-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roj-products--trio .roj-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roj-products--demo .roj-product-grid,
.roj-products--grid .roj-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.roj-card-product {
	color: #1d1d1b;
	min-width: 0;
	position: relative;
}

.roj-card-product__image {
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.82), transparent 34%),
		#e9e6df;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.roj-card-product__image::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.roj-card-product__image img {
	height: 76%;
	left: 50%;
	object-fit: contain;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	transition: transform 360ms ease;
	width: 76%;
}

.roj-card-product:hover .roj-card-product__image img {
	transform: translate(-50%, -52%) scale(1.035);
}

.roj-products--single .roj-card-product__image::before {
	padding-top: 62%;
}

.roj-card-product__badge {
	background: rgba(255, 250, 245, 0.96);
	color: #1d1d1b;
	font-size: 0.82rem;
	left: 0.7rem;
	line-height: 1;
	padding: 0.55rem 0.65rem;
	position: absolute;
	top: 0.7rem;
	z-index: 2;
}

.roj-card-product__info {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding-top: 1rem;
}

.roj-card-product__info h3 {
	font-family: var(--roj-font-body);
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0 0 0.12rem;
}

.roj-card-product__info h3 a {
	text-decoration: none;
}

.roj-card-product__info p {
	color: #8f753e;
	font-size: 0.92rem;
	line-height: 1.35;
	margin: 0 0 0.45rem;
}

.roj-card-product__price {
	color: #1d1d1b;
	display: block;
	font-size: 0.92rem;
	font-weight: 600;
}

.roj-card-product .roj-card-product__form {
	margin: 0;
	position: relative;
}

.roj-card-product__quick {
	align-items: center;
	background: #fffaf5;
	border: 0.0625rem solid rgba(29, 29, 27, 0.18);
	color: #1d1d1b;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 2.65rem;
	height: 2.65rem;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	width: 2.65rem;
}

.roj-card-product__quick:hover,
.roj-card-product__quick:focus-visible {
	background: #1d1d1b;
	color: #fffaf5;
}

.roj-card-product__quick.loading {
	opacity: 0.5;
	pointer-events: none;
}

.roj-card-product .roj-cart-message {
	height: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.roj-home-editorial {
	align-items: center;
	background: #eee9df;
	color: #1d1d1b;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
	min-height: 38rem;
}

.roj-home-editorial__media {
	height: 100%;
	min-height: 38rem;
	overflow: hidden;
}

.roj-home-editorial__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.roj-home-editorial__content {
	padding: clamp(2.5rem, 6vw, 6rem);
}

.roj-home-editorial__content p:first-child {
	color: #d4b06d;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.roj-home-editorial__content h2 {
	color: #1d1d1b;
	font-size: clamp(2.5rem, 5vw, 5.6rem);
	max-width: 10ch;
}

.roj-home-editorial__content a {
	color: #1d1d1b;
}

.roj-home-journal {
	background: rgba(255, 250, 245, 0.92);
	display: grid;
	gap: clamp(1rem, 1.8vw, 1.5rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: clamp(1rem, 2.4vw, 2.4rem);
}

.roj-home-journal article {
	background: #f0eee8;
	min-width: 0;
}

.roj-home-journal img {
	aspect-ratio: 16 / 10;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.roj-home-journal h3,
.roj-home-journal p {
	margin-inline: 1.2rem;
}

.roj-home-journal h3 {
	font-family: var(--roj-font-body);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 1.15rem;
}

.roj-home-journal p {
	color: rgba(29, 29, 27, 0.66);
	font-size: 0.94rem;
	padding-bottom: 1.1rem;
}

.roj-home-services {
	background: rgba(29, 29, 27, 0.12);
	color: #1d1d1b;
	display: grid;
	gap: 0.0625rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0.0625rem;
}

.roj-home-services div {
	background: #fffaf5;
	color: #1d1d1b;
	min-height: 10rem;
	padding: clamp(1.3rem, 2.5vw, 2rem);
}

.roj-home-services span {
	display: block;
	font-weight: 700;
	margin-bottom: 0.45rem;
}

.roj-home-services p {
	color: rgba(29, 29, 27, 0.62);
	font-size: 0.92rem;
	margin: 0;
}

@media (max-width: 82rem) {
	.roj-product-grid,
	.roj-products--demo .roj-product-grid,
	.roj-products--grid .roj-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 61.99rem) {
	.roj-home-hero {
		height: auto;
		min-height: 34rem;
		padding-bottom: 2rem;
	}

	.roj-home-hero__track {
		min-height: 40rem;
	}

	.roj-home-hero__media,
	.roj-home-hero__media picture {
		height: 56%;
		margin-left: 0;
		width: 100%;
	}

	.roj-home-hero__slide::after {
		background:
			linear-gradient(0deg, #fffaf5 0%, rgba(255, 250, 245, 0.98) 32%, rgba(255, 250, 245, 0.2) 68%, transparent 100%);
	}

	.roj-home-hero__content {
		bottom: 5.25rem;
		color: #1d1d1b;
	}

	.roj-product-grid,
	.roj-products--demo .roj-product-grid,
	.roj-products--grid .roj-product-grid,
	.roj-products--trio .roj-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.roj-home-editorial {
		grid-template-columns: 1fr;
	}

	.roj-home-editorial__media {
		min-height: 25rem;
	}

	.roj-home-journal,
	.roj-home-services {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 47.99rem) {
	.roj-home-hero {
		height: auto;
		min-height: 31rem;
	}

	.roj-home-hero__track {
		min-height: 37rem;
	}

	.roj-home-hero__media,
	.roj-home-hero__media picture {
		height: 48%;
	}

	.roj-home-hero__content {
		bottom: 4.4rem;
		left: 1rem;
		max-width: calc(100% - 2rem);
	}

	.roj-home-hero__content h1 {
		font-size: clamp(2.35rem, 12vw, 4rem);
	}

	.roj-home-products {
		padding-inline: 1rem;
	}

	.roj-section-head {
		align-items: flex-start;
		gap: 1rem;
	}

	.roj-product-grid,
	.roj-products--demo .roj-product-grid,
	.roj-products--grid .roj-product-grid,
	.roj-products--single .roj-product-grid,
	.roj-products--duo .roj-product-grid,
	.roj-products--trio .roj-product-grid {
		grid-template-columns: 1fr;
	}

	.roj-card-product__image::before,
	.roj-products--single .roj-card-product__image::before {
		padding-top: 86%;
	}

	.roj-home-editorial__media {
		min-height: 20rem;
	}

	.roj-home-editorial__content {
		padding: 2rem 1rem 3rem;
	}

	.roj-home-editorial__content h2 {
		max-width: 12ch;
	}

	.roj-home-journal {
		padding-inline: 1rem;
	}
}

/* White Creed-inspired homepage revision. */
body.home,
.roj-creed-home {
	background: #fff;
}

.roj-creed-home {
	color: #161616;
	overflow: visible;
}

.roj-wave-field {
	opacity: 0.22;
}

.roj-home-hero,
.roj-home-products,
.roj-home-feature-panels,
.roj-home-editorial,
.roj-home-journal,
.roj-home-services {
	background: #fff;
}

.roj-home-hero {
	height: clamp(33rem, 68svh, 46rem);
	min-height: 0;
}

.roj-home-hero__link {
	color: #fff;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.roj-home-hero__media,
.roj-home-hero__media picture {
	display: block;
	height: 100%;
	inset: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.roj-home-hero__media img,
.roj-home-hero__media video {
	filter: none;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.roj-home-hero__link::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.16) 48%, rgba(0, 0, 0, 0.04) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.roj-home-hero__content {
	bottom: clamp(1.6rem, 4vw, 3rem);
	color: #fff;
	display: grid;
	left: clamp(1.25rem, 2.5vw, 2.5rem);
	max-width: min(32rem, calc(100% - 2.5rem));
	position: absolute;
	z-index: 2;
}

.roj-home-hero__eyebrow {
	color: rgba(255, 255, 255, 0.82) !important;
	font-family: var(--roj-font-body);
	font-size: 0.74rem !important;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 0.65rem !important;
	text-transform: uppercase;
}

.roj-home-hero__title {
	font-family: var(--roj-font-display);
	font-size: clamp(2.65rem, 4.6vw, 5.2rem);
	line-height: 0.98;
}

.roj-home-hero__caption {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(0.98rem, 1.1vw, 1.15rem);
	line-height: 1.55;
	margin-top: 0.9rem;
	max-width: 31rem;
}

.roj-home-hero__button {
	border-bottom: 0.0625rem solid currentColor;
	font-size: 0.92rem;
	font-weight: 700;
	justify-self: start;
	margin-top: 1.05rem;
	padding-bottom: 0.18rem;
}

.roj-home-products {
	padding: clamp(2.8rem, 5vw, 5rem) clamp(1rem, 2vw, 2.4rem) clamp(3.6rem, 6vw, 6rem);
}

.roj-section-head h2 {
	font-size: clamp(2.1rem, 3vw, 3.4rem);
}

.roj-product-showcase {
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 1.8vw, 1.5rem);
	grid-template-columns: minmax(0, 1.06fr) minmax(22rem, 0.94fr);
	margin-inline: auto;
	max-width: 78rem;
}

.roj-product-showcase__image {
	align-items: center;
	background: #f4f3f0;
	display: flex;
	justify-content: center;
	min-height: clamp(32rem, 46vw, 43rem);
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4rem);
	text-decoration: none;
}

.roj-product-showcase__image img {
	height: auto;
	max-height: 36rem;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.roj-product-showcase__content {
	align-content: center;
	border: 0.0625rem solid rgba(22, 22, 22, 0.1);
	display: grid;
	padding: clamp(1.8rem, 4vw, 4rem);
}

.roj-product-showcase__eyebrow {
	color: #9d1226;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

.roj-product-showcase__content h3 {
	font-size: clamp(2.4rem, 4vw, 4.8rem);
	line-height: 0.98;
	margin: 0;
}

.roj-product-showcase__content h3 a {
	text-decoration: none;
}

.roj-product-showcase__description {
	color: rgba(22, 22, 22, 0.66);
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 1.1rem;
	max-width: 35rem;
}

.roj-product-showcase__description p {
	margin: 0;
}

.roj-product-showcase__notes {
	border-block: 0.0625rem solid rgba(22, 22, 22, 0.12);
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 1.5rem 0;
	padding: 1.1rem 0;
}

.roj-product-showcase__notes li,
.roj-product-showcase__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.roj-product-showcase__notes span {
	color: rgba(22, 22, 22, 0.54);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.roj-product-showcase__notes strong,
.roj-product-showcase__meta {
	color: #161616;
	font-weight: 700;
}

.roj-product-showcase__meta {
	font-size: 1rem;
	margin-bottom: 1.15rem;
}

.roj-product-showcase__meta .stock {
	margin: 0;
}

.roj-product-showcase__form {
	display: grid;
	gap: 1rem;
	margin: 0;
}

.roj-product-showcase__form table,
.roj-product-showcase__form tbody,
.roj-product-showcase__form tr,
.roj-product-showcase__form th,
.roj-product-showcase__form td {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.roj-product-showcase__form .variations {
	display: grid;
	gap: 0.9rem;
}

.roj-product-showcase__form label {
	color: rgba(22, 22, 22, 0.58);
	display: block;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.roj-product-showcase__form select {
	appearance: none;
	background: #fff;
	border: 0.0625rem solid rgba(22, 22, 22, 0.18);
	color: #161616;
	min-height: 3.1rem;
	padding: 0 1rem;
	width: 100%;
}

.roj-product-showcase__form .reset_variations {
	color: rgba(22, 22, 22, 0.6);
	font-size: 0.82rem;
	text-underline-offset: 0.25em;
}

.roj-product-showcase__form .single_add_to_cart_button,
.roj-product-showcase__button {
	align-items: center;
	background: #161616;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.14em;
	min-height: 3.35rem;
	padding: 0 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.roj-product-showcase__form .single_add_to_cart_button.disabled,
.roj-product-showcase__form .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.roj-product-showcase .roj-cart-message {
	color: #9d1226;
	font-size: 0.88rem;
	margin: 0;
	min-height: 1.2rem;
}

.roj-home-feature-panels {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	padding: 0 clamp(1rem, 2vw, 2.4rem) clamp(3.5rem, 6vw, 6rem);
}

.roj-home-feature-panel {
	align-items: center;
	display: grid;
	gap: clamp(1.2rem, 2.5vw, 2.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.74fr);
}

.roj-home-feature-panel--reverse {
	grid-template-columns: minmax(18rem, 0.74fr) minmax(0, 1fr);
}

.roj-home-feature-panel--reverse img {
	order: 2;
}

.roj-home-feature-panel img {
	aspect-ratio: 16 / 9;
	background: #f4f3f0;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.roj-home-feature-panel div {
	padding: clamp(1.2rem, 4vw, 4rem);
}

.roj-home-feature-panel p {
	color: #9d1226;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

.roj-home-feature-panel h2 {
	font-size: clamp(2.1rem, 3.4vw, 4.4rem);
	line-height: 1;
	margin: 0 0 1rem;
	max-width: 12ch;
}

.roj-home-feature-panel a {
	border-bottom: 0.0625rem solid currentColor;
	color: #161616;
	font-weight: 700;
	text-decoration: none;
}

.roj-home-editorial {
	background: #0b0b0b;
	border-top: 0;
	color: #fff;
}

.roj-home-editorial__content h2,
.roj-home-editorial__content a {
	color: #fff;
}

.roj-home-editorial__content p:first-child {
	color: #c8a45f;
}

.roj-home-journal {
	background: #fff;
}

.roj-home-journal article,
.roj-home-services div {
	background: #fff;
}

.roj-home-services {
	background: rgba(22, 22, 22, 0.12);
}

@media (max-width: 61.99rem) {
	.roj-home-hero {
		height: 72svh;
		min-height: 30rem;
		padding-bottom: 0;
	}

	.roj-home-hero__media,
	.roj-home-hero__media picture {
		height: 100%;
		position: absolute;
		width: 100%;
	}

	.roj-home-hero__content {
		bottom: 1.25rem;
		left: 1rem;
	}

	.roj-product-showcase,
	.roj-home-feature-panel,
	.roj-home-feature-panel--reverse {
		grid-template-columns: 1fr;
	}

	.roj-product-showcase__image {
		min-height: 25rem;
	}

	.roj-home-feature-panel--reverse img {
		order: 0;
	}
}

@media (max-width: 47.99rem) {
	.roj-home-hero {
		height: 64svh;
		min-height: 27rem;
	}

	.roj-home-hero__title {
		font-size: clamp(2.35rem, 11vw, 3.8rem);
	}

	.roj-product-showcase__content {
		padding: 1.4rem;
	}

	.roj-product-showcase__image {
		min-height: 21rem;
		padding: 1.5rem;
	}

	.roj-home-feature-panels {
		padding-inline: 1rem;
	}

	.roj-home-feature-panel div {
		padding: 0.6rem 0 1.3rem;
	}
}
