.lsp-home {
	--lsp-wine: #74374d;
	--lsp-wine-dark: #4d2434;
	--lsp-rose: #c98998;
	--lsp-blush: #f8eeee;
	--lsp-powder: #fbf6f3;
	--lsp-cream: #fffaf6;
	--lsp-sage: #aebbaa;
	--lsp-gold: #bc945d;
	--lsp-ink: #352c2f;
	--lsp-muted: #726268;
	--lsp-line: #eadbd8;
	--lsp-white: #ffffff;
	--lsp-shadow: 0 24px 70px rgba(77, 36, 52, 0.12);
	position: relative;
	width: 100%;
	max-width: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden;
	color: var(--lsp-ink);
	background: var(--lsp-powder);
	font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.68;
}

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

.lsp-home.alignfull,
.lsp-home .alignfull {
	width: 100vw;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.lsp-home h1,
.lsp-home h2,
.lsp-home h3,
.lsp-home p,
.lsp-home figure,
.lsp-home ul {
	margin-top: 0;
}

.lsp-home h1,
.lsp-home h2,
.lsp-home h3 {
	color: var(--lsp-wine-dark);
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.lsp-home a {
	color: inherit;
}

.lsp-home__shell {
	width: min(100%, 1220px);
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: clamp(20px, 4vw, 44px);
	padding-left: clamp(20px, 4vw, 44px);
}

.lsp-home__section {
	position: relative;
	padding-top: clamp(72px, 9vw, 118px);
	padding-bottom: clamp(72px, 9vw, 118px);
}

.lsp-home__eyebrow {
	margin-bottom: 14px;
	color: var(--lsp-wine);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	line-height: 1.5;
	text-transform: uppercase;
}

.lsp-home__eyebrow--center {
	text-align: center;
}

.lsp-home__section-title {
	max-width: 820px;
	margin-bottom: 20px;
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1.02;
}

.lsp-home__section-title.has-text-align-center {
	margin-right: auto;
	margin-left: auto;
}

.lsp-home__section-lead {
	max-width: 720px;
	margin-bottom: 26px;
	color: var(--lsp-muted);
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	line-height: 1.72;
}

.lsp-home__section-lead.has-text-align-center {
	margin-right: auto;
	margin-left: auto;
}

.lsp-home__hero {
	padding: clamp(28px, 4vw, 52px);
	background:
		radial-gradient(circle at 8% 8%, rgba(188, 148, 93, 0.16), transparent 28%),
		radial-gradient(circle at 92% 90%, rgba(201, 137, 152, 0.18), transparent 32%),
		linear-gradient(145deg, #fffaf6 0%, #f8eceb 100%);
}

.lsp-home__hero-grid {
	width: min(100%, 1320px);
	min-height: 540px;
	margin: 0 auto !important;
	gap: clamp(34px, 5vw, 76px) !important;
}

.lsp-home__hero-copy {
	padding: clamp(20px, 4vw, 48px) 0;
}

.lsp-home__title {
	max-width: 700px;
	margin-bottom: 24px;
	font-size: clamp(3rem, 6.3vw, 6.15rem);
	line-height: 0.91;
}

.lsp-home__lead {
	max-width: 650px;
	margin-bottom: 28px;
	color: var(--lsp-muted);
	font-size: clamp(1.08rem, 1.8vw, 1.28rem);
	line-height: 1.68;
}

.lsp-home__hero-visual {
	align-self: stretch !important;
}

.lsp-home__image {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	overflow: hidden;
	background: #eaded8;
}

.lsp-home__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lsp-home__image--hero {
	height: 100%;
	min-height: 500px;
	border: 1px solid rgba(116, 55, 77, 0.08);
	border-radius: 42px 10px 42px 10px;
	box-shadow: var(--lsp-shadow);
}

.lsp-home__image--hero img {
	object-position: 54% center;
}

.lsp-home__micro {
	margin: 18px 0 0;
	color: #88777d;
	font-size: 0.77rem;
	line-height: 1.5;
}

.lsp-home__actions {
	display: flex;
	align-items: center;
	gap: 12px !important;
	margin: 0;
}

.lsp-home__actions--center {
	justify-content: center;
}

.lsp-home__button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: none;
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.lsp-home__button .wp-block-button__link:hover,
.lsp-home__button .wp-block-button__link:focus-visible {
	transform: translateY(-2px);
}

.lsp-home__button--primary .wp-block-button__link {
	background: var(--lsp-wine);
	box-shadow: 0 12px 28px rgba(116, 55, 77, 0.22);
	color: #fff;
}

.lsp-home__button--primary .wp-block-button__link:hover,
.lsp-home__button--primary .wp-block-button__link:focus-visible {
	background: var(--lsp-wine-dark);
	color: #fff;
}

.lsp-home__button--outline .wp-block-button__link {
	border-color: rgba(116, 55, 77, 0.45);
	background: transparent;
	color: var(--lsp-wine-dark);
}

.lsp-home__button--outline .wp-block-button__link:hover,
.lsp-home__button--outline .wp-block-button__link:focus-visible {
	border-color: var(--lsp-wine);
	background: rgba(116, 55, 77, 0.06);
}

.lsp-home__button--light .wp-block-button__link {
	background: #fff;
	box-shadow: 0 12px 34px rgba(77, 36, 52, 0.2);
	color: var(--lsp-wine-dark);
}

.lsp-home__button--ghost .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.56);
	background: transparent;
	color: #fff;
}

.lsp-home__section--intro {
	background: #fff;
}

.lsp-home__choice-grid,
.lsp-home__offer-grid,
.lsp-home__review-grid {
	gap: 22px !important;
	margin-top: clamp(36px, 5vw, 58px) !important;
	margin-bottom: 0 !important;
}

.lsp-home__choice-card {
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: clamp(27px, 3vw, 38px);
	border: 1px solid var(--lsp-line);
	border-radius: 26px;
	background: var(--lsp-cream);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lsp-home__choice-card:hover {
	transform: translateY(-5px);
	border-color: rgba(116, 55, 77, 0.25);
	box-shadow: 0 20px 48px rgba(77, 36, 52, 0.09);
}

.lsp-home__choice-symbol,
.lsp-home__review-symbol {
	margin-bottom: 20px;
	color: var(--lsp-gold);
	font-family: Georgia, serif;
	font-size: 2rem;
	line-height: 1;
}

.lsp-home__choice-card h3,
.lsp-home__offer-card h3,
.lsp-home__review-card h3 {
	margin-bottom: 14px;
	font-size: clamp(1.65rem, 2.6vw, 2.15rem);
	line-height: 1.08;
}

.lsp-home__choice-card > p:not(.lsp-home__choice-symbol):not(.lsp-home__text-link),
.lsp-home__offer-card p:not(.lsp-home__eyebrow):not(.lsp-home__text-link),
.lsp-home__review-card > p:not(.lsp-home__review-symbol) {
	color: var(--lsp-muted);
}

.lsp-home__text-link {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 16px;
}

.lsp-home__text-link a {
	color: var(--lsp-wine);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.lsp-home__text-link a:hover,
.lsp-home__text-link a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.lsp-home__section--signature {
	background:
		radial-gradient(circle at 90% 10%, rgba(188, 148, 93, 0.12), transparent 24%),
		var(--lsp-blush);
}

.lsp-home__feature-grid {
	gap: clamp(38px, 7vw, 88px) !important;
	margin: 0 !important;
}

.lsp-home__feature-visual,
.lsp-home__feature-copy {
	flex-basis: 50%;
}

.lsp-home__image--feature {
	height: clamp(440px, 50vw, 650px);
	border-radius: 34px 8px 34px 8px;
	box-shadow: var(--lsp-shadow);
}

.lsp-home__image--portrait img {
	object-position: center top;
}

.lsp-home__ticks {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.lsp-home__ticks li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 30px;
	color: var(--lsp-ink);
}

.lsp-home__ticks li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--lsp-gold);
	content: "✦";
}

.lsp-home__section--potential {
	padding-top: clamp(54px, 7vw, 78px);
	padding-bottom: clamp(54px, 7vw, 78px);
	background:
		radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.12), transparent 28%),
		linear-gradient(135deg, var(--lsp-wine-dark), var(--lsp-wine));
	color: #fff;
}

.lsp-home__section--potential .lsp-home__eyebrow,
.lsp-home__section--potential .lsp-home__section-title,
.lsp-home__section--potential .lsp-home__section-lead,
.lsp-home__section--potential .lsp-home__micro {
	color: #fff;
}

.lsp-home__compact-grid {
	gap: 38px !important;
	margin: 0 !important;
}

.lsp-home__compact-action {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.lsp-home__section--offers {
	background: var(--lsp-powder);
}

.lsp-home__offer-card {
	overflow: hidden;
	border: 1px solid var(--lsp-line);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(77, 36, 52, 0.08);
}

.lsp-home__offer-card > .lsp-home__image--card {
	height: 300px;
	border-radius: 0;
}

.lsp-home__offer-card > .lsp-home__image--portrait img {
	object-position: center 36%;
}

.lsp-home__card-body {
	display: flex;
	flex-direction: column;
	min-height: 315px;
	padding: 30px;
}

.lsp-home__card-body .lsp-home__text-link {
	margin-top: auto;
}

.lsp-home__section--workshops {
	background: #fff;
}

.lsp-home__section--about {
	background:
		radial-gradient(circle at 4% 80%, rgba(174, 187, 170, 0.18), transparent 28%),
		var(--lsp-cream);
}

.lsp-home__section--about .lsp-home__image--portrait img {
	object-position: center 24%;
}

.lsp-home__section--shop {
	background: var(--lsp-powder);
}

.lsp-home__image--wide {
	height: clamp(360px, 48vw, 570px);
	border-radius: 34px;
	box-shadow: var(--lsp-shadow);
}

.lsp-home__image--wide img {
	object-position: center 45%;
}

.lsp-home__shop-card {
	position: relative;
	z-index: 2;
	width: min(690px, calc(100% - 52px));
	margin: clamp(-190px, -14vw, -140px) 0 0 clamp(26px, 6vw, 70px) !important;
	padding: clamp(28px, 5vw, 54px);
	border: 1px solid rgba(116, 55, 77, 0.1);
	border-radius: 28px;
	background: rgba(255, 250, 246, 0.96);
	box-shadow: var(--lsp-shadow);
	backdrop-filter: blur(12px);
}

.lsp-home__section--reviews {
	background: #fff;
}

.lsp-home__review-card {
	padding: 30px;
	border-top: 3px solid var(--lsp-gold);
	background: var(--lsp-powder);
	text-align: center;
}

.lsp-home__review-symbol {
	margin-bottom: 12px;
}

.lsp-home__section--reviews .lsp-home__actions {
	margin-top: 34px;
}

.lsp-home__section--final {
	padding-top: clamp(28px, 4vw, 46px);
	padding-bottom: clamp(28px, 4vw, 46px);
	background: var(--lsp-powder);
}

.lsp-home__final-card {
	padding-top: clamp(58px, 8vw, 92px);
	padding-bottom: clamp(58px, 8vw, 92px);
	border-radius: 36px;
	background:
		radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.12), transparent 27%),
		radial-gradient(circle at 90% 90%, rgba(188, 148, 93, 0.24), transparent 30%),
		linear-gradient(135deg, #4d2434, #74374d);
	box-shadow: var(--lsp-shadow);
	color: #fff;
}

.lsp-home__final-card .lsp-home__eyebrow,
.lsp-home__final-card .lsp-home__section-title,
.lsp-home__final-card .lsp-home__section-lead {
	color: #fff;
}

.lsp-home__final-card .lsp-home__section-title,
.lsp-home__final-card .lsp-home__section-lead {
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 960px) {
	.lsp-home__hero-grid,
	.lsp-home__feature-grid,
	.lsp-home__compact-grid {
		flex-wrap: wrap !important;
	}

	.lsp-home__hero-grid > .wp-block-column,
	.lsp-home__feature-grid > .wp-block-column,
	.lsp-home__compact-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.lsp-home__hero-grid {
		min-height: auto;
	}

	.lsp-home__hero-copy {
		padding-bottom: 0;
	}

	.lsp-home__image--hero {
		min-height: 420px;
	}

	.lsp-home__feature-grid--reverse .lsp-home__feature-copy {
		order: 2;
	}

	.lsp-home__feature-grid--reverse .lsp-home__feature-visual {
		order: 1;
	}

	.lsp-home__compact-action {
		align-items: flex-start;
		text-align: left;
	}

	.lsp-home__offer-grid {
		flex-wrap: wrap !important;
	}

	.lsp-home__offer-grid > .wp-block-column {
		flex-basis: calc(50% - 12px) !important;
	}
}

@media (max-width: 720px) {
	.lsp-home {
		font-size: 16px;
	}

	.lsp-home__hero {
		padding: 18px;
	}

	.lsp-home__title {
		font-size: clamp(2.75rem, 14vw, 4.2rem);
	}

	.lsp-home__actions,
	.lsp-home__actions--center {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.lsp-home__button,
	.lsp-home__button .wp-block-button__link {
		width: 100%;
	}

	.lsp-home__image--hero {
		min-height: 330px;
		border-radius: 26px 8px 26px 8px;
	}

	.lsp-home__choice-grid,
	.lsp-home__offer-grid,
	.lsp-home__review-grid {
		flex-wrap: wrap !important;
	}

	.lsp-home__choice-grid > .wp-block-column,
	.lsp-home__offer-grid > .wp-block-column,
	.lsp-home__review-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.lsp-home__choice-card,
	.lsp-home__card-body {
		min-height: auto;
	}

	.lsp-home__image--feature {
		height: 440px;
		border-radius: 24px 7px 24px 7px;
	}

	.lsp-home__offer-card > .lsp-home__image--card {
		height: 280px;
	}

	.lsp-home__image--wide {
		height: 330px;
		border-radius: 24px;
	}

	.lsp-home__shop-card {
		width: calc(100% - 24px);
		margin: -58px auto 0 !important;
		padding: 28px 22px;
	}

	.lsp-home__final-card {
		border-radius: 26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lsp-home *,
	.lsp-home *::before,
	.lsp-home *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

