:root {
	--ra-gold: #b8860b;
	--ra-gold-light: #d4a843;
	--ra-ink: #1a1410;
	--ra-ink-soft: #4a4038;
	--ra-cream: #faf7f2;
	--ra-cream-dark: #f0ebe3;
	--ra-border: rgba(26, 20, 16, 0.08);
	--ra-shadow: 0 12px 40px rgba(26, 20, 16, 0.08);
	--ra-radius: 14px;
	--ra-font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--ra-font-sans: "DM Sans", system-ui, -apple-system, sans-serif;
}

.ra-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.ra-kicker {
	display: block;
	margin: 0 0 12px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ra-gold);
}

.ra-section {
	padding: 72px 0;
}

.ra-section__title,
.ra-hero__title {
	margin: 0 0 18px;
	font-family: var(--ra-font-serif);
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1.2;
	color: var(--ra-ink);
}

.ra-section__text,
.ra-hero__text {
	margin: 0;
	max-width: 680px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--ra-ink-soft);
}

.ra-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ra-btn:hover {
	transform: translateY(-1px);
}

.ra-btn--primary {
	background: var(--ra-ink);
	color: #fff;
}

.ra-btn--primary:hover {
	background: var(--ra-gold);
	color: #fff;
}

.ra-btn--ghost {
	border: 1px solid var(--ra-border);
	color: var(--ra-ink);
	background: transparent;
}

.ra-btn--ghost:hover {
	border-color: var(--ra-gold);
	color: var(--ra-gold);
}

/* Promo bar */
.ra-promo-bar {
	position: relative;
	z-index: 999;
	overflow: hidden;
	background: var(--ra-ink);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ra-promo-bar__track {
	display: flex;
	width: max-content;
	gap: 48px;
	padding: 11px 0;
	animation: ra-marquee 28s linear infinite;
}

.ra-promo-bar__item {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	white-space: nowrap;
}

@keyframes ra-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* Trust strip */
.ra-trust-strip {
	padding: 28px 0 36px;
	background: var(--ra-cream);
	border-top: 1px solid var(--ra-border);
}

.ra-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
}

.ra-trust-card {
	text-align: center;
	padding: 8px 12px;
}

.ra-trust-card h3 {
	margin: 14px 0 8px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--ra-ink);
}

.ra-trust-card p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--ra-ink-soft);
}

.ra-trust-card__icon {
	width: 52px;
	height: 52px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	box-shadow: var(--ra-shadow);
	position: relative;
}

.ra-trust-card__icon::after {
	content: "";
	position: absolute;
	inset: 14px;
	background: var(--ra-gold);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.ra-trust-card__icon--shipping::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M3 6h11v9H3V6zm12 2h2l3 3v4h-5V8zm-1 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM5 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M3 6h11v9H3V6zm12 2h2l3 3v4h-5V8zm-1 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM5 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");
}

.ra-trust-card__icon--shield::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l8 4v6c0 5-3.4 9.7-8 11-4.6-1.3-8-6-8-11V6l8-4z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l8 4v6c0 5-3.4 9.7-8 11-4.6-1.3-8-6-8-11V6l8-4z'/%3E%3C/svg%3E");
}

.ra-trust-card__icon--support::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7v3l-2 2v2h6a6 6 0 0 0 12 0h6v-2l-2-2V9a7 7 0 0 0-7-7z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7v3l-2 2v2h6a6 6 0 0 0 12 0h6v-2l-2-2V9a7 7 0 0 0-7-7z'/%3E%3C/svg%3E");
}

.ra-trust-card__icon--secure::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 1L3 5v6c0 5.6 3.8 10.7 9 12 5.2-1.3 9-6.4 9-12V5l-9-4zm-1 14l-4-4 1.4-1.4L11 12.2l5.6-5.6L18 8l-7 7z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 1L3 5v6c0 5.6 3.8 10.7 9 12 5.2-1.3 9-6.4 9-12V5l-9-4zm-1 14l-4-4 1.4-1.4L11 12.2l5.6-5.6L18 8l-7 7z'/%3E%3C/svg%3E");
}

.ra-trust-card__icon--handmade::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l2.4 4.8L20 8l-4 3.8L17 18l-5-2.8L7 18l1-6.2L4 8l5.6-1.2L12 2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l2.4 4.8L20 8l-4 3.8L17 18l-5-2.8L7 18l1-6.2L4 8l5.6-1.2L12 2z'/%3E%3C/svg%3E");
}

.ra-trust-card__icon--reviews::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 17.3l-6.2 3.3 1.2-6.9L2 8.7l6.9-1L12 1l3.1 6.7 6.9 1-5 4.9 1.2 6.9z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 17.3l-6.2 3.3 1.2-6.9L2 8.7l6.9-1L12 1l3.1 6.7 6.9 1-5 4.9 1.2 6.9z'/%3E%3C/svg%3E");
}

.ra-trust-card__icon--returns::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 5l-5 5 5 5V12h4a4 4 0 0 1 4 4v2a6 6 0 0 0-6-6H9V5zm6 14l5-5-5-5v3H11a4 4 0 0 0-4 4v2a6 6 0 0 1 6-6h4v3z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 5l-5 5 5 5V12h4a4 4 0 0 1 4 4v2a6 6 0 0 0-6-6H9V5zm6 14l5-5-5-5v3H11a4 4 0 0 0-4 4v2a6 6 0 0 1 6-6h4v3z'/%3E%3C/svg%3E");
}

.ra-trust-card__icon--wholesale::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 8h16v2H4V8zm0 5h10v2H4v-2zm0 5h16v2H4v-2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 8h16v2H4V8zm0 5h10v2H4v-2zm0 5h16v2H4v-2z'/%3E%3C/svg%3E");
}

/* Hero */
.ra-hero {
	background:
		radial-gradient(circle at top right, rgba(184, 134, 11, 0.12), transparent 42%),
		linear-gradient(180deg, var(--ra-cream) 0%, #fff 100%);
}

.ra-hero__inner {
	max-width: 760px;
}

.ra-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

/* Brand story */
.ra-brand-story {
	background: #fff;
}

.ra-brand-story__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 32px;
	align-items: center;
}

.ra-brand-story__card {
	padding: 32px;
	border: 1px solid var(--ra-border);
	border-radius: var(--ra-radius);
	background: var(--ra-cream);
	box-shadow: var(--ra-shadow);
}

.ra-brand-story__card h3 {
	margin: 0 0 12px;
	font-family: var(--ra-font-serif);
	font-size: 1.4rem;
	color: var(--ra-ink);
}

.ra-brand-story__card p {
	margin: 0;
	line-height: 1.75;
	color: var(--ra-ink-soft);
}

/* Discover grid */
.ra-discover {
	background: var(--ra-cream-dark);
}

.ra-discover__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ra-discover-card {
	display: block;
	padding: 24px;
	border-radius: var(--ra-radius);
	background: #fff;
	border: 1px solid var(--ra-border);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ra-discover-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ra-shadow);
	border-color: rgba(184, 134, 11, 0.35);
}

.ra-discover-card h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	color: var(--ra-ink);
}

.ra-discover-card p {
	margin: 0 0 16px;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--ra-ink-soft);
}

.ra-discover-card__link {
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ra-gold);
}

/* Intentions */
.ra-intentions {
	background: #fff;
}

.ra-intentions__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.ra-intentions__block {
	padding: 36px;
	border-radius: var(--ra-radius);
	border: 1px solid var(--ra-border);
	background: var(--ra-cream);
}

.ra-intentions__block--accent {
	background: var(--ra-ink);
}

.ra-intentions__block--accent .ra-kicker,
.ra-intentions__block--accent .ra-section__title,
.ra-intentions__block--accent .ra-section__text {
	color: #fff;
}

.ra-intentions__block--accent .ra-kicker {
	color: var(--ra-gold-light);
}

/* Reviews */
.ra-reviews {
	background: var(--ra-cream);
}

.ra-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ra-review-card {
	margin: 0;
	padding: 28px;
	border-radius: var(--ra-radius);
	background: #fff;
	border: 1px solid var(--ra-border);
	box-shadow: var(--ra-shadow);
}

.ra-review-card p {
	margin: 0 0 18px;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--ra-ink-soft);
}

.ra-review-card footer {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ra-review-card strong {
	color: var(--ra-ink);
}

.ra-review-card span {
	font-size: 0.86rem;
	color: var(--ra-gold);
}

/* Blog */
.ra-blog {
	background: #fff;
}

.ra-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ra-blog-card {
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--ra-border);
	border-radius: var(--ra-radius);
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ra-blog-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ra-shadow);
}

.ra-blog-card__thumb {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--ra-cream-dark);
}

.ra-blog-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.ra-blog-card:hover .ra-blog-card__thumb img {
	transform: scale(1.04);
}

.ra-blog-card__body {
	padding: 22px 24px 24px;
}

.ra-blog-card__meta {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ra-gold);
}

.ra-blog-card h3 {
	margin: 0 0 10px;
	font-family: var(--ra-font-serif);
	font-size: 1.15rem;
	line-height: 1.35;
}

.ra-blog-card h3 a {
	color: var(--ra-ink);
	text-decoration: none;
}

.ra-blog-card h3 a:hover {
	color: var(--ra-gold);
}

.ra-blog-card p {
	margin: 0 0 14px;
	line-height: 1.65;
	color: var(--ra-ink-soft);
}

.ra-blog__footer {
	margin-top: 24px;
}

/* Global polish for Elementor homepage */
.home .e-heading-base {
	font-family: var(--ra-font-serif);
	letter-spacing: 0.01em;
}

.home .elementor-button,
.home .e-button-base {
	border-radius: 999px !important;
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* WooCommerce shop page polish */
body.woocommerce-shop .page-content,
body.tax-product_cat .page-content {
	padding-bottom: 48px;
}

body.woocommerce .woocommerce-result-count,
body.woocommerce .woocommerce-ordering {
	margin-bottom: 24px;
}

body.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 0 40px !important;
	padding: 0 !important;
	list-style: none !important;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after {
	display: none !important;
}

body.woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	border-radius: var(--ra-radius);
	border: 1px solid var(--ra-border);
	background: #fff;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: var(--ra-shadow);
}

body.woocommerce ul.products li.product img {
	border-radius: 0;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--ra-font-serif);
	font-size: 1rem !important;
	padding: 12px 16px 4px !important;
	color: var(--ra-ink);
}

body.woocommerce ul.products li.product .price {
	padding: 0 16px 8px !important;
	color: var(--ra-gold) !important;
	font-weight: 700 !important;
}

body.woocommerce ul.products li.product .button,
body.woocommerce ul.products li.product .added_to_cart {
	margin: 0 16px 16px !important;
	border-radius: 999px !important;
	background: var(--ra-ink) !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 0.85rem !important;
}

body.woocommerce ul.products li.product .button:hover {
	background: var(--ra-gold) !important;
}

body.woocommerce span.onsale {
	background: var(--ra-gold) !important;
	border-radius: 999px;
	min-height: auto;
	line-height: 1.4;
	padding: 4px 10px;
	font-size: 0.72rem;
	font-weight: 700;
}

@media (max-width: 900px) {
	body.woocommerce ul.products {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 1100px) and (min-width: 901px) {
	body.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* Hide duplicate empty theme title when intro present */
body.home .page-header,
body.home .entry-title,
body.woocommerce-shop .entry-title,
body.tax-product_cat .entry-title {
	display: none;
}

/* Hide broken Elementor footer — replaced by ra-site-footer */
.ekit-template-content-footer {
	display: none !important;
}

/* Section header with CTA */
.ra-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

/* Featured products */
.ra-featured {
	background: linear-gradient(180deg, #fff 0%, var(--ra-cream) 100%);
}

.ra-featured__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.ra-shop-catalog__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ra-shop-catalog {
	background: var(--ra-cream);
	padding-top: 48px;
}

.ra-shop-catalog__header {
	margin-bottom: 28px;
}

.ra-shop-catalog__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.ra-shop-filter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid var(--ra-border);
	background: #fff;
	color: var(--ra-ink-soft);
	text-decoration: none;
	font-size: 0.88rem;
	font-weight: 600;
	transition: all 0.2s ease;
}

.ra-shop-filter:hover,
.ra-shop-filter.is-active {
	background: var(--ra-ink);
	border-color: var(--ra-ink);
	color: #fff;
}

.ra-shop-filter__count {
	font-size: 0.75rem;
	opacity: 0.7;
}

.ra-shop-catalog__count {
	margin: 0 0 20px;
	font-size: 0.88rem;
	color: var(--ra-ink-soft);
}

.ra-shop-empty {
	text-align: center;
	padding: 48px 24px;
	background: #fff;
	border-radius: var(--ra-radius);
	border: 1px solid var(--ra-border);
}

.ra-shop-empty p {
	margin: 0 0 20px;
	color: var(--ra-ink-soft);
}

.ra-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--ra-radius);
	background: #fff;
	border: 1px solid var(--ra-border);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ra-product-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--ra-shadow);
}

.ra-product-card__image {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--ra-cream);
}

.ra-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.ra-product-card:hover .ra-product-card__image img {
	transform: scale(1.05);
}

.ra-product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 20px 22px;
}

.ra-product-card__title {
	margin: 0 0 8px;
	font-family: var(--ra-font-serif);
	font-size: 1rem;
	line-height: 1.35;
}

.ra-product-card__title a {
	color: var(--ra-ink);
	text-decoration: none;
}

.ra-product-card__title a:hover {
	color: var(--ra-gold);
}

.ra-product-card__excerpt {
	margin: 0 0 14px;
	font-size: 0.88rem;
	line-height: 1.6;
	color: var(--ra-ink-soft);
	flex: 1;
}

.ra-product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
}

.ra-product-card__price {
	font-weight: 700;
	color: var(--ra-gold);
	font-size: 0.95rem;
}

.ra-product-card__price del {
	color: #999;
	font-weight: 400;
}

.ra-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--ra-gold);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ra-product-card__cat {
	margin: 0 0 6px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ra-gold);
}

.ra-product-card__btn {
	min-height: 40px !important;
	padding: 0 16px !important;
	font-size: 0.82rem !important;
	white-space: nowrap;
}

.ra-product-card__footer {
	flex-wrap: wrap;
}

/* Hide empty theme shop header when plugin catalog renders */
body.woocommerce-shop .page-header,
body.tax-product_cat .page-header,
body.woocommerce-shop .page-content:empty,
body.tax-product_cat .page-content:empty {
	display: none !important;
}

/* Star ratings on reviews */
.ra-review-card__stars {
	color: var(--ra-gold);
	font-size: 0.9rem;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

/* Site footer */
.ra-site-footer {
	margin-top: 0;
	background: var(--ra-ink);
	color: rgba(255, 255, 255, 0.82);
}

.ra-site-footer__main {
	padding: 64px 0 48px;
	border-top: 3px solid var(--ra-gold);
}

.ra-site-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr)) 1.1fr;
	gap: 28px;
}

.ra-site-footer__logo {
	display: inline-block;
	margin-bottom: 16px;
	font-family: var(--ra-font-serif);
	font-size: 1.75rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.04em;
}

.ra-site-footer__logo:hover {
	color: var(--ra-gold-light);
}

.ra-site-footer__tagline {
	margin: 0 0 18px;
	font-size: 0.92rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.65);
	max-width: 280px;
}

.ra-site-footer__contact a {
	color: var(--ra-gold-light);
	text-decoration: none;
	font-size: 0.9rem;
}

.ra-site-footer__contact a:hover {
	text-decoration: underline;
}

.ra-site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.ra-site-footer__social-link {
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
}

.ra-site-footer__social-link:hover {
	border-color: var(--ra-gold-light);
	color: #fff;
}

.ra-site-footer__heading--sub {
	margin-top: 24px;
}

.ra-site-footer__heading {
	margin: 0 0 18px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ra-gold-light);
}

.ra-site-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ra-site-footer__links li {
	margin-bottom: 10px;
}

.ra-site-footer__links a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	font-size: 0.92rem;
	transition: color 0.2s ease;
}

.ra-site-footer__links a:hover {
	color: #fff;
}

.ra-site-footer__newsletter p {
	margin: 0 0 16px;
	font-size: 0.9rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.65);
}

.ra-site-footer__cta {
	width: 100%;
	background: var(--ra-gold) !important;
}

.ra-site-footer__cta:hover {
	background: var(--ra-gold-light) !important;
	color: var(--ra-ink) !important;
}

.ra-site-footer__note {
	margin: 14px 0 0;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.45);
}

.ra-site-footer__bottom {
	padding: 22px 0;
	background: rgba(0, 0, 0, 0.25);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ra-site-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.ra-site-footer__copy,
.ra-site-footer__motto {
	margin: 0;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.5);
}

.ra-site-footer__payments {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ra-site-footer__payments span {
	padding: 4px 10px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.55);
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: var(--ra-font-sans);
}

/* FAQ page styling when using ra-faq class */
.ra-faq-list {
	max-width: 760px;
	margin: 0 auto;
}

.ra-faq-item {
	padding: 24px 0;
	border-bottom: 1px solid var(--ra-border);
}

.ra-faq-item h3 {
	margin: 0 0 10px;
	font-family: var(--ra-font-serif);
	font-size: 1.15rem;
	color: var(--ra-ink);
}

.ra-faq-item p {
	margin: 0;
	line-height: 1.75;
	color: var(--ra-ink-soft);
}

@media (max-width: 1100px) {
	.ra-trust-strip__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ra-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ra-featured__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.ra-trust-strip__grid,
	.ra-discover__grid,
	.ra-reviews__grid,
	.ra-blog__grid,
	.ra-intentions__grid,
	.ra-brand-story__grid,
	.ra-featured__grid {
		grid-template-columns: 1fr;
	}

	.ra-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.ra-site-footer__bottom-inner {
		flex-direction: column;
		text-align: center;
	}

	.ra-section {
		padding: 52px 0;
	}

	.ra-section__header {
		flex-direction: column;
		align-items: flex-start;
	}
}
