:root {
	--home-cream: #F5F3EC;
	--home-olive: #6B7A67;
	--home-terracotta: #C17761;
	--home-sage: #B4C3B2;
	--home-sand: #E2C8B1;
	--home-ink: #273029;
	--home-white: #FFFEFA;
	--home-border: rgba(107, 122, 103, 0.18);
	--home-shadow: 0 24px 70px rgba(63, 76, 61, 0.14);
	--home-shadow-soft: 0 14px 38px rgba(63, 76, 61, 0.09);
}

html {
	scroll-padding-top: 96px;
}

.home-store-hero[id],
.home-store-section[id],
.home-store-final[id],
.se-anchor-alias {
	scroll-margin-top: 96px;
}

.home-v2 {
	overflow: hidden;
	color: var(--home-ink);
	background: var(--home-white);
	font-family: "Poppins", sans-serif;
}

.home-v2 *,
.home-v2 *::before,
.home-v2 *::after {
	box-sizing: border-box;
}

.home-v2 h1,
.home-v2 h2,
.home-v2 h3 {
	margin-top: 0;
	color: var(--home-ink);
	font-family: "Merriweather", serif;
	letter-spacing: -0.045em;
}

.home-v2 p,
.home-v2 li,
.home-v2 a,
.home-v2 button,
.home-v2 span,
.home-v2 strong,
.home-v2 summary {
	font-family: "Poppins", sans-serif;
}

.home-v2 a {
	color: inherit;
}

.home-v2-shell {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.home-v2-section {
	position: relative;
	padding: clamp(78px, 8vw, 118px) 0;
}

.home-v2-eyebrow {
	display: inline-flex;
	margin: 0 0 18px;
	color: var(--home-terracotta);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.home-v2-heading {
	max-width: 820px;
	margin-bottom: 46px;
}

.home-v2-heading h2 {
	margin-bottom: 18px;
	font-size: clamp(2.35rem, 4.6vw, 4.65rem);
	line-height: 1.08;
}

.home-v2-heading p {
	max-width: 680px;
	margin: 0;
	color: rgba(39, 48, 41, 0.72);
	font-size: 1.08rem;
	line-height: 1.75;
}

.home-v2-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	color: var(--home-white) !important;
	background: var(--home-terracotta);
	border: 2px solid var(--home-terracotta);
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-v2-button:hover,
.home-v2-button:focus-visible {
	color: var(--home-white) !important;
	background: #A95F4A;
	border-color: #A95F4A;
	box-shadow: 0 12px 28px rgba(193, 119, 97, 0.28);
	transform: translateY(-2px);
}

.home-v2-button--ghost {
	color: var(--home-ink) !important;
	background: transparent;
	border-color: rgba(107, 122, 103, 0.28);
}

.home-v2-button--ghost:hover,
.home-v2-button--ghost:focus-visible {
	color: var(--home-white) !important;
	background: var(--home-olive);
	border-color: var(--home-olive);
}

.home-v2-button--light {
	color: var(--home-ink) !important;
	background: var(--home-white);
	border-color: var(--home-white);
}

.home-v2-button--light:hover,
.home-v2-button--light:focus-visible {
	color: var(--home-white) !important;
	background: var(--home-terracotta);
	border-color: var(--home-terracotta);
}

.home-v2-hero {
	position: relative;
	min-height: 760px;
	display: flex;
	align-items: center;
	padding: clamp(76px, 7vw, 112px) 0;
	background:
		radial-gradient(circle at 8% 18%, rgba(226, 200, 177, 0.55), transparent 32%),
		linear-gradient(135deg, var(--home-cream) 0%, var(--home-white) 67%);
}

.home-v2-hero::after {
	position: absolute;
	right: -180px;
	bottom: -230px;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(107, 122, 103, 0.16);
	border-radius: 50%;
	content: "";
}

.home-v2-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
	align-items: center;
	gap: clamp(44px, 7vw, 100px);
}

.home-v2-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 14px;
	margin-bottom: 24px;
	color: var(--home-olive);
	background: rgba(226, 200, 177, 0.34);
	border: 1px solid rgba(193, 119, 97, 0.22);
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.home-v2-hero__badge::before {
	width: 8px;
	height: 8px;
	background: var(--home-terracotta);
	border-radius: 50%;
	content: "";
}

.home-v2-hero h1 {
	max-width: 760px;
	margin-bottom: 24px;
	font-size: clamp(3.25rem, 5.8vw, 6.25rem);
	line-height: 1.01;
}

.home-v2-hero__lead {
	max-width: 700px;
	margin: 0 0 30px;
	color: rgba(39, 48, 41, 0.76);
	font-size: clamp(1.08rem, 1.55vw, 1.32rem);
	line-height: 1.72;
}

.home-v2-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 30px;
}

.home-v2-exams {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-v2-exams li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	color: var(--home-olive);
	background: rgba(255, 254, 250, 0.7);
	border: 1px solid var(--home-border);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
}

.home-v2-exams li::before {
	width: 7px;
	height: 7px;
	background: var(--home-terracotta);
	border-radius: 50%;
	content: "";
}

.home-v2-visual {
	position: relative;
	padding: 18px 18px 56px;
}

.home-v2-visual__frame {
	position: relative;
	overflow: hidden;
	background: var(--home-sage);
	border: 14px solid var(--home-white);
	border-radius: 34px;
	box-shadow: var(--home-shadow);
	transform: rotate(1.5deg);
}

.home-v2-visual__frame img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.home-v2-visual__chapter {
	display: none;
}

.home-v2-visual__note {
	position: absolute;
	bottom: 22px;
	left: -10px;
	max-width: 190px;
	padding: 14px 16px;
	color: var(--home-white);
	background: var(--home-olive);
	border-radius: 16px;
	box-shadow: var(--home-shadow-soft);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.45;
}

.home-v2-method-bar {
	background: var(--home-olive);
}

.home-v2-method-bar__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.home-v2-method-bar__grid div {
	position: relative;
	padding: 25px 18px;
	color: var(--home-white);
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	text-align: center;
}

.home-v2-method-bar__grid div:last-child {
	border-right: 0;
}

.home-v2-method-bar__grid strong {
	display: block;
	margin-bottom: 4px;
	color: var(--home-sand);
	font-family: "Merriweather", serif;
	font-size: 1.12rem;
}

.home-v2-method-bar__grid span {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.76rem;
}

.home-v2-demo {
	background: var(--home-white);
}

.home-v2-demo__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.home-v2-demo__copy h2 {
	margin-bottom: 22px;
	font-size: clamp(2.65rem, 5vw, 5rem);
	line-height: 1.08;
}

.home-v2-demo__copy > p:not(.home-v2-eyebrow) {
	max-width: 560px;
	margin-bottom: 28px;
	color: rgba(39, 48, 41, 0.72);
	font-size: 1.08rem;
	line-height: 1.75;
}

.home-v2-demo__checks {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-v2-demo__checks li {
	position: relative;
	padding-left: 30px;
	font-weight: 700;
}

.home-v2-demo__checks li::before {
	position: absolute;
	top: 0.42em;
	left: 0;
	width: 18px;
	height: 18px;
	background: var(--home-sand);
	border: 5px solid var(--home-terracotta);
	border-radius: 50%;
	content: "";
}

.home-v2-word-card {
	overflow: hidden;
	background: var(--home-cream);
	border: 1px solid var(--home-border);
	border-radius: 30px;
	box-shadow: var(--home-shadow);
}

.home-v2-word-card__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	padding: 30px;
	color: var(--home-white);
	background: var(--home-olive);
}

.home-v2-word-card__top span {
	display: block;
	margin-bottom: 4px;
	color: var(--home-sand);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.home-v2-word-card__top strong {
	font-family: "Merriweather", serif;
	font-size: clamp(2.3rem, 4vw, 3.8rem);
	line-height: 1;
}

.home-v2-word-card__top em {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
}

.home-v2-word-tabs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-bottom: 1px solid var(--home-border);
}

.home-v2-word-tabs button {
	min-height: 56px;
	padding: 10px 8px;
	color: var(--home-olive);
	background: transparent;
	border: 0;
	border-right: 1px solid var(--home-border);
	font-size: 0.72rem;
	font-weight: 800;
	cursor: pointer;
}

.home-v2-word-tabs button:last-child {
	border-right: 0;
}

.home-v2-word-tabs button.is-active {
	color: var(--home-white);
	background: var(--home-terracotta);
}

.home-v2-word-panel {
	min-height: 188px;
	padding: 34px;
}

.home-v2-word-panel span {
	display: block;
	margin-bottom: 8px;
	color: var(--home-terracotta);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-v2-word-panel p {
	margin: 0;
	color: var(--home-ink);
	font-family: "Merriweather", serif;
	font-size: clamp(1.35rem, 2.6vw, 2.15rem);
	line-height: 1.45;
}

.home-v2-features {
	background: var(--home-cream);
}

.home-v2-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.home-v2-feature {
	position: relative;
	min-height: 260px;
	padding: 30px;
	overflow: hidden;
	background: var(--home-white);
	border: 1px solid var(--home-border);
	border-radius: 24px;
	box-shadow: var(--home-shadow-soft);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-v2-feature:hover {
	box-shadow: var(--home-shadow);
	transform: translateY(-6px);
}

.home-v2-feature > span {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	margin-bottom: 42px;
	color: var(--home-white);
	background: var(--home-terracotta);
	border-radius: 16px;
	font-family: "Merriweather", serif;
	font-size: 1.1rem;
	font-weight: 900;
}

.home-v2-feature h3 {
	margin-bottom: 12px;
	font-size: 1.45rem;
	line-height: 1.25;
}

.home-v2-feature p {
	margin: 0;
	color: rgba(39, 48, 41, 0.68);
	line-height: 1.7;
}

.home-v2-product {
	color: var(--home-white);
	background:
		linear-gradient(110deg, rgba(107, 122, 103, 0.98), rgba(63, 76, 61, 0.98)),
		var(--home-olive);
}

.home-v2-product__grid {
	display: grid;
	grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.home-v2-product__visual {
	position: relative;
	padding: 28px;
}

.home-v2-product__visual::before {
	position: absolute;
	inset: 0;
	background: var(--home-sand);
	border-radius: 32px;
	content: "";
	transform: rotate(-4deg);
}

.home-v2-product__visual img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border: 12px solid var(--home-white);
	border-radius: 24px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}

.home-v2-product .home-v2-eyebrow {
	color: var(--home-sand);
}

.home-v2-product h2 {
	margin-bottom: 20px;
	color: var(--home-white);
	font-size: clamp(2.5rem, 4.7vw, 4.8rem);
	line-height: 1.08;
}

.home-v2-product__copy > p:not(.home-v2-eyebrow) {
	max-width: 630px;
	margin-bottom: 26px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.06rem;
	line-height: 1.75;
}

.home-v2-product__facts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.home-v2-product__facts li {
	padding: 13px 15px;
	color: var(--home-white);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	font-size: 0.83rem;
	font-weight: 700;
}

.home-v2-product__offer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.home-v2-product__price {
	display: flex;
	flex-direction: column;
}

.home-v2-product__price small {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
}

.home-v2-product__price strong {
	color: var(--home-sand);
	font-family: "Merriweather", serif;
	font-size: 2rem;
}

.home-v2-samples {
	background: var(--home-white);
}

.home-v2-samples__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px;
}

.home-v2-samples__top .home-v2-heading {
	margin-bottom: 0;
}

.home-v2-sample-controls {
	display: flex;
	gap: 8px;
}

.home-v2-sample-controls button {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	color: var(--home-olive);
	background: var(--home-cream);
	border: 1px solid var(--home-border);
	border-radius: 50%;
	font-size: 1.6rem;
	cursor: pointer;
	transition: color 160ms ease, background 160ms ease;
}

.home-v2-sample-controls button:hover,
.home-v2-sample-controls button:focus-visible {
	color: var(--home-white);
	background: var(--home-terracotta);
}

.home-v2-sample-track {
	display: grid;
	grid-auto-columns: min(760px, 82vw);
	grid-auto-flow: column;
	gap: 22px;
	padding: 8px 0 26px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: var(--home-sage) transparent;
}

.home-v2-sample {
	overflow: hidden;
	background: var(--home-cream);
	border: 1px solid var(--home-border);
	border-radius: 24px;
	box-shadow: var(--home-shadow-soft);
	scroll-snap-align: start;
}

.home-v2-sample img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.home-v2-sample__caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 22px;
}

.home-v2-sample__caption strong {
	color: var(--home-ink);
	font-family: "Merriweather", serif;
	font-size: 1rem;
}

.home-v2-sample__caption span {
	color: var(--home-terracotta);
	font-size: 0.73rem;
	font-weight: 800;
	text-transform: uppercase;
}

.home-v2-process {
	background: var(--home-sand);
}

.home-v2-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.home-v2-step {
	position: relative;
	padding: 34px;
	background: rgba(255, 254, 250, 0.76);
	border: 1px solid rgba(107, 122, 103, 0.18);
	border-radius: 24px;
}

.home-v2-step > span {
	display: inline-flex;
	margin-bottom: 50px;
	color: var(--home-terracotta);
	font-family: "Merriweather", serif;
	font-size: 2rem;
	font-weight: 900;
}

.home-v2-step h3 {
	margin-bottom: 12px;
	font-size: 1.45rem;
}

.home-v2-step p {
	margin: 0;
	color: rgba(39, 48, 41, 0.7);
	line-height: 1.7;
}

.home-v2-audience {
	background: var(--home-cream);
}

.home-v2-audience__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.home-v2-audience h2 {
	margin-bottom: 20px;
	font-size: clamp(2.5rem, 4.8vw, 4.8rem);
}

.home-v2-audience__copy > p:not(.home-v2-eyebrow) {
	max-width: 600px;
	margin: 0;
	color: rgba(39, 48, 41, 0.72);
	font-size: 1.06rem;
	line-height: 1.75;
}

.home-v2-audience__cards {
	display: grid;
	gap: 14px;
}

.home-v2-audience__card {
	display: grid;
	grid-template-columns: 76px 1fr;
	align-items: center;
	gap: 20px;
	padding: 22px;
	background: var(--home-white);
	border: 1px solid var(--home-border);
	border-radius: 20px;
	box-shadow: var(--home-shadow-soft);
}

.home-v2-audience__card span {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	color: var(--home-white);
	background: var(--home-olive);
	border-radius: 18px;
	font-family: "Merriweather", serif;
	font-size: 1.15rem;
	font-weight: 900;
}

.home-v2-audience__card h3 {
	margin-bottom: 5px;
	font-size: 1.3rem;
}

.home-v2-audience__card p {
	margin: 0;
	color: rgba(39, 48, 41, 0.66);
	font-size: 0.88rem;
}

.home-v2-faq {
	background: var(--home-white);
}

.home-v2-faq__grid {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: clamp(46px, 8vw, 110px);
}

.home-v2-faq__intro {
	position: sticky;
	top: 120px;
	align-self: start;
}

.home-v2-faq__intro h2 {
	margin-bottom: 18px;
	font-size: clamp(2.5rem, 4.6vw, 4.5rem);
}

.home-v2-faq__intro > p:not(.home-v2-eyebrow) {
	color: rgba(39, 48, 41, 0.7);
	line-height: 1.75;
}

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

.home-v2-faq-list details {
	border-bottom: 1px solid var(--home-border);
}

.home-v2-faq-list summary {
	position: relative;
	padding: 25px 58px 25px 0;
	color: var(--home-ink);
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.home-v2-faq-list summary::-webkit-details-marker {
	display: none;
}

.home-v2-faq-list summary::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: var(--home-white);
	background: var(--home-terracotta);
	border-radius: 50%;
	content: "+";
	transform: translateY(-50%);
}

.home-v2-faq-list details[open] summary::after {
	content: "−";
}

.home-v2-faq-list details p {
	max-width: 760px;
	padding: 0 56px 24px 0;
	margin: 0;
	color: rgba(39, 48, 41, 0.7);
	line-height: 1.75;
}

.home-v2-final {
	padding: 34px 0 88px;
	background: var(--home-white);
}

.home-v2-final__panel {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 40px;
	padding: clamp(40px, 6vw, 78px);
	overflow: hidden;
	color: var(--home-white);
	background: var(--home-terracotta);
	border-radius: 34px;
	box-shadow: var(--home-shadow);
}

.home-v2-final__panel::after {
	position: absolute;
	right: -70px;
	bottom: -140px;
	width: 340px;
	height: 340px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	content: "";
}

.home-v2-final__panel > * {
	position: relative;
	z-index: 1;
}

.home-v2-final h2 {
	max-width: 760px;
	margin-bottom: 14px;
	color: var(--home-white);
	font-size: clamp(2.35rem, 4.5vw, 4.5rem);
}

.home-v2-final p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
}

.home-v2-final__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.home-v2-contact-link {
	color: var(--home-white) !important;
	font-size: 0.78rem;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 4px;
}

[data-home-reveal] {
	opacity: 1;
	transform: none;
	transition: transform 220ms ease;
}

[data-home-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.home-v2-el-section,
.home-v2-el-section > .elementor-container,
.home-v2-el-section .elementor-column,
.home-v2-el-section .elementor-widget-wrap,
.home-v2-el-section .elementor-widget-html,
.home-v2-el-section .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.home-v2-el-section > .elementor-container {
	display: block !important;
}

@media (max-width: 1040px) {
	.home-v2-hero {
		min-height: auto;
	}

	.home-v2-hero__grid,
	.home-v2-demo__grid,
	.home-v2-product__grid,
	.home-v2-audience__grid,
	.home-v2-faq__grid {
		grid-template-columns: 1fr;
	}

	.home-v2-hero__copy,
	.home-v2-demo__copy,
	.home-v2-product__copy,
	.home-v2-audience__copy {
		max-width: 780px;
	}

	.home-v2-visual {
		width: min(720px, 100%);
		margin-inline: auto;
	}

	.home-v2-demo__grid,
	.home-v2-product__grid,
	.home-v2-audience__grid {
		gap: 56px;
	}

	.home-v2-feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-v2-process-grid {
		grid-template-columns: 1fr;
	}

	.home-v2-step {
		display: grid;
		grid-template-columns: 70px 1fr;
		column-gap: 22px;
	}

	.home-v2-step > span {
		grid-row: span 2;
		margin: 0;
	}

	.home-v2-faq__intro {
		position: static;
	}

	.home-v2-final__panel {
		grid-template-columns: 1fr;
	}

	.home-v2-final__actions {
		align-items: flex-start;
	}
}

@media (max-width: 760px) {
	.home-v2-shell {
		width: calc(100% - 28px);
		max-width: calc(100vw - 28px);
	}

	.home-v2-section {
		padding: 68px 0;
	}

	.home-v2-hero {
		padding: 64px 0 76px;
	}

	.home-v2-hero__grid {
		gap: 42px;
	}

	.home-v2-hero__badge {
		max-width: 100%;
		border-radius: 18px;
		line-height: 1.5;
	}

	.home-v2-hero h1 {
		max-width: 100%;
		font-size: clamp(2.7rem, 13vw, 4.15rem);
		line-height: 1.04;
		overflow-wrap: break-word;
	}

	.home-v2-hero__lead {
		font-size: 1rem;
	}

	.home-v2-hero__actions {
		flex-direction: column;
	}

	.home-v2-hero__actions .home-v2-button {
		width: 100%;
	}

	.home-v2-visual {
		padding: 8px 4px;
	}

	.home-v2-visual__frame {
		border-width: 8px;
		border-radius: 22px;
	}

	.home-v2-visual__note {
		left: 0;
		max-width: 150px;
		font-size: 0.67rem;
	}

	.home-v2-method-bar__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-v2-method-bar__grid div {
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}

	.home-v2-method-bar__grid div:nth-child(2n) {
		border-right: 0;
	}

	.home-v2-method-bar__grid div:last-child {
		grid-column: 1 / -1;
		border-bottom: 0;
	}

	.home-v2-heading {
		margin-bottom: 32px;
	}

	.home-v2-heading h2,
	.home-v2-demo__copy h2,
	.home-v2-product h2,
	.home-v2-audience h2,
	.home-v2-faq__intro h2 {
		font-size: clamp(2.15rem, 10.5vw, 3.15rem);
	}

	.home-v2-word-card__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-v2-word-tabs {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-v2-word-tabs button {
		border-bottom: 1px solid var(--home-border);
	}

	.home-v2-word-tabs button:last-child {
		grid-column: 1 / -1;
	}

	.home-v2-word-panel {
		min-height: 210px;
		padding: 28px 22px;
	}

	.home-v2-feature-grid {
		grid-template-columns: 1fr;
	}

	.home-v2-feature {
		min-height: auto;
	}

	.home-v2-feature > span {
		margin-bottom: 28px;
	}

	.home-v2-product__visual {
		padding: 16px;
	}

	.home-v2-product__visual img {
		border-width: 7px;
	}

	.home-v2-product__facts {
		grid-template-columns: 1fr;
	}

	.home-v2-product__offer {
		align-items: stretch;
		flex-direction: column;
	}

	.home-v2-product__offer .home-v2-button {
		width: 100%;
	}

	.home-v2-samples__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-v2-sample-track {
		grid-auto-columns: calc(100vw - 42px);
	}

	.home-v2-sample__caption {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.home-v2-step {
		display: block;
		padding: 28px;
	}

	.home-v2-step > span {
		margin-bottom: 28px;
	}

	.home-v2-audience__card {
		grid-template-columns: 56px 1fr;
		padding: 18px;
	}

	.home-v2-audience__card span {
		width: 52px;
		height: 52px;
		border-radius: 14px;
		font-size: 0.9rem;
	}

	.home-v2-faq-list summary {
		padding: 22px 48px 22px 0;
	}

	.home-v2-faq-list details p {
		padding-right: 0;
	}

	.home-v2-final {
		padding: 14px 0 68px;
	}

	.home-v2-final__panel {
		padding: 36px 24px;
		border-radius: 24px;
	}

	.home-v2-final__actions,
	.home-v2-final__actions .home-v2-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	[data-home-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.home-store {
	color: #6B7A67;
	background: #F5F3EC;
}

.home-store h1,
.home-store h2,
.home-store h3 {
	color: #6B7A67;
	font-family: "Merriweather", serif;
	letter-spacing: -0.035em;
}

.home-store p,
.home-store li,
.home-store a,
.home-store span,
.home-store strong,
.home-store small,
.home-store summary {
	font-family: "Poppins", sans-serif;
}

.home-store-shell {
	width: min(1320px, calc(100% - 56px));
	margin-inline: auto;
}

.home-store-section {
	padding: clamp(76px, 8vw, 120px) 0;
	background: #F5F3EC;
}

.home-store-section--sage {
	background: #B4C3B2;
}

.home-store-section--sand {
	background: #E2C8B1;
}

.home-store-section--olive {
	color: #F5F3EC;
	background: #6B7A67;
}

.home-store-section--olive h2,
.home-store-section--olive h3,
.home-store-section--olive p,
.home-store-section--olive li,
.home-store-section--olive summary {
	color: #F5F3EC;
}

.home-store-eyebrow {
	display: inline-flex;
	margin: 0 0 16px;
	color: #C17761;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-store-section--olive .home-store-eyebrow {
	color: #E2C8B1;
}

.home-store-heading {
	max-width: 900px;
	margin-bottom: 44px;
}

.home-store-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.home-store-heading h2 {
	margin: 0 0 18px;
	font-size: clamp(2.45rem, 4.5vw, 4.8rem);
	line-height: 1.06;
}

.home-store-heading p {
	max-width: 760px;
	margin: 0;
	color: #6B7A67;
	font-size: 1.08rem;
	line-height: 1.72;
}

.home-store-heading--center p {
	margin-inline: auto;
}

.home-store-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	color: #F5F3EC !important;
	background: #C17761;
	border: 2px solid #C17761;
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.home-store-button:hover,
.home-store-button:focus-visible {
	color: #F5F3EC !important;
	background: #6B7A67;
	border-color: #6B7A67;
	box-shadow: 0 16px 34px rgba(107, 122, 103, 0.22);
	transform: translateY(-2px);
}

.home-store-button--ghost {
	color: #6B7A67 !important;
	background: transparent;
	border-color: #B4C3B2;
}

.home-store-button--ghost:hover,
.home-store-button--ghost:focus-visible {
	color: #F5F3EC !important;
	background: #6B7A67;
	border-color: #6B7A67;
}

.home-store-button--sand {
	color: #6B7A67 !important;
	background: #E2C8B1;
	border-color: #E2C8B1;
}

.home-store-button--sand:hover,
.home-store-button--sand:focus-visible {
	color: #F5F3EC !important;
	background: #C17761;
	border-color: #C17761;
}

.home-store-hero {
	position: relative;
	display: flex;
	min-height: min(720px, calc(100svh - 78px));
	align-items: center;
	padding: clamp(30px, 3.2vw, 46px) 0 clamp(44px, 5vw, 68px);
	background:
		radial-gradient(circle at 10% 16%, rgba(226, 200, 177, 0.62), transparent 32%),
		linear-gradient(135deg, #F5F3EC 0%, rgba(180, 195, 178, 0.28) 100%);
}

.home-store-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.86fr);
	align-items: center;
	gap: clamp(42px, 6vw, 92px);
}

.home-store-hero .home-store-shell {
	width: min(1500px, calc(100% - 96px));
}

.home-store-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 14px;
	margin-bottom: 18px;
	color: #6B7A67;
	background: #E2C8B1;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-store-hero__badge::before {
	width: 9px;
	height: 9px;
	background: #C17761;
	border-radius: 50%;
	content: "";
}

.home-store-hero h1 {
	max-width: 820px;
	margin: 0 0 14px;
	font-size: clamp(50px, 3.45vw, 64px);
	line-height: 0.98;
}

.home-store-hero__lead {
	max-width: 650px;
	margin: 0 0 18px;
	color: #6B7A67;
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.52;
}

.home-store-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.home-store-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-store-tags li {
	padding: 9px 13px;
	color: #6B7A67;
	background: #F5F3EC;
	border: 1px solid #B4C3B2;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 900;
}

.home-store-hero__visual {
	position: relative;
	align-self: start;
	width: min(100%, 680px);
	margin-top: clamp(28px, 4.2vw, 68px);
	justify-self: end;
}

.home-store-hero__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border: 10px solid #F5F3EC;
	border-radius: 24px;
	box-shadow: 0 22px 56px rgba(107, 122, 103, 0.16);
}

.home-store-hero__panel {
	position: absolute;
	right: -20px;
	bottom: 26px;
	width: min(330px, 72%);
	padding: 22px;
	color: #6B7A67;
	background: #E2C8B1;
	border: 1px solid #B4C3B2;
	border-radius: 22px;
	box-shadow: 0 20px 42px rgba(107, 122, 103, 0.14);
}

.home-store-hero__panel small {
	display: block;
	margin-bottom: 8px;
	color: #C17761;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-store-hero__panel strong {
	display: block;
	margin-bottom: 6px;
	font-family: "Merriweather", serif;
	font-size: 1.32rem;
	line-height: 1.16;
}

.home-store-hero__panel span {
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
}

.home-store-steps {
	background: #6B7A67;
}

.home-store-steps__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.home-store-steps__grid div {
	min-height: 148px;
	padding: 24px;
	color: #F5F3EC;
	border-right: 1px solid rgba(245, 243, 236, 0.2);
}

.home-store-steps__grid div:last-child {
	border-right: 0;
}

.home-store-steps__grid strong {
	display: block;
	margin-bottom: 8px;
	color: #E2C8B1;
	font-family: "Merriweather", serif;
	font-size: 1.1rem;
}

.home-store-steps__grid span {
	font-weight: 700;
	line-height: 1.45;
}

.home-store-proof-grid,
.home-store-info-grid,
.home-store-audience-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.home-store-proof-card,
.home-store-info-card,
.home-store-audience-card,
.home-store-ebook-card,
.home-store-delivery-card {
	color: #6B7A67;
	background: #F5F3EC;
	border: 1px solid #B4C3B2;
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(107, 122, 103, 0.09);
}

.home-store-proof-card,
.home-store-info-card,
.home-store-audience-card {
	padding: 28px;
}

.home-store-proof-card span,
.home-store-info-card span,
.home-store-audience-card span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 22px;
	color: #F5F3EC;
	background: #C17761;
	border-radius: 16px;
	font-weight: 900;
}

.home-store-audience-card span {
	display: inline-flex;
	width: auto;
	min-width: 0;
	max-width: 100%;
	min-height: 42px;
	height: auto;
	align-items: center;
	justify-content: center;
	padding: 9px 18px;
	white-space: normal;
	text-align: center;
	line-height: 1.18;
}

.home-store-audience-card--planned > span {
	display: flex;
	width: fit-content;
}

.home-store-proof-card h3,
.home-store-info-card h3,
.home-store-audience-card h3 {
	margin: 0 0 10px;
	font-size: 1.28rem;
	line-height: 1.22;
}

.home-store-proof-card p,
.home-store-info-card p,
.home-store-audience-card p {
	margin: 0;
	color: #6B7A67;
	line-height: 1.68;
}

#audience .home-store-audience-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#audience .home-store-audience-card span {
	width: auto;
	min-width: 0;
	min-height: 42px;
	padding: 9px 18px;
}

.home-store-audience-card--planned small {
	display: inline-flex;
	margin: 10px 0 14px;
	padding: 5px 9px;
	color: #6B7A67;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	background: #E2C8B1;
	border-radius: 6px;
}

.home-store-library-grid,
.home-store-catalogue-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(260px, 0.7fr));
	gap: 22px;
}

.home-store-catalogue-grid--two {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	max-width: 1060px;
	margin-inline: auto;
}

.home-store-ebook-card {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
}

.home-store-ebook-card--featured {
	display: grid;
	grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1fr);
}

.home-store-ebook-card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	background: #B4C3B2;
}

#our-ebooks img[src*="sterling-chapter-2-768x432.webp"] {
	display: none !important;
}

.home-store-ebook-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px;
}

.home-store-status {
	display: inline-flex;
	width: fit-content;
	padding: 7px 11px;
	margin-bottom: 16px;
	color: #F5F3EC;
	background: #C17761;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.home-store-status--soon {
	color: #6B7A67;
	background: #E2C8B1;
}

.home-store-ebook-card h3 {
	margin: 0 0 12px;
	font-size: clamp(1.65rem, 2.6vw, 2.45rem);
	line-height: 1.12;
}

.home-store-ebook-card p {
	margin: 0 0 20px;
	color: #6B7A67;
	line-height: 1.68;
}

.home-store-fact-list {
	display: grid;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.home-store-fact-list li {
	position: relative;
	padding-left: 22px;
	color: #6B7A67;
	font-weight: 800;
	line-height: 1.45;
}

.home-store-fact-list li::before {
	position: absolute;
	top: 0.48em;
	left: 0;
	width: 9px;
	height: 9px;
	background: #C17761;
	border-radius: 50%;
	content: "";
}

.home-store-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.home-store-card-actions .home-store-button {
	min-height: 48px;
	padding: 11px 18px;
	font-size: 0.9rem;
}

.home-store-product {
	color: #F5F3EC;
	background: #6B7A67;
}

.home-store-product__grid {
	display: grid;
	grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(44px, 7vw, 96px);
}

.home-store-product__visual {
	display: grid;
	place-items: center;
	padding: 22px;
	background: #E2C8B1;
	border-radius: 30px;
	box-shadow: 0 24px 58px rgba(107, 122, 103, 0.16);
}

.home-store-product__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #F5F3EC;
	border: 10px solid #F5F3EC;
	border-radius: 22px;
	box-shadow: 0 20px 50px rgba(107, 122, 103, 0.18);
}

.home-store-product h2 {
	margin: 0 0 18px;
	color: #F5F3EC;
	font-size: clamp(2.35rem, 4.2vw, 4.6rem);
	line-height: 1.08;
}

.home-store-product p {
	max-width: 700px;
	color: #F5F3EC;
	line-height: 1.72;
}

.home.elementor-page .elementor .home-store-product .home-store-product__copy > p {
	color: #F5F3EC;
}

.home.elementor-page .elementor .home-store-product .home-store-product__copy > .home-store-eyebrow {
	color: #E2C8B1;
}

.home-store-product__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 26px 0 28px;
	padding: 0;
	list-style: none;
}

.home-store-product__facts li {
	padding: 14px 16px;
	color: #F5F3EC;
	background: rgba(245, 243, 236, 0.1);
	border: 1px solid rgba(245, 243, 236, 0.22);
	border-radius: 16px;
	font-weight: 850;
}

.home-store-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.home-store-price {
	display: inline-grid;
	min-width: 150px;
	padding: 12px 18px;
	color: #6B7A67;
	background: #E2C8B1;
	border-radius: 18px;
	font-weight: 900;
}

.home-store-price small {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-store-price strong {
	font-family: "Merriweather", serif;
	font-size: 2rem;
	line-height: 1;
}

.home-store-samples {
	position: relative;
	overflow: hidden;
	background: #F5F3EC;
}

.home-store-samples__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.home-store-samples__top .home-store-heading {
	margin-bottom: 0;
}

.home-store-sample-controls {
	display: flex;
	gap: 10px;
	padding: 6px;
	background: #E2C8B1;
	border: 1px solid #B4C3B2;
	border-radius: 8px;
}

.home-store-sample-controls button {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	color: #F5F3EC;
	background: #6B7A67;
	border: 1px solid #6B7A67;
	border-radius: 50%;
	font-size: 1.7rem;
	font-weight: 900;
	cursor: pointer;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-store-sample-controls button:hover,
.home-store-sample-controls button:focus-visible {
	color: #6B7A67;
	background: #F5F3EC;
	transform: translateY(-2px);
}

.home-store-sample-track {
	display: grid;
	grid-auto-columns: 100%;
	grid-auto-flow: column;
	gap: 24px;
	overflow-x: auto;
	padding: 6px 0 16px;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
}

.home-store-sample-track::-webkit-scrollbar {
	display: none;
}

.home-store-sample {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	margin: 0;
	overflow: hidden;
	background: #F5F3EC;
	border: 1px solid #B4C3B2;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(107, 122, 103, 0.12);
	opacity: 0.72;
	scroll-snap-align: center;
	scroll-snap-stop: always;
	transition: border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.home-store-sample.is-active {
	border-color: #6B7A67;
	box-shadow: 0 24px 64px rgba(107, 122, 103, 0.2);
	opacity: 1;
}

.home-store-sample img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #F5F3EC;
}

.home-store-sample figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px 24px;
	color: #6B7A67;
	background: #F5F3EC;
	border-top: 1px solid #B4C3B2;
	font-weight: 900;
}

.home-store-sample figcaption strong {
	font-family: "Merriweather", serif;
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	line-height: 1.2;
}

.home-store-sample figcaption span {
	color: #C17761;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-store-sample-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 8px;
}

.home-store-sample-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
}

.home-store-sample-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	background: #B4C3B2;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: width 180ms ease, background 180ms ease;
}

.home-store-sample-dots button.is-active {
	width: 34px;
	background: #C17761;
	border-radius: 8px;
}

.home-store-sample-dots button:focus-visible {
	outline: 3px solid #E2C8B1;
	outline-offset: 3px;
}

.home-store-sample-status {
	margin: 0;
	color: #6B7A67;
	font-family: "Poppins", sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.home-store-launch-preview {
	position: relative;
	overflow: hidden;
	background: #F5F3EC;
}

.home-store-launch-preview__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.home-store-launch-preview__image {
	margin: 0;
	overflow: hidden;
	padding: 12px;
	background: #E2C8B1;
	border: 1px solid #B4C3B2;
	border-radius: 8px;
}

.home-store-launch-preview__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #F5F3EC;
	border: 1px solid #B4C3B2;
	border-radius: 6px;
}

.home-store-launch-preview__image figcaption {
	margin: 0;
	padding: 14px 4px 2px;
	color: #6B7A67;
	font-family: "Poppins", sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.home-store-launch-preview__details {
	padding: clamp(28px, 4vw, 44px);
	color: #6B7A67;
	background: #F5F3EC;
	border: 1px solid #B4C3B2;
	border-radius: 8px;
}

.home-store-launch-status {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 9px 14px;
	color: #F5F3EC;
	background: #C17761;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-store-launch-preview__details h3 {
	margin: 0 0 14px;
	color: #6B7A67;
	font-size: clamp(1.9rem, 3vw, 3rem);
	line-height: 1.12;
}

.home-store-launch-preview__details p {
	margin: 0;
	color: #6B7A67;
	font-size: 1rem;
	line-height: 1.72;
}

.home-store-launch-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 28px;
	padding: 0;
	list-style: none;
}

.home-store-launch-list li {
	position: relative;
	padding-left: 24px;
	color: #6B7A67;
	font-weight: 800;
	line-height: 1.5;
}

.home-store-launch-list li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 10px;
	height: 10px;
	background: #C17761;
	border: 3px solid #E2C8B1;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.home-store-delivery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 3vw, 36px);
	align-items: stretch;
}

.home-store-delivery-card {
	display: flex;
	flex-direction: column;
	padding: clamp(34px, 3.8vw, 46px);
}

.home-store-delivery-card .home-store-eyebrow {
	margin: 0 0 18px;
}

.home-store-delivery-card h3 {
	max-width: 620px;
	margin: 0 0 18px;
	font-size: clamp(1.65rem, 2.5vw, 2.35rem);
	line-height: 1.2;
}

.home-store-delivery-card p {
	margin: 0;
	color: #6B7A67;
	line-height: 1.7;
}

.home-store-delivery-card p:not(.home-store-eyebrow) {
	max-width: 68ch;
}

.home-store-delivery-list {
	display: grid;
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.home-store-delivery-list li {
	display: flex;
	min-height: 68px;
	align-items: center;
	padding: 14px 16px;
	color: #6B7A67;
	background: #E2C8B1;
	border-radius: 16px;
	font-weight: 850;
}

.home-store-access {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

.home-store-access-heading {
	margin-bottom: 32px;
}

.home-store-access-heading .home-store-eyebrow {
	color: #3F4C3D;
	font-size: clamp(0.95rem, 1.2vw, 1.08rem);
	letter-spacing: 0.18em;
}

.home-store-access-card {
	padding: clamp(38px, 4.8vw, 64px);
	color: #6B7A67;
	background: #F5F3EC;
	border: 1px solid rgba(107, 122, 103, 0.28);
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(107, 122, 103, 0.12);
}

.home-store-access-card__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 92px;
	gap: 28px;
	align-items: start;
}

.home-store-access-card__icon {
	display: grid;
	width: 82px;
	height: 82px;
	place-items: center;
	justify-self: end;
	color: #F5F3EC;
	background: #6B7A67;
	border: 10px solid #E2C8B1;
	border-radius: 24px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

.home-store-access-card .home-store-eyebrow {
	margin: 0 0 16px;
	color: #C17761;
	font-size: clamp(0.9rem, 1.1vw, 1rem);
	letter-spacing: 0.16em;
}

.home-store-access-card h3 {
	max-width: 820px;
	margin: 0 0 20px;
	color: #6B7A67;
	font-size: clamp(2rem, 3.25vw, 3.05rem);
	line-height: 1.14;
}

.home-store-access-card__intro {
	max-width: 930px;
}

.home-store-access-card p {
	margin: 0;
	color: #6B7A67;
	font-size: clamp(1rem, 1.2vw, 1.08rem);
	line-height: 1.86;
}

.home-store-access-card > p:not(.home-store-eyebrow) {
	max-width: 920px;
}

.home-store-access-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(170px, 1fr));
	gap: 14px;
	padding: 0;
	margin: 36px 0 0;
	list-style: none;
	counter-reset: access-step;
}

.home-store-access-steps li {
	position: relative;
	min-height: 156px;
	padding: 68px 18px 20px;
	color: #6B7A67;
	background: #E2C8B1;
	border: 1px solid rgba(107, 122, 103, 0.18);
	border-radius: 16px;
	font-size: clamp(0.96rem, 1.08vw, 1.04rem);
	font-weight: 800;
	line-height: 1.52;
	counter-increment: access-step;
}

.home-store-access-steps li::before {
	position: absolute;
	top: 16px;
	left: 16px;
	display: inline-flex;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	color: #F5F3EC;
	background: #C17761;
	border-radius: 50%;
	content: counter(access-step);
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
}

.home-store-access-steps li::after {
	position: absolute;
	top: 15px;
	right: 15px;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	color: #6B7A67;
	background: rgba(245, 243, 236, 0.62);
	border-radius: 10px;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.home-store-access-steps li:nth-child(1)::after {
	content: "\2713";
}

.home-store-access-steps li:nth-child(2)::after {
	content: "\2691";
}

.home-store-access-steps li:nth-child(3)::after {
	content: "@";
}

.home-store-access-steps li:nth-child(4)::after {
	content: "\1F511";
}

.home-store-access-steps li:nth-child(5)::after {
	content: "\25A3";
}

.home-store-access-note {
	max-width: 920px;
	padding: 22px 24px;
	margin-top: 32px !important;
	background: rgba(180, 195, 178, 0.38);
	border: 1px solid rgba(107, 122, 103, 0.18);
	border-radius: 16px;
	font-size: 1rem !important;
	font-weight: 650;
	line-height: 1.78 !important;
}

.home-store-faq-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
	gap: clamp(34px, 6vw, 76px);
}

.home-store-faq-list details {
	border-bottom: 1px solid #B4C3B2;
}

.home-store-faq-list summary {
	position: relative;
	padding: 22px 48px 22px 0;
	color: #6B7A67;
	cursor: pointer;
	font-weight: 900;
	list-style: none;
}

.home-store-faq-list summary::-webkit-details-marker {
	display: none;
}

.home-store-faq-list summary::after {
	position: absolute;
	top: 18px;
	right: 0;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	color: #F5F3EC;
	background: #C17761;
	border-radius: 50%;
	content: "+";
}

.home-store-faq-list details[open] summary::after {
	color: #6B7A67;
	background: #E2C8B1;
	content: "-";
}

.home-store-faq-list p {
	max-width: 760px;
	padding: 0 48px 20px 0;
	margin: 0;
	color: #6B7A67;
	line-height: 1.7;
}

.home-store-final {
	padding: 90px 0;
	color: #F5F3EC;
	background: #6B7A67;
	text-align: center;
}

.home-store-final h2 {
	max-width: 860px;
	margin: 0 auto 18px;
	color: #F5F3EC;
	font-size: clamp(2.3rem, 4.5vw, 4.7rem);
	line-height: 1.08;
}

.home-store-final p {
	max-width: 720px;
	margin: 0 auto 28px;
	color: #F5F3EC;
	font-size: 1.08rem;
	line-height: 1.72;
}

.home.elementor-page .elementor .home-store-final > .home-store-shell > p {
	color: #F5F3EC;
}

.home.elementor-page .elementor .home-store-final > .home-store-shell > .home-store-eyebrow {
	color: #E2C8B1;
}

.home-store-final__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.home-store-contact {
	text-align: left;
}

.home-store-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
	gap: 32px;
	align-items: center;
}

.home-store-contact .home-store-eyebrow {
	margin-bottom: 18px;
	color: #F5F3EC !important;
}

.home-store-contact h2 {
	margin-right: 0;
	margin-left: 0;
}

.home-store-contact__copy > p:not(.home-store-eyebrow) {
	max-width: 680px;
	margin: 0;
	color: #F5F3EC !important;
	font-size: 1.08rem;
	line-height: 1.75;
}

.home-store-contact__card {
	padding: 34px;
	color: #6B7A67;
	background: #F5F3EC;
	border: 1px solid rgba(226, 200, 177, 0.72);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(107, 122, 103, 0.18);
}

.home-store-contact__item {
	display: grid;
	gap: 8px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(107, 122, 103, 0.18);
}

.home-store-contact__item:first-child {
	padding-top: 0;
}

.home-store-contact__item span {
	color: #C17761;
	font-family: "Poppins", sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-store-contact__item a,
.home-store-contact__item strong {
	color: #6B7A67;
	font-family: "Merriweather", serif;
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.home-store-contact__note {
	margin: 22px 0 24px;
	color: #6B7A67;
	font-size: 1rem;
	line-height: 1.65;
}

.home-store-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 1100px) {
	.home-store-hero__grid,
	.home-store-library-grid,
	.home-store-catalogue-grid,
	.home-store-ebook-card--featured,
	.home-store-product__grid,
	.home-store-delivery-grid,
	.home-store-contact__grid,
	.home-store-faq-grid {
		grid-template-columns: 1fr;
	}

	.home-store-proof-grid,
	.home-store-info-grid,
	.home-store-audience-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#audience .home-store-audience-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-store-steps__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.home-store-access-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-store-steps__grid div {
		border-bottom: 1px solid rgba(245, 243, 236, 0.2);
	}

	.home-store-hero__visual {
		width: min(720px, 100%);
		margin: 26px auto 0;
		justify-self: center;
	}

	.home-store-launch-preview__grid {
		grid-template-columns: 1fr;
	}

	.home-store-ebook-card img {
		max-height: 430px;
	}
}

@media (max-width: 760px) {
	.home-store-shell {
		width: calc(100% - 28px);
		max-width: calc(100vw - 28px);
	}

	.home-store-section {
		padding: 68px 0;
	}

	.home-store-hero {
		min-height: auto;
		padding: 66px 0 76px;
	}

	.home-store-hero__copy,
	.home-store-hero__lead,
	.home-store-hero__actions,
	.home-store-tags {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.home-store-hero h1 {
		font-size: clamp(2.55rem, 12vw, 4rem);
		overflow-wrap: break-word;
	}

	.home-store-hero__lead {
		overflow-wrap: break-word;
	}

	.home-store-hero__actions,
	.home-store-final__actions,
	.home-store-contact__actions {
		flex-direction: column;
	}

	.home-store-button,
	.home-store-card-actions .home-store-button,
	.home-store-contact__actions .home-store-button {
		width: 100%;
	}

	.home-store-hero__visual img {
		border-width: 8px;
		border-radius: 22px;
	}

	.home-store-hero__panel {
		position: relative;
		right: auto;
		bottom: auto;
		width: calc(100% - 20px);
		margin: -34px auto 0;
	}

	.home-store-steps__grid,
	.home-store-access-steps,
	.home-store-proof-grid,
	.home-store-info-grid,
	.home-store-audience-grid,
	.home-store-product__facts {
		grid-template-columns: 1fr;
	}

	#audience .home-store-audience-grid {
		grid-template-columns: 1fr;
	}

	.home-store-steps__grid div {
		min-height: auto;
		border-right: 0;
	}

	.home-store-heading {
		margin-bottom: 32px;
	}

	.home-store-heading h2,
	.home-store-product h2,
	.home-store-final h2 {
		font-size: clamp(2.08rem, 10vw, 3.12rem);
	}

	.home-store-access-card__head {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.home-store-access-card__icon {
		justify-self: start;
		width: 68px;
		height: 68px;
		border-width: 8px;
		border-radius: 20px;
		font-size: 1.55rem;
	}

	.home-store-access-card h3 {
		font-size: clamp(1.75rem, 9vw, 2.35rem);
	}

	.home-store-access-steps li {
		min-height: auto;
		padding: 50px 18px 20px;
	}

	.home-store-ebook-card__body,
	.home-store-delivery-card,
	.home-store-contact__card,
	.home-store-proof-card,
	.home-store-info-card,
	.home-store-audience-card {
		padding: 24px;
	}

	.home-store-samples__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-store-sample-controls {
		align-self: flex-end;
	}

	.home-store-sample-controls button {
		width: 46px;
		height: 46px;
	}

	.home-store-sample-track {
		grid-auto-columns: 100%;
		gap: 14px;
	}

	.home-store-sample figcaption {
		align-items: flex-start;
		flex-direction: column;
		padding: 16px;
	}

	.home-store-launch-preview__image {
		padding: 8px;
	}

	.home-store-launch-preview__image figcaption {
		padding: 12px 2px 0;
	}

	.home-store-launch-preview__details {
		padding: 24px;
	}

	.home-store-sample-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-store-price-row {
		align-items: stretch;
		flex-direction: column;
	}

	.home-store-faq-list p {
		padding-right: 0;
	}
}
