.rfp-home {
	background: #fff;
}

.rfp-site {
	background: #fff;
	min-height: 100vh;
}

.rfp-site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid #ececec;
	transform: translateY(0);
	will-change: transform, background-color;
	transition: transform 0.35s ease, background-color 0.35s ease, backdrop-filter 0.35s ease;
}

.rfp-site-header::after {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(18, 18, 18, 0.3);
	backdrop-filter: blur(6px);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

body.rfp-menu-open .rfp-site-header::after {
	opacity: 1;
	visibility: visible;
}

.rfp-site-header__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 10px 18px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
}

.rfp-branding {
	display: flex;
	justify-content: center;
}

.rfp-branding .custom-logo-link,
.rfp-branding__logo {
	display: inline-flex;
	align-items: center;
}

.rfp-branding .custom-logo {
	max-height: 52px;
	width: auto;
}

.rfp-branding__text {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-decoration: none;
	color: #111;
	font-weight: 600;
}

.rfp-nav__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 16px;
}

.rfp-nav__menu > li {
	position: relative;
}

.rfp-nav__menu > li > a {
	text-decoration: none;
	color: #111;
	font-size: 0.76rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 500;
}

.rfp-nav__menu li ul {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	background: #fff;
	border: 1px solid #e9e9e9;
	box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin: 0;
	padding: 8px 0;
	min-width: 220px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 61;
}

.rfp-nav__menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rfp-nav__menu li ul a {
	display: block;
	padding: 8px 12px;
	font-size: 0.84rem;
	text-decoration: none;
	color: #1f1f1f;
}

.rfp-header-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 14px;
}

.rfp-header-actions a {
	text-decoration: none;
	color: #111;
	font-size: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rfp-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	border-radius: 99px;
	background: #111;
	color: #fff;
	font-size: 0.67rem;
	padding: 0 5px;
	margin-left: 5px;
}

.rfp-mobile-toggle {
	display: none;
	border: 1px solid #d8d8d8;
	background: #fff;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.7rem;
	padding: 9px 12px;
}

.rfp-nav--mobile {
	display: none;
	border-top: 1px solid #ececec;
	padding: 10px 18px;
}

.rfp-nav__menu--mobile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.rfp-nav--mobile.is-open {
	display: block;
}

.site-content {
	padding-top: 0;
}

.site-content .content-area {
	margin-top: 2.2rem;
	margin-bottom: 2.2rem;
}

.rfp-site-footer {
	border-top: 1px solid #ebebeb;
	margin-top: 42px;
}

.rfp-site-footer__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 24px 18px 34px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.rfp-footer-nav__menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}

.rfp-footer-nav__menu a {
	text-decoration: none;
	color: #4d4d4d;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.rfp-site-footer__copy {
	margin: 0;
	font-size: 0.74rem;
	color: #6b6b6b;
}

.single-product .site-main,
.woocommerce-page .site-main {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 18px;
}

.single-product .product .summary {
	padding-top: 8px;
}

.single-product .woocommerce-product-gallery {
	position: sticky;
	top: 92px;
}

.single-product div.product .product_title {
	font-size: clamp(1.45rem, 2.2vw, 2.2rem);
	font-weight: 600;
}

.single-product .woocommerce-tabs ul.tabs li a {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.78rem;
}

.rfp-shop-page,
.rfp-single-page {
	max-width: 1480px;
	margin: 0 auto;
	padding: 18px 18px 28px;
}

.rfp-shop-shell__head {
	margin-bottom: 12px;
}

.rfp-shop-shell__title {
	font-size: clamp(1.5rem, 2.6vw, 2.2rem);
	font-weight: 600;
	margin: 0 0 8px;
}

.rfp-shop-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 11px 0;
}

.rfp-shop-toolbar .woocommerce-result-count {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0;
	color: #555;
}

.rfp-shop-toolbar .woocommerce-ordering select {
	border: 1px solid #e6e6e6;
	border-radius: 0;
	min-height: 42px;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
}

.rfp-shop-page ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
}

.rfp-shop-page ul.products::before,
.rfp-shop-page ul.products::after {
	display: none;
}

.rfp-shop-page ul.products li.product.rfp-shop-card {
	width: auto;
	margin: 0;
	float: none;
	border: 1px solid #ececec;
	padding: 0;
}

.rfp-shop-card__link {
	display: block;
	text-decoration: none;
	color: #111;
}

.rfp-shop-card__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fafafa;
}

.rfp-shop-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.rfp-shop-card__meta {
	padding: 10px 12px 14px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rfp-shop-card__title {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.35;
}

.rfp-shop-card__price {
	font-size: 0.88rem;
	font-weight: 600;
}

.rfp-shop-card:hover .rfp-shop-card__media img {
	transform: scale(1.03);
}

.rfp-shop-card .onsale,
.rfp-shop-card .button,
.rfp-shop-card .star-rating,
.rfp-shop-card .added_to_cart {
	display: none !important;
}

.rfp-shop-page .woocommerce-pagination {
	margin-top: 22px;
}

.rfp-shop-page .woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 6px;
}

.rfp-shop-page .woocommerce-pagination ul li {
	border: 0;
}

.rfp-shop-page .woocommerce-pagination ul li span,
.rfp-shop-page .woocommerce-pagination ul li a {
	border: 1px solid #e2e2e2;
	min-width: 38px;
	height: 38px;
	line-height: 36px;
	padding: 0 8px;
	font-size: 0.85rem;
}

.rfp-single-shell .product {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 34px;
}

.rfp-single-shell .product .images,
.rfp-single-shell .product .summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.rfp-single-shell .product .summary .price {
	font-size: 1.05rem;
	font-weight: 600;
	color: #111;
}

.rfp-single-shell .woocommerce-product-details__short-description p {
	color: #444;
	font-size: 0.95rem;
	line-height: 1.6;
}

.rfp-single-shell .variations {
	border: 0;
	margin-bottom: 10px;
}

.rfp-single-shell .variations th.label {
	padding-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.75rem;
	font-weight: 600;
	color: #444;
}

.rfp-single-shell .variations td {
	padding: 0 0 10px;
}

.rfp-single-shell .single_variation_wrap .quantity {
	margin-right: 10px;
}

.rfp-single-shell .single_add_to_cart_button {
	min-width: 220px;
}

.rfp-single-shell .product_meta {
	border-top: 1px solid #ebebeb;
	margin-top: 14px;
	padding-top: 12px;
	font-size: 0.82rem;
	color: #5a5a5a;
}

.rfp-single-shell .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 18px;
}

.rfp-single-shell .woocommerce-tabs .panel {
	padding: 14px 0 0;
}

.rfp-single-shell .related.products {
	grid-column: 1 / -1;
	margin-top: 22px;
}

.rfp-single-shell .related.products > h2 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 14px;
}

.rfp-section {
	margin: 0 auto;
	max-width: 1400px;
	padding: 56px 20px;
}

.rfp-section__head {
	margin-bottom: 22px;
}

.rfp-section__head h2 {
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 600;
	margin: 0;
}

.rfp-hero {
	position: relative;
	min-height: 88vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.rfp-hero__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
}

.rfp-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.5));
}

.rfp-hero__content {
	position: relative;
	z-index: 1;
	padding: 24px;
}

.rfp-kicker {
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.78rem;
	margin-bottom: 10px;
}

.rfp-hero h1 {
	font-size: clamp(2rem, 6vw, 4.4rem);
	color: #fff;
	margin: 0 0 10px;
}

.rfp-hero p {
	color: #fff;
	font-size: clamp(1rem, 2vw, 1.2rem);
}

.rfp-btn {
	display: inline-block;
	margin-top: 14px;
	padding: 14px 26px;
	background: #fff;
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: 600;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.rfp-btn:hover {
	transform: translateY(-2px);
	background: #000;
	color: #fff;
}

.rfp-btn--ghost {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.rfp-collections__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.rfp-collection-card {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	aspect-ratio: 1 / 1.05;
}

.rfp-collection-card__image {
	display: block;
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.35s ease;
}

.rfp-collection-card__name {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: rgba(0, 0, 0, 0.45);
	padding: 8px 10px;
}

.rfp-collection-card:hover .rfp-collection-card__image {
	transform: scale(1.04);
}

.rfp-featured__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rfp-product-card {
	display: block;
	text-decoration: none;
	color: #111;
	border: 1px solid #efefef;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rfp-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
}

.rfp-product-card__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.rfp-product-card__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 12px 14px;
}

.rfp-product-card__title {
	font-size: 0.98rem;
	font-weight: 500;
}

.rfp-product-card__price {
	font-size: 0.9rem;
	font-weight: 600;
}

.rfp-story {
	padding-bottom: 72px;
}

.rfp-story__inner {
	background: linear-gradient(135deg, #151515, #2a2a2a);
	color: #fff;
	padding: clamp(30px, 6vw, 64px);
	text-align: center;
}

.rfp-story__inner h2 {
	color: #fff;
	margin: 0 0 8px;
	font-size: clamp(1.7rem, 4vw, 3rem);
}

.rfp-story__inner p {
	color: rgba(255, 255, 255, 0.86);
	max-width: 760px;
	margin: 0 auto;
}

.scroll-fade {
	opacity: 0;
	transform: translateY(30px);
}

.scroll-fade.is-visible {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.6s ease, opacity 0.6s ease;
}

@media (max-width: 1100px) {
	.rfp-site-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.rfp-nav--desktop {
		display: none;
	}

	.rfp-mobile-toggle {
		display: inline-flex;
	}

	.rfp-collections__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rfp-featured__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rfp-shop-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rfp-single-shell .product {
		grid-template-columns: 1fr;
	}

	.single-product .woocommerce-product-gallery {
		position: static;
	}
}

@media (max-width: 767px) {
	.rfp-hero {
		min-height: 72vh;
	}

	.rfp-section {
		padding: 42px 14px;
	}

	.rfp-collections__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.rfp-featured__grid {
		grid-template-columns: 1fr;
	}

	.rfp-header-actions a {
		font-size: 0.7rem;
	}

	.rfp-branding .custom-logo {
		max-height: 40px;
	}

	.rfp-shop-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.rfp-shop-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.rfp-header-actions {
		gap: 9px;
	}

	.rfp-header-actions a {
		font-size: 0.66rem;
	}
}

/* Precision parity refinements */
.rfp-site-header {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	border-bottom: 0;
}

.rfp-site-header::after {
	background: rgba(18, 18, 18, 0.3);
	backdrop-filter: blur(10px);
	transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rfp-site-header__inner {
	max-width: 1540px;
	padding: 8px 28px;
	gap: 20px;
}

.rfp-branding .custom-logo {
	width: 61px;
	height: 64px;
	max-height: none;
}

.rfp-branding__logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.rfp-nav__menu {
	gap: 22px;
}

.rfp-nav__menu > li > a,
.rfp-header-actions a {
	font-size: 0.875rem;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
}

.rfp-action-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.rfp-action-link svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rfp-nav__menu li ul {
	top: calc(100% + 6px);
	border: 1px solid #e9e9e9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.rfp-nav__menu li ul a {
	font-size: 0.86rem;
	padding: 8px 14px;
}

.rfp-mobile-toggle {
	border: 0;
	padding: 0;
	font-size: 0.95rem;
	text-transform: none;
	letter-spacing: 0;
	background: transparent;
}

.rfp-cart-count {
	position: absolute;
	top: -7px;
	right: -8px;
	min-width: 17px;
	height: 17px;
	font-size: 0.62rem;
	padding: 0 4px;
}

.rfp-single-shell .product {
	gap: 42px;
}

.rfp-single-shell .variations th.label {
	font-size: 0.84rem;
	letter-spacing: 0;
	text-transform: none;
}

.rfp-single-shell .variations td {
	padding: 0 0 14px;
}

.woo-variation-swatches .variable-items-wrapper {
	gap: 8px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
	width: 51px;
	height: 51px;
}

.rfp-single-shell form.cart .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.rfp-single-shell form.cart .quantity .qty,
.rfp-single-shell form.cart .single_add_to_cart_button {
	min-height: 52px;
}

.rfp-single-shell form.cart .single_add_to_cart_button {
	flex: 1;
	min-width: 0;
	font-size: 0.94rem;
	font-weight: 500;
}

.rfp-tabs-as-accordion ul.tabs {
	display: none !important;
}

.rfp-product-accordion {
	border-top: 1px solid #e8e8e8;
}

.rfp-accordion-item {
	border-bottom: 1px solid #e8e8e8;
}

.rfp-accordion-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 0;
	cursor: pointer;
	list-style: none;
	font-size: 0.98rem;
	font-weight: 500;
}

.rfp-accordion-summary::-webkit-details-marker {
	display: none;
}

.rfp-accordion-title {
	color: #111;
}

.rfp-accordion-icon {
	width: 14px;
	height: 14px;
	position: relative;
	flex: 0 0 14px;
}

.rfp-accordion-icon::before,
.rfp-accordion-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 1px;
	background: #111;
	transform: translate(-50%, -50%);
	transition: transform 0.25s ease;
}

.rfp-accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.rfp-accordion-item[open] .rfp-accordion-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.rfp-accordion-content {
	padding: 0 0 14px;
	font-size: 0.96rem;
	line-height: 1.62;
	color: #2c2c2c;
}

.rfp-accordion-content p,
.rfp-accordion-content ul,
.rfp-accordion-content ol {
	margin-top: 0;
	margin-bottom: 12px;
}

.xoo-wsc-opac {
	background-color: rgba(18, 18, 18, 0.3) !important;
	backdrop-filter: blur(10px);
	transition: height 0s 0.42s, opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
	transition: height 0s 0s, opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.xoo-wsc-container,
.xoo-wsc-slider {
	width: min(425px, 100vw) !important;
	transition: right 0.42s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.xoo-wsc-header {
	padding: 18px 16px !important;
	border-bottom: 1px solid #ededed !important;
}

.xoo-wsch-text {
	font-size: 1.25rem !important;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
	padding: 14px 16px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border-bottom: 1px solid #ececec !important;
}

.xoo-wsc-footer {
	padding: 16px !important;
	border-top: 1px solid #e9e9e9 !important;
	box-shadow: none !important;
}

@media (max-width: 1100px) {
	.rfp-site-header__inner {
		padding: 10px 14px;
	}

	.rfp-branding .custom-logo {
		width: 27px;
		height: 28px;
	}

	.rfp-nav--mobile {
		padding: 10px 14px 14px;
	}

	.rfp-nav__menu--mobile > li > a {
		font-size: 1rem;
	}

	.rfp-header-actions a[href*='/?s='],
	.rfp-header-actions .rfp-action-link--account {
		display: none;
	}
}

/* Home parity layer */
body.home .rfp-site-header {
	background: transparent;
	backdrop-filter: none;
	border-bottom: 0;
}

body.home .rfp-site-header .rfp-nav__menu > li > a,
body.home .rfp-site-header .rfp-action-link {
	color: #fff;
}

body.home .rfp-site-header .rfp-cart-count {
	background: #fff;
	color: #111;
}

body.home .rfp-site-header .custom-logo {
	filter: brightness(0) invert(1);
}

body.home .rfp-site-header:hover,
body.home .rfp-site-header:focus-within,
body.home.rfp-menu-open .rfp-site-header {
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
}

body.home .rfp-site-header:hover .rfp-nav__menu > li > a,
body.home .rfp-site-header:hover .rfp-action-link,
body.home .rfp-site-header:focus-within .rfp-nav__menu > li > a,
body.home .rfp-site-header:focus-within .rfp-action-link,
body.home.rfp-menu-open .rfp-site-header .rfp-nav__menu > li > a,
body.home.rfp-menu-open .rfp-site-header .rfp-action-link {
	color: #111;
}

body.home .rfp-site-header:hover .rfp-cart-count,
body.home .rfp-site-header:focus-within .rfp-cart-count,
body.home.rfp-menu-open .rfp-site-header .rfp-cart-count {
	background: #111;
	color: #fff;
}

body.home .rfp-site-header:hover .custom-logo,
body.home .rfp-site-header:focus-within .custom-logo,
body.home.rfp-menu-open .rfp-site-header .custom-logo {
	filter: none;
}

body.rfp-header-hidden .rfp-site-header {
	transform: translateY(calc(-100% - 6px));
	pointer-events: none;
}

body.rfp-header-hidden.rfp-header-reveal .rfp-site-header,
body.rfp-menu-open .rfp-site-header {
	transform: translateY(0);
	pointer-events: auto;
}

.rfp-homepage {
	max-width: none;
	padding: 0;
}

.rfp-home-video {
	position: relative;
	height: 100svh;
	min-height: 620px;
	overflow: hidden;
}

.rfp-home-video__media {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rfp-home-pinned {
	position: relative;
	height: 210svh;
}

.rfp-home-pinned__sticky {
	position: sticky;
	top: 0;
	height: 100svh;
	overflow: hidden;
}

.rfp-home-pinned__bg-wrap {
	position: absolute;
	inset: 0;
}

.rfp-home-pinned__bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rfp-home-pinned__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.rfp-home-pinned__stack {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 0 20px;
}

.rfp-home-pinned__layer {
	position: absolute;
	max-width: 980px;
	text-align: center;
	color: #fff;
	font-size: clamp(1.05rem, 1.8vw, 1.36rem);
	line-height: 1.45;
	font-weight: 300;
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.rfp-home-pinned__layer,
.rfp-home-pinned__layer p {
	color: #fff !important;
}

.rfp-home-pinned__layer p {
	margin: 0 0 12px;
}

.rfp-home-pinned__layer p:last-child {
	margin-bottom: 0;
}

.rfp-home-pinned__layer.is-active {
	opacity: 1;
	transform: translateY(0);
}

.rfp-home-pinned__layer--logo img {
	width: min(424px, 62vw);
	height: auto;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.rfp-home-pinned__spacer {
	height: 100svh;
}

.rfp-home-section {
	max-width: 1060px;
	margin: 0 auto;
	padding: 96px 20px;
	text-align: center;
}

.rfp-home-section--intro {
	padding-bottom: 24px;
}

.rfp-home-section--bestsellers {
	padding-bottom: 84px;
}

.rfp-home-section--difference {
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: rgb(249 247 244 / 1);
	padding: 100px 20px;
	box-sizing: border-box;
}

.rfp-home-section--difference > .wp-block-group__inner-container {
	max-width: 1060px;
	margin: 0 auto;
}

.rfp-home-section__kicker {
	margin: 0 0 14px;
	font-size: 0.95rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

.rfp-home-section__kicker--difference {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 18px;
	color: #000;
}

.rfp-home-section__copy {
	max-width: 920px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.65;
	color: #232323;
}

.rfp-home-section__copy--difference-intro {
	max-width: 980px;
	font-size: clamp(1.18rem, 1.8vw, 1.42rem);
	line-height: 1.45;
	margin-bottom: 32px;
	color: #000;
}

.rfp-home-section--difference .rfp-home-section__copy {
	color: #000;
}

.rfp-home-collections {
	padding: 30px 20px 100px;
}

.rfp-home-collections__links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: clamp(20px, 3vw, 48px);
	margin-bottom: 42px;
}

.rfp-home-collections__link {
	text-decoration: none;
	font-size: clamp(1.8rem, 4.2vw, 3.4rem);
	font-weight: 300;
	line-height: 1;
	color: rgba(17, 17, 17, 0.44);
	transition: color 0.2s ease;
}

.rfp-home-collections__link.is-active,
.rfp-home-collections__link:hover,
.rfp-home-collections__link:focus-visible {
	color: #111;
}

.rfp-home-collections__images {
	position: relative;
	width: min(100%, 1300px);
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.rfp-home-collections__image {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.32s ease;
}

.rfp-home-collections__image.is-active {
	opacity: 1;
	pointer-events: auto;
}

.rfp-home-collections__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rfp-home-lookbook {
	position: relative;
	height: 100svh;
	min-height: 620px;
	overflow: hidden;
}

.rfp-home-lookbook__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.rfp-home-lookbook__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.rfp-home-lookbook__content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(100%, 1320px);
	padding: 0 24px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	color: #fff;
}

.rfp-home-lookbook__content h2 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 4rem);
	color: #fff;
}

.rfp-btn--light {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.rfp-btn--light:hover {
	background: #fff;
	color: #111;
}

.rfp-home-product {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
	gap: 0;
	align-items: stretch;
}

.rfp-home-product--reverse {
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.rfp-home-product__media {
	display: block;
	min-height: 540px;
}

.rfp-home-product__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rfp-home-product__content {
	padding: clamp(30px, 4vw, 56px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	background: #fff;
}

.rfp-home-product__title {
	margin: 0;
	font-size: clamp(1.4rem, 2.7vw, 2.2rem);
	font-weight: 500;
}

.rfp-home-product__price {
	font-size: 1rem;
	font-weight: 600;
}

.rfp-home-product__desc {
	font-size: 0.96rem;
	line-height: 1.65;
	color: #2f2f2f;
}

.rfp-home-product__desc p {
	margin: 0 0 12px;
}

.rfp-home-product__desc p:last-child {
	margin-bottom: 0;
}

.rfp-home-product--reverse .rfp-home-product__media {
	order: 2;
}

.rfp-home-product--reverse .rfp-home-product__content {
	order: 1;
}

.rfp-home-section--build {
	max-width: 100%;
	background: #f8f8f8;
	padding: 100px 20px;
}

.rfp-home-section__title {
	margin: 0 0 18px;
	font-size: clamp(1.7rem, 3.2vw, 2.5rem);
	font-weight: 500;
}

.rfp-home-section__copy--lead {
	font-size: 1.14rem;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (max-width: 1100px) {
	body.home .rfp-site-header {
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(8px);
	}

	body.home .rfp-site-header .rfp-nav__menu > li > a,
	body.home .rfp-site-header .rfp-action-link {
		color: #111;
	}

	body.home .rfp-site-header .rfp-cart-count {
		background: #111;
		color: #fff;
	}

	body.home .rfp-site-header .custom-logo {
		filter: none;
	}

	.rfp-home-lookbook__content {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.rfp-home-product,
	.rfp-home-product--reverse {
		grid-template-columns: 1fr;
	}

	.rfp-home-product--reverse .rfp-home-product__media,
	.rfp-home-product--reverse .rfp-home-product__content {
		order: initial;
	}
}

@media (max-width: 767px) {
	.rfp-home-video,
	.rfp-home-lookbook {
		min-height: 72svh;
	}

	.rfp-home-pinned__layer {
		font-size: 1rem;
		padding: 0 8px;
	}

	.rfp-home-section {
		padding: 68px 14px;
	}

	.rfp-home-collections {
		padding: 22px 14px 72px;
	}

	.rfp-home-collections__links {
		gap: 14px;
		margin-bottom: 20px;
	}

	.rfp-home-collections__link {
		font-size: clamp(1.3rem, 8vw, 2rem);
	}

	.rfp-home-collections__images {
		aspect-ratio: 4 / 5;
	}

	.rfp-home-product__media {
		min-height: 360px;
	}

	.rfp-home-product__content {
		padding: 26px 16px 30px;
	}
}

/* Collection + Product parity layer */
body.tax-product_cat .site-content,
body.single-product .site-content,
body.page-inspiration .site-content,
body.page-custom-furniture .site-content,
body.page-about-us .site-content {
	padding-top: 0;
}

body.tax-product_cat .rfp-site-header,
body.single-product .rfp-site-header,
body.page-inspiration .rfp-site-header,
body.page-custom-furniture .rfp-site-header,
body.page-about-us .rfp-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	backdrop-filter: none;
	border-bottom: 0;
}

body.tax-product_cat .rfp-site-header .rfp-nav__menu > li > a,
body.tax-product_cat .rfp-site-header .rfp-action-link,
body.single-product .rfp-site-header .rfp-nav__menu > li > a,
body.single-product .rfp-site-header .rfp-action-link,
body.page-inspiration .rfp-site-header .rfp-nav__menu > li > a,
body.page-inspiration .rfp-site-header .rfp-action-link,
body.page-custom-furniture .rfp-site-header .rfp-nav__menu > li > a,
body.page-custom-furniture .rfp-site-header .rfp-action-link,
body.page-about-us .rfp-site-header .rfp-nav__menu > li > a,
body.page-about-us .rfp-site-header .rfp-action-link {
	color: #fff;
}

body.tax-product_cat .rfp-site-header .custom-logo,
body.single-product .rfp-site-header .custom-logo,
body.page-inspiration .rfp-site-header .custom-logo,
body.page-custom-furniture .rfp-site-header .custom-logo,
body.page-about-us .rfp-site-header .custom-logo {
	filter: brightness(0) invert(1);
}

body.tax-product_cat .rfp-site-header .rfp-cart-count,
body.single-product .rfp-site-header .rfp-cart-count,
body.page-inspiration .rfp-site-header .rfp-cart-count,
body.page-custom-furniture .rfp-site-header .rfp-cart-count,
body.page-about-us .rfp-site-header .rfp-cart-count {
	background: #fff;
	color: #111;
}

body.tax-product_cat.rfp-scrolled .rfp-site-header,
body.single-product.rfp-scrolled .rfp-site-header,
body.page-inspiration.rfp-scrolled .rfp-site-header,
body.page-custom-furniture.rfp-scrolled .rfp-site-header,
body.page-about-us.rfp-scrolled .rfp-site-header,
body.tax-product_cat .rfp-site-header:hover,
body.tax-product_cat .rfp-site-header:focus-within,
body.single-product .rfp-site-header:hover,
body.single-product .rfp-site-header:focus-within,
body.page-inspiration .rfp-site-header:hover,
body.page-inspiration .rfp-site-header:focus-within,
body.page-custom-furniture .rfp-site-header:hover,
body.page-custom-furniture .rfp-site-header:focus-within,
body.page-about-us .rfp-site-header:hover,
body.page-about-us .rfp-site-header:focus-within,
body.tax-product_cat.rfp-menu-open .rfp-site-header,
body.single-product.rfp-menu-open .rfp-site-header,
body.page-inspiration.rfp-menu-open .rfp-site-header,
body.page-custom-furniture.rfp-menu-open .rfp-site-header,
body.page-about-us.rfp-menu-open .rfp-site-header {
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
}

body.tax-product_cat.rfp-scrolled .rfp-site-header .rfp-nav__menu > li > a,
body.tax-product_cat.rfp-scrolled .rfp-site-header .rfp-action-link,
body.tax-product_cat .rfp-site-header:hover .rfp-nav__menu > li > a,
body.tax-product_cat .rfp-site-header:hover .rfp-action-link,
body.tax-product_cat .rfp-site-header:focus-within .rfp-nav__menu > li > a,
body.tax-product_cat .rfp-site-header:focus-within .rfp-action-link,
body.single-product.rfp-scrolled .rfp-site-header .rfp-nav__menu > li > a,
body.single-product.rfp-scrolled .rfp-site-header .rfp-action-link,
body.single-product .rfp-site-header:hover .rfp-nav__menu > li > a,
body.single-product .rfp-site-header:hover .rfp-action-link,
body.single-product .rfp-site-header:focus-within .rfp-nav__menu > li > a,
body.single-product .rfp-site-header:focus-within .rfp-action-link,
body.page-inspiration.rfp-scrolled .rfp-site-header .rfp-nav__menu > li > a,
body.page-inspiration.rfp-scrolled .rfp-site-header .rfp-action-link,
body.page-inspiration .rfp-site-header:hover .rfp-nav__menu > li > a,
body.page-inspiration .rfp-site-header:hover .rfp-action-link,
body.page-inspiration .rfp-site-header:focus-within .rfp-nav__menu > li > a,
body.page-inspiration .rfp-site-header:focus-within .rfp-action-link,
body.page-custom-furniture.rfp-scrolled .rfp-site-header .rfp-nav__menu > li > a,
body.page-custom-furniture.rfp-scrolled .rfp-site-header .rfp-action-link,
body.page-custom-furniture .rfp-site-header:hover .rfp-nav__menu > li > a,
body.page-custom-furniture .rfp-site-header:hover .rfp-action-link,
body.page-custom-furniture .rfp-site-header:focus-within .rfp-nav__menu > li > a,
body.page-custom-furniture .rfp-site-header:focus-within .rfp-action-link,
body.page-about-us.rfp-scrolled .rfp-site-header .rfp-nav__menu > li > a,
body.page-about-us.rfp-scrolled .rfp-site-header .rfp-action-link,
body.page-about-us .rfp-site-header:hover .rfp-nav__menu > li > a,
body.page-about-us .rfp-site-header:hover .rfp-action-link,
body.page-about-us .rfp-site-header:focus-within .rfp-nav__menu > li > a,
body.page-about-us .rfp-site-header:focus-within .rfp-action-link {
	color: #111;
}

body.tax-product_cat.rfp-scrolled .rfp-site-header .rfp-cart-count,
body.tax-product_cat .rfp-site-header:hover .rfp-cart-count,
body.tax-product_cat .rfp-site-header:focus-within .rfp-cart-count,
body.single-product.rfp-scrolled .rfp-site-header .rfp-cart-count,
body.single-product .rfp-site-header:hover .rfp-cart-count,
body.single-product .rfp-site-header:focus-within .rfp-cart-count,
body.page-inspiration.rfp-scrolled .rfp-site-header .rfp-cart-count,
body.page-inspiration .rfp-site-header:hover .rfp-cart-count,
body.page-inspiration .rfp-site-header:focus-within .rfp-cart-count,
body.page-custom-furniture.rfp-scrolled .rfp-site-header .rfp-cart-count,
body.page-custom-furniture .rfp-site-header:hover .rfp-cart-count,
body.page-custom-furniture .rfp-site-header:focus-within .rfp-cart-count,
body.page-about-us.rfp-scrolled .rfp-site-header .rfp-cart-count,
body.page-about-us .rfp-site-header:hover .rfp-cart-count,
body.page-about-us .rfp-site-header:focus-within .rfp-cart-count {
	background: #111;
	color: #fff;
}

body.tax-product_cat.rfp-scrolled .rfp-site-header .custom-logo,
body.tax-product_cat .rfp-site-header:hover .custom-logo,
body.tax-product_cat .rfp-site-header:focus-within .custom-logo,
body.single-product.rfp-scrolled .rfp-site-header .custom-logo,
body.single-product .rfp-site-header:hover .custom-logo,
body.single-product .rfp-site-header:focus-within .custom-logo,
body.page-inspiration.rfp-scrolled .rfp-site-header .custom-logo,
body.page-inspiration .rfp-site-header:hover .custom-logo,
body.page-inspiration .rfp-site-header:focus-within .custom-logo,
body.page-custom-furniture.rfp-scrolled .rfp-site-header .custom-logo,
body.page-custom-furniture .rfp-site-header:hover .custom-logo,
body.page-custom-furniture .rfp-site-header:focus-within .custom-logo,
body.page-about-us.rfp-scrolled .rfp-site-header .custom-logo,
body.page-about-us .rfp-site-header:hover .custom-logo,
body.page-about-us .rfp-site-header:focus-within .custom-logo {
	filter: none;
}

.rfp-collection-hero,
.rfp-product-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
}

.rfp-collection-hero {
	height: clamp(380px, 72vh, 980px);
}

.rfp-product-hero {
	height: clamp(380px, 64vh, 900px);
}

.rfp-collection-hero__image,
.rfp-product-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rfp-shop-page,
.rfp-single-page {
	max-width: none;
	padding: 0;
}

.rfp-shop-shell--collection {
	max-width: 1520px;
	margin: -34px auto 0;
	padding: 34px 20px 90px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.rfp-shop-shell__head--collection {
	text-align: center;
	max-width: 980px;
	margin: 0 auto 18px;
}

.rfp-shop-shell__head--collection .rfp-shop-shell__title {
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	margin: 0 0 10px;
}

.rfp-shop-shell__desc {
	font-size: 0.95rem;
	line-height: 1.55;
	color: #303030;
	margin: 0 auto;
	max-width: 980px;
}

.rfp-shop-shell__desc p {
	margin: 0;
}

.rfp-shop-toolbar {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
}

.rfp-shop-page .woocommerce-breadcrumb,
.rfp-single-page .woocommerce-breadcrumb {
	display: none;
}

.rfp-shop-page ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px 14px;
}

.rfp-shop-page ul.products li.product.rfp-shop-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.rfp-shop-card__link {
	display: block;
}

.rfp-shop-card__media {
	background: #f6f6f6;
	aspect-ratio: 1 / 1;
	padding: 0;
}

.rfp-shop-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.34s ease;
}

.rfp-shop-card__meta {
	padding: 10px 0 0;
}

.rfp-shop-card__title {
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 2px;
}

.rfp-shop-card__price {
	font-size: 0.75rem;
	font-weight: 500;
}

.rfp-shop-card__price .amount {
	font-weight: 500;
}

.rfp-shop-card__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 8px;
}

.rfp-shop-card__swatch {
	width: 12px;
	height: 12px;
	border-radius: 99px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
	background: #fff;
}

.rfp-shop-card__swatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rfp-single-shell {
	max-width: 1520px;
	margin: 0 auto;
	padding: 32px 20px 90px;
}

.rfp-single-shell .product {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
	gap: 64px;
}

.rfp-single-shell .product .images,
.rfp-single-shell .product .summary {
	float: none;
	width: auto;
	margin: 0;
}

.rfp-single-shell .product .summary {
	padding-top: 18px;
}

.rfp-single-shell .product .product_title {
	font-size: clamp(2rem, 3.2vw, 2.8rem);
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.rfp-single-shell .product .summary .price {
	font-size: 1rem;
	font-weight: 500;
	margin: 0 0 8px;
}

.rfp-single-shell .variations th.label {
	width: 76px;
	padding-right: 10px;
	font-size: 0.85rem;
}

.rfp-single-shell .single_add_to_cart_button {
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rfp-single-shell .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.rfp-single-shell .woocommerce-product-gallery .flex-control-thumbs li {
	width: 58px !important;
	margin: 0 !important;
}

.rfp-single-shell .product_meta {
	display: none;
}

@media (min-width: 1101px) {
	.rfp-home-collections__links {
		justify-content: flex-end;
		padding-right: clamp(16px, 3vw, 42px);
	}
}

@media (max-width: 1100px) {
	body.tax-product_cat .rfp-site-header,
	body.single-product .rfp-site-header,
	body.page-inspiration .rfp-site-header,
	body.page-custom-furniture .rfp-site-header,
	body.page-about-us .rfp-site-header {
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(8px);
	}

	body.tax-product_cat .rfp-site-header .rfp-nav__menu > li > a,
	body.tax-product_cat .rfp-site-header .rfp-action-link,
	body.single-product .rfp-site-header .rfp-nav__menu > li > a,
	body.single-product .rfp-site-header .rfp-action-link,
	body.page-inspiration .rfp-site-header .rfp-nav__menu > li > a,
	body.page-inspiration .rfp-site-header .rfp-action-link,
	body.page-custom-furniture .rfp-site-header .rfp-nav__menu > li > a,
	body.page-custom-furniture .rfp-site-header .rfp-action-link,
	body.page-about-us .rfp-site-header .rfp-nav__menu > li > a,
	body.page-about-us .rfp-site-header .rfp-action-link {
		color: #111;
	}

	body.tax-product_cat .rfp-site-header .custom-logo,
	body.single-product .rfp-site-header .custom-logo,
	body.page-inspiration .rfp-site-header .custom-logo,
	body.page-custom-furniture .rfp-site-header .custom-logo,
	body.page-about-us .rfp-site-header .custom-logo {
		filter: none;
	}

	body.tax-product_cat .rfp-site-header .rfp-cart-count,
	body.single-product .rfp-site-header .rfp-cart-count,
	body.page-inspiration .rfp-site-header .rfp-cart-count,
	body.page-custom-furniture .rfp-site-header .rfp-cart-count,
	body.page-about-us .rfp-site-header .rfp-cart-count {
		background: #111;
		color: #fff;
	}

	.rfp-shop-shell--collection {
		margin-top: 0;
		padding-top: 24px;
	}

	.rfp-shop-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rfp-single-shell .product {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

@media (max-width: 767px) {
	.rfp-collection-hero,
	.rfp-product-hero {
		height: clamp(280px, 52vh, 540px);
	}

	.rfp-shop-shell--collection {
		padding: 20px 14px 64px;
	}

	.rfp-shop-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 10px;
	}

	.rfp-single-shell {
		padding: 20px 14px 64px;
	}
}

.rfp-inspiration-page,
.rfp-custom-page,
.rfp-about-page {
	max-width: none;
	padding: 0;
}

.rfp-inspiration-panels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 92svh;
}

.rfp-inspiration-panel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	isolation: isolate;
}

.rfp-inspiration-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.28);
	transition: background-color 0.32s ease;
	z-index: -1;
}

.rfp-inspiration-panel:hover::before,
.rfp-inspiration-panel:focus-visible::before {
	background: rgba(0, 0, 0, 0.44);
}

.rfp-inspiration-panel span {
	font-size: clamp(1.2rem, 2.2vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.08em;
}

.rfp-custom-hero,
.rfp-about-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-size: cover;
	background-position: center;
	display: grid;
	place-items: center;
}

.rfp-custom-hero {
	min-height: 84svh;
}

.rfp-about-hero {
	min-height: 78svh;
}

.rfp-custom-hero__overlay,
.rfp-about-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.34);
}

.rfp-custom-hero__content,
.rfp-about-hero__content {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}

.rfp-custom-hero__content h1,
.rfp-about-hero__content h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.5rem, 3.3vw, 2.4rem);
	font-weight: 500;
}

.rfp-custom-contact {
	max-width: 860px;
	margin: 0 auto;
	padding: 92px 20px 100px;
	text-align: center;
}

.rfp-custom-contact__kicker {
	margin: 0 0 12px;
	font-size: 0.78rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.rfp-custom-contact p {
	max-width: 760px;
	margin: 0 auto 14px;
	color: #1f1f1f;
}

.rfp-custom-contact h2 {
	margin: 26px 0 18px;
	font-size: clamp(2rem, 4.8vw, 3.4rem);
	font-weight: 400;
}

.rfp-custom-form {
	max-width: 740px;
	margin: 0 auto;
}

.rfp-custom-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 10px;
}

.rfp-custom-form__row--full {
	grid-template-columns: 1fr;
}

.rfp-custom-form input,
.rfp-custom-form textarea {
	width: 100%;
	border: 1px solid #d7d7d7;
	padding: 12px;
	font-size: 0.85rem;
	font-family: inherit;
	background: #fff;
}

.rfp-custom-form button {
	margin-top: 8px;
	padding: 10px 18px;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.rfp-about-content {
	max-width: 1060px;
	margin: 0 auto;
	padding: 80px 20px 98px;
}

.rfp-about-content h2,
.rfp-about-content h3 {
	margin-top: 0;
	margin-bottom: 12px;
}

.rfp-about-content h2 {
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	font-weight: 600;
}

.rfp-about-content h3 {
	font-size: clamp(1.12rem, 1.8vw, 1.45rem);
	font-weight: 600;
	text-transform: uppercase;
}

.rfp-about-content h4 {
	font-size: 1rem;
	margin: 0 0 8px;
}

.rfp-about-content p {
	line-height: 1.72;
	color: #1f1f1f;
	margin: 0 0 16px;
}

.rfp-about-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 26px 0 34px;
}

.rfp-about-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 30px 0 34px;
}

.rfp-about-gallery img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}

@media (max-width: 900px) {
	.rfp-inspiration-panels {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rfp-inspiration-panel {
		min-height: 42svh;
	}

	.rfp-about-columns,
	.rfp-about-gallery {
		grid-template-columns: 1fr;
	}

	.rfp-about-gallery img {
		height: 320px;
	}

	.rfp-custom-form__row {
		grid-template-columns: 1fr;
	}
}

.rfp-catalog-page,
.rfp-optout-page {
	padding: 110px 20px 90px;
	max-width: 960px;
	margin: 0 auto;
}

.rfp-legal-page {
	padding: 110px 20px 90px;
	max-width: 980px;
	margin: 0 auto;
}

.rfp-catalog-frame-wrap {
	margin-top: 24px;
	border: 1px solid #e2e2e2;
}

.rfp-catalog-frame {
	display: block;
	width: 100%;
	height: min(80vh, 1100px);
	border: 0;
}
