/*
 * Raylin Home 3.6.0
 * Final storefront layer: editorial hero and unified WooCommerce cards.
 */

/* Navigation correction */
.rh-categories__all::before {
	display: none !important;
	content: none !important;
}

.rh-categories__all {
	padding-left: 0;
}

/* Editorial 2026 slider */
.rh-home-slider,
.rh-home-slide {
	min-height: clamp(600px, 72vh, 780px);
}

.rh-home-slider {
	background: #f1eee7;
}

.rh-home-slide {
	background:
		radial-gradient(circle at 10% 16%, rgba(214, 175, 82, 0.14), transparent 24%),
		#f1eee7;
}

.rh-home-slide .rh-hero__media {
	top: 24px;
	right: 24px;
	bottom: 24px;
	left: 49%;
	overflow: hidden;
	background: #dfe4df;
	border-radius: 32px;
	box-shadow: 0 30px 80px rgba(21, 49, 39, 0.16);
}

.rh-home-slide .rh-hero__media img {
	transform: scale(1.045);
	transition: transform 7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rh-home-slide.is-active .rh-hero__media img {
	transform: scale(1);
}

.rh-home-slide .rh-hero__overlay {
	top: 24px;
	right: 24px;
	bottom: 24px;
	left: 49%;
	background:
		linear-gradient(90deg, rgba(18, 45, 35, 0.2), transparent 25%),
		linear-gradient(0deg, rgba(9, 24, 18, 0.18), transparent 42%);
	border-radius: 32px;
}

.rh-home-slider .rh-hero__content {
	width: var(--rh-container);
	max-width: none;
	padding-block: clamp(82px, 10vw, 128px);
}

.rh-home-slider .rh-hero__copy {
	position: relative;
	width: 43%;
	padding: 0 clamp(30px, 5vw, 78px) 0 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.rh-home-slider .rh-hero__copy::after {
	display: none;
}

.rh-home-slider .rh-eyebrow {
	margin-bottom: 22px;
	color: #2d594a;
	font-size: 11px;
	letter-spacing: 0.18em;
}

.rh-home-slider .rh-eyebrow::before {
	width: 44px;
	background: var(--rh-gold);
}

.rh-home-slider .rh-hero h1,
.rh-home-slider .rh-home-slide__title {
	max-width: 620px;
	color: #183128;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 5vw, 72px);
	font-weight: 400;
	letter-spacing: -0.052em;
	line-height: 0.99;
	text-wrap: balance;
}

.rh-home-slider .rh-hero__text {
	max-width: 510px;
	margin: 27px 0 34px;
	color: #5b6963;
	font-size: clamp(16px, 1.4vw, 18px);
	line-height: 1.72;
}

.rh-home-slider .rh-button--light {
	position: relative;
	min-height: 52px;
	padding: 0 25px;
	color: #fff !important;
	background: linear-gradient(135deg, #31594b, #193b30) !important;
	border-color: #23483b !important;
	border-radius: 999px !important;
	box-shadow: 0 13px 28px rgba(25, 59, 48, 0.2);
	overflow: hidden;
	transition: box-shadow 220ms ease, transform 220ms ease !important;
}

.rh-home-slider .rh-button--light:hover,
.rh-home-slider .rh-button--light:focus-visible {
	box-shadow: 0 18px 36px rgba(25, 59, 48, 0.3);
	transform: translateY(-3px);
}

.rh-home-slider__controls {
	right: auto;
	bottom: 34px;
	left: max(24px, calc((100vw - 1206px) / 2));
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.rh-home-slider__arrow {
	width: 42px;
	height: 42px;
	color: #25483c;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(37, 72, 60, 0.2);
	box-shadow: 0 8px 20px rgba(24, 49, 40, 0.07);
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.rh-home-slider__arrow:hover,
.rh-home-slider__arrow:focus-visible {
	color: #fff;
	background: #24483b;
	transform: translateY(-2px);
}

.rh-home-slider__dots button {
	background: rgba(36, 72, 59, 0.28);
}

.rh-home-slider__dots button.is-active {
	width: 28px;
	background: #24483b;
}

.rh-home-slide.rh-hero--no-media {
	background:
		radial-gradient(circle at 78% 26%, rgba(214, 175, 82, 0.22), transparent 28%),
		linear-gradient(135deg, #e8e1d4, #f7f5ef);
}

.rh-home-slide.rh-hero--no-media .rh-hero__copy {
	width: min(700px, 65%);
}

/* Premium new-products section */
.rh-new-products {
	position: relative;
	padding-block: clamp(76px, 9vw, 116px);
	background:
		radial-gradient(circle at 88% 12%, rgba(214, 175, 82, 0.12), transparent 23%),
		#eeefeb;
	overflow: hidden;
}

.rh-new-products::before {
	display: none;
}

.rh-new-products__head {
	position: relative;
	margin-bottom: clamp(34px, 5vw, 54px);
	padding: clamp(34px, 5vw, 56px);
	color: #fff;
	background:
		radial-gradient(circle at 88% 20%, rgba(214, 175, 82, 0.2), transparent 27%),
		linear-gradient(135deg, #17372d, #294f42);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 30px;
	box-shadow: 0 30px 70px rgba(20, 48, 38, 0.17);
	overflow: hidden;
}

.rh-new-products__head::after {
	position: absolute;
	right: -45px;
	bottom: -95px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(214, 175, 82, 0.22);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(214, 175, 82, 0.045), 0 0 0 84px rgba(214, 175, 82, 0.025);
	content: "";
	pointer-events: none;
}

.rh-new-products__head > * {
	position: relative;
	z-index: 1;
}

.rh-new-products__head .rh-eyebrow {
	color: #e1c36f;
}

.rh-new-products__head h2 {
	max-width: 760px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 4.5vw, 62px);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1;
	text-wrap: balance;
}

.rh-new-products__head p:not(.rh-eyebrow) {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
}

.rh-new-products__head .rh-section__link {
	padding: 12px 18px;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	backdrop-filter: blur(8px);
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rh-new-products__head .rh-section__link:hover,
.rh-new-products__head .rh-section__link:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.45);
	transform: translateY(-2px);
}

/* Unified product-card system */
.woocommerce ul.products,
.rh-product-showcase ul.products {
	align-items: stretch;
	gap: clamp(18px, 2.1vw, 28px);
}

.woocommerce ul.products li.product,
.rh-product-showcase.woocommerce ul.products li.product {
	display: flex;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	padding: 10px 10px 12px !important;
	background: #fff;
	border: 1px solid rgba(31, 61, 50, 0.12);
	border-radius: 22px;
	box-shadow: 0 12px 32px rgba(28, 55, 45, 0.055);
	list-style: none !important;
	overflow: hidden;
	transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within,
.rh-product-showcase.woocommerce ul.products li.product:hover,
.rh-product-showcase.woocommerce ul.products li.product:focus-within {
	border-color: rgba(36, 72, 59, 0.3);
	box-shadow: 0 26px 64px rgba(25, 54, 43, 0.14);
	transform: translateY(-7px);
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.rh-product-showcase.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.woocommerce ul.products li.product a img,
.rh-product-showcase.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 20px !important;
	background: #eef0ec;
	border-radius: 16px;
	box-shadow: none;
	object-fit: cover;
	transform: scale(1);
	transition: filter 380ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.woocommerce ul.products li.product:hover a img,
.woocommerce ul.products li.product:focus-within a img,
.rh-product-showcase.woocommerce ul.products li.product:hover a img {
	box-shadow: none;
	filter: saturate(1.03) contrast(1.02);
	transform: scale(1.035);
}

.rh-product-card__category {
	display: block;
	margin: 0 10px 7px;
	color: #8b7540;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.rh-product-showcase.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 66px;
	margin: 0 10px !important;
	padding: 0 !important;
	overflow: hidden;
	color: #26362f;
	font-size: 15px !important;
	font-weight: 720;
	letter-spacing: -0.012em;
	line-height: 1.48;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.woocommerce ul.products li.product .price,
.rh-product-showcase.woocommerce ul.products li.product .price {
	display: flex !important;
	align-items: baseline;
	min-height: 30px;
	margin: 12px 10px 5px !important;
	gap: 8px;
	color: #24483b !important;
	font-size: 19px !important;
	font-weight: 850 !important;
}

.woocommerce ul.products li.product .price del {
	color: #89918d;
	font-size: 12px;
	font-weight: 550;
	opacity: 0.82;
}

.woocommerce ul.products li.product .price ins {
	color: #bc3434;
	text-decoration: none;
}

.rh-product-card__availability {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	margin: 0 10px 15px;
	gap: 7px;
	color: #6a7771;
	font-size: 11px;
	font-weight: 650;
}

.rh-product-card__availability > span {
	width: 7px;
	height: 7px;
	background: #a36a3a;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(163, 106, 58, 0.12);
}

.rh-product-card__availability.is-available > span {
	background: #3c8061;
	box-shadow: 0 0 0 3px rgba(60, 128, 97, 0.13);
}

.woocommerce ul.products li.product .button,
.rh-product-showcase.woocommerce ul.products li.product .button {
	position: relative;
	width: calc(100% - 4px);
	min-height: 48px;
	margin: auto 2px 0 !important;
	padding: 0 20px !important;
	color: #fff !important;
	background: linear-gradient(135deg, #315a4c 0%, #183b30 100%) !important;
	border: 1px solid #21483a !important;
	border-radius: 14px !important;
	box-shadow: 0 9px 22px rgba(24, 59, 48, 0.16);
	overflow: hidden;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.01em;
	transition: box-shadow 220ms ease, transform 220ms ease !important;
}

.woocommerce ul.products li.product .button::before,
.rh-product-showcase.woocommerce ul.products li.product .button::before {
	position: absolute;
	top: -60%;
	left: -35%;
	width: 28%;
	height: 220%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.23), transparent);
	content: "";
	transform: rotate(18deg);
	transition: left 500ms ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible,
.rh-product-showcase.woocommerce ul.products li.product .button:hover,
.rh-product-showcase.woocommerce ul.products li.product .button:focus-visible {
	background: linear-gradient(135deg, #3d6b5b 0%, #1d4639 100%) !important;
	box-shadow: 0 15px 30px rgba(24, 59, 48, 0.27);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product .button:hover::before,
.woocommerce ul.products li.product .button:focus-visible::before {
	left: 112%;
}

.woocommerce ul.products li.product .added_to_cart {
	display: block;
	margin: 10px 4px 0;
	color: #24483b;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.woocommerce span.onsale {
	top: 18px !important;
	right: auto !important;
	left: 18px !important;
	z-index: 5;
	width: auto !important;
	max-width: calc(100% - 92px);
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 8px 12px !important;
	color: #fff !important;
	background: linear-gradient(135deg, #d8ad46, #b88322) !important;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px !important;
	box-shadow: 0 8px 18px rgba(87, 61, 15, 0.2);
	font-size: 10px !important;
	font-weight: 850 !important;
	letter-spacing: 0.04em;
	line-height: 1 !important;
	white-space: nowrap;
}

.woocommerce ul.products li.product:has(.rh-product-badges) span.onsale {
	top: 52px !important;
}

.rh-product-badges {
	top: 18px;
	left: 18px;
	z-index: 5;
}

.rh-badge {
	padding: 8px 11px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(28, 55, 45, 0.1);
	box-shadow: 0 8px 20px rgba(18, 43, 34, 0.12);
}

.rh-wishlist-button {
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(29, 59, 48, 0.12);
	box-shadow: 0 10px 24px rgba(20, 48, 38, 0.14);
	transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.rh-wishlist-button:hover,
.rh-wishlist-button:focus-visible {
	color: #fff;
	background: #24483b;
	box-shadow: 0 14px 28px rgba(23, 55, 44, 0.24);
	transform: translateY(-2px) scale(1.03);
}

.woocommerce .related.products,
.woocommerce .upsells.products {
	margin-top: clamp(64px, 8vw, 100px);
	padding-top: clamp(38px, 5vw, 62px);
	border-top: 1px solid rgba(35, 70, 58, 0.12);
}

.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 {
	margin: 0 0 30px;
	color: #1e392f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(31px, 3vw, 44px);
	font-weight: 400;
	letter-spacing: -0.04em;
}

/* Single-product corrections */
.single-product .woocommerce div.product > span.onsale {
	top: 28px !important;
	left: 16px !important;
}

.woocommerce div.product form.cart {
	display: grid;
	grid-template-columns: 84px minmax(190px, 1fr);
	align-items: stretch;
	max-width: 440px;
	margin: 30px 0 22px !important;
	gap: 14px;
}

.woocommerce div.product form.cart .quantity {
	display: flex;
	float: none !important;
	width: 84px;
	margin: 0 !important;
}

.woocommerce div.product form.cart .quantity .qty {
	width: 84px !important;
	height: 52px;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #ccd5d0;
	border-radius: 14px;
	box-shadow: inset 0 1px 2px rgba(23, 50, 40, 0.04);
	font-weight: 750;
	text-align: center;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	float: none !important;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 26px !important;
	background: linear-gradient(135deg, #315a4c, #183b30) !important;
	border-radius: 14px !important;
	box-shadow: 0 12px 26px rgba(24, 59, 48, 0.2);
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:focus-visible {
	box-shadow: 0 17px 34px rgba(24, 59, 48, 0.3);
	transform: translateY(-2px);
}

/* Restore the simple pre-3.5 newsletter */
.rh-newsletter-section {
	padding-block: 58px;
	background: var(--rh-forest-2);
}

.rh-newsletter-section .rh-newsletter {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.rh-newsletter-section .rh-newsletter h2 {
	font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.rh-newsletter-section .rh-newsletter__fields {
	padding: 5px;
	background: #fff;
	border-radius: 3px;
}

.rh-newsletter-section .rh-newsletter__fields input[type="email"] {
	padding: 0 17px;
	background: transparent;
	border: 0;
	border-radius: 3px;
}

.rh-newsletter-section .rh-newsletter__fields .rh-button {
	border-radius: 3px !important;
}

@media (max-width: 1100px) {
	.rh-home-slide .rh-hero__media,
	.rh-home-slide .rh-hero__overlay {
		left: 47%;
	}

	.rh-home-slider .rh-hero__copy {
		width: 43%;
		padding-right: 36px;
	}

	.woocommerce ul.products,
	.rh-product-showcase ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.rh-home-slider,
	.rh-home-slide {
		min-height: 790px;
	}

	.rh-home-slide .rh-hero__media,
	.rh-home-slide .rh-hero__overlay {
		top: 16px;
		right: 16px;
		bottom: auto;
		left: 16px;
		height: 45%;
		border-radius: 24px;
	}

	.rh-home-slide .rh-hero__overlay {
		background: linear-gradient(0deg, rgba(12, 35, 27, 0.3), transparent 55%);
	}

	.rh-home-slider .rh-hero__content {
		justify-content: flex-start;
		padding-top: calc(45% + 54px);
		padding-bottom: 28px;
	}

	.rh-home-slider .rh-hero__copy,
	.rh-home-slide.rh-hero--no-media .rh-hero__copy {
		width: 100%;
		padding: 0 4px;
	}

	.rh-home-slider .rh-hero h1,
	.rh-home-slider .rh-home-slide__title {
		font-size: clamp(42px, 10.5vw, 58px);
	}

	.rh-home-slider__controls {
		top: calc(45% - 48px);
		right: 30px;
		bottom: auto;
		left: auto;
		padding: 5px;
		background: rgba(18, 45, 35, 0.68);
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 999px;
		backdrop-filter: blur(9px);
	}

	.rh-home-slider__arrow {
		color: #fff;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.rh-home-slider__dots button {
		background: rgba(255, 255, 255, 0.45);
	}

	.rh-home-slider__dots button.is-active {
		background: #e0be65;
	}

	.rh-new-products__head {
		align-items: flex-start;
		padding: 34px 28px;
		border-radius: 24px;
	}

	.woocommerce ul.products,
	.rh-product-showcase ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce div.product form.cart {
		grid-template-columns: 82px minmax(0, 1fr);
		width: 100%;
	}

	.rh-newsletter-section .rh-newsletter {
		padding: 0;
	}
}

@media (max-width: 520px) {
	.rh-home-slider,
	.rh-home-slide {
		min-height: 730px;
	}

	.rh-home-slide .rh-hero__media,
	.rh-home-slide .rh-hero__overlay {
		height: 41%;
	}

	.rh-home-slider .rh-hero__content {
		padding-top: calc(41% + 46px);
	}

	.rh-home-slider .rh-hero h1,
	.rh-home-slider .rh-home-slide__title {
		font-size: clamp(38px, 11vw, 48px);
	}

	.rh-home-slider .rh-hero__text {
		margin-block: 20px 24px;
		font-size: 15px;
		line-height: 1.58;
	}

	.rh-home-slider__controls {
		top: calc(41% - 48px);
		right: 24px;
	}

	.rh-new-products {
		padding-block: 58px;
	}

	.rh-new-products__head {
		display: block;
		padding: 30px 22px;
	}

	.rh-new-products__head .rh-section__link {
		margin-top: 22px;
	}

	.woocommerce ul.products,
	.rh-product-showcase ul.products {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.rh-product-showcase.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 0;
		font-size: 16px !important;
	}

	.woocommerce div.product form.cart {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 10px;
	}

	.woocommerce div.product form.cart .quantity,
	.woocommerce div.product form.cart .quantity .qty {
		width: 76px !important;
	}

	.rh-newsletter-section .rh-newsletter__fields {
		display: grid;
		border-radius: 3px;
	}
}

/* 3.6.3 — mobile hero media and copy use the same explicit measurement. */
@media (max-width: 782px) {
	.rh-home-slider,
	.rh-home-slide {
		--rh-mobile-hero-media: clamp(280px, 44vw, 350px);
	}

	.rh-home-slide .rh-hero__media,
	.rh-home-slide .rh-hero__overlay {
		height: var(--rh-mobile-hero-media);
	}

	.rh-home-slider .rh-hero__content {
		min-height: 790px;
		padding-top: calc(var(--rh-mobile-hero-media) + 50px);
		padding-bottom: 32px;
	}
}

@media (max-width: 520px) {
	.rh-home-slider,
	.rh-home-slide {
		--rh-mobile-hero-media: 270px;
	}

	.rh-home-slider .rh-hero__content {
		min-height: 730px;
		padding-top: calc(var(--rh-mobile-hero-media) + 44px);
	}
}

/* 3.6.2 — structural action rows and hard overflow guards */
.woocommerce ul.products li.product,
.rh-product-showcase.woocommerce ul.products li.product {
	min-height: 100%;
	padding-bottom: 10px !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.rh-product-showcase.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	flex: 1 1 auto;
}

.rh-product-card__action {
	display: flex;
	flex: 0 0 auto;
	align-items: stretch;
	width: 100%;
	margin-top: auto;
	padding: 13px 2px 2px;
	border-top: 1px solid rgba(34, 69, 57, 0.1);
}

.woocommerce ul.products li.product .rh-product-card__action .button,
.rh-product-showcase.woocommerce ul.products li.product .rh-product-card__action .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100%;
	height: 50px;
	min-height: 50px;
	margin: 0 !important;
	padding: 0 16px !important;
	overflow: hidden;
	line-height: 1.15 !important;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

.rh-product-card__availability {
	flex: 0 0 auto;
	margin-bottom: 12px;
}

.rh-home-slider .rh-button--light {
	box-sizing: border-box;
	overflow: visible;
	text-overflow: clip;
}

.rh-home-slider .rh-button--light,
.rh-home-slider .rh-button--light > span {
	white-space: nowrap !important;
}

.rh-newsletter-section .rh-newsletter__fields {
	width: 100%;
	min-width: 0;
}

.rh-newsletter-section .rh-newsletter__fields .rh-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 142px;
	width: 142px;
	max-width: 142px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	word-break: normal !important;
}

@media (max-width: 782px) {
	.rh-home-slider__controls {
		top: 30px !important;
		right: 28px !important;
		bottom: auto !important;
		left: auto !important;
		gap: 0;
	}

	.rh-home-slider__arrow {
		display: none !important;
	}

	.rh-home-slider__dots {
		min-height: 30px;
		padding-inline: 8px;
	}
}

@media (max-width: 520px) {
	.rh-product-card__action {
		padding-top: 12px;
	}

	.rh-newsletter-section .rh-newsletter__fields .rh-button {
		flex-basis: auto;
		width: 100%;
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rh-home-slide .rh-hero__media img,
	.woocommerce ul.products li.product,
	.woocommerce ul.products li.product a img,
	.woocommerce ul.products li.product .button,
	.rh-wishlist-button {
		transition: none;
	}
}

/* 3.6.1 — button alignment and spacing corrections */
.woocommerce ul.products li.product,
.rh-product-showcase.woocommerce ul.products li.product {
	padding: 12px 12px 14px !important;
}

.rh-product-card__availability {
	margin: 2px 10px 17px;
}

.woocommerce ul.products li.product .button,
.rh-product-showcase.woocommerce ul.products li.product .button {
	width: calc(100% - 8px);
	min-height: 50px;
	margin: 0 4px !important;
	padding: 0 18px !important;
	line-height: 1.2 !important;
	text-align: center;
	white-space: nowrap;
}

.rh-home-slider .rh-button--light {
	display: inline-flex;
	width: auto;
	max-width: 100%;
	min-height: 52px;
	padding: 0 25px;
	gap: 12px;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.rh-home-slider .rh-button--light > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	min-width: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 1;
}

.rh-newsletter-section .rh-newsletter__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	gap: 6px;
}

.rh-newsletter-section .rh-newsletter__fields input[type="email"] {
	min-height: 50px;
}

.rh-newsletter-section .rh-newsletter__fields .rh-button {
	width: auto;
	min-width: 132px;
	min-height: 50px;
	margin: 0;
	padding: 0 22px !important;
	line-height: 1.15 !important;
	white-space: nowrap;
}

@media (max-width: 782px) {
	.rh-home-slider__controls {
		top: 30px;
		right: 28px;
		bottom: auto;
		left: auto;
	}
}

@media (max-width: 520px) {
	.rh-home-slider__controls {
		top: 26px;
		right: 24px;
	}

	.rh-home-slider .rh-button--light {
		min-height: 50px;
		padding-inline: 21px;
		font-size: 13px !important;
	}

	.rh-newsletter-section .rh-newsletter__fields {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.rh-newsletter-section .rh-newsletter__fields .rh-button {
		width: 100%;
		min-width: 0;
	}
}

/* 3.8.0 — stable slide canvas and spacious WooCommerce cart / checkout. */
.rh-home-slider {
	height: clamp(600px, 72vh, 780px);
	min-height: 0;
}

.rh-home-slider__track {
	inset: 0 !important;
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.rh-home-slider .rh-home-slide {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	transform: none !important;
	transform-origin: center;
	transition: opacity 480ms ease, visibility 480ms ease !important;
}

.rh-home-slider .rh-home-slide.is-active {
	top: 0 !important;
	transform: none !important;
}

.rh-home-slider .rh-hero__content {
	height: 100%;
	min-height: 0;
}

.rh-home-slider .rh-home-slide__title {
	margin: 0;
}

/* Allow commerce blocks to use the storefront container instead of the generic 900px article width. */
.woocommerce-cart .rh-editor-content,
.woocommerce-checkout .rh-editor-content {
	width: var(--rh-container);
	max-width: none;
	padding-block: clamp(38px, 6vw, 72px) clamp(72px, 8vw, 110px);
}

.woocommerce-cart .rh-editor-content > h1,
.woocommerce-checkout .rh-editor-content > h1 {
	width: 100%;
	max-width: none;
	margin: 0 0 clamp(30px, 4vw, 46px);
	color: #183128;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5.5vw, 66px);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1;
}

.wc-block-cart,
.wc-block-checkout {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	color: #26362f;
}

.woocommerce-cart .rh-editor-content > .wp-block-woocommerce-cart,
.woocommerce-cart .rh-editor-content > .wc-block-cart,
.woocommerce-checkout .rh-editor-content > .wp-block-woocommerce-checkout,
.woocommerce-checkout .rh-editor-content > .wc-block-checkout {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
	align-items: start;
	width: 100%;
	gap: clamp(34px, 5vw, 68px);
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	float: none !important;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	position: sticky;
	top: 132px;
	padding: clamp(22px, 2.5vw, 30px) !important;
	background: #fff;
	border: 1px solid rgba(31, 61, 50, 0.14);
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(24, 52, 42, 0.08);
}

.wc-block-components-checkout-step {
	margin: 0 0 22px;
	padding: clamp(24px, 3vw, 34px) !important;
	background: #fff;
	border: 1px solid rgba(31, 61, 50, 0.12);
	border-radius: 20px;
	box-shadow: 0 12px 34px rgba(24, 52, 42, 0.05);
}

.wc-block-components-checkout-step::after {
	display: none !important;
}

.wc-block-components-checkout-step__heading {
	margin: 0 0 22px !important;
	padding: 0 !important;
}

.wc-block-components-checkout-step__title,
.wc-block-components-title.wc-block-components-title {
	margin: 0 !important;
	color: #213a30;
	font-size: clamp(19px, 2vw, 23px) !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.wc-block-components-checkout-step__description {
	margin-top: 7px !important;
	color: #65736d;
	font-size: 13px;
	line-height: 1.55;
}

.wc-block-components-checkout-step__container {
	padding: 0 !important;
}

.wc-block-components-text-input,
.wc-block-components-combobox {
	width: 100%;
	min-width: 0;
	margin-top: 12px !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-country-input select,
.wc-block-components-state-input select {
	width: 100% !important;
	min-height: 56px !important;
	padding-inline: 15px !important;
	background: #fff !important;
	border: 1px solid #c9d2cd !important;
	border-radius: 12px !important;
	box-shadow: none !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .components-combobox-control__input:focus,
.wc-block-components-country-input select:focus,
.wc-block-components-state-input select:focus {
	border-color: #315a4c !important;
	box-shadow: 0 0 0 3px rgba(49, 90, 76, 0.12) !important;
}

.wc-block-components-address-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px 14px;
}

.wc-block-components-address-form__country,
.wc-block-components-address-form__address_1,
.wc-block-components-address-form__address_2,
.wc-block-components-address-form__email {
	grid-column: 1 / -1;
}

.wc-block-components-validation-error {
	margin-top: 6px;
	font-size: 12px;
}

.wc-block-checkout__order-notes,
.wc-block-checkout__terms,
.wc-block-checkout__actions {
	margin-top: 22px !important;
}

.wc-block-checkout__actions_row {
	display: grid !important;
	grid-template-columns: auto minmax(210px, 1fr);
	align-items: center;
	gap: 16px;
}

.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
	min-height: 56px !important;
	padding: 0 24px !important;
	color: #fff !important;
	background: linear-gradient(135deg, #315a4c, #183b30) !important;
	border: 1px solid #21483a !important;
	border-radius: 14px !important;
	box-shadow: 0 12px 26px rgba(24, 59, 48, 0.2);
	font-weight: 850 !important;
	text-decoration: none !important;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus-visible,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus-visible {
	background: linear-gradient(135deg, #3d6b5b, #1d4639) !important;
	box-shadow: 0 17px 34px rgba(24, 59, 48, 0.28);
	transform: translateY(-2px);
}

.wc-block-components-sidebar .wc-block-components-title,
.wc-block-components-sidebar > h2,
.wc-block-components-sidebar .wc-block-cart__totals-title {
	margin: 0 0 20px !important;
	color: #213a30;
	font-size: 20px !important;
	font-weight: 850 !important;
	letter-spacing: -0.025em;
}

.wc-block-components-order-summary {
	padding: 0 !important;
}

.wc-block-components-order-summary-item {
	display: grid !important;
	grid-template-columns: 74px minmax(0, 1fr) auto;
	align-items: start;
	min-width: 0;
	padding: 19px 0 !important;
	gap: 14px;
	border-bottom: 1px solid rgba(31, 61, 50, 0.11);
}

.wc-block-components-order-summary-item:first-child {
	padding-top: 6px !important;
}

.wc-block-components-order-summary-item__image {
	position: relative;
	width: 74px !important;
	margin: 0 !important;
}

.wc-block-components-order-summary-item__image img {
	width: 74px !important;
	height: 74px !important;
	background: #eef0ec;
	border-radius: 12px;
	object-fit: cover;
}

.wc-block-components-order-summary-item__quantity {
	top: -8px !important;
	right: -8px !important;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	color: #fff;
	background: #24483b;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 850;
}

.wc-block-components-order-summary-item__description {
	min-width: 0;
	padding: 0 !important;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-name,
.wc-block-components-order-summary-item__description > span:first-child {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #26362f;
	font-size: 14px;
	font-weight: 780;
	line-height: 1.38;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wc-block-components-order-summary-item__individual-prices {
	margin-top: 7px;
	color: #68756f;
	font-size: 12px;
}

.wc-block-components-order-summary-item__total-price {
	min-width: 72px;
	padding-left: 8px;
	color: #24483b;
	font-size: 13px;
	font-weight: 850;
	text-align: right;
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata__description {
	display: none !important;
}

.wc-block-components-product-metadata {
	margin-top: 6px !important;
	color: #6b7772;
	font-size: 11px;
	line-height: 1.45;
}

.wc-block-components-totals-wrapper {
	padding: 18px 0 !important;
	border-top: 0 !important;
	border-bottom: 1px solid rgba(31, 61, 50, 0.11);
}

.wc-block-components-totals-item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	padding: 0 !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
	font-size: 13px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: #203a30;
	font-size: 18px !important;
	font-weight: 850 !important;
}

.wc-block-components-totals-coupon__button,
.wc-block-components-panel__button {
	min-height: 46px;
	padding: 10px 0 !important;
	color: #315a4c !important;
	font-weight: 780 !important;
}

/* Cart block rows. */
.wc-block-cart-items {
	width: 100%;
	background: #fff;
	border: 1px solid rgba(31, 61, 50, 0.12) !important;
	border-radius: 20px;
	border-collapse: separate !important;
	border-spacing: 0;
	overflow: hidden;
	box-shadow: 0 12px 34px rgba(24, 52, 42, 0.05);
}

.wc-block-cart-items th {
	padding: 18px 22px !important;
	color: #6b7772;
	font-size: 11px !important;
	font-weight: 850 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wc-block-cart-items td {
	padding: 24px 22px !important;
	vertical-align: top !important;
	border-top: 1px solid rgba(31, 61, 50, 0.1) !important;
}

.wc-block-cart-item__image img {
	min-width: 104px;
	width: 104px !important;
	height: 104px !important;
	background: #eef0ec;
	border-radius: 14px;
	object-fit: cover;
}

.wc-block-components-product-name {
	color: #26362f;
	font-weight: 780;
	line-height: 1.45;
}

.wc-block-components-quantity-selector {
	min-height: 42px;
	border: 1px solid #cbd4cf !important;
	border-radius: 10px !important;
}

/* Legacy cart and checkout stay consistent when shortcodes are used. */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-checkout .woocommerce-checkout-review-order {
	padding: clamp(22px, 3vw, 32px);
	background: #fff;
	border: 1px solid rgba(31, 61, 50, 0.12) !important;
	border-radius: 20px !important;
	box-shadow: 0 12px 34px rgba(24, 52, 42, 0.05);
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	align-items: start;
	gap: clamp(34px, 5vw, 68px);
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	float: none;
	width: 100%;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	grid-column: 2;
}

@media (max-width: 980px) {
	.wc-block-components-sidebar-layout,
	.woocommerce-checkout form.checkout.woocommerce-checkout {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 370px);
		gap: 28px;
	}
}

@media (max-width: 782px) {
	.rh-home-slider {
		height: 790px;
		min-height: 0;
	}

	.rh-home-slider .rh-hero__content {
		height: 100%;
		min-height: 0;
	}

	.woocommerce-cart .rh-editor-content,
	.woocommerce-checkout .rh-editor-content {
		width: min(100% - 28px, 720px);
		padding-block: 28px 72px;
	}

	.wc-block-components-sidebar-layout,
	.woocommerce-checkout form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.wc-block-components-sidebar-layout .wc-block-components-sidebar {
		position: static;
		padding: 22px !important;
	}

	.wc-block-components-checkout-step {
		padding: 24px !important;
	}

	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		grid-column: auto;
	}
}

@media (max-width: 520px) {
	.rh-home-slider {
		height: 730px;
	}

	.woocommerce-cart .rh-editor-content,
	.woocommerce-checkout .rh-editor-content {
		width: min(100% - 22px, 498px);
	}

	.woocommerce-cart .rh-editor-content > h1,
	.woocommerce-checkout .rh-editor-content > h1 {
		font-size: 42px;
	}

	.wc-block-components-checkout-step,
	.wc-block-components-sidebar-layout .wc-block-components-sidebar {
		padding: 19px !important;
		border-radius: 17px;
	}

	.wc-block-components-address-form {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.wc-block-components-address-form > * {
		grid-column: auto;
	}

	.wc-block-components-order-summary-item {
		grid-template-columns: 62px minmax(0, 1fr);
		padding-block: 17px !important;
		gap: 12px;
	}

	.wc-block-components-order-summary-item__image,
	.wc-block-components-order-summary-item__image img {
		width: 62px !important;
		height: 62px !important;
	}

	.wc-block-components-order-summary-item__total-price {
		grid-column: 2;
		min-width: 0;
		padding: 0;
		text-align: left;
	}

	.wc-block-checkout__actions_row {
		grid-template-columns: 1fr;
	}

	.wc-block-cart-items td {
		padding: 18px 14px !important;
	}

	.wc-block-cart-item__image img {
		min-width: 78px;
		width: 78px !important;
		height: 78px !important;
	}
}

/* 3.7.0 — final responsive CTA, newsletter and legal-footer system. */
.rh-home-slider__controls {
	top: auto !important;
	right: max(42px, calc((100vw - 1206px) / 2 + 34px)) !important;
	bottom: 42px !important;
	left: auto !important;
}

.rh-home-slider .rh-home-slider__cta {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	max-width: 100%;
	min-height: 54px;
	margin: 0 !important;
	padding: 0 20px 0 25px !important;
	gap: 16px;
	overflow: visible;
	color: #fff !important;
	background: #1d493a !important;
	border: 1px solid #1d493a !important;
	border-radius: 14px !important;
	box-shadow: 0 14px 30px rgba(24, 59, 48, 0.22);
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none;
	white-space: nowrap !important;
}

.rh-home-slider .rh-home-slider__cta::before,
.rh-home-slider .rh-home-slider__cta::after {
	display: none !important;
	content: none !important;
}

.rh-home-slider__cta-label,
.rh-home-slider__cta-arrow {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.rh-home-slider__cta-arrow {
	color: #f1d487;
	font-size: 19px !important;
	transition: transform 180ms ease;
}

.rh-home-slider__cta:hover .rh-home-slider__cta-arrow,
.rh-home-slider__cta:focus-visible .rh-home-slider__cta-arrow {
	transform: translateX(4px);
}

.rh-new-products__head .rh-new-products__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 52px;
	padding: 0 22px !important;
	gap: 13px;
	color: #17372d !important;
	background: #efd178 !important;
	border: 1px solid #f5dc96 !important;
	border-radius: 14px !important;
	box-shadow: 0 12px 26px rgba(6, 24, 17, 0.22);
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.rh-new-products__head .rh-new-products__cta:hover,
.rh-new-products__head .rh-new-products__cta:focus-visible {
	color: #102a21 !important;
	background: #f7dfa0 !important;
	border-color: #fff0bd !important;
	box-shadow: 0 17px 34px rgba(6, 24, 17, 0.3);
	transform: translateY(-2px);
}

.rh-new-products__cta span:last-child {
	font-size: 18px;
	transition: transform 180ms ease;
}

.rh-new-products__head .rh-new-products__cta::before,
.rh-new-products__head .rh-new-products__cta::after {
	display: none !important;
	content: none !important;
}

.rh-new-products__cta:hover span:last-child,
.rh-new-products__cta:focus-visible span:last-child {
	transform: translateX(3px);
}

/* Newsletter: a clear editorial card with a distinct form surface. */
.rh-newsletter-section {
	padding-block: clamp(64px, 8vw, 96px);
	background:
		radial-gradient(circle at 10% 15%, rgba(214, 175, 82, 0.16), transparent 26%),
		#e9e5db;
}

.rh-newsletter-section .rh-newsletter {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	align-items: center;
	padding: clamp(38px, 6vw, 72px) !important;
	gap: clamp(42px, 7vw, 92px);
	background:
		radial-gradient(circle at 92% 12%, rgba(214, 175, 82, 0.18), transparent 26%),
		linear-gradient(135deg, #15352a, #244d3f) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 32px !important;
	box-shadow: 0 34px 80px rgba(19, 48, 38, 0.2) !important;
	overflow: hidden;
}

.rh-newsletter__intro {
	position: relative;
	z-index: 1;
}

.rh-newsletter__eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	gap: 10px;
	color: #e7c870;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rh-newsletter__eyebrow::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.rh-newsletter-section .rh-newsletter h2 {
	max-width: 560px;
	margin: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.rh-newsletter-section .rh-newsletter p {
	max-width: 560px;
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.68;
}

.rh-newsletter__benefits {
	display: grid;
	margin: 24px 0 0;
	padding: 0;
	gap: 10px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	list-style: none;
}

.rh-newsletter__benefits li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rh-newsletter__benefits li::before {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	color: #17372d;
	background: #e4c66e;
	border-radius: 50%;
	content: "✓";
	font-size: 11px;
	font-weight: 900;
}

.rh-newsletter__form {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: clamp(22px, 3vw, 32px);
	background: rgba(255, 255, 255, 0.085);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rh-newsletter__label {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.rh-newsletter-section .rh-newsletter__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	width: 100%;
	min-width: 0;
	padding: 5px !important;
	gap: 5px;
	background: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 16px !important;
	box-shadow: 0 16px 34px rgba(5, 22, 15, 0.18);
}

.rh-newsletter-section .rh-newsletter__fields input[type="email"] {
	width: 100%;
	min-width: 0;
	height: 52px;
	min-height: 52px;
	padding: 0 17px;
	color: #243b32;
	background: transparent !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	outline-offset: -3px;
}

.rh-newsletter-section .rh-newsletter__fields .rh-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: auto !important;
	max-width: none;
	min-width: 142px;
	height: 52px;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 22px !important;
	color: #17372d !important;
	background: #e4c66e !important;
	border: 1px solid #e4c66e !important;
	border-radius: 12px !important;
	box-shadow: none;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.rh-newsletter-section .rh-newsletter__fields .rh-button:hover,
.rh-newsletter-section .rh-newsletter__fields .rh-button:focus-visible {
	background: #f0d888 !important;
	border-color: #f0d888 !important;
	transform: none;
}

.rh-newsletter__consent {
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	line-height: 1.5;
}

.rh-newsletter__consent input {
	flex: 0 0 auto;
	margin-top: 2px;
}

.rh-newsletter__consent a {
	color: #f1d98e;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rh-newsletter-section .rh-newsletter__privacy {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 10px;
}

/* Footer: higher contrast, useful commerce links and permanent legal access. */
.rh-footer {
	padding: 0 0 28px;
	color: rgba(255, 255, 255, 0.82);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 22%),
		#0d2019;
}

.rh-footer__trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.rh-footer__trust > a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 28px clamp(20px, 3vw, 34px);
	column-gap: 14px;
	color: rgba(255, 255, 255, 0.82);
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
}

.rh-footer__trust > a:last-child {
	border-right: 0;
}

.rh-footer__trust > a:hover,
.rh-footer__trust > a:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, 0.055);
}

.rh-footer__trust span {
	grid-row: 1 / span 2;
	color: #dabb66;
	font-size: 21px;
	font-weight: 850;
}

.rh-footer__trust strong {
	font-size: 13px;
	line-height: 1.3;
}

.rh-footer__trust small {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 11px;
	line-height: 1.45;
}

.rh-footer__panel {
	padding-block: clamp(48px, 6vw, 76px);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rh-footer__grid {
	display: grid;
	grid-template-columns: minmax(250px, 1.35fr) repeat(3, minmax(135px, 0.75fr));
	gap: clamp(34px, 5vw, 70px);
}

.rh-footer__intro,
.rh-footer li a {
	color: rgba(255, 255, 255, 0.76);
}

.rh-footer h2 {
	margin-bottom: 20px;
	color: #e6c96f;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rh-footer__contact p,
.rh-footer__contact a {
	color: rgba(255, 255, 255, 0.86);
}

.rh-footer__contact p > span {
	color: rgba(255, 255, 255, 0.52);
}

.rh-footer__consumer {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
	align-items: center;
	padding: 30px 0;
	gap: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rh-footer__consumer-copy {
	display: grid;
	gap: 5px;
}

.rh-footer__consumer-copy > span {
	color: #dabb66;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.rh-footer__consumer-copy > strong {
	max-width: 360px;
	color: #fff;
	font-size: 15px;
	line-height: 1.45;
}

.rh-footer__consumer-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.rh-footer__consumer-links > a {
	display: grid;
	min-width: 0;
	min-height: 74px;
	padding: 14px 16px;
	gap: 3px;
	color: #fff;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rh-footer__consumer-links > a:hover,
.rh-footer__consumer-links > a:focus-visible {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(230, 201, 111, 0.55);
	transform: translateY(-2px);
}

.rh-footer__consumer-links strong {
	color: #e6c96f;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.rh-footer__consumer-links span {
	overflow-wrap: anywhere;
	color: rgba(255, 255, 255, 0.68);
	font-size: 10px;
	line-height: 1.35;
}

.rh-footer__bottom {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto auto;
	align-items: center;
	margin-top: 0;
	padding-top: 24px;
	gap: 18px 28px;
	color: rgba(255, 255, 255, 0.55);
	border-top: 0;
	font-size: 11px;
}

.rh-footer__legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px 18px;
}

.rh-footer__legal a,
.rh-socials a {
	color: rgba(255, 255, 255, 0.74);
	font-weight: 700;
	text-decoration: none;
}

.rh-footer__legal a:hover,
.rh-footer__legal a:focus-visible,
.rh-socials a:hover,
.rh-socials a:focus-visible {
	color: #fff;
}

@media (max-width: 1020px) {
	.rh-home-slider__controls {
		right: 30px !important;
		bottom: 30px !important;
	}

	.rh-newsletter-section .rh-newsletter {
		grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
		padding: 44px !important;
		gap: 42px;
	}

	.rh-footer__grid {
		grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(115px, 0.75fr));
		gap: 28px;
	}

	.rh-footer__consumer {
		grid-template-columns: 1fr;
	}

	.rh-footer__bottom {
		grid-template-columns: 1fr auto;
	}

	.rh-footer__legal {
		grid-column: 1 / -1;
		grid-row: 1;
		justify-content: flex-start;
	}
}

@media (max-width: 782px) {
	.rh-home-slider__controls {
		top: 28px !important;
		right: 28px !important;
		bottom: auto !important;
		left: auto !important;
	}

	.rh-home-slider__arrow {
		display: none !important;
	}

	.rh-home-slider .rh-home-slider__cta {
		min-height: 52px;
	}

	.rh-newsletter-section .rh-newsletter {
		grid-template-columns: 1fr;
		padding: 38px !important;
		gap: 34px;
	}

	.rh-footer__trust {
		grid-template-columns: 1fr;
		border-right: 0;
		border-left: 0;
	}

	.rh-footer__trust > a {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.rh-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.rh-footer__brand {
		grid-column: 1 / -1;
	}

	.rh-footer__consumer-links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.rh-home-slider__controls {
		top: 24px !important;
		right: 22px !important;
	}

	.rh-home-slider .rh-home-slider__cta {
		width: 100% !important;
		min-height: 52px;
		padding-inline: 19px !important;
	}

	.rh-new-products__head .rh-new-products__cta {
		width: 100%;
		min-height: 52px;
	}

	.rh-newsletter-section {
		padding-block: 46px;
	}

	.rh-newsletter-section .rh-newsletter {
		padding: 28px 20px !important;
		border-radius: 24px !important;
	}

	.rh-newsletter__form {
		padding: 18px;
		border-radius: 18px;
	}

	.rh-newsletter-section .rh-newsletter__fields {
		grid-template-columns: 1fr;
		padding: 5px !important;
		gap: 5px;
		border-radius: 15px !important;
	}

	.rh-newsletter-section .rh-newsletter__fields .rh-button {
		width: 100% !important;
		max-width: none;
	}

	.rh-footer__grid {
		grid-template-columns: 1fr;
	}

	.rh-footer__brand {
		grid-column: auto;
	}

	.rh-footer__column {
		padding-top: 24px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.rh-footer__bottom {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.rh-footer__legal {
		grid-column: auto;
		grid-row: auto;
		justify-content: flex-start;
	}
}

/* 4.1.0 — coherent home-and-living hero plus editable editorial sections. */
.rh-home-slider {
	height: clamp(680px, 76vh, 800px);
	background: #f3efe6;
}

.rh-home-slider .rh-home-slide {
	height: 100% !important;
	min-height: 100% !important;
}

.rh-home-slide .rh-hero__media,
.rh-home-slide .rh-hero__overlay {
	left: 50%;
}

.rh-home-slide .rh-hero__media img {
	object-position: center center;
}

.rh-home-slider .rh-hero__copy {
	width: 46%;
	padding-right: clamp(30px, 4.2vw, 64px);
}

.rh-home-slider .rh-hero h1,
.rh-home-slider .rh-home-slide__title {
	font-size: clamp(43px, 4.35vw, 66px);
	line-height: 1.01;
}

.rh-home-intro {
	position: relative;
	padding-block: clamp(76px, 9vw, 126px);
	background:
		radial-gradient(circle at 15% 18%, rgba(214, 175, 82, .12), transparent 26%),
		#fbfaf6;
}

.rh-home-intro__layout {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(42px, 7vw, 110px);
}

.rh-home-intro__copy h2,
.rh-pet-feature h2,
.rh-why-section h2 {
	max-width: 760px;
	margin: 10px 0 22px;
	color: #17372d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 4.2vw, 62px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.02;
	text-wrap: balance;
}

.rh-home-intro__copy > p:last-child,
.rh-pet-feature__content > p,
.rh-mission > p:last-child {
	color: #5c6c65;
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.75;
}

.rh-home-corners {
	position: relative;
	padding: clamp(34px, 5vw, 58px);
	color: #fff;
	background:
		linear-gradient(145deg, rgba(255,255,255,.06), transparent 38%),
		#17372d;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 28px;
	box-shadow: 0 30px 70px rgba(20, 52, 41, .16);
}

.rh-home-corners::after {
	position: absolute;
	right: 28px;
	bottom: 25px;
	width: 72px;
	height: 72px;
	content: "";
	border: 1px solid rgba(229, 198, 104, .3);
	border-radius: 50%;
}

.rh-home-corners h3 {
	position: relative;
	z-index: 1;
	max-width: 440px;
	margin: 0 0 28px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 400;
	line-height: 1.08;
}

.rh-home-corners ul {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	gap: 15px 24px;
	list-style: none;
}

.rh-home-corners li {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 11px;
	color: rgba(255,255,255,.84);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.rh-home-corners li > span {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	background: #e2c16a;
	border: 2px solid rgba(255,255,255,.28);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(226,193,106,.1);
}

.rh-pet-section {
	padding-block: clamp(68px, 8vw, 110px);
	background: #f4f1e9;
}

.rh-pet-feature {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
	align-items: stretch;
	min-height: 520px;
	padding: 14px;
	background: #fff;
	border: 1px solid #e1e4df;
	border-radius: 32px;
	box-shadow: 0 28px 70px rgba(21, 49, 39, .1);
}

.rh-pet-feature__content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(42px, 6vw, 82px);
}

.rh-pet-feature__content .rh-button {
	display: inline-flex;
	align-items: center;
	min-height: 54px;
	margin-top: 12px;
	padding-inline: 24px;
	gap: 15px;
	white-space: normal;
}

.rh-pet-feature__media {
	overflow: hidden;
	min-height: 440px;
	background: #dce3de;
	border-radius: 24px;
}

.rh-pet-feature__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.rh-pet-feature:hover .rh-pet-feature__media img {
	transform: scale(1.025);
}

.rh-pet-feature--no-media {
	grid-template-columns: 1fr;
	min-height: 0;
	background: linear-gradient(135deg, #fff, #edf2ee);
}

.rh-pet-feature--no-media .rh-pet-feature__content {
	max-width: 820px;
}

.rh-why-section {
	padding-block: clamp(78px, 9vw, 126px);
	background: #fbfaf6;
}

.rh-why-section__head {
	margin-bottom: 34px;
}

.rh-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.rh-why-card {
	display: flex;
	align-items: center;
	min-height: 104px;
	padding: 24px;
	gap: 16px;
	background: #fff;
	border: 1px solid #e2e6e1;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(18,49,39,.055);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rh-why-card:hover {
	border-color: rgba(203, 166, 70, .55);
	box-shadow: 0 18px 38px rgba(18,49,39,.09);
	transform: translateY(-3px);
}

.rh-why-card > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 38px;
	height: 38px;
	color: #17372d;
	background: #edd384;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 900;
}

.rh-why-card strong {
	color: #263b33;
	font-size: 15px;
	line-height: 1.45;
}

.rh-mission {
	display: grid;
	grid-template-columns: minmax(170px, .34fr) minmax(0, 1fr);
	align-items: center;
	margin-top: 18px;
	padding: clamp(28px, 4vw, 46px);
	gap: 24px 52px;
	color: #fff;
	background: linear-gradient(135deg, #17372d, #245344);
	border-radius: 22px;
}

.rh-mission .rh-eyebrow,
.rh-mission > p:last-child {
	margin: 0;
	color: #fff;
}

.rh-mission .rh-eyebrow {
	color: #e7c96f;
}

@media (max-width: 1100px) {
	.rh-home-slider .rh-hero h1,
	.rh-home-slider .rh-home-slide__title { font-size: clamp(40px, 4.7vw, 56px); }
	.rh-home-intro__layout { grid-template-columns: minmax(0, .86fr) minmax(380px, 1.14fr); gap: 44px; }
	.rh-pet-feature { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); }
}

@media (max-width: 782px) {
	.rh-home-slider { height: 790px; }
	.rh-home-slider .rh-home-slide { --rh-mobile-hero-media: clamp(290px, 44vw, 340px); }
	.rh-home-slide .rh-hero__media,
	.rh-home-slide .rh-hero__overlay { top: 16px; right: 16px; bottom: auto; left: 16px; width: auto; height: var(--rh-mobile-hero-media); }
	.rh-home-slider .rh-hero__content { min-height: 790px; padding-top: calc(var(--rh-mobile-hero-media) + 48px); }
	.rh-home-slider .rh-hero__copy { width: 100%; padding-right: 4px; }
	.rh-home-slider .rh-hero h1,
	.rh-home-slider .rh-home-slide__title { max-width: 680px; font-size: clamp(38px, 8.2vw, 54px); }
	.rh-home-intro__layout,.rh-pet-feature { grid-template-columns: 1fr; }
	.rh-home-intro__layout { gap: 34px; }
	.rh-pet-feature { min-height: 0; }
	.rh-pet-feature__content { padding: 42px 32px; }
	.rh-pet-feature__media { min-height: 390px; }
	.rh-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rh-mission { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 520px) {
	.rh-home-slider { height: 700px; }
	.rh-home-slider .rh-home-slide { --rh-mobile-hero-media: 250px; }
	.rh-home-slider .rh-hero__content { min-height: 700px; padding-top: calc(var(--rh-mobile-hero-media) + 42px); }
	.rh-home-slider .rh-hero h1,
	.rh-home-slider .rh-home-slide__title { font-size: clamp(32px, 9.8vw, 43px); line-height: 1.03; }
	.rh-home-slider .rh-hero__text { margin-block: 18px 23px; font-size: 14px; line-height: 1.55; }
	.rh-home-intro,.rh-pet-section,.rh-why-section { padding-block: 58px; }
	.rh-home-intro__copy h2,.rh-pet-feature h2,.rh-why-section h2 { font-size: clamp(34px, 10vw, 46px); }
	.rh-home-corners { padding: 30px 22px; border-radius: 22px; }
	.rh-home-corners ul,.rh-why-grid { grid-template-columns: 1fr; }
	.rh-pet-feature { padding: 8px; border-radius: 23px; }
	.rh-pet-feature__content { padding: 34px 20px; }
	.rh-pet-feature__content .rh-button { width: 100%; justify-content: space-between; }
	.rh-pet-feature__media { min-height: 300px; border-radius: 17px; }
	.rh-why-card { min-height: 86px; padding: 20px; }
	.rh-mission { padding: 28px 22px; border-radius: 18px; }
}

@media (max-width: 360px) {
	.rh-home-slider { height: 720px; }
	.rh-home-slider .rh-hero__content { min-height: 720px; }
	.rh-home-slider .rh-hero h1,
	.rh-home-slider .rh-home-slide__title { font-size: 31px; }
}

/* 4.2.0 — compact editorial homepage structure. */
.rh-brand-hub {
	position: relative;
	padding-block: clamp(66px, 7.5vw, 104px);
	background:
		radial-gradient(circle at 7% 8%, rgba(214, 175, 82, .12), transparent 22%),
		#f2efe7;
	overflow: hidden;
}

.rh-brand-hub__top {
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr);
	align-items: stretch;
	gap: clamp(22px, 3.2vw, 44px);
}

.rh-brand-hub__top.is-single {
	grid-template-columns: minmax(0, 1fr);
}

.rh-brand-hub__intro {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
	padding: clamp(22px, 3.2vw, 42px);
	background: rgba(255, 255, 255, .64);
	border: 1px solid rgba(39, 72, 60, .12);
	border-radius: 26px;
	box-shadow: 0 22px 58px rgba(24, 52, 42, .055);
}

.rh-brand-hub__intro h2,
.rh-brand-hub__reasons h2 {
	margin: 9px 0 18px;
	color: #17372d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.02;
	text-wrap: balance;
}

.rh-brand-hub__lead {
	max-width: 650px;
	margin: 0;
	color: #5b6b64;
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.72;
}

.rh-brand-hub__catalog {
	margin-top: clamp(28px, 4vw, 42px);
	padding-top: 24px;
	border-top: 1px solid rgba(39, 72, 60, .14);
}

.rh-brand-hub__catalog h3 {
	margin: 0 0 17px;
	color: #26483c;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.rh-brand-hub__catalog ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	gap: 9px 18px;
	list-style: none;
}

.rh-brand-hub__catalog li {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 10px;
	color: #3d534a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.rh-brand-hub__catalog li span {
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	background: #d8b454;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(216, 180, 84, .12);
}

.rh-brand-hub__story {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 590px;
	overflow: hidden;
	background: #17372d;
	border-radius: 28px;
	box-shadow: 0 28px 70px rgba(19, 51, 40, .16);
}

.rh-brand-hub__story-media {
	position: absolute;
	inset: 0;
}

.rh-brand-hub__story-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 28%, rgba(8, 28, 21, .82) 100%);
}

.rh-brand-hub__story-media img:not(.rh-brand-hub__story-logo) {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rh-brand-hub__story-media .rh-brand-hub__story-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(72%, 420px);
	height: auto;
	transform: translate(-50%, -58%);
}

.rh-brand-hub__story-content {
	position: relative;
	z-index: 1;
	width: calc(100% - 32px);
	margin: 16px;
	padding: clamp(24px, 3.3vw, 40px);
	color: #fff;
	background: rgba(16, 48, 37, .9);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 20px;
	backdrop-filter: blur(12px);
}

.rh-brand-hub__story-content .rh-eyebrow {
	margin-bottom: 12px;
	color: #e5c66d;
}

.rh-brand-hub__story-content h3 {
	max-width: 580px;
	margin: 0 0 13px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.05;
	text-wrap: balance;
}

.rh-brand-hub__story-content > p:not(.rh-eyebrow) {
	max-width: 600px;
	margin: 0;
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
	line-height: 1.62;
}

.rh-brand-hub__story-link {
	display: inline-flex;
	align-items: center;
	margin-top: 19px;
	gap: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.rh-brand-hub__story-link span {
	color: #e5c66d;
	font-size: 18px;
	transition: transform 180ms ease;
}

.rh-brand-hub__story-link:hover span,
.rh-brand-hub__story-link:focus-visible span {
	transform: translateX(4px);
}

.rh-brand-hub__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, .5fr);
	align-items: stretch;
	margin-top: clamp(18px, 2.2vw, 28px);
	gap: clamp(18px, 2.2vw, 28px);
}

.rh-brand-hub__reasons {
	padding: clamp(26px, 3.2vw, 40px);
	background: #fff;
	border: 1px solid rgba(39, 72, 60, .12);
	border-radius: 24px;
}

.rh-brand-hub__reasons-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 22px;
	gap: 24px;
}

.rh-brand-hub__reasons h2 {
	max-width: 620px;
	margin-bottom: 0;
	font-size: clamp(30px, 3vw, 44px);
}

.rh-brand-hub__reason-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.rh-brand-hub__reason {
	display: flex;
	align-items: center;
	min-height: 68px;
	padding: 14px 15px;
	gap: 11px;
	background: #f7f7f3;
	border: 1px solid #e7e8e3;
	border-radius: 13px;
}

.rh-brand-hub__reason > span {
	display: grid;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	place-items: center;
	color: #17372d;
	background: #e9ce78;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 900;
}

.rh-brand-hub__reason strong {
	color: #344a41;
	font-size: 12px;
	line-height: 1.35;
}

.rh-brand-hub__mission {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(28px, 3.5vw, 44px);
	color: #fff;
	background:
		radial-gradient(circle at 90% 12%, rgba(226, 193, 106, .2), transparent 32%),
		#17372d;
	border-radius: 24px;
}

.rh-brand-hub__mission .rh-eyebrow {
	margin-bottom: 18px;
	color: #e5c66d;
}

.rh-brand-hub__mission > p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(18px, 1.65vw, 23px);
	line-height: 1.55;
}

/* Reduce repetition between the supporting homepage chapters. */
.rh-section--compact {
	padding-block: clamp(42px, 5vw, 66px);
}

.rh-value-grid--3 .rh-value {
	min-height: 172px;
	padding: clamp(22px, 2.4vw, 30px);
}

.rh-value__kicker {
	margin-bottom: 16px;
}

.rh-value-grid--3 .rh-value strong {
	font-size: clamp(20px, 1.7vw, 25px);
}

.rh-value-grid--3 .rh-value p {
	font-size: 13px;
	line-height: 1.52;
}

.rh-pet-section {
	padding-block: clamp(54px, 6vw, 82px);
}

.rh-pet-feature {
	min-height: 430px;
}

.rh-pet-feature__content {
	padding: clamp(36px, 4.6vw, 62px);
}

.rh-pet-feature h2 {
	font-size: clamp(36px, 3.6vw, 52px);
}

.rh-pet-feature__media {
	min-height: 400px;
}

.rh-testimonials-section,
.rh-faq-section {
	padding-block: clamp(60px, 6.5vw, 88px);
}

.rh-testimonial {
	min-height: 265px;
	padding: clamp(24px, 2.5vw, 32px);
}

.rh-testimonial blockquote {
	margin: 18px 0 24px;
	font-size: clamp(17px, 1.7vw, 21px);
}

.rh-faq-item summary {
	min-height: 64px;
	padding-block: 12px;
}

@media (max-width: 1080px) {
	.rh-brand-hub__top { grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr); }
	.rh-brand-hub__bottom { grid-template-columns: 1fr; }
	.rh-brand-hub__mission { min-height: 0; }
}

@media (max-width: 860px) {
	.rh-brand-hub__top { grid-template-columns: 1fr; }
	.rh-brand-hub__story { min-height: 540px; }
	.rh-brand-hub__reason-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
	.rh-brand-hub { padding-block: 58px; }
	.rh-brand-hub__intro { padding: 30px; }
	.rh-brand-hub__story { display: grid; min-height: 0; }
	.rh-brand-hub__story-media { position: relative; min-height: 300px; }
	.rh-brand-hub__story-media::after { background: linear-gradient(180deg, transparent 48%, rgba(8, 28, 21, .3)); }
	.rh-brand-hub__story-content { width: auto; margin: 0; border: 0; border-radius: 0; backdrop-filter: none; }
	.rh-pet-feature__media { min-height: 290px; }
	.rh-testimonials-section,
	.rh-faq-section { padding-block: 58px; }
	.rh-new-products .rh-product-showcase.woocommerce ul.products {
		display: flex !important;
		grid-template-columns: none !important;
		overflow-x: auto;
		padding: 4px 3px 18px !important;
		gap: 14px !important;
		scroll-padding-inline: 3px;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}
	.rh-new-products .rh-product-showcase.woocommerce ul.products > li.product {
		flex: 0 0 min(78vw, 330px) !important;
		width: auto !important;
		scroll-snap-align: start;
	}
	.rh-value-grid--3 {
		display: flex;
		overflow-x: auto;
		padding: 3px 3px 12px;
		gap: 14px;
		scroll-padding-inline: 3px;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}
	.rh-value-grid--3 .rh-value {
		flex: 0 0 min(82vw, 360px);
		width: auto;
		scroll-snap-align: start;
	}
}

@media (max-width: 520px) {
	.rh-brand-hub { padding-block: 48px; }
	.rh-brand-hub__intro,
	.rh-brand-hub__reasons,
	.rh-brand-hub__mission { padding: 26px 20px; border-radius: 19px; }
	.rh-brand-hub__intro h2 { font-size: clamp(34px, 10vw, 43px); }
	.rh-brand-hub__catalog ul,
	.rh-brand-hub__reason-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rh-brand-hub__catalog li { align-items: flex-start; font-size: 11px; }
	.rh-brand-hub__story { border-radius: 20px; }
	.rh-brand-hub__story-media { min-height: 240px; }
	.rh-brand-hub__story-content { padding: 26px 20px; }
	.rh-brand-hub__story-content h3 { font-size: 29px; }
	.rh-brand-hub__reasons-head { align-items: flex-start; flex-direction: column; }
	.rh-brand-hub__reason { min-height: 58px; }
	.rh-section--compact { padding-block: 42px; }
	.rh-value-grid--3 .rh-value { min-height: 0; }
	.rh-pet-feature__media { min-height: 240px; }
}

@media (max-width: 360px) {
	.rh-brand-hub__reason-grid { grid-template-columns: 1fr; }
	.rh-new-products .rh-product-showcase.woocommerce ul.products > li.product { flex-basis: 84vw !important; }
}
