.spx-home-premium {
	--spx-home-premium-shell: min(105rem, calc(100% - 2rem));
	--spx-home-premium-bg: var(--spx-color-surface-alt);
	--spx-home-premium-surface: var(--spx-color-surface);
	--spx-home-premium-surface-soft: #fff3ea;
	--spx-home-premium-ink: var(--spx-color-ink);
	--spx-home-premium-copy: var(--spx-color-text-muted);
	--spx-home-premium-border: var(--spx-color-border);
	--spx-home-premium-accent: var(--spx-color-accent);
	--spx-home-premium-accent-strong: var(--spx-color-accent-strong);
	--spx-home-premium-shadow: 0 26px 54px rgba(10, 15, 20, 0.06);
	--spx-home-premium-card-gap: clamp(1rem, 2vw, 1.45rem);
	background:
		radial-gradient(circle at top left, rgba(var(--spx-color-accent-rgb), 0.12), transparent 28rem),
		linear-gradient(180deg, var(--spx-color-surface) 0%, var(--spx-home-premium-bg) 38%, var(--spx-color-surface) 100%);
	color: var(--spx-home-premium-ink);
	overflow-x: clip;
}

.spx-home-premium > * {
	margin-block-start: 0 !important;
}

.spx-home-premium__section-shell,
.spx-home-premium__hero-shell {
	width: var(--spx-home-premium-shell);
	margin-inline: auto !important;
}

.spx-home-premium__section-anchor {
	display: block;
	width: 100%;
	height: 0;
	scroll-margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 7rem);
}

.spx-home-premium__section-eyebrow,
.spx-home-premium__hero-eyebrow,
.spx-home-premium__feature-kicker {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.26em;
	text-transform: uppercase;
}

.spx-home-premium__section-eyebrow {
	color: var(--spx-home-premium-copy);
}

.spx-home-premium__section-eyebrow--light,
.spx-home-premium__feature-kicker,
.spx-home-premium__hero-eyebrow {
	color: rgba(255, 255, 255, 0.84);
}

.spx-home-premium__section-title {
	margin: 0;
	max-width: 18ch;
	font-family: var(--spx-font-family-heading);
	font-size: clamp(2.8rem, 6.4vw, 5rem);
	font-weight: var(--spx-font-weight-heading);
	line-height: 0.94;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	text-wrap: balance;
}

@media (max-width: 899.98px) {
	.spx-home-premium__section-anchor {
		scroll-margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 5.4rem);
	}
}

.spx-home-premium__section-title--compact {
	max-width: 13ch;
}

.spx-home-premium__hero {
	position: relative;
	margin: 0 !important;
	background: #05080c;
	color: #fff;
}

.spx-home-premium__hero-slider {
	position: relative;
	min-height: clamp(34rem, 88vh, 52rem);
}

.spx-home-premium__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.82s ease, visibility 0s linear 0.82s;
}

.spx-home-premium__slide.is-active {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.spx-home-premium__slide .wp-block-cover__background {
	background:
		linear-gradient(180deg, rgba(5, 8, 12, 0.25) 0%, rgba(5, 8, 12, 0.72) 100%),
		radial-gradient(circle at center 18%, rgba(var(--spx-color-accent-rgb), 0.14), transparent 38%);
}

.spx-home-premium__slide .wp-block-cover__image-background {
	filter: saturate(0.92) contrast(1.08) brightness(0.58);
}

.spx-home-premium__hero-shell {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-height: inherit;
	padding-block: clamp(7rem, 18vh, 12rem) clamp(3.5rem, 8vh, 5.5rem);
}

.spx-home-premium__hero-copy {
	display: grid;
	justify-items: center;
	gap: 1rem;
	width: min(100%, 62rem);
	text-align: center;
}

.spx-home-premium__hero-title {
	margin: 0;
	font-family: var(--spx-font-family-heading);
	font-size: clamp(4.1rem, 16vw, 10.5rem);
	font-weight: var(--spx-font-weight-heading);
	line-height: 0.82;
	letter-spacing: -0.09em;
	text-transform: uppercase;
	text-wrap: balance;
}

.spx-home-premium__hero-copy-text {
	margin: 0;
	max-width: 39rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.1vw, 1.14rem);
	line-height: 1.6;
}

.spx-home-premium__hero-actions.is-layout-flex {
	gap: 0.85rem !important;
}

.spx-home-premium__hero-button .wp-block-button__link,
.spx-home-premium__collection-button .wp-block-button__link,
.spx-home-premium__products-link .wp-block-button__link,
.spx-home-premium__drop-button .wp-block-button__link,
.spx-home-premium__feature-button .wp-block-button__link {
	min-height: var(--spx-button-min-height);
	padding-inline: calc(var(--spx-button-padding-inline) + 0.25rem) !important;
	border-radius: var(--spx-button-radius);
	border: 1px solid transparent;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.spx-home-premium__hero-button .wp-block-button__link,
.spx-home-premium__feature-button .wp-block-button__link {
	background: linear-gradient(135deg, var(--spx-color-accent) 0%, #ffb45a 100%);
	box-shadow: var(--spx-button-shadow-accent);
	color: var(--spx-color-accent-contrast);
}

.spx-home-premium__hero-button.is-style-outline .wp-block-button__link,
.spx-home-premium__collection-button.is-style-outline .wp-block-button__link,
.spx-home-premium__products-link.is-style-outline .wp-block-button__link,
.spx-home-premium__drop-button.is-style-outline .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	backdrop-filter: blur(16px);
}

.spx-home-premium__collection-button.is-style-outline .wp-block-button__link,
.spx-home-premium__products-link.is-style-outline .wp-block-button__link {
	border-color: rgba(var(--spx-color-accent-rgb), 0.22);
	background: rgba(255, 255, 255, 0.65);
	color: var(--spx-home-premium-ink);
	backdrop-filter: blur(10px);
}

.spx-home-premium__hero-button .wp-block-button__link:hover,
.spx-home-premium__hero-button .wp-block-button__link:focus-visible,
.spx-home-premium__collection-button .wp-block-button__link:hover,
.spx-home-premium__collection-button .wp-block-button__link:focus-visible,
.spx-home-premium__products-link .wp-block-button__link:hover,
.spx-home-premium__products-link .wp-block-button__link:focus-visible,
.spx-home-premium__drop-button .wp-block-button__link:hover,
.spx-home-premium__drop-button .wp-block-button__link:focus-visible,
.spx-home-premium__feature-button .wp-block-button__link:hover,
.spx-home-premium__feature-button .wp-block-button__link:focus-visible {
	transform: translateY(-2px);
}

.spx-home-premium__collection-button.is-style-outline .wp-block-button__link:hover,
.spx-home-premium__collection-button.is-style-outline .wp-block-button__link:focus-visible,
.spx-home-premium__products-link.is-style-outline .wp-block-button__link:hover,
.spx-home-premium__products-link.is-style-outline .wp-block-button__link:focus-visible,
.spx-home-premium__drop-button.is-style-outline .wp-block-button__link:hover,
.spx-home-premium__drop-button.is-style-outline .wp-block-button__link:focus-visible {
	border-color: rgba(var(--spx-color-accent-rgb), 0.34);
	background: var(--spx-color-accent-soft);
	color: var(--spx-home-premium-ink);
}

.spx-home-premium__hero-controls {
	position: absolute;
	right: max(1rem, env(safe-area-inset-right));
	bottom: max(1rem, env(safe-area-inset-bottom));
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.spx-home-premium__hero-dots {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(8, 12, 18, 0.38);
	backdrop-filter: blur(14px);
}

.spx-home-premium__hero-dot,
.spx-home-premium__hero-arrow,
.spx-home-premium__collection-arrow,
.spx-home-premium__filter-pill,
.spx-home-premium__wishlist {
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
}

.spx-home-premium__hero-dot {
	width: 11px;
	height: 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.3);
	transition: transform 0.18s ease, background-color 0.18s ease;
}

.spx-home-premium__hero-dot.is-active,
.spx-home-premium__hero-dot:hover,
.spx-home-premium__hero-dot:focus-visible {
	background: #ffffff;
	transform: scale(1.15);
}

.spx-home-premium__hero-arrow,
.spx-home-premium__collection-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(8, 12, 18, 0.42);
	color: #fff;
	backdrop-filter: blur(14px);
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.spx-home-premium__collection-arrow {
	border-color: rgba(10, 15, 20, 0.1);
	background: #fff;
	color: var(--spx-home-premium-ink);
	backdrop-filter: none;
	box-shadow: 0 14px 28px rgba(10, 15, 20, 0.08);
}

.spx-home-premium__hero-arrow:hover,
.spx-home-premium__hero-arrow:focus-visible,
.spx-home-premium__collection-arrow:hover,
.spx-home-premium__collection-arrow:focus-visible {
	transform: translateY(-1px);
}

.spx-home-premium__hero-arrow:hover,
.spx-home-premium__hero-arrow:focus-visible {
	background: rgba(8, 12, 18, 0.62);
}

.spx-home-premium__collection-arrow:hover,
.spx-home-premium__collection-arrow:focus-visible {
	border-color: rgba(var(--spx-color-accent-rgb), 0.3);
	background: var(--spx-color-accent-soft);
}

.spx-home-premium__collection-arrow[disabled] {
	cursor: default;
	opacity: 0.38;
	transform: none;
}

.spx-home-premium__collections,
.spx-home-premium__products {
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

.spx-home-premium__collections .spx-home-premium__section-shell,
.spx-home-premium__products .spx-home-premium__section-shell {
	display: grid;
	gap: clamp(1.8rem, 4vw, 2.8rem);
}

.spx-home-premium__collections-header.is-layout-flex {
	align-items: flex-end !important;
	gap: 1rem !important;
}

.spx-home-premium__collections-copy {
	display: grid;
	justify-items: start;
	gap: 0.75rem;
	max-width: 34rem;
}

.spx-home-premium__collections .spx-home-premium__section-title {
	max-width: 34rem;
	font-size: clamp(2.15rem, 4.4vw, 3.85rem);
}

.spx-home-premium__collections .spx-home-premium__section-eyebrow,
.spx-home-premium__products .spx-home-premium__section-eyebrow {
	color: var(--spx-color-accent-strong);
}

.spx-home-premium__collections-copy > *,
.spx-home-premium__products-heading > *,
.spx-home-premium__reviews-panel > * {
	justify-self: start;
	margin-inline: 0 !important;
	max-width: none !important;
}

.spx-home-premium__collections-text {
	margin: 0;
	max-width: 32rem;
	color: var(--spx-home-premium-copy);
	line-height: 1.65;
}

.spx-home-premium__collection-controls {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
}

.spx-home-premium__collection-carousel {
	min-width: 0;
}

.spx-home-premium__collection-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - (var(--spx-home-premium-card-gap) * 3)) / 4);
	align-items: stretch;
	gap: var(--spx-home-premium-card-gap);
	overflow-x: auto;
	padding-block: 0.1rem 0.4rem;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.spx-home-premium__collection-track::-webkit-scrollbar,
.spx-home-premium__product-grid::-webkit-scrollbar,
.spx-home-premium__reviews-wall::-webkit-scrollbar {
	display: none;
}

.spx-home-premium__collection-track > * {
	display: flex;
	min-width: 0;
	margin: 0 !important;
	scroll-snap-align: start;
}

.spx-home-premium__collection-card {
	margin: 0 !important;
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	gap: 1.1rem;
	padding: 0 0 1.4rem;
	border: 1px solid rgba(10, 15, 20, 0.08);
	border-radius: 2rem;
	background: var(--spx-home-premium-surface);
	box-shadow: var(--spx-home-premium-shadow);
}

.spx-home-premium__collection-media {
	margin: 0;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 1.8rem;
}

.spx-home-premium__collection-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.28s ease;
}

.spx-home-premium__collection-card:hover .spx-home-premium__collection-media img,
.spx-home-premium__collection-card:focus-within .spx-home-premium__collection-media img {
	transform: scale(1.03);
}

.spx-home-premium__collection-body {
	display: grid;
	justify-items: center;
	align-content: start;
	gap: 0.8rem;
	height: 100%;
	padding-inline: 1rem;
	text-align: center;
}

.spx-home-premium__collection-title {
	margin: 0;
	font-size: 1.25rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.spx-home-premium__collection-copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	margin: 0;
	padding: 0.4rem 0.8rem;
	border: 1px solid rgba(10, 15, 20, 0.08);
	border-radius: 999px;
	background: rgba(12, 17, 24, 0.03);
	color: var(--spx-home-premium-copy);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.spx-home-premium__collection-button {
	margin-top: auto;
}

.spx-home-premium__products {
	background:
		radial-gradient(circle at top left, rgba(var(--spx-color-accent-rgb), 0.12), transparent 24rem),
		linear-gradient(180deg, rgba(12, 17, 24, 0.04) 0, rgba(12, 17, 24, 0) 26rem),
		#ffffff;
}

.spx-home-premium__products-header.is-layout-flex {
	align-items: flex-end !important;
	gap: 1rem !important;
}

.spx-home-premium__products-heading {
	display: grid;
	justify-items: start;
	gap: 0.9rem;
	max-width: 42rem;
}

.spx-home-premium__filters {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem;
	border: 1px solid rgba(var(--spx-color-accent-rgb), 0.18);
	border-radius: 999px;
	background: #fffaf7;
	box-shadow: 0 12px 26px rgba(10, 15, 20, 0.04);
}

.spx-home-premium__filter-pill {
	min-height: 42px;
	padding: 0 1.15rem;
	border-radius: 999px;
	background: transparent;
	color: var(--spx-home-premium-copy);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.spx-home-premium__filter-pill.is-active,
.spx-home-premium__filter-pill:hover,
.spx-home-premium__filter-pill:focus-visible {
	background: #05080c;
	color: #fff;
	box-shadow: 0 14px 24px rgba(5, 8, 12, 0.16);
	transform: translateY(-1px);
}

.spx-home-premium__products-link {
	margin-left: auto;
}

.spx-home-premium__product-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: stretch;
	gap: 1.15rem;
}

.spx-home-premium__product-grid > * {
	margin: 0 !important;
}

.spx-home-premium__product-card {
	margin: 0 !important;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto auto;
	gap: 0.65rem;
	align-content: start;
	height: 100%;
	min-width: 0;
}

.spx-home-premium__product-card.is-hidden {
	display: none !important;
}

.spx-home-premium__product-media {
	position: relative;
	overflow: hidden;
	padding: 0.35rem;
	border: 1px solid rgba(var(--spx-color-accent-rgb), 0.14);
	border-radius: 1.5rem;
	background: var(--spx-home-premium-surface-soft);
	box-shadow: 0 18px 34px rgba(10, 15, 20, 0.04);
}

.spx-home-premium__product-image {
	margin: 0;
	overflow: hidden;
	border-radius: 1.25rem;
	aspect-ratio: 4 / 5;
}

.spx-home-premium__product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.spx-home-premium__product-card:hover .spx-home-premium__product-image img,
.spx-home-premium__product-card:focus-within .spx-home-premium__product-image img {
	transform: scale(1.03);
}

.spx-home-premium__product-badge,
.spx-home-premium__wishlist {
	position: absolute;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.spx-home-premium__product-badge {
	left: 1rem;
	bottom: 1rem;
	padding: 0.35rem 0.55rem;
	border-radius: 0.55rem;
	background: linear-gradient(135deg, var(--spx-color-accent) 0%, #ffb45a 100%);
	color: var(--spx-color-accent-contrast);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.spx-home-premium__wishlist {
	top: 1rem;
	right: 1rem;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #05080c;
	font-size: 1.2rem;
	line-height: 1;
	box-shadow: 0 14px 28px rgba(10, 15, 20, 0.12);
}

.spx-home-premium__product-title {
	margin: 0;
	font-size: 0.96rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.spx-home-premium__product-subtitle,
.spx-home-premium__product-color {
	margin: 0;
	color: var(--spx-home-premium-copy);
	font-size: 0.92rem;
	line-height: 1.5;
}

.spx-home-premium__product-price {
	margin: 0.1rem 0 0;
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.spx-home-premium__reviews {
	--spx-home-premium-review-accent: var(--spx-color-accent);
	--spx-home-premium-review-accent-strong: var(--spx-color-accent-strong);
	position: relative;
	padding-block: clamp(4rem, 8vw, 6.5rem);
	background:
		radial-gradient(circle at 16% 20%, rgba(var(--spx-color-accent-rgb), 0.2), transparent 24rem),
		radial-gradient(circle at 82% 14%, rgba(var(--spx-color-accent-rgb), 0.08), transparent 20rem),
		linear-gradient(135deg, #040506 0%, #090b0d 52%, #101318 100%);
	color: #fff;
	overflow: hidden;
}

.spx-home-premium__reviews .spx-home-premium__section-shell {
	display: grid;
	gap: clamp(1.8rem, 4vw, 2.8rem);
}

.spx-home-premium__reviews .spx-home-premium__section-title {
	color: #fff;
}

.spx-home-premium__reviews-panel .spx-home-premium__section-title {
	line-height: 1.04;
	letter-spacing: -0.06em;
}

.spx-home-premium__reviews-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 1.15rem;
	align-items: start;
}

.spx-home-premium__reviews-panel {
	position: relative;
	overflow: hidden;
	display: grid;
	justify-items: start;
	gap: 1.35rem;
	padding: clamp(1.6rem, 2.5vw, 2.5rem);
	border: 1px solid rgba(var(--spx-color-accent-rgb), 0.14);
	border-radius: 2rem;
	background:
		linear-gradient(160deg, rgba(7, 8, 10, 0.98) 0%, rgba(19, 14, 11, 0.98) 100%);
	box-shadow: 0 28px 58px rgba(0, 0, 0, 0.24);
}

.spx-home-premium__reviews-panel::before {
	position: absolute;
	inset: auto auto -30% -18%;
	width: 18rem;
	height: 18rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(var(--spx-color-accent-rgb), 0.26), transparent 70%);
	content: "";
	pointer-events: none;
}

.spx-home-premium__reviews-panel > * {
	position: relative;
	z-index: 1;
}

.spx-home-premium__reviews-text {
	margin: 0;
	max-width: 30rem;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
}

.spx-home-premium__reviews-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.spx-home-premium__review-stat {
	display: grid;
	gap: 0.55rem;
	padding: 1rem;
	border: 1px solid rgba(var(--spx-color-accent-rgb), 0.12);
	border-radius: 1.25rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(var(--spx-color-accent-rgb), 0.05) 100%);
	backdrop-filter: blur(10px);
}

.spx-home-premium__review-stat-value,
.spx-home-premium__review-stat-label {
	margin: 0;
}

.spx-home-premium__review-stat-value {
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #fff;
}

.spx-home-premium__review-stat-label {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	line-height: 1.45;
}

.spx-home-premium__review-button {
	margin-top: 0.25rem;
}

.spx-home-premium__review-button .wp-block-button__link {
	width: fit-content;
	background: linear-gradient(135deg, var(--spx-home-premium-review-accent) 0%, #ffb45a 100%);
	border-color: transparent;
	box-shadow: var(--spx-button-shadow-accent);
	color: #111111;
}

.spx-home-premium__review-button .wp-block-button__link:hover,
.spx-home-premium__review-button .wp-block-button__link:focus-visible {
	background: linear-gradient(135deg, #ff9e40 0%, #ffc371 100%);
}

.spx-home-premium__reviews-wall {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
}

.spx-home-premium__review-card {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 0.85rem;
	padding: 1.2rem;
	border: 1px solid rgba(var(--spx-color-accent-rgb), 0.11);
	border-radius: 1.5rem;
	background:
		linear-gradient(180deg, rgba(16, 18, 22, 0.95) 0%, rgba(8, 9, 12, 0.99) 100%);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.spx-home-premium__review-card::after {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(var(--spx-color-accent-rgb), 0.08), transparent 42%);
	content: "";
	pointer-events: none;
}

.spx-home-premium__review-card:nth-child(2n) {
	transform: translateY(2rem);
}

.spx-home-premium__review-card-top.is-layout-flex {
	align-items: center !important;
	gap: 0.85rem !important;
}

.spx-home-premium__review-avatar {
	display: grid;
	place-items: center;
	width: 3.25rem;
	min-width: 3.25rem;
	height: 3.25rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #fff;
}

.spx-home-premium__review-avatar.is-tone-gold {
	background: linear-gradient(135deg, #ffbe67, #b95d10);
}

.spx-home-premium__review-avatar.is-tone-wine {
	background: linear-gradient(135deg, #ef965f, #7c2d16);
}

.spx-home-premium__review-avatar.is-tone-blue {
	background: linear-gradient(135deg, #f3bf74, #8d4316);
}

.spx-home-premium__review-avatar.is-tone-sand {
	background: linear-gradient(135deg, #f5cc93, #9c581b);
}

.spx-home-premium__review-meta {
	display: grid;
	gap: 0.3rem;
}

.spx-home-premium__review-name,
.spx-home-premium__review-context,
.spx-home-premium__review-stars,
.spx-home-premium__review-comment {
	margin: 0;
	position: relative;
	z-index: 1;
}

.spx-home-premium__review-name {
	color: #fff;
	font-size: 0.98rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.spx-home-premium__review-context {
	color: rgba(255, 213, 165, 0.82);
	font-size: 0.83rem;
	line-height: 1.4;
}

.spx-home-premium__review-stars {
	color: var(--spx-home-premium-review-accent);
	font-size: 0.95rem;
	letter-spacing: 0.18em;
	text-shadow: 0 0 12px rgba(var(--spx-color-accent-rgb), 0.2);
}

.spx-home-premium__review-comment {
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.7;
}

@media (max-width: 1180px) {
	.spx-home-premium__collection-track {
		grid-auto-columns: calc((100% - var(--spx-home-premium-card-gap)) / 2);
	}

	.spx-home-premium__product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.spx-home-premium__reviews-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 781px) {
	.spx-home-premium {
		--spx-home-premium-shell: calc(100% - 1.25rem);
	}

	.spx-home-premium__hero-shell {
		padding-block: 6.5rem 4.5rem;
	}

	.spx-home-premium__hero-title {
		font-size: clamp(3rem, 19vw, 5.8rem);
	}

	.spx-home-premium__hero-copy-text {
		max-width: 24rem;
		font-size: 0.95rem;
	}

	.spx-home-premium__hero-controls {
		right: 0.85rem;
		left: 0.85rem;
		bottom: 0.85rem;
		justify-content: center;
	}

	.spx-home-premium__hero-arrow,
	.spx-home-premium__collection-controls {
		display: none;
	}

	.spx-home-premium__collections-header.is-layout-flex,
	.spx-home-premium__products-header.is-layout-flex {
		align-items: stretch !important;
	}

	.spx-home-premium__collections .spx-home-premium__section-title {
		max-width: 100%;
		font-size: clamp(2.15rem, 11vw, 3.35rem);
	}

	.spx-home-premium__collection-track {
		grid-auto-columns: minmax(16rem, 82vw);
	}

	.spx-home-premium__products-link {
		margin-left: 0;
	}

	.spx-home-premium__product-grid {
		grid-auto-flow: column;
		grid-auto-columns: minmax(15.5rem, 82vw);
		grid-template-columns: unset;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		scroll-snap-type: x mandatory;
	}

	.spx-home-premium__product-card {
		scroll-snap-align: start;
	}

	.spx-home-premium__reviews-panel,
	.spx-home-premium__review-card {
		border-radius: 1.5rem;
	}

	.spx-home-premium__reviews-stats {
		grid-template-columns: 1fr;
	}

	.spx-home-premium__reviews-wall {
		grid-auto-flow: column;
		grid-auto-columns: minmax(17rem, 76vw);
		grid-template-columns: unset;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		scroll-snap-type: x mandatory;
	}

	.spx-home-premium__review-card {
		min-height: 100%;
		scroll-snap-align: start;
		transform: none !important;
	}
}

@media (max-width: 520px) {
	.spx-home-premium__filters {
		width: 100%;
		justify-content: space-between;
	}

	.spx-home-premium__filter-pill {
		flex: 1 1 0;
	}

	.spx-home-premium__hero-button .wp-block-button__link,
	.spx-home-premium__feature-button .wp-block-button__link {
		width: 100%;
		justify-content: center;
	}
}
