/* ==========================================================================
   Xenium Site Editor sections
   Brand color: Woodmart primary (--wd-primary-color), fallback #fcb92d.
   ========================================================================== */

.xse-story,
.xse-why,
.xse-faq {
	--xse-accent: var(--wd-primary-color, #fcb92d);
	--xse-ink: #111827;
	--xse-muted: #6b7280;
	--xse-line: #eceef2;
	--xse-soft: #f7f7f5;
	--xse-radius: 16px;
	--xse-ease: cubic-bezier(.2, .8, .2, 1);
	--xse-title-font: var(--wd-title-font, "Poppins", Arial, sans-serif);
	--xse-text-font: var(--wd-text-font, "Lato", Arial, sans-serif);
	position: relative;
	font-family: var(--xse-text-font);
	color: var(--xse-ink);
}
.xse-story *,
.xse-why *,
.xse-faq * { box-sizing: border-box; }

.xse-wrap {
	width: 100%;
	max-width: var(--wd-container-w, 1222px);
	margin-inline: auto;
	padding-inline: 20px;
}

/* ---------- Shared bits ---------- */
.xse-pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
}
.xse-pill-glass {
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .12);
	color: #fff;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.xse-pill-accent { background: var(--xse-accent); color: #000; }

.xse-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 28px;
	border: 0;
	border-radius: 999px;
	font-family: var(--xse-text-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .35s var(--xse-ease), background-color .35s var(--xse-ease), color .35s var(--xse-ease);
	will-change: transform;
}
.xse-btn:hover { transform: translateY(-3px); }
.xse-btn-primary,
.xse-btn-primary:hover { background: var(--xse-accent); color: #000; }
.xse-btn-primary { box-shadow: 0 14px 30px color-mix(in srgb, var(--xse-accent) 35%, transparent); }
.xse-btn-light,
.xse-btn-light:hover { background: #fff; color: #000; }
.xse-btn-light { box-shadow: 0 14px 30px rgba(0, 0, 0, .25); }
.xse-btn-play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .12);
}

.xse-head { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.xse-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--xse-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.xse-eyebrow::before,
.xse-eyebrow::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 2px;
	margin: 0 10px 3px;
	border-radius: 2px;
	background: var(--xse-accent);
	vertical-align: middle;
}
.xse-title {
	margin: 0 0 16px;
	color: var(--xse-ink);
	font-family: var(--xse-title-font);
	font-size: clamp(26px, 3.2vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.01em;
}
.xse-intro { margin: 0 auto; max-width: 720px; color: var(--xse-muted); font-size: 16px; line-height: 1.75; }

/* ---------- Store Story ---------- */
.xse-story {
	overflow: hidden;
	min-height: 560px;
	display: flex;
	align-items: center;
	background: #0b0b0b;
	isolation: isolate;
}
.xse-story-bg {
	position: absolute;
	inset: -8% 0;
	z-index: -2;
	background: radial-gradient(circle at 75% 40%, #2a2a2a, #0b0b0b 70%) right center / cover no-repeat;
	transform: translate3d(0, var(--xse-parallax, 0px), 0) scale(1.04);
	will-change: transform;
}
.xse-story-shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .45) 38%, rgba(0, 0, 0, 0) 62%),
		linear-gradient(0deg, rgba(0, 0, 0, .25), transparent 35%);
}
.xse-story-inner { padding-block: 90px; }
.xse-story-content { max-width: 580px; }
.xse-story-title {
	margin: 22px 0 18px;
	color: #fff;
	font-family: var(--xse-title-font);
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.02em;
}
.xse-story-text { margin: 0 0 32px; color: rgba(255, 255, 255, .85); font-size: 17px; line-height: 1.7; }

/* ---------- Why buy ---------- */
.xse-why { padding-block: 96px; background: var(--xse-soft); overflow: hidden; }
.xse-why::before {
	content: "";
	position: absolute;
	top: -180px;
	right: -160px;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--xse-accent) 22%, transparent), transparent 70%);
	pointer-events: none;
}

.xse-why-grid {
	display: grid;
	grid-template-columns: minmax(280px, 5fr) 7fr;
	gap: 28px;
	align-items: stretch;
}
.xse-why-media {
	position: relative;
	min-height: 420px;
	margin: 0;
	overflow: hidden;
	border-radius: var(--xse-radius);
	background: #111;
	box-shadow: 0 30px 60px rgba(17, 24, 39, .16);
}
.xse-why-media img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	object-position: center 75%;
	transition: transform .8s var(--xse-ease);
}
.xse-why-media:hover img { transform: scale(1.04); }
.xse-why-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent 45%);
	pointer-events: none;
}
.xse-why-media figcaption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 12px;
	letter-spacing: .02em;
	text-transform: none;
	font-size: 14px;
}

.xse-why-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.xse-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 0;
	padding: 20px 22px;
	border: 1px solid var(--xse-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(17, 24, 39, .03), 0 10px 24px rgba(17, 24, 39, .04);
	transition: transform .35s var(--xse-ease), border-color .35s var(--xse-ease);
	list-style: none;
}
.xse-feature:hover { transform: translateX(6px); border-color: color-mix(in srgb, var(--xse-accent) 60%, #fff); }
.xse-feature-icon {
	flex: 0 0 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: color-mix(in srgb, var(--xse-accent) 18%, #fff);
	color: #000;
}
.xse-feature-title { margin: 2px 0 4px; color: var(--xse-ink); font-family: var(--xse-title-font); font-size: 16px; font-weight: 600; line-height: 1.35; }
.xse-feature-text { margin: 0; color: var(--xse-muted); font-size: 14px; line-height: 1.6; }

.xse-cta {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px 40px;
	margin-top: 32px;
	padding: 40px 44px;
	overflow: hidden;
	border-radius: 20px;
	background: linear-gradient(120deg, #0b0b0b 0%, #1d1d1d 100%);
	color: #fff;
	box-shadow: 0 30px 60px rgba(17, 24, 39, .22);
	isolation: isolate;
}
.xse-cta::before,
.xse-cta::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	pointer-events: none;
}
.xse-cta::before {
	top: -120px;
	right: 12%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, color-mix(in srgb, var(--xse-accent) 45%, transparent), transparent 70%);
}
.xse-cta::after {
	bottom: -160px;
	right: -80px;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(255, 255, 255, .08);
}
.xse-cta-copy { flex: 1 1 420px; max-width: 640px; }
.xse-cta-title { margin: 14px 0 10px; color: #fff; font-family: var(--xse-title-font); font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; line-height: 1.3; }
.xse-cta-text { margin: 0; color: rgba(255, 255, 255, .75); font-size: 15px; line-height: 1.7; }

/* ---------- FAQ ---------- */
.xse-faq { padding-top: 96px; background: var(--xse-soft); }
.xse-faq-inner { max-width: 820px; }
.xse-faq .xse-head { margin-bottom: 36px; }
.xse-faq-list { display: grid; gap: 12px; }
.xse-faq-item {
	overflow: hidden;
	border: 1px solid var(--xse-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(17, 24, 39, .03);
	transition: border-color .35s var(--xse-ease), transform .35s var(--xse-ease);
}
.xse-faq-item[open] { border-color: color-mix(in srgb, var(--xse-accent) 70%, #fff); }
.xse-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px;
	color: var(--xse-ink);
	font-family: var(--xse-title-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
}
.xse-faq-item summary::-webkit-details-marker { display: none; }
.xse-faq-item summary:focus-visible { outline: 2px solid var(--xse-accent); outline-offset: -2px; border-radius: 14px; }
.xse-faq-toggle {
	position: relative;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--xse-accent) 20%, #fff);
	transition: transform .35s var(--xse-ease), background-color .35s var(--xse-ease);
}
.xse-faq-toggle::before,
.xse-faq-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	margin: -1px 0 0 -6px;
	border-radius: 2px;
	background: #000;
}
.xse-faq-toggle::after { transform: rotate(90deg); }
.xse-faq-item[open] .xse-faq-toggle { transform: rotate(45deg); background: var(--xse-accent); }
.xse-faq-answer { padding: 0 22px 20px; }
.xse-faq-answer p { margin: 0; color: var(--xse-muted); font-size: 15px; line-height: 1.75; }

.xse-faq-help {
	margin-top: 36px;
	padding-top: 32px;
	border-top: 1px solid #e5e7eb;
	text-align: center;
}
.xse-faq-help p { margin: 0 0 16px; color: var(--xse-muted); font-size: 15px; }

.xse-trust { margin-top: 80px; padding-block: 36px; background: #eef0f3; }
.xse-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.xse-trust-item { display: flex; align-items: flex-start; gap: 14px; }
.xse-trust-icon {
	flex: 0 0 auto;
	color: #000;
	filter: drop-shadow(3px 3px 0 color-mix(in srgb, var(--xse-accent) 70%, transparent));
}
.xse-trust-item strong { display: block; margin-bottom: 4px; color: var(--xse-ink); font-family: var(--xse-title-font); font-size: 15px; font-weight: 600; }
.xse-trust-item span { color: var(--xse-muted); font-size: 14px; line-height: 1.55; }

/* ---------- Motion: float in on scroll ---------- */
.xse-js [data-xse-reveal],
.xse-js [data-xse-stagger] > * {
	opacity: 0;
	transform: translate3d(0, 28px, 0) rotate(.4deg);
	transition: opacity .7s var(--xse-ease, ease-out), transform .7s var(--xse-ease, ease-out);
	transition-delay: calc(var(--xse-i, 0) * 100ms);
}
.xse-js [data-xse-reveal].is-visible,
.xse-js [data-xse-stagger].is-visible > * {
	opacity: 1;
	transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.xse-why-grid { grid-template-columns: 1fr; }
	.xse-why-media { min-height: 340px; }
	.xse-trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	.xse-story { min-height: 480px; }
	.xse-story-inner { padding-block: 64px; }
	.xse-story-shade { background: linear-gradient(0deg, rgba(0, 0, 0, .9) 10%, rgba(0, 0, 0, .55) 100%); }
	.xse-why { padding-block: 64px; }
	.xse-head { margin-bottom: 32px; }
	.xse-cta { padding: 28px 22px; }
	.xse-cta .xse-btn { width: 100%; white-space: normal; }
	.xse-faq { padding-top: 64px; }
	.xse-faq-item summary { padding: 16px 18px; font-size: 15px; }
	.xse-faq-answer { padding: 0 18px 16px; }
	.xse-trust { margin-top: 56px; }
	.xse-trust-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.xse-js [data-xse-reveal],
	.xse-js [data-xse-stagger] > * { opacity: 1; transform: none; transition: none; }
	.xse-story-bg { transform: none; }
	.xse-btn,
	.xse-feature,
	.xse-why-media img,
	.xse-faq-toggle { transition: none; }
}
