/* DAR SAH Luxury Homepage — premium WooCommerce abaya homepage */

.stufflo-premium-homepage {
	--sph-accent: #934F31;
	--sph-bg: #FCF1E4;
	--sph-dark: #000000;
	--sph-white: #FFF9F3;
	--sph-soft: #F7E6DD;
	--sph-border: #E3CEC0;
	--sph-muted: #6B5B53;
	--sph-burgundy: #B62025;
	--sph-green: #726B2E;
	--sph-radius: 4px;
	--sph-shadow: 0 24px 70px rgba(80, 48, 34, .08);
	--sph-serif: "Apparel Regular", "Times New Roman", serif;
	--sph-sans: Helvetica, Arial, sans-serif;
	--sph-container: 1320px;
	background: var(--sph-bg);
	color: var(--sph-dark);
	font-family: var(--sph-sans);
	overflow: hidden;
}

.stufflo-premium-homepage *,
.stufflo-premium-homepage *::before,
.stufflo-premium-homepage *::after {
	box-sizing: border-box;
}

.stufflo-premium-homepage img {
	max-width: 100%;
}

.stufflo-premium-homepage a {
	text-decoration: none;
}

.sph-container {
	width: min(calc(100% - 40px), var(--sph-container));
	margin-inline: auto;
}

.sph-section {
	padding: clamp(70px, 8vw, 112px) 0;
}

.sph-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 16px;
	color: var(--sph-accent);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.sph-eyebrow::before {
	content: "";
	width: 32px;
	height: 1px;
	background: currentColor;
}

.sph-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 36px;
}

.sph-section-heading > div {
	max-width: 720px;
}

.sph-section-heading h2,
.sph-story-heading h2,
.sph-centered-heading h2,
.sph-faq-intro h2,
.sph-final-cta h2,
.sph-editorial h2 {
	margin: 0;
	color: var(--sph-dark);
	font-family: var(--sph-serif);
	font-size: clamp(35px, 4.5vw, 53px);
	font-weight: 500;
	line-height: 1.07;
	letter-spacing: -.035em;
}

.sph-section-heading p,
.sph-centered-heading p,
.sph-faq-intro > p {
	max-width: 650px;
	margin: 13px 0 0;
	color: var(--sph-muted);
	font-size: 15px;
	line-height: 1.75;
}

.sph-text-link,
.sph-read-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--sph-accent);
	color: var(--sph-dark);
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.sph-text-link svg,
.sph-read-link svg,
.sph-button svg,
.sph-category-info svg,
.sph-card-arrow svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sph-button {
	position: relative;
	min-height: 52px;
	padding: 14px 23px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	overflow: hidden;
	transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.sph-button::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 32%, rgba(255,255,255,.25) 49%, transparent 66%);
	transform: translateX(-140%);
	transition: transform .7s ease;
	pointer-events: none;
}

.sph-button:hover {
	transform: translateY(-2px);
}

.sph-button:hover::after {
	transform: translateX(140%);
}

.sph-button-dark {
	color: #fff;
	background: var(--sph-dark);
	box-shadow: 0 12px 25px rgba(23,23,23,.15);
}

.sph-button-dark:hover {
	color: #fff;
	background: #000;
}

.sph-button-light {
	color: var(--sph-dark);
	border-color: rgba(23,23,23,.22);
	background: transparent;
}

.sph-button-light:hover {
	color: var(--sph-dark);
	border-color: var(--sph-accent);
	background: #FFF9F3;
}

.sph-button-white {
	color: var(--sph-dark);
	background: #FFF9F3;
}

.sph-button-white:hover {
	color: var(--sph-dark);
	background: var(--sph-accent);
}

/* Hero */

.sph-hero {
	position: relative;
	padding: clamp(55px, 7vw, 96px) 0 clamp(65px, 8vw, 110px);
	background:
		radial-gradient(circle at 8% 16%, rgba(202,167,89,.16), transparent 27%),
		linear-gradient(180deg, #FCF1E4, var(--sph-bg));
}

.sph-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
	align-items: center;
	gap: clamp(42px, 7vw, 100px);
}

.sph-hero-content {
	max-width: 630px;
}

.sph-hero h1 {
	max-width: 720px;
	margin: 0 0 24px;
	color: var(--sph-dark);
	font-family: var(--sph-serif);
	font-size: clamp(50px, 6vw, 78px);
	font-weight: 500;
	line-height: .99;
	letter-spacing: -.052em;
}

.sph-hero-content > p {
	max-width: 575px;
	margin: 0 0 31px;
	color: var(--sph-muted);
	font-size: 16px;
	line-height: 1.78;
}

.sph-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.sph-hero-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid var(--sph-border);
}

.sph-hero-proof div {
	display: grid;
	gap: 4px;
}

.sph-hero-proof strong {
	color: var(--sph-accent);
	font-size: 10px;
	letter-spacing: .12em;
}

.sph-hero-proof span {
	color: var(--sph-dark);
	font-size: 11px;
	font-weight: 800;
}

.sph-hero-visual {
	position: relative;
}

.sph-hero-frame {
	position: relative;
	min-height: 650px;
	display: grid;
	place-items: center;
	border-radius: 46% 46% 25px 25px;
	background: var(--sph-soft);
	box-shadow: 0 34px 90px rgba(50, 40, 24, .15);
	overflow: hidden;
}

.sph-hero-frame::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 14px;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: inherit;
	pointer-events: none;
}

.sph-hero-image {
	width: 100%;
	height: 100%;
	min-height: 650px;
	display: block;
	object-fit: cover;
}

.sph-image-placeholder {
	width: 100%;
	min-height: 650px;
	display: grid;
	place-items: center;
	background:
		linear-gradient(140deg, rgba(202,167,89,.16), transparent 55%),
		var(--sph-soft);
}

.sph-image-placeholder span {
	color: rgba(23,23,23,.08);
	font-family: var(--sph-serif);
	font-size: clamp(56px, 8vw, 110px);
	letter-spacing: .12em;
	transform: rotate(-8deg);
}

.sph-floating-card {
	position: absolute;
	z-index: 3;
	left: -46px;
	bottom: 49px;
	min-width: 246px;
	padding: 18px 20px;
	display: grid;
	gap: 5px;
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 15px;
	background: rgba(255,255,255,.9);
	box-shadow: var(--sph-shadow);
	backdrop-filter: blur(16px);
}

.sph-floating-card span {
	color: var(--sph-accent);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.sph-floating-card strong {
	font-family: var(--sph-serif);
	font-size: 18px;
	font-weight: 600;
}

/* Benefit strip */

.sph-benefit-strip {
	border-top: 1px solid var(--sph-border);
	border-bottom: 1px solid var(--sph-border);
	background: #FFF9F3;
}

.sph-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.sph-benefit-grid > div {
	min-height: 108px;
	padding: 22px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border-right: 1px solid var(--sph-border);
}

.sph-benefit-grid > div:last-child {
	border-right: 0;
}

.sph-benefit-grid svg {
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	fill: none;
	stroke: var(--sph-accent);
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sph-benefit-grid span {
	display: grid;
	gap: 2px;
}

.sph-benefit-grid strong {
	font-size: 12px;
}

.sph-benefit-grid small {
	color: var(--sph-muted);
	font-size: 10px;
}

/* Categories */

.sph-categories {
	background: #FFF9F3;
}

.sph-category-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.sph-category-card {
	display: block;
	color: var(--sph-dark);
}

.sph-category-image {
	aspect-ratio: 4 / 5;
	display: grid;
	place-items: center;
	padding: 17px;
	border: 1px solid var(--sph-border);
	border-radius: var(--sph-radius);
	background: var(--sph-bg);
	overflow: hidden;
}

.sph-category-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	transition: transform .35s ease;
}

.sph-category-card:hover .sph-category-image img {
	transform: scale(1.035);
}

.sph-category-info {
	padding: 17px 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.sph-category-info > span {
	display: grid;
	gap: 3px;
}

.sph-category-info strong {
	font-family: var(--sph-serif);
	font-size: 20px;
	font-weight: 600;
}

.sph-category-info small {
	color: var(--sph-muted);
	font-size: 10px;
}

.sph-category-info i {
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border: 1px solid var(--sph-border);
	border-radius: 50%;
	font-style: normal;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.sph-category-card:hover i {
	color: #fff;
	border-color: var(--sph-dark);
	background: var(--sph-dark);
}

/* Products */

.sph-products-section {
	background: var(--sph-bg);
}

.sph-best-section {
	background: #FFF9F3;
}

.sph-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 20px;
}

.sph-product-card {
	position: relative;
	border: 1px solid var(--sph-border);
	border-radius: var(--sph-radius);
	background: #FFF9F3;
	overflow: hidden;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.sph-product-card:hover {
	transform: translateY(-5px);
	border-color: rgba(202,167,89,.62);
	box-shadow: var(--sph-shadow);
}

.sph-product-media {
	position: relative;
	aspect-ratio: 4 / 5;
	display: grid;
	place-items: center;
	padding: 14px;
	background: var(--sph-soft);
	overflow: hidden;
}

.sph-product-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	transition: transform .35s ease;
}

.sph-product-card:hover .sph-product-media img {
	transform: scale(1.025);
}

.sph-badges {
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	pointer-events: none;
}

.sph-badge {
	padding: 6px 8px;
	border-radius: 999px;
	background: var(--sph-dark);
	color: #fff;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sph-badge-sale {
	background: var(--sph-burgundy);
}

.sph-product-body {
	padding: 16px;
}

.sph-product-category {
	display: block;
	color: var(--sph-muted);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sph-product-card h3 {
	min-height: 46px;
	margin: 7px 0 7px;
	font-family: var(--sph-sans);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.sph-product-card h3 a {
	color: var(--sph-dark);
}

.sph-rating {
	min-height: 22px;
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--sph-accent);
	font-size: 11px;
	font-weight: 800;
}

.sph-rating span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.sph-rating svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
	stroke: currentColor;
}

.sph-rating small {
	color: var(--sph-muted);
	font-size: 9px;
}

.sph-product-bottom {
	margin-top: 12px;
	padding-top: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid var(--sph-border);
}

.sph-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	color: var(--sph-dark);
	font-size: 15px;
	font-weight: 850;
}

.sph-price del {
	color: #8C7469;
	font-size: 11px;
	font-weight: 600;
}

.sph-price ins {
	color: var(--sph-dark);
	text-decoration: none;
}

.sph-card-arrow {
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--sph-dark);
	color: #fff;
	transition: background-color .25s ease;
}

.sph-product-card:hover .sph-card-arrow {
	background: var(--sph-accent);
}

/* Editorial */

.sph-editorial-section {
	background: #FFF9F3;
}

.sph-editorial {
	position: relative;
	min-height: 590px;
	padding: clamp(35px, 7vw, 84px);
	display: flex;
	align-items: center;
	border-radius: 30px;
	background:
		linear-gradient(135deg, #2B1E18, #000000);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.sph-editorial-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10,10,10,.87), rgba(10,10,10,.40) 60%, rgba(10,10,10,.12));
}

.sph-editorial-content {
	position: relative;
	z-index: 1;
	max-width: 620px;
	color: #fff;
}

.sph-editorial h2 {
	color: #fff;
	font-size: clamp(43px, 5.6vw, 68px);
}

.sph-editorial-content p {
	max-width: 550px;
	margin: 20px 0 29px;
	color: rgba(255,255,255,.78);
	font-size: 16px;
	line-height: 1.78;
}

/* SEO story */

.sph-story-section {
	background: var(--sph-soft);
}

.sph-story-grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	gap: clamp(45px, 8vw, 115px);
	align-items: start;
}

.sph-story-copy {
	padding-top: 7px;
}

.sph-story-copy p {
	margin: 0 0 18px;
	color: var(--sph-muted);
	font-size: 15px;
	line-height: 1.9;
}

.sph-story-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.sph-story-links a {
	padding: 10px 13px;
	border: 1px solid rgba(23,23,23,.14);
	border-radius: 999px;
	color: var(--sph-dark);
	font-size: 10px;
	font-weight: 850;
}

.sph-story-links a:hover {
	border-color: var(--sph-accent);
	background: #FFF9F3;
}

/* Why */

.sph-why-section {
	background: #FFF9F3;
}

.sph-centered-heading {
	max-width: 720px;
	margin: 0 auto 38px;
	text-align: center;
}

.sph-centered-heading .sph-eyebrow {
	justify-content: center;
}

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

.sph-why-grid > a {
	min-height: 265px;
	padding: 27px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid var(--sph-border);
	border-radius: var(--sph-radius);
	background: var(--sph-bg);
	color: var(--sph-dark);
	transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.sph-why-grid > a:hover {
	transform: translateY(-4px);
	border-color: var(--sph-accent);
	background: #FFF9F3;
}

.sph-why-grid > a > span {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	margin-bottom: 24px;
	border-radius: 15px;
	background: rgba(202,167,89,.14);
	color: var(--sph-accent);
}

.sph-why-grid svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sph-why-grid strong {
	font-family: var(--sph-serif);
	font-size: 20px;
	font-weight: 600;
}

.sph-why-grid p {
	margin: 10px 0 0;
	color: var(--sph-muted);
	font-size: 12px;
	line-height: 1.7;
}

/* Blog */

.sph-blog-section {
	background: var(--sph-bg);
}

.sph-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.sph-blog-card {
	border: 1px solid var(--sph-border);
	border-radius: var(--sph-radius);
	background: #FFF9F3;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sph-blog-card:hover {
	transform: translateY(-4px);
	border-color: rgba(202,167,89,.65);
	box-shadow: var(--sph-shadow);
}

.sph-blog-image {
	aspect-ratio: 16 / 10;
	display: grid;
	place-items: center;
	background: var(--sph-soft);
	overflow: hidden;
}

.sph-blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.sph-blog-card:hover .sph-blog-image img {
	transform: scale(1.035);
}

.sph-blog-placeholder {
	color: rgba(23,23,23,.12);
	font-family: var(--sph-serif);
	font-size: 35px;
	letter-spacing: .12em;
}

.sph-blog-card > div {
	padding: 22px;
}

.sph-blog-card > div > span {
	color: var(--sph-accent);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.sph-blog-card h3 {
	margin: 10px 0;
	font-family: var(--sph-serif);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}

.sph-blog-card h3 a {
	color: var(--sph-dark);
}

.sph-blog-card p {
	margin: 0 0 17px;
	color: var(--sph-muted);
	font-size: 12px;
	line-height: 1.7;
}

/* FAQ */

.sph-faq-section {
	background: #FFF9F3;
}

.sph-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	gap: clamp(45px, 8vw, 110px);
	align-items: start;
}

.sph-faq-intro {
	position: sticky;
	top: 100px;
}

.sph-faq-intro .sph-text-link {
	margin-top: 27px;
}

.sph-faq-list {
	border-top: 1px solid var(--sph-border);
}

.sph-faq-item {
	border-bottom: 1px solid var(--sph-border);
}

.sph-faq-item button {
	width: 100%;
	padding: 22px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border: 0;
	background: transparent;
	color: var(--sph-dark);
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.sph-faq-item button i {
	position: relative;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	border: 1px solid var(--sph-border);
	border-radius: 50%;
}

.sph-faq-item button i::before,
.sph-faq-item button i::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 1px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform .25s ease;
}

.sph-faq-item button i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sph-faq-item button[aria-expanded="true"] i::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.sph-faq-answer p {
	margin: -4px 0 22px;
	padding-right: 55px;
	color: var(--sph-muted);
	font-size: 13px;
	line-height: 1.8;
}

/* Final CTA */

.sph-final-cta {
	padding: clamp(55px, 7vw, 85px) 0;
	background:
		radial-gradient(circle at 85% 20%, rgba(202,167,89,.25), transparent 28%),
		var(--sph-dark);
	color: #fff;
}

.sph-final-cta .sph-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
}

.sph-final-cta .sph-container > div {
	max-width: 760px;
}

.sph-final-cta h2 {
	color: #fff;
}

.sph-final-cta p {
	margin: 14px 0 0;
	color: rgba(255,255,255,.67);
	font-size: 14px;
	line-height: 1.7;
}

/* Responsive */

@media (max-width: 1100px) {
	.sph-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.sph-why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sph-benefit-grid > div {
		padding-inline: 18px;
	}
}

@media (max-width: 900px) {
	.sph-container {
		width: min(calc(100% - 30px), var(--sph-container));
	}
	.sph-hero-grid,
	.sph-story-grid,
	.sph-faq-layout {
		grid-template-columns: 1fr;
	}
	.sph-hero-content {
		max-width: 760px;
		margin-inline: auto;
		text-align: center;
	}
	.sph-hero-content .sph-eyebrow,
	.sph-actions {
		justify-content: center;
	}
	.sph-hero-proof {
		max-width: 620px;
		margin-inline: auto;
	}
	.sph-hero-visual {
		max-width: 720px;
		width: 100%;
		margin-inline: auto;
	}
	.sph-hero-frame,
	.sph-hero-image,
	.sph-image-placeholder {
		min-height: 560px;
	}
	.sph-benefit-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.sph-benefit-grid > div:nth-child(2) {
		border-right: 0;
	}
	.sph-benefit-grid > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--sph-border);
	}
	.sph-category-row {
		display: flex;
		gap: 16px;
		padding-bottom: 10px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.sph-category-row::-webkit-scrollbar {
		display: none;
	}
	.sph-category-card {
		flex: 0 0 min(44vw, 310px);
		scroll-snap-align: start;
	}
	.sph-faq-intro {
		position: static;
	}
}

@media (max-width: 767px) {
	.sph-container {
		width: min(calc(100% - 24px), var(--sph-container));
	}
	.sph-section {
		padding: 62px 0;
	}
	.sph-section-heading {
		margin-bottom: 27px;
	}
	.sph-section-heading h2,
	.sph-story-heading h2,
	.sph-centered-heading h2,
	.sph-faq-intro h2,
	.sph-final-cta h2 {
		font-size: 32px;
	}
	.sph-section-heading p {
		display: none;
	}
	.sph-text-link {
		font-size: 10px;
	}
	.sph-hero {
		padding-top: 44px;
	}
	.sph-hero h1 {
		font-size: clamp(41px, 12vw, 54px);
	}
	.sph-hero-content > p {
		font-size: 14px;
		line-height: 1.7;
	}
	.sph-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.sph-button {
		width: 100%;
		padding-inline: 12px;
		font-size: 11px;
	}
	.sph-hero-proof {
		gap: 7px;
	}
	.sph-hero-proof span {
		font-size: 9px;
	}
	.sph-hero-frame,
	.sph-hero-image,
	.sph-image-placeholder {
		min-height: 450px;
	}
	.sph-floating-card {
		left: 12px;
		right: 12px;
		bottom: 12px;
		min-width: 0;
	}
	.sph-benefit-grid > div {
		min-height: 94px;
		padding: 16px 10px;
		justify-content: flex-start;
	}
	.sph-benefit-grid svg {
		width: 21px;
		height: 21px;
	}
	.sph-benefit-grid strong {
		font-size: 10px;
	}
	.sph-benefit-grid small {
		font-size: 8px;
	}
	.sph-category-card {
		flex-basis: 66vw;
	}
	.sph-category-info strong {
		font-size: 18px;
	}
	.sph-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	.sph-product-media {
		padding: 7px;
	}
	.sph-product-body {
		padding: 11px;
	}
	.sph-product-card h3 {
		min-height: 42px;
		font-size: 12px;
	}
	.sph-product-category {
		font-size: 8px;
	}
	.sph-price {
		font-size: 13px;
	}
	.sph-card-arrow {
		width: 32px;
		height: 32px;
	}
	.sph-badge {
		padding: 5px 7px;
		font-size: 7px;
	}
	.sph-editorial {
		min-height: 520px;
		padding: 28px;
		align-items: end;
		background-position: center;
	}
	.sph-editorial-shade {
		background: linear-gradient(0deg, rgba(10,10,10,.9), rgba(10,10,10,.12));
	}
	.sph-editorial h2 {
		font-size: 41px;
	}
	.sph-editorial-content p {
		font-size: 14px;
	}
	.sph-story-copy p {
		font-size: 13px;
	}
	.sph-why-grid {
		grid-template-columns: 1fr;
	}
	.sph-why-grid > a {
		min-height: 0;
	}
	.sph-blog-grid {
		grid-template-columns: 1fr;
	}
	.sph-faq-item button {
		font-size: 13px;
	}
	.sph-final-cta .sph-container {
		display: grid;
	}
	.sph-final-cta .sph-button {
		width: fit-content;
	}
}

@media (max-width: 480px) {
	.sph-actions {
		grid-template-columns: 1fr;
	}
	.sph-hero-proof {
		grid-template-columns: repeat(3, 1fr);
	}
	.sph-hero-proof div {
		text-align: center;
	}
	.sph-section-heading {
		display: block;
	}
	.sph-section-heading .sph-text-link {
		margin-top: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.stufflo-premium-homepage *,
	.stufflo-premium-homepage *::before,
	.stufflo-premium-homepage *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

.stufflo-premium-homepage :focus-visible {
	outline: 3px solid rgba(202,167,89,.45);
	outline-offset: 3px;
}


/* =========================================================
   Premium refinement layer — v1.1.0
   ========================================================= */

.stufflo-premium-homepage {
	--sph-shadow-soft: 0 18px 55px rgba(29, 23, 14, .075);
	--sph-shadow-deep: 0 34px 100px rgba(29, 23, 14, .15);
	--sph-glass: rgba(255, 255, 255, .82);
	background:
		linear-gradient(180deg, rgba(255,255,255,.32), transparent 16%),
		var(--sph-bg);
}

.stufflo-premium-homepage [data-sph-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity .75s cubic-bezier(.2,.7,.2,1),
		transform .75s cubic-bezier(.2,.7,.2,1);
}

.stufflo-premium-homepage [data-sph-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sph-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 49.9%, rgba(202,167,89,.08) 50%, transparent 50.1%);
	mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.sph-hero-content {
	position: relative;
	z-index: 2;
}

.sph-hero-content::before {
	content: "";
	position: absolute;
	left: -54px;
	top: -34px;
	width: 92px;
	height: 92px;
	border: 1px solid rgba(202,167,89,.32);
	border-radius: 50%;
	opacity: .55;
	pointer-events: none;
}

.sph-hero h1 {
	text-wrap: balance;
}

.sph-hero-visual {
	isolation: isolate;
}

.sph-hero-frame {
	border: 1px solid rgba(202,167,89,.22);
	box-shadow: var(--sph-shadow-deep);
}

.sph-hero-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, transparent 55%, rgba(18,16,13,.16)),
		linear-gradient(120deg, rgba(255,255,255,.2), transparent 32%);
	pointer-events: none;
}

.sph-hero-orbit {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(202,167,89,.32);
	border-radius: 50%;
	pointer-events: none;
}

.sph-hero-orbit-one {
	width: 230px;
	height: 230px;
	right: -82px;
	top: 55px;
}

.sph-hero-orbit-two {
	width: 96px;
	height: 96px;
	left: -48px;
	top: 105px;
	background: rgba(202,167,89,.07);
}

.sph-collection-count {
	position: absolute;
	z-index: 4;
	right: -34px;
	top: 93px;
	width: 148px;
	min-height: 148px;
	padding: 25px 18px;
	display: grid;
	align-content: center;
	justify-items: center;
	text-align: center;
	border: 1px solid rgba(202,167,89,.4);
	border-radius: 50%;
	background: rgba(250,248,243,.9);
	box-shadow: var(--sph-shadow-soft);
	backdrop-filter: blur(15px);
}

.sph-collection-count strong {
	color: var(--sph-dark);
	font-family: var(--sph-serif);
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

.sph-collection-count span {
	max-width: 92px;
	margin-top: 7px;
	color: var(--sph-muted);
	font-size: 8px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sph-vertical-label {
	position: absolute;
	right: -58px;
	bottom: 80px;
	z-index: 4;
	color: rgba(23,23,23,.42);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .2em;
	transform: rotate(90deg);
	transform-origin: center;
}

.sph-floating-card {
	border-color: rgba(202,167,89,.3);
	background: var(--sph-glass);
	box-shadow: var(--sph-shadow-soft);
}

.sph-benefit-strip {
	position: relative;
	z-index: 3;
	box-shadow: 0 14px 45px rgba(29,23,14,.035);
}

.sph-benefit-grid > div {
	transition: background-color .25s ease;
}

.sph-benefit-grid > div:hover {
	background: #FFF8F0;
}

.sph-category-card {
	position: relative;
}

.sph-category-image {
	position: relative;
	border-color: rgba(202,167,89,.17);
	background:
		radial-gradient(circle at 70% 15%, rgba(255,255,255,.9), transparent 28%),
		linear-gradient(145deg, #F9EADF, #F3DCD4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.sph-category-card:nth-child(even) .sph-category-image {
	background:
		radial-gradient(circle at 25% 15%, rgba(255,255,255,.9), transparent 28%),
		linear-gradient(145deg, #F5DED6, #FCF1E4);
}

.sph-category-image::after {
	content: attr(data-index);
	position: absolute;
	right: 14px;
	bottom: 8px;
	color: rgba(23,23,23,.07);
	font-family: var(--sph-serif);
	font-size: 56px;
	font-style: italic;
	pointer-events: none;
}

.sph-category-card:hover .sph-category-image {
	border-color: rgba(202,167,89,.65);
	box-shadow: var(--sph-shadow-soft);
}

.sph-product-card {
	border-color: rgba(202,167,89,.16);
	box-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.sph-product-media {
	padding: 12px;
	background:
		radial-gradient(circle at 72% 12%, rgba(255,255,255,.92), transparent 31%),
		linear-gradient(145deg, #FCF1E4, #F3DCD4);
}

.sph-product-media::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 14px;
	pointer-events: none;
}

.sph-product-image-stack {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.sph-product-image-stack img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition:
		opacity .45s cubic-bezier(.2,.7,.2,1),
		transform .45s cubic-bezier(.2,.7,.2,1);
}

.sph-product-secondary-image {
	opacity: 0;
	transform: scale(1.035);
}

.sph-product-card:hover .sph-product-primary-image:has(+ .sph-product-secondary-image) {
	opacity: 0;
	transform: scale(.985);
}

.sph-product-card:hover .sph-product-secondary-image {
	opacity: 1;
	transform: scale(1);
}

.sph-product-hover-action {
	position: absolute;
	z-index: 3;
	left: 18px;
	right: 18px;
	bottom: 17px;
	min-height: 44px;
	padding: 11px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 11px;
	background: rgba(23,23,23,.9);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .05em;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(12px);
	backdrop-filter: blur(12px);
	transition: opacity .28s ease, transform .28s ease;
}

.sph-product-card:hover .sph-product-hover-action {
	opacity: 1;
	transform: translateY(0);
}

.sph-product-hover-action svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.sph-product-meta-row {
	min-height: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.sph-stock-dot {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--sph-muted);
	font-size: 8px;
	font-weight: 750;
	white-space: nowrap;
}

.sph-stock-dot::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #9B8175;
	box-shadow: 0 0 0 3px rgba(166,161,154,.1);
}

.sph-stock-dot.is-in-stock::before {
	background: var(--sph-green);
	box-shadow: 0 0 0 3px rgba(38,114,87,.11);
}

.sph-stock-dot.is-out-of-stock::before {
	background: var(--sph-burgundy);
	box-shadow: 0 0 0 3px rgba(129,46,60,.1);
}

.sph-rating-empty {
	color: var(--sph-muted);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: .03em;
}

.sph-editorial {
	border: 1px solid rgba(202,167,89,.28);
	box-shadow: var(--sph-shadow-deep);
}

.sph-editorial::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 16px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 22px;
	pointer-events: none;
}

.sph-editorial-content {
	z-index: 3;
}

.sph-editorial-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

.sph-editorial-note {
	color: rgba(255,255,255,.63);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sph-editorial-stamp {
	position: absolute;
	z-index: 3;
	right: clamp(28px, 6vw, 80px);
	bottom: clamp(28px, 6vw, 70px);
	width: 136px;
	height: 136px;
	display: grid;
	place-items: center;
	align-content: center;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	transform: rotate(-8deg);
}

.sph-editorial-stamp::before,
.sph-editorial-stamp::after {
	content: "✦";
	position: absolute;
	top: 18px;
	font-size: 10px;
}

.sph-editorial-stamp::after {
	top: auto;
	bottom: 18px;
}

.sph-editorial-stamp span {
	font-family: var(--sph-serif);
	font-size: 19px;
	letter-spacing: .12em;
}

.sph-editorial-stamp small {
	margin-top: 5px;
	font-size: 7px;
	font-weight: 900;
	letter-spacing: .15em;
}

.sph-story-section {
	position: relative;
}

.sph-story-section::after {
	content: "S";
	position: absolute;
	right: 2vw;
	bottom: -70px;
	color: rgba(202,167,89,.09);
	font-family: var(--sph-serif);
	font-size: clamp(220px, 26vw, 420px);
	line-height: .75;
	pointer-events: none;
}

.sph-story-grid {
	position: relative;
	z-index: 1;
}

.sph-story-copy {
	padding: 28px;
	border: 1px solid rgba(202,167,89,.2);
	border-radius: var(--sph-radius);
	background: rgba(255,255,255,.6);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
	backdrop-filter: blur(10px);
}

.sph-why-grid > a {
	position: relative;
	overflow: hidden;
}

.sph-why-grid > a::after {
	content: "";
	position: absolute;
	right: -36px;
	bottom: -36px;
	width: 90px;
	height: 90px;
	border: 1px solid rgba(202,167,89,.18);
	border-radius: 50%;
	transition: transform .35s ease;
}

.sph-why-grid > a:hover::after {
	transform: scale(1.4);
}

.sph-reviews-section {
	background:
		radial-gradient(circle at 10% 20%, rgba(202,167,89,.13), transparent 24%),
		var(--sph-dark);
	color: #fff;
}

.sph-reviews-section .sph-section-heading h2 {
	color: #fff;
}

.sph-reviews-section .sph-section-heading p {
	color: rgba(255,255,255,.63);
}

.sph-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sph-review-card {
	min-height: 330px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--sph-radius);
	background:
		linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
	backdrop-filter: blur(12px);
}

.sph-review-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.sph-review-stars {
	display: flex;
	gap: 3px;
	color: rgba(255,255,255,.18);
	font-size: 13px;
}

.sph-review-stars .is-filled {
	color: var(--sph-accent);
}

.sph-quote-mark {
	color: rgba(202,167,89,.35);
	font-family: var(--sph-serif);
	font-size: 70px;
	line-height: .65;
}

.sph-review-card blockquote {
	margin: 28px 0 30px;
	color: rgba(255,255,255,.86);
	font-family: var(--sph-serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.55;
}

.sph-review-footer {
	margin-top: auto;
	padding-top: 22px;
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 1px solid rgba(255,255,255,.1);
}

.sph-review-avatar {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(202,167,89,.45);
	border-radius: 50%;
	background: rgba(202,167,89,.12);
	color: var(--sph-accent);
	font-family: var(--sph-serif);
	font-size: 17px;
}

.sph-review-footer > span:last-child {
	display: grid;
	gap: 4px;
}

.sph-review-footer strong {
	color: #fff;
	font-size: 11px;
}

.sph-review-footer small {
	color: rgba(255,255,255,.52);
	font-size: 9px;
}

.sph-review-footer a {
	color: var(--sph-accent);
}

.sph-blog-card {
	border-color: rgba(202,167,89,.16);
}

.sph-blog-image {
	position: relative;
}

.sph-blog-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(16,14,12,.15));
	pointer-events: none;
}

.sph-faq-list {
	padding: 6px 25px;
	border: 1px solid var(--sph-border);
	border-radius: var(--sph-radius);
	background: #FFF9F3;
	box-shadow: var(--sph-shadow-soft);
}

.sph-faq-item:last-child {
	border-bottom: 0;
}

.sph-faq-answer {
	overflow: hidden;
}

.sph-final-cta {
	position: relative;
	overflow: hidden;
}

.sph-final-cta::before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	right: -100px;
	top: -170px;
	border: 1px solid rgba(202,167,89,.25);
	border-radius: 50%;
	box-shadow:
		0 0 0 45px rgba(202,167,89,.04),
		0 0 0 90px rgba(202,167,89,.025);
	pointer-events: none;
}

.sph-final-cta .sph-container {
	position: relative;
	z-index: 1;
}

/* Cleaner premium spacing on wide screens. */
@media (min-width: 1350px) {
	.sph-product-grid,
	.sph-category-row {
		gap: 28px;
	}

	.sph-product-body {
		padding: 19px;
	}
}

@media (max-width: 1100px) {
	.sph-collection-count {
		right: -12px;
	}

	.sph-vertical-label {
		display: none;
	}

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

	.sph-review-card:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.sph-hero-content::before {
		display: none;
	}

	.sph-collection-count {
		right: 14px;
		top: 85px;
	}

	.sph-editorial-stamp {
		width: 112px;
		height: 112px;
	}
}

@media (max-width: 767px) {
	.stufflo-premium-homepage [data-sph-reveal] {
		transform: translateY(18px);
	}

	.sph-collection-count {
		top: 72px;
		right: 8px;
		width: 110px;
		min-height: 110px;
		padding: 16px 10px;
	}

	.sph-collection-count strong {
		font-size: 23px;
	}

	.sph-collection-count span {
		font-size: 6px;
	}

	.sph-product-hover-action {
		display: none;
	}

	.sph-product-card:hover .sph-product-primary-image {
		opacity: 1;
		transform: none;
	}

	.sph-product-secondary-image {
		display: none;
	}

	.sph-stock-dot {
		font-size: 7px;
	}

	.sph-editorial-stamp {
		display: none;
	}

	.sph-editorial-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.sph-story-copy {
		padding: 21px;
	}

	.sph-reviews-grid {
		display: flex;
		gap: 14px;
		padding-bottom: 10px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.sph-reviews-grid::-webkit-scrollbar {
		display: none;
	}

	.sph-review-card,
	.sph-review-card:last-child {
		flex: 0 0 84vw;
		min-height: 305px;
		grid-column: auto;
		scroll-snap-align: start;
	}

	.sph-review-card blockquote {
		font-size: 18px;
	}

	.sph-faq-list {
		padding-inline: 17px;
	}
}

@supports not selector(:has(*)) {
	.sph-product-card:hover .sph-product-primary-image {
		opacity: 1;
		transform: scale(1.015);
	}

	.sph-product-secondary-image {
		display: none;
	}
}

/* =========================================================
   Search-intent content system — v1.2.0
   ========================================================= */

.sph-occasion-section {
	background: linear-gradient(180deg, #fff, #FCF1E4);
}

.sph-occasion-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.sph-guide-card {
	position: relative;
	min-height: 350px;
	padding: 27px;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(202,167,89,.18);
	border-radius: var(--sph-radius);
	background: radial-gradient(circle at 85% 10%, rgba(202,167,89,.13), transparent 28%), #fff;
	overflow: hidden;
	transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.sph-guide-card::after {
	content: "";
	position: absolute;
	right: -58px;
	bottom: -58px;
	width: 145px;
	height: 145px;
	border: 1px solid rgba(202,167,89,.14);
	border-radius: 50%;
	box-shadow: 0 0 0 25px rgba(202,167,89,.025);
	pointer-events: none;
}

.sph-guide-card:hover {
	transform: translateY(-6px);
	border-color: rgba(202,167,89,.7);
	box-shadow: var(--sph-shadow-soft);
}

.sph-guide-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.sph-guide-icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(202,167,89,.25);
	border-radius: 17px;
	background: rgba(202,167,89,.1);
	color: var(--sph-accent);
}

.sph-guide-icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sph-guide-card-top small {
	color: rgba(23,23,23,.16);
	font-family: var(--sph-serif);
	font-size: 31px;
	font-style: italic;
}

.sph-guide-card h3 {
	margin: 30px 0 12px;
	color: var(--sph-dark);
	font-family: var(--sph-serif);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.sph-guide-card p {
	margin: 0 0 24px;
	color: var(--sph-muted);
	font-size: 12px;
	line-height: 1.75;
}

.sph-guide-card > a {
	position: relative;
	z-index: 2;
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--sph-dark);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.sph-guide-card > a svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.sph-buying-guide {
	background: radial-gradient(circle at 12% 15%, rgba(202,167,89,.14), transparent 24%), var(--sph-dark);
	color: #fff;
}

.sph-buying-layout {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	gap: clamp(48px, 8vw, 110px);
	align-items: start;
}

.sph-buying-intro {
	position: sticky;
	top: 100px;
}

.sph-buying-intro h2 {
	margin: 0;
	color: #fff;
	font-family: var(--sph-serif);
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -.04em;
}

.sph-buying-intro > p {
	max-width: 540px;
	margin: 20px 0 29px;
	color: rgba(255,255,255,.66);
	font-size: 14px;
	line-height: 1.85;
}

.sph-buying-intro .sph-button-dark {
	color: var(--sph-dark);
	background: #FFF9F3;
}

.sph-buying-points {
	border-top: 1px solid rgba(255,255,255,.13);
}

.sph-buying-points article {
	padding: 27px 0;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 22px;
	border-bottom: 1px solid rgba(255,255,255,.13);
}

.sph-buying-points article > span {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(202,167,89,.32);
	border-radius: 50%;
	color: var(--sph-accent);
}

.sph-buying-points svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sph-buying-points small {
	color: var(--sph-accent);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .15em;
}

.sph-buying-points h3 {
	margin: 5px 0 8px;
	color: #fff;
	font-family: var(--sph-serif);
	font-size: 22px;
	font-weight: 500;
}

.sph-buying-points p {
	margin: 0;
	color: rgba(255,255,255,.6);
	font-size: 12px;
	line-height: 1.75;
}

.sph-comparison-section { background: #FFF9F3; }

.sph-comparison-shell {
	border: 1px solid var(--sph-border);
	border-radius: var(--sph-radius);
	background: var(--sph-bg);
	box-shadow: var(--sph-shadow-soft);
	overflow: hidden;
}

.sph-comparison-table { min-width: 920px; }

.sph-comparison-row {
	display: grid;
	grid-template-columns: 1.05fr 1.4fr 1fr 1.35fr 1.05fr;
	align-items: center;
	border-bottom: 1px solid var(--sph-border);
}

.sph-comparison-row:last-child { border-bottom: 0; }

.sph-comparison-row > * {
	min-height: 77px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	border-right: 1px solid var(--sph-border);
	color: var(--sph-muted);
	font-size: 11px;
	line-height: 1.55;
}

.sph-comparison-row > *:last-child { border-right: 0; }
.sph-comparison-head { background: var(--sph-dark); }

.sph-comparison-head > * {
	min-height: 58px;
	color: rgba(255,255,255,.7);
	border-right-color: rgba(255,255,255,.12);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sph-comparison-row strong {
	color: var(--sph-dark);
	font-family: var(--sph-serif);
	font-size: 17px;
	font-weight: 600;
}

.sph-comparison-row a {
	color: var(--sph-dark);
	font-size: 10px;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-color: var(--sph-accent);
	text-underline-offset: 4px;
}

.sph-care-section {
	background: linear-gradient(145deg, #F8E8DE, #FFF8F0);
}

.sph-care-layout {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
	gap: clamp(45px, 8vw, 110px);
	align-items: start;
}

.sph-care-intro h2 {
	margin: 0;
	color: var(--sph-dark);
	font-family: var(--sph-serif);
	font-size: clamp(37px, 5vw, 55px);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -.04em;
}

.sph-care-intro p {
	margin: 18px 0 0;
	color: var(--sph-muted);
	font-size: 13px;
	line-height: 1.85;
}

.sph-care-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(23,23,23,.12);
	border-left: 1px solid rgba(23,23,23,.12);
}

.sph-care-grid article {
	min-height: 230px;
	padding: 26px;
	border-right: 1px solid rgba(23,23,23,.12);
	border-bottom: 1px solid rgba(23,23,23,.12);
	background: rgba(255,255,255,.35);
	transition: background-color .25s ease;
}

.sph-care-grid article:hover { background: rgba(255,255,255,.72); }

.sph-care-grid article > span {
	color: var(--sph-accent);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .14em;
}

.sph-care-grid h3 {
	margin: 36px 0 10px;
	color: var(--sph-dark);
	font-family: var(--sph-serif);
	font-size: 21px;
	font-weight: 600;
}

.sph-care-grid p {
	margin: 0;
	color: var(--sph-muted);
	font-size: 11px;
	line-height: 1.75;
}

.sph-popular-section { background: #FFF9F3; }

.sph-popular-heading {
	max-width: 720px;
	margin-bottom: 31px;
}

.sph-popular-heading h2 {
	margin: 0;
	color: var(--sph-dark);
	font-family: var(--sph-serif);
	font-size: clamp(35px, 4.5vw, 51px);
	font-weight: 500;
	line-height: 1.07;
	letter-spacing: -.035em;
}

.sph-popular-heading p {
	margin: 13px 0 0;
	color: var(--sph-muted);
	font-size: 13px;
	line-height: 1.75;
}

.sph-popular-links {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid var(--sph-border);
	border-left: 1px solid var(--sph-border);
}

.sph-popular-links a {
	min-height: 120px;
	flex: 1 1 220px;
	padding: 24px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-content: center;
	gap: 7px 18px;
	border-right: 1px solid var(--sph-border);
	border-bottom: 1px solid var(--sph-border);
	color: var(--sph-dark);
	background: var(--sph-bg);
	transition: background-color .25s ease, color .25s ease;
}

.sph-popular-links a:hover { color: #fff; background: var(--sph-dark); }

.sph-popular-links span {
	grid-column: 1;
	color: var(--sph-muted);
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sph-popular-links a:hover span { color: rgba(255,255,255,.58); }

.sph-popular-links strong {
	grid-column: 1;
	font-family: var(--sph-serif);
	font-size: 20px;
	font-weight: 600;
}

.sph-popular-links svg {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

@media (max-width: 1100px) {
	.sph-occasion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.sph-buying-layout, .sph-care-layout { grid-template-columns: 1fr; }
	.sph-buying-intro { position: static; }
	.sph-comparison-shell { overflow-x: auto; scrollbar-width: thin; }
}

@media (max-width: 767px) {
	.sph-occasion-grid {
		display: flex;
		gap: 14px;
		padding-bottom: 10px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.sph-occasion-grid::-webkit-scrollbar { display: none; }
	.sph-guide-card { flex: 0 0 82vw; min-height: 325px; scroll-snap-align: start; }
	.sph-buying-points article { grid-template-columns: 46px minmax(0, 1fr); gap: 15px; }
	.sph-buying-points article > span { width: 43px; height: 43px; }
	.sph-care-grid { grid-template-columns: 1fr; }
	.sph-care-grid article { min-height: 190px; }
	.sph-comparison-shell { margin-right: -12px; border-radius: 17px 0 0 17px; }
	.sph-popular-links { display: grid; grid-template-columns: 1fr 1fr; }
	.sph-popular-links a { min-height: 110px; padding: 18px; }
	.sph-popular-links strong { font-size: 17px; }
}

@media (max-width: 480px) {
	.sph-popular-links { grid-template-columns: 1fr; }
}


/* ==========================================================
   DAR SAH v2.0 brand layer
   Typography requested by brand: Apparel Regular / Helvetica /
   Helvetica Neue LT Arabic 55 Roman. The plugin references these
   family names and gracefully falls back when the site has not
   loaded the licensed font files.
   ========================================================== */
.stufflo-premium-homepage {
	--sph-rose: #F387A1;
	--sph-copper: #934F31;
	--sph-olive: #726B2E;
	--sph-orange: #E0432D;
	--sph-red: #B62025;
	--sph-lime: #C8D86C;
	background: #FCF1E4;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .002em;
}

.stufflo-premium-homepage :lang(ar),
.stufflo-premium-homepage [lang="ar"],
.stufflo-premium-homepage [dir="rtl"] {
	font-family: "Helvetica Neue LT Arabic 55 Roman", "Helvetica Neue", Arial, sans-serif;
}

.stufflo-premium-homepage h1,
.stufflo-premium-homepage h2,
.stufflo-premium-homepage h3,
.stufflo-premium-homepage .sph-editorial-stamp span,
.stufflo-premium-homepage .sph-collection-count strong {
	font-family: "Apparel Regular", "Times New Roman", serif;
	font-weight: 400;
}

.sph-container { width: min(calc(100% - 48px), 1380px); }
.sph-section { padding: clamp(78px, 8vw, 126px) 0; }

.sph-eyebrow {
	color: var(--sph-copper);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .24em;
}
.sph-eyebrow::before { width: 42px; background: var(--sph-copper); }

.sph-section-heading h2,
.sph-story-heading h2,
.sph-centered-heading h2,
.sph-faq-intro h2,
.sph-final-cta h2,
.sph-editorial h2 {
	font-size: clamp(38px, 4.6vw, 62px);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.04;
}

.sph-section-heading p,
.sph-centered-heading p,
.sph-faq-intro > p,
.sph-story-copy p,
.sph-care-intro p,
.sph-buying-intro p {
	font-size: 16px;
	line-height: 1.85;
}

.sph-button {
	min-height: 54px;
	padding: 16px 25px;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.sph-button::after { opacity: .45; }
.sph-button-dark { background: #000; box-shadow: none; }
.sph-button-dark:hover { background: var(--sph-copper); }
.sph-button-light { border-color: rgba(0,0,0,.30); background: transparent; }
.sph-button-light:hover { border-color: var(--sph-copper); background: #FFF9F3; }
.sph-button-white { background: #FCF1E4; color: #000; }
.sph-button-white:hover { background: var(--sph-rose); color: #000; }

/* Editorial hero */
.sph-hero {
	padding: clamp(64px, 7vw, 108px) 0 clamp(78px, 9vw, 132px);
	background:
		radial-gradient(circle at 8% 12%, rgba(243,135,161,.14), transparent 24%),
		radial-gradient(circle at 90% 78%, rgba(200,216,108,.12), transparent 22%),
		#FCF1E4;
}
.sph-hero-grid { gap: clamp(48px, 8vw, 120px); }
.sph-hero h1 {
	font-size: clamp(58px, 7vw, 94px);
	font-weight: 400;
	line-height: .94;
	letter-spacing: -.035em;
}
.sph-hero-content > p { font-size: 17px; line-height: 1.85; color: #5f5048; }
.sph-hero-proof { border-top: 1px solid rgba(147,79,49,.25); }
.sph-hero-proof strong { color: var(--sph-copper); font-weight: 500; }
.sph-hero-proof span { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.sph-hero-frame {
	border-radius: 0;
	background: #F5E3D8;
	box-shadow: 34px 34px 0 rgba(147,79,49,.09);
}
.sph-hero-frame::after { border-radius: 0; border-color: rgba(252,241,228,.55); }
.sph-hero-orbit { border-color: rgba(147,79,49,.18); }
.sph-hero-orbit-two { border-color: rgba(243,135,161,.28); }
.sph-floating-card,
.sph-collection-count {
	border-radius: 0;
	border: 1px solid rgba(147,79,49,.18);
	background: rgba(252,241,228,.94);
	box-shadow: 0 18px 50px rgba(85,51,36,.08);
	backdrop-filter: blur(12px);
}
.sph-floating-card span,
.sph-collection-count span { letter-spacing: .08em; text-transform: uppercase; }
.sph-vertical-label { color: var(--sph-copper); letter-spacing: .28em; }

/* Benefits */
.sph-benefit-strip {
	background: #000;
	border: 0;
}
.sph-benefit-grid > div { border-color: rgba(252,241,228,.15); }
.sph-benefit-grid svg { stroke: #FCF1E4; }
.sph-benefit-grid strong { color: #FCF1E4; }
.sph-benefit-grid small { color: rgba(252,241,228,.62); }

/* Collection cards */
.sph-categories,
.sph-occasion-section,
.sph-comparison-section,
.sph-care-section,
.sph-reviews-section,
.sph-faq-section,
.sph-popular-section { background: #FCF1E4; }
.sph-products-section,
.sph-why-section,
.sph-blog-section { background: #FFF9F3; }

.sph-category-card,
.sph-product-card,
.sph-guide-card,
.sph-review-card,
.sph-blog-card,
.sph-why-grid a,
.sph-care-grid article,
.sph-popular-links a {
	border-radius: 0;
	box-shadow: none;
	border-color: rgba(147,79,49,.18);
}
.sph-category-card:hover,
.sph-product-card:hover,
.sph-guide-card:hover,
.sph-why-grid a:hover,
.sph-popular-links a:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 60px rgba(87,52,37,.08);
	border-color: rgba(147,79,49,.38);
}
.sph-category-image,
.sph-product-media,
.sph-blog-image { border-radius: 0; background: #F8E5D9; }
.sph-category-image::after { color: rgba(147,79,49,.55); }
.sph-category-info i,
.sph-card-arrow { border-color: rgba(147,79,49,.25); }
.sph-category-card:hover .sph-category-info i,
.sph-card-arrow:hover { background: var(--sph-copper); color: #FCF1E4; border-color: var(--sph-copper); }

.sph-badge {
	border-radius: 0;
	background: var(--sph-olive);
	color: #fff;
	font-size: 9px;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.sph-badge-sale { background: var(--sph-red); }
.sph-product-hover-action { border-radius: 0; background: rgba(0,0,0,.92); }
.sph-product-category { color: var(--sph-copper); letter-spacing: .10em; text-transform: uppercase; }
.sph-stock-dot.is-in-stock::before { background: var(--sph-olive); }
.sph-price { color: #000; }
.sph-rating svg { stroke: var(--sph-copper); }

/* Guides and comparison */
.sph-guide-icon { border-radius: 50%; background: rgba(147,79,49,.08); color: var(--sph-copper); }
.sph-guide-card:nth-child(2) .sph-guide-icon { background: rgba(114,107,46,.10); color: var(--sph-olive); }
.sph-guide-card:nth-child(3) .sph-guide-icon { background: rgba(243,135,161,.14); color: #9a5061; }
.sph-guide-card:nth-child(4) .sph-guide-icon { background: rgba(200,216,108,.20); color: #596019; }

.sph-buying-guide { background: #F3DDD4; }
.sph-buying-layout { border-radius: 0; }
.sph-buying-points article { border-color: rgba(147,79,49,.18); }
.sph-buying-points article > span { color: var(--sph-copper); }
.sph-buying-points small { color: var(--sph-copper); }

.sph-comparison-shell { border-radius: 0; border-color: rgba(147,79,49,.2); box-shadow: none; }
.sph-comparison-head { background: #000; color: #FCF1E4; }
.sph-comparison-row a { color: var(--sph-copper); }

/* Brand story */
.sph-story-section { background: #000; color: #FCF1E4; }
.sph-story-section .sph-eyebrow { color: var(--sph-rose); }
.sph-story-section .sph-eyebrow::before { background: var(--sph-rose); }
.sph-story-heading h2 { color: #FCF1E4; }
.sph-story-copy p { color: rgba(252,241,228,.72); }
.sph-story-links a { color: #FCF1E4; border-color: rgba(252,241,228,.3); }
.sph-story-links a:hover { border-color: var(--sph-rose); color: var(--sph-rose); }

/* Editorial campaign block */
.sph-editorial-section { background: #FCF1E4; }
.sph-editorial { border-radius: 0; min-height: clamp(560px, 65vw, 760px); }
.sph-editorial-shade { background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.20) 68%, rgba(0,0,0,.06)); }
.sph-editorial-content { max-width: 700px; }
.sph-editorial-content .sph-eyebrow { color: #F6CBD5; }
.sph-editorial h2 { color: #FCF1E4; font-size: clamp(48px, 6vw, 78px); }
.sph-editorial-content p { color: rgba(252,241,228,.82); font-size: 17px; line-height: 1.8; }
.sph-editorial-stamp { border-color: rgba(252,241,228,.38); border-radius: 50%; color: #FCF1E4; }

/* Care / trust / reviews */
.sph-care-grid article > span { color: var(--sph-copper); }
.sph-why-grid a > span { background: rgba(147,79,49,.08); color: var(--sph-copper); }
.sph-review-stars .is-filled { color: var(--sph-copper); }
.sph-review-avatar { background: var(--sph-copper); color: #FCF1E4; }
.sph-quote-mark { color: rgba(243,135,161,.58); }

/* FAQ */
.sph-faq-item { border-color: rgba(147,79,49,.2); }
.sph-faq-item button { font-family: Helvetica, Arial, sans-serif; }
.sph-faq-item button i::before,
.sph-faq-item button i::after { background: var(--sph-copper); }

/* Links and final CTA */
.sph-text-link,
.sph-read-link { border-color: var(--sph-copper); font-weight: 600; letter-spacing: .06em; }
.sph-popular-links a > span { color: var(--sph-copper); }
.sph-final-cta {
	background:
		radial-gradient(circle at 80% 0%, rgba(243,135,161,.18), transparent 30%),
		#934F31;
	color: #FCF1E4;
}
.sph-final-cta h2 { color: #FCF1E4; }
.sph-final-cta p { color: rgba(252,241,228,.78); }
.sph-final-cta .sph-eyebrow { color: #FCF1E4; }
.sph-final-cta .sph-eyebrow::before { background: #FCF1E4; }

/* Motion: subtle, not flashy */
[data-sph-reveal] { transition-duration: .72s; transition-timing-function: cubic-bezier(.22,.61,.36,1); }

@media (max-width: 1024px) {
	.sph-container { width: min(calc(100% - 36px), 1380px); }
	.sph-hero h1 { font-size: clamp(54px, 8vw, 76px); }
}

@media (max-width: 767px) {
	.sph-container { width: min(calc(100% - 28px), 1380px); }
	.sph-section { padding: 68px 0; }
	.sph-hero { padding-top: 48px; }
	.sph-hero h1 { font-size: clamp(48px, 13vw, 66px); line-height: .98; }
	.sph-hero-content > p { font-size: 16px; }
	.sph-actions { display: grid; grid-template-columns: 1fr; }
	.sph-button { width: 100%; }
	.sph-hero-frame { box-shadow: 16px 16px 0 rgba(147,79,49,.09); }
	.sph-floating-card { left: -4px; }
	.sph-collection-count { right: -4px; }
	.sph-section-heading h2,
	.sph-story-heading h2,
	.sph-centered-heading h2,
	.sph-faq-intro h2,
	.sph-final-cta h2,
	.sph-editorial h2 { font-size: clamp(38px, 11vw, 52px); }
	.sph-editorial { min-height: 610px; }
	.sph-editorial-content { padding: 36px 24px; }
	.sph-editorial-stamp { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.stufflo-premium-homepage *,
	.stufflo-premium-homepage *::before,
	.stufflo-premium-homepage *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* =========================================================
   DAR SAH v2.0.1 — contrast refinement + luxury FAQ
   ========================================================= */

/* Readability rules for light brand surfaces.
   These explicitly reset legacy white-on-dark typography that can otherwise
   carry into the new Soft Ivory / blush sections. */
.sph-buying-guide {
	background:
		radial-gradient(circle at 8% 8%, rgba(243,135,161,.18), transparent 25%),
		radial-gradient(circle at 92% 92%, rgba(200,216,108,.13), transparent 24%),
		#F3DDD4;
	color: #000;
}
.sph-buying-intro h2,
.sph-buying-points h3 { color: #000; }
.sph-buying-intro > p { color: #5D4A42; }
.sph-buying-points { border-top-color: rgba(147,79,49,.22); }
.sph-buying-points article { border-bottom-color: rgba(147,79,49,.22); }
.sph-buying-points p { color: #66544B; }
.sph-buying-points article > span {
	border-color: rgba(147,79,49,.34);
	background: rgba(252,241,228,.45);
	color: var(--sph-copper);
}
.sph-buying-intro .sph-button-dark {
	background: #000;
	color: #FCF1E4;
}
.sph-buying-intro .sph-button-dark:hover {
	background: var(--sph-copper);
	color: #FCF1E4;
}

/* Reviews now sit on a light DAR SAH surface, therefore every inherited
   dark-section text state is reset to a high-contrast value. */
.sph-reviews-section { color: #000; }
.sph-reviews-section .sph-section-heading h2 { color: #000; }
.sph-reviews-section .sph-section-heading p { color: #66544B; }
.sph-review-card {
	border-color: rgba(147,79,49,.20);
	background: rgba(255,249,243,.72);
	box-shadow: 0 18px 48px rgba(87,52,37,.06);
	backdrop-filter: blur(12px);
}
.sph-review-stars { color: rgba(147,79,49,.22); }
.sph-review-card blockquote { color: #241B17; }
.sph-review-footer { border-top-color: rgba(147,79,49,.16); }
.sph-review-footer strong { color: #000; }
.sph-review-footer small { color: #77655D; }
.sph-review-footer a { color: #7A3E27; }
.sph-review-avatar {
	border-color: rgba(147,79,49,.40);
	background: var(--sph-copper);
	color: #FCF1E4;
}

/* Keep all dark/accent surfaces deliberately high contrast. */
.sph-button-dark,
.sph-button-dark:hover,
.sph-product-hover-action,
.sph-benefit-strip,
.sph-comparison-head,
.sph-story-section { color: #FCF1E4; }
.sph-badge { color: #FCF1E4; }
.sph-badge-sale { color: #fff; }
.sph-category-card:hover .sph-category-info i,
.sph-card-arrow:hover { color: #FCF1E4; }
.sph-popular-links a:hover,
.sph-popular-links a:hover strong { color: #FCF1E4; }
.sph-popular-links a:hover span { color: rgba(252,241,228,.76); }

/* Final copper CTA: use Soft Ivory rather than pure white for stronger brand
   cohesion while retaining excellent contrast. */
.sph-final-cta,
.sph-final-cta h2,
.sph-final-cta .sph-eyebrow { color: #FCF1E4; }
.sph-final-cta p { color: rgba(252,241,228,.88); }

/* Modern luxury FAQ — editorial accordion cards. */
.sph-faq-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 5% 12%, rgba(243,135,161,.10), transparent 23%),
		radial-gradient(circle at 96% 88%, rgba(200,216,108,.10), transparent 24%),
		#FCF1E4;
}
.sph-faq-section::before {
	content: "";
	position: absolute;
	left: clamp(18px, 5vw, 80px);
	top: 72px;
	width: 1px;
	height: 90px;
	background: linear-gradient(to bottom, transparent, rgba(147,79,49,.42), transparent);
	pointer-events: none;
}
.sph-faq-layout {
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
	gap: clamp(48px, 8vw, 118px);
}
.sph-faq-intro {
	padding-top: 14px;
}
.sph-faq-intro h2 {
	max-width: 500px;
	margin-bottom: 22px;
	color: #000;
}
.sph-faq-intro > p {
	max-width: 455px;
	color: #66544B;
}
.sph-faq-intro .sph-text-link {
	margin-top: 34px;
	padding-bottom: 7px;
	color: #000;
}
.sph-faq-list {
	padding: 0;
	display: grid;
	gap: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.sph-faq-item {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(147,79,49,.18);
	background: rgba(255,249,243,.64);
	box-shadow: 0 10px 32px rgba(87,52,37,.035);
	transition: border-color .28s ease, background-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.sph-faq-item::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: var(--sph-copper);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .28s ease;
}
.sph-faq-item:hover {
	border-color: rgba(147,79,49,.38);
	background: #FFF9F3;
	transform: translateY(-2px);
	box-shadow: 0 18px 45px rgba(87,52,37,.07);
}
.sph-faq-item.is-open {
	border-color: rgba(147,79,49,.42);
	background: #FFF9F3;
	box-shadow: 0 20px 54px rgba(87,52,37,.075);
}
.sph-faq-item.is-open::before { transform: scaleY(1); }
.sph-faq-item:last-child { border-bottom: 1px solid rgba(147,79,49,.18); }
.sph-faq-item button {
	min-height: 92px;
	padding: 24px 26px;
	display: grid;
	grid-template-columns: 42px minmax(0,1fr) 42px;
	align-items: center;
	gap: 18px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .005em;
	text-align: left;
}
.sph-faq-number {
	color: var(--sph-copper);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
}
.sph-faq-question {
	font-family: "Apparel Regular", "Times New Roman", serif;
	font-size: clamp(19px, 1.6vw, 23px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -.012em;
}
.sph-faq-item button .sph-faq-toggle {
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(147,79,49,.28);
	border-radius: 50%;
	background: rgba(252,241,228,.65);
	transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.sph-faq-item button .sph-faq-toggle::before,
.sph-faq-item button .sph-faq-toggle::after {
	width: 12px;
	height: 1px;
	background: var(--sph-copper);
}
.sph-faq-item button[aria-expanded="true"] .sph-faq-toggle {
	border-color: var(--sph-copper);
	background: var(--sph-copper);
	transform: rotate(180deg);
}
.sph-faq-item button[aria-expanded="true"] .sph-faq-toggle::before,
.sph-faq-item button[aria-expanded="true"] .sph-faq-toggle::after {
	background: #FCF1E4;
}
.sph-faq-answer-inner {
	padding: 0 84px 27px 86px;
}
.sph-faq-answer p {
	max-width: 650px;
	margin: 0;
	padding: 0;
	color: #66544B;
	font-size: 14px;
	line-height: 1.9;
}

@media (max-width: 900px) {
	.sph-faq-layout { grid-template-columns: 1fr; gap: 36px; }
	.sph-faq-intro { position: static; }
	.sph-faq-intro h2,
	.sph-faq-intro > p { max-width: 720px; }
}

@media (max-width: 767px) {
	.sph-faq-section::before { display: none; }
	.sph-faq-list { gap: 10px; padding-inline: 0; }
	.sph-faq-item button {
		min-height: 78px;
		padding: 19px 18px;
		grid-template-columns: 30px minmax(0,1fr) 36px;
		gap: 12px;
	}
	.sph-faq-question { font-size: 18px; }
	.sph-faq-item button .sph-faq-toggle { width: 36px; height: 36px; }
	.sph-faq-answer-inner { padding: 0 54px 22px 60px; }
	.sph-faq-answer p { font-size: 13px; line-height: 1.8; }
}

/* =========================================================
   DAR SAH v2.1.0 — approved house profile + commerce policies
   ========================================================= */

/* The business-profile sections intentionally use strong editorial contrast
   and do not rely on white text over light accent colours. */
.sph-house-principles {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: clamp(54px, 7vw, 96px);
	border: 1px solid rgba(252,241,228,.18);
	background: rgba(252,241,228,.18);
}
.sph-house-principles article {
	position: relative;
	min-height: 230px;
	padding: clamp(32px, 4vw, 54px);
	background: #0A0A0A;
	overflow: hidden;
}
.sph-house-principles article::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	right: -90px;
	bottom: -90px;
	border: 1px solid rgba(243,135,161,.16);
	border-radius: 50%;
}
.sph-house-principles article:nth-child(2)::after {
	border-color: rgba(200,216,108,.18);
}
.sph-house-principles span {
	display: block;
	margin-bottom: 28px;
	color: #F387A1;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.sph-house-principles article:nth-child(2) span { color: #C8D86C; }
.sph-house-principles h3 {
	max-width: 560px;
	margin: 0;
	color: #FCF1E4;
	font-family: "Apparel Regular", "Times New Roman", serif;
	font-size: clamp(30px, 3.1vw, 48px);
	font-weight: 400;
	line-height: 1.13;
	letter-spacing: -.02em;
}

/* Approved shipping and returns information. */
.sph-shipping-section {
	position: relative;
	background:
		radial-gradient(circle at 6% 0%, rgba(200,216,108,.16), transparent 28%),
		radial-gradient(circle at 96% 100%, rgba(243,135,161,.12), transparent 28%),
		#FFF9F3;
	color: #000;
}
.sph-shipping-section .sph-centered-heading h2 { color: #000; }
.sph-shipping-section .sph-centered-heading > p { color: #66544B; }
.sph-shipping-section .sph-why-grid > a {
	min-height: 260px;
	background: rgba(252,241,228,.58);
	border-color: rgba(147,79,49,.18);
	color: #000;
}
.sph-shipping-section .sph-why-grid > a:hover {
	background: #FCF1E4;
	border-color: rgba(147,79,49,.40);
}
.sph-shipping-section .sph-why-grid > a > span {
	background: rgba(147,79,49,.09);
	color: #934F31;
}
.sph-shipping-section .sph-why-grid > a:nth-child(2) > span {
	background: rgba(114,107,46,.12);
	color: #726B2E;
}
.sph-shipping-section .sph-why-grid > a:nth-child(3) > span {
	background: rgba(200,216,108,.26);
	color: #505818;
}
.sph-shipping-section .sph-why-grid > a:nth-child(4) > span {
	background: rgba(182,32,37,.08);
	color: #8F191D;
}
.sph-shipping-section .sph-why-grid strong { color: #000; }
.sph-shipping-section .sph-why-grid p { color: #66544B; }

/* The new source-approved FAQ has three operational questions, so the list
   receives slightly more generous rhythm on wide layouts. */
@media (min-width: 901px) {
	.sph-faq-list { align-content: start; }
	.sph-faq-item button { min-height: 108px; }
}

/* Policy links in the black house-story area remain readable and wrap
   cleanly when four links are present. */
.sph-story-links {
	flex-wrap: wrap;
	gap: 12px 24px;
}
.sph-story-links a {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.sph-house-principles {
		grid-template-columns: 1fr;
		margin-top: 48px;
	}
	.sph-house-principles article {
		min-height: 190px;
		padding: 30px 24px;
	}
	.sph-house-principles h3 { font-size: clamp(29px, 9vw, 40px); }
	.sph-shipping-section .sph-why-grid > a { min-height: 0; }
}

/* DAR SAH v2.2.0 — managed benefit strip + contrast-safe interaction states */
.sph-hidden-section { display: none !important; }

.sph-benefit-grid > div {
	padding: 0;
	transition: background-color .25s ease, box-shadow .25s ease;
}

.sph-benefit-link {
	min-height: 108px;
	width: 100%;
	padding: 22px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: #FCF1E4;
	text-decoration: none !important;
	transition: background-color .25s ease, color .25s ease;
}

.sph-benefit-link:hover,
.sph-benefit-link:focus,
.sph-benefit-link:visited {
	color: #FCF1E4;
	text-decoration: none !important;
}

.sph-benefit-grid > div:hover,
.sph-benefit-grid > div:focus-within {
	background: #934F31 !important;
}

.sph-benefit-grid > div:hover .sph-benefit-link,
.sph-benefit-grid > div:focus-within .sph-benefit-link,
.sph-benefit-grid > div:hover strong,
.sph-benefit-grid > div:focus-within strong {
	color: #FCF1E4 !important;
}

.sph-benefit-grid > div:hover small,
.sph-benefit-grid > div:focus-within small {
	color: rgba(252,241,228,.78) !important;
}

.sph-benefit-grid > div:hover svg,
.sph-benefit-grid > div:focus-within svg {
	stroke: #FCF1E4 !important;
}

.sph-benefit-link:focus-visible {
	outline: 2px solid #FCF1E4;
	outline-offset: -5px;
}

@media (max-width: 767px) {
	.sph-benefit-link {
		min-height: 92px;
		padding: 18px 16px;
		justify-content: flex-start;
	}
}
