/**
 * Blushed — Luxury Homepage
 * Dark luxury edition · 2025 brand guidelines
 */

.bl-home {
	--bl-bg: #080406;
	--bl-sf: #130b10;
	--bl-card: #1e1015;
	--bl-pink: #ee3d8a;
	--bl-burg: #68001b;
	--bl-gold: #c9a870;
	--bl-cream: #f5ede6;
	--bl-muted: #8a7272;
	--bl-brd: rgba(255, 255, 255, 0.07);
	--bl-brdg: rgba(201, 168, 112, 0.22);
	background: var(--bl-bg);
	color: var(--bl-cream);
	overflow-x: hidden;
}

body.page-template-blushed-home #content,
body.page-template-blushed-home .page-wrapper,
body.page-template-blushed-home #main {
	background: var(--bl-bg) !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.page-template-blushed-home .page-title,
body.page-template-blushed-home .entry-header,
body.page-template-blushed-home .entry-content > *:not(#blushed-home) {
	display: none !important;
}

body.page-template-blushed-home .entry-content {
	padding: 0 !important;
	margin: 0 !important;
}

/* ── Hero ── */
.bl-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: flex-end;
	padding: 0 0 max(48px, env(safe-area-inset-bottom));
	overflow: hidden;
}

.bl-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 30%;
	transform: scale(1.06);
	transition: transform 8s ease-out;
}

.bl-home.is-loaded .bl-hero__bg {
	transform: scale(1);
}

.bl-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 4, 6, 0.35) 0%, rgba(8, 4, 6, 0.55) 45%, rgba(8, 4, 6, 0.92) 100%),
		radial-gradient(ellipse 80% 60% at 80% 20%, rgba(238, 61, 138, 0.18) 0%, transparent 70%);
}

.bl-hero__glow {
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(238, 61, 138, 0.15) 0%, transparent 70%);
	bottom: 10%;
	left: -10%;
	pointer-events: none;
	animation: bl-pulse 6s ease-in-out infinite;
}

@keyframes bl-pulse {
	0%, 100% { opacity: 0.6; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.08); }
}

.bl-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 24px 32px;
}

.bl-hero__eyebrow {
	font-family: "Cairo", "DM Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bl-gold);
	margin: 0 0 16px;
}

.bl-hero__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3rem, 11vw, 6.5rem);
	font-weight: 400;
	line-height: 0.95;
	margin: 0 0 20px;
	color: var(--bl-cream);
	letter-spacing: -0.02em;
}

.bl-hero__sub {
	font-family: "Cairo", "DM Sans", sans-serif;
	font-size: clamp(1rem, 2.5vw, 1.25rem);
	line-height: 1.7;
	color: var(--bl-muted);
	max-width: 520px;
	margin: 0 0 32px;
}

.bl-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bl-hero__actions--center {
	justify-content: center;
}

.bl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border-radius: 8px;
	font-family: "Cairo", "DM Sans", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
	border: none;
	cursor: pointer;
}

.bl-btn:active {
	transform: scale(0.97);
}

.bl-btn--primary {
	background: linear-gradient(135deg, var(--bl-pink), var(--bl-burg));
	color: #fff !important;
	box-shadow: 0 8px 32px rgba(238, 61, 138, 0.28);
}

.bl-btn--primary:hover {
	box-shadow: 0 12px 40px rgba(238, 61, 138, 0.38);
	color: #fff !important;
}

.bl-btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	color: var(--bl-cream) !important;
	border: 1px solid var(--bl-brd);
	backdrop-filter: blur(8px);
}

.bl-btn--ghost:hover {
	border-color: var(--bl-brdg);
	color: var(--bl-cream) !important;
}

.bl-btn--gold {
	background: transparent;
	color: var(--bl-gold) !important;
	border: 1px solid var(--bl-brdg);
}

.bl-btn--gold:hover {
	background: rgba(201, 168, 112, 0.08);
	color: var(--bl-gold) !important;
}

.bl-btn--wa {
	background: rgba(37, 211, 102, 0.12);
	color: #25d366 !important;
	border: 1px solid rgba(37, 211, 102, 0.3);
}

.bl-btn--wa:hover {
	background: rgba(37, 211, 102, 0.2);
	color: #25d366 !important;
}

.bl-btn--sm {
	min-height: 40px;
	padding: 8px 20px;
	font-size: 0.875rem;
}

.bl-hero__scroll {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.bl-hero__scroll span {
	display: block;
	width: 1px;
	height: 48px;
	background: linear-gradient(180deg, var(--bl-pink), transparent);
	animation: bl-scroll 2s ease-in-out infinite;
}

@keyframes bl-scroll {
	0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
	50% { opacity: 1; transform: scaleY(1); }
}

/* ── Trust strip ── */
.bl-trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--bl-brd);
	border-block: 1px solid var(--bl-brd);
}

.bl-trust__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 12px;
	background: var(--bl-sf);
	font-family: "Cairo", sans-serif;
	font-size: 0.8125rem;
	color: var(--bl-muted);
	text-align: center;
}

.bl-trust__icon {
	color: var(--bl-gold);
	font-size: 1rem;
}

@media (max-width: 600px) {
	.bl-trust {
		grid-template-columns: 1fr;
	}

	.bl-trust__item {
		padding: 14px 16px;
	}
}

/* ── Sections ── */
.bl-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 72px 24px;
}

.bl-section__head {
	margin-bottom: 40px;
}

.bl-section__head--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.bl-section__eyebrow {
	font-family: "Cairo", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--bl-pink);
	margin: 0 0 8px;
}

.bl-section__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 400;
	line-height: 1.15;
	margin: 0;
	color: var(--bl-cream);
}

.bl-link {
	font-family: "Cairo", sans-serif;
	font-size: 0.9375rem;
	color: var(--bl-gold) !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.bl-link:hover {
	opacity: 0.8;
}

/* ── Categories ── */
.bl-cats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

@media (min-width: 768px) {
	.bl-cats__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}
}

.bl-cat {
	position: relative;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	text-decoration: none !important;
	border: 1px solid var(--bl-brd);
	transition: transform 0.3s, box-shadow 0.3s;
}

.bl-cat:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(238, 61, 138, 0.15);
}

.bl-cat__img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s;
}

.bl-cat:hover .bl-cat__img {
	transform: scale(1.06);
}

.bl-cat__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(8, 4, 6, 0.88) 100%);
}

.bl-cat__body {
	position: absolute;
	inset: auto 0 0 0;
	padding: 20px;
	z-index: 1;
}

.bl-cat__name {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25rem;
	color: var(--bl-cream) !important;
	margin: 0 0 4px;
}

.bl-cat__count {
	font-family: "Cairo", sans-serif;
	font-size: 0.75rem;
	color: var(--bl-muted);
}

/* ── Products ── */
.bl-products__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

@media (min-width: 768px) {
	.bl-products__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 16px;
	}
}

.bl-product {
	background: var(--bl-card);
	border: 1px solid var(--bl-brd);
	border-top-color: var(--bl-brdg);
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.25s, box-shadow 0.25s;
}

.bl-product:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 36px rgba(238, 61, 138, 0.12);
}

.bl-product__link {
	display: block;
	text-decoration: none !important;
	color: inherit;
}

.bl-product__img-wrap {
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--bl-sf);
}

.bl-product__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}

.bl-product:hover .bl-product__img {
	transform: scale(1.05);
}

.bl-product__body {
	padding: 14px 16px 18px;
}

.bl-product__name {
	font-family: "Cormorant Garamond", serif;
	font-size: 1rem;
	font-weight: 500;
	color: var(--bl-cream) !important;
	margin: 0 0 6px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bl-product__price {
	font-family: "Cairo", sans-serif;
	font-size: 0.875rem;
	color: var(--bl-pink) !important;
	margin: 0;
}

.bl-product__price del {
	color: var(--bl-muted) !important;
	opacity: 0.7;
}

/* ── Story ── */
.bl-story__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

@media (min-width: 900px) {
	.bl-story__grid {
		grid-template-columns: 1fr 1fr;
		gap: 64px;
	}
}

.bl-story__media {
	position: relative;
}

.bl-story__media img {
	width: 100%;
	border-radius: 12px;
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.bl-story__frame {
	position: absolute;
	inset: -12px -12px 12px 12px;
	border: 1px solid var(--bl-brdg);
	border-radius: 12px;
	pointer-events: none;
}

.bl-story__text {
	font-family: "Cairo", sans-serif;
	font-size: 1rem;
	line-height: 1.85;
	color: var(--bl-muted);
	margin: 0 0 28px;
	max-width: 480px;
}

/* ── Location ── */
.bl-location__card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 24px;
	padding: 32px;
	background: var(--bl-card);
	border: 1px solid var(--bl-brd);
	border-radius: 16px;
	border-top: 1px solid var(--bl-brdg);
}

.bl-location__icon {
	font-size: 2rem;
	line-height: 1;
}

.bl-location__title {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.5rem;
	margin: 0 0 6px;
	color: var(--bl-cream);
}

.bl-location__text {
	font-family: "Cairo", sans-serif;
	font-size: 0.9375rem;
	color: var(--bl-muted);
	margin: 0;
}

.bl-location__card > div:nth-child(2) {
	flex: 1;
	min-width: 200px;
}

/* ── Final CTA ── */
.bl-final {
	padding: 80px 24px 100px;
	text-align: center;
	background:
		radial-gradient(ellipse 70% 50% at 50% 100%, rgba(238, 61, 138, 0.12) 0%, transparent 70%),
		var(--bl-bg);
}

.bl-final__inner {
	max-width: 640px;
	margin: 0 auto;
}

.bl-final__title {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2rem, 5vw, 3rem);
	margin: 0 0 12px;
	color: var(--bl-cream);
}

.bl-final__sub {
	font-family: "Cairo", sans-serif;
	color: var(--bl-muted);
	margin: 0 0 32px;
}

/* ── Reveal animation ── */
.bl-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	transition-delay: var(--bl-delay, 0s);
}

.bl-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ── Header on homepage ── */
body.page-template-blushed-home #header,
body.page-template-blushed-home .header-wrapper {
	background: transparent !important;
	position: absolute !important;
	width: 100%;
	z-index: 100;
	box-shadow: none !important;
}

body.page-template-blushed-home.header-sticky-active #header,
body.page-template-blushed-home.is-scrolled #header {
	background: rgba(8, 4, 6, 0.92) !important;
	backdrop-filter: blur(14px);
	position: fixed !important;
}

body.page-template-blushed-home .header-nav > li > a,
body.page-template-blushed-home .nav > li > a {
	color: var(--bl-cream) !important;
}

body.page-template-blushed-home .header-nav > li > a:hover {
	color: var(--bl-pink) !important;
}

/* Bottom nav spacing */
body.page-template-blushed-home.eld-has-bottom-nav .bl-final {
	padding-bottom: calc(100px + env(safe-area-inset-bottom));
}

@media (min-width: 768px) {
	.bl-section {
		padding: 96px 40px;
	}

	.bl-hero__inner {
		padding: 140px 40px 48px;
	}
}
