/* =========================================================
   LumiPink — Sanctuary
   ========================================================= */

.lp-sanctuary {
	background: var(--lp-bg);
}

.ls-hero {
	position: relative;
	min-height: calc(92vh + 60px);
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--lp-charcoal);
}

.ls-hero::after {
	content: "";
	position: absolute;
	left: -4%;
	right: -4%;
	bottom: -2px;
	height: 122px;
	z-index: 3;
	background: var(--lp-bg);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1600' height='120' viewBox='0 0 1600 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0 38 C170 70 330 68 520 46 C710 24 840 26 1010 56 C1190 88 1370 58 1600 44 L1600 120 L0 120 Z'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-image: url("data:image/svg+xml,%3Csvg width='1600' height='120' viewBox='0 0 1600 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0 38 C170 70 330 68 520 46 C710 24 840 26 1010 56 C1190 88 1370 58 1600 44 L1600 120 L0 120 Z'/%3E%3C/svg%3E");
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
}

.ls-hero__media,
.ls-hero__media img,
.ls-hero__wash {
	position: absolute;
	inset: 0;
}

.ls-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transform: scale(1.04);
}

.ls-hero__wash {
	background:
		linear-gradient(to top, rgba(61,43,54,0.72), rgba(61,43,54,0.12) 56%, rgba(252,248,242,0.08)),
		linear-gradient(90deg, rgba(252,248,242,0.38), transparent 38%, rgba(232,200,120,0.14));
	z-index: 1;
}

.ls-hero__content {
	position: relative;
	z-index: 2;
	padding-top: 120px;
	padding-bottom: 170px;
	color: #fff;
	transform: translateY(-42px);
}

.ls-hero__content .lp-eyebrow {
	color: var(--lp-gold-light);
}

.ls-hero__title {
	font-family: var(--lp-font-serif);
	font-size: clamp(4rem, 9vw, 8rem);
	line-height: 0.95;
	margin: 18px 0 24px;
	max-width: 9ch;
	background: linear-gradient(100deg, #fff 0%, #fff 40%, #E8C878 48%, #F2A34E 51%, #fff 62%, #fff 100%);
	background-size: 250% 100%;
	background-position: 150% 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 3px 14px rgba(61,43,54,0.5));
	animation: lp-shimmer 1.6s linear infinite;
}

.ls-hero__lead {
	font-family: var(--lp-font-serif);
	font-style: italic;
	font-size: clamp(1.35rem, 2.4vw, 2.25rem);
	line-height: 1.35;
	max-width: 42rem;
	margin: 0;
	color: rgba(255,255,255,0.88);
}

.ls-section-head {
	max-width: 48rem;
	margin: 0 auto 72px;
	text-align: center;
}

.ls-section-head .lp-h2 {
	margin-top: 18px;
}

.ls-reflections {
	padding: 92px 0 128px;
	background:
		radial-gradient(900px 520px at 100% 20%, rgba(245,184,204,0.16), transparent 60%),
		radial-gradient(760px 460px at 0% 80%, rgba(232,200,120,0.13), transparent 62%),
		#FAF5ED;
	overflow: hidden;
}

.ls-reflection {
	position: relative;
	width: min(48vw, 680px);
	min-width: 440px;
	margin-bottom: 118px;
	will-change: transform;
}

.ls-reflection--center {
	margin-left: 20%;
}

.ls-reflection--right {
	margin-left: auto;
	margin-right: 0;
}

.ls-reflection:last-child {
	margin-bottom: 0;
}

.ls-reflection__num {
	position: absolute;
	top: 50%;
	z-index: 1;
	font-family: var(--lp-font-serif);
	font-size: clamp(4.5rem, 9vw, 8.5rem);
	font-weight: 800;
	line-height: 1;
	color: rgba(201,151,90,0.42);
	text-shadow: 0 10px 26px rgba(201,151,90,0.12);
	pointer-events: none;
	transform: translateY(-50%);
}

.ls-reflection--left .ls-reflection__num,
.ls-reflection--center .ls-reflection__num {
	left: calc(100% + 28px);
}

.ls-reflection--right .ls-reflection__num {
	right: calc(100% + 28px);
}

.ls-reflection__image {
	position: relative;
	z-index: 2;
	aspect-ratio: 4/4.35;
	overflow: hidden;
	border-radius: 999px 999px 34px 34px;
	box-shadow: 0 24px 64px rgba(201,151,90,0.18), 0 8px 18px rgba(61,43,54,0.08);
	border: 1.5px solid rgba(201,151,90,0.30);
	background: #fff;
}

.ls-reflection__image img,
.ls-cluster__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 1.2s cubic-bezier(0.22,1,0.36,1), filter 0.8s ease;
}

.ls-reflection:hover .ls-reflection__image img,
.ls-cluster__item:hover img {
	transform: scale(1.06);
	filter: brightness(1.06);
}

.ls-reflection__text {
	position: absolute;
	left: 50%;
	bottom: 22px;
	z-index: 3;
	width: min(82%, 420px);
	padding: 24px 28px 26px;
	text-align: center;
	background: rgba(252,248,242,0.82);
	border: 1px solid rgba(201,151,90,0.16);
	border-radius: 28px;
	box-shadow: 0 16px 38px rgba(61,43,54,0.10);
	backdrop-filter: blur(6px);
	transform: translateX(-50%);
}

.ls-reflection__text::before {
	display: none;
}

.ls-reflection__text h3 {
	font-family: var(--lp-font-serif);
	font-size: clamp(1.25rem, 2.2vw, 2rem);
	line-height: 1.1;
	margin: 10px 0 10px;
	color: var(--lp-charcoal);
}

.ls-reflection__text p,
.ls-philosophy__text p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: rgba(61,43,54,0.72);
	margin: 0;
}

.ls-reflection__text p {
	font-size: 15px;
	line-height: 1.75;
}

.ls-philosophy {
	padding: 86px 0;
	background: #FCF8F2;
	overflow: hidden;
}

.ls-philosophy__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	align-items: center;
	gap: 72px;
}

.ls-cluster {
	position: relative;
	min-height: 620px;
}

.ls-cluster__item {
	position: absolute;
	overflow: hidden;
	border-radius: var(--lp-radius-royal);
	box-shadow: var(--lp-shadow);
	border: 4px solid var(--lp-bg);
	background: #fff;
}

.ls-cluster__item--a {
	top: 0;
	left: 0;
	width: 72%;
	aspect-ratio: 1/1;
	transform: rotate(-2deg);
	z-index: 1;
}

.ls-cluster__item--b {
	top: 24%;
	right: 0;
	width: 46%;
	aspect-ratio: 3/4;
	transform: rotate(2deg);
	z-index: 2;
}

.ls-cluster__item--c {
	left: 25%;
	bottom: 0;
	width: 50%;
	aspect-ratio: 1/1;
	transform: rotate(3deg);
	z-index: 3;
}

.ls-philosophy__text {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ls-philosophy__text .lp-h2 {
	margin: 0;
}

.ls-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 10px;
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--lp-charcoal);
	text-decoration: none;
}

.ls-link span {
	color: var(--lp-gold);
	transition: transform 0.3s ease;
}

.ls-link:hover span {
	transform: translateX(6px);
}

.ls-statement {
	padding: 86px 0 128px;
	background: linear-gradient(to bottom, #FCF8F2, rgba(245,184,204,0.16));
}

.ls-statement__inner {
	max-width: 56rem;
	margin: 0 auto;
	text-align: center;
}

.ls-statement__rule {
	width: 96px;
	height: 1px;
	margin: 0 auto 44px;
	background: rgba(201,151,90,0.4);
}

.ls-statement blockquote {
	font-family: var(--lp-font-serif);
	font-style: italic;
	font-size: clamp(2rem, 4vw, 4.2rem);
	line-height: 1.22;
	color: var(--lp-charcoal);
	margin: 0 0 40px;
}

[data-ls-reveal],
[data-ls-cluster] .ls-cluster__item {
	opacity: 1;
}

.js-gsap [data-ls-reveal]:not(.ls-reflection),
.js-gsap [data-ls-cluster] .ls-cluster__item {
	opacity: 0;
}

@media (max-width: 900px) {
	.ls-hero {
		min-height: calc(76vh + 30px);
	}

	.ls-hero::after {
		height: 76px;
	}

	.ls-hero__content {
		padding-bottom: 118px;
		transform: translateY(-24px);
	}

	.ls-reflection,
	.ls-reflection--center,
	.ls-reflection--right {
		width: min(82vw, 500px);
		min-width: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 76px;
	}

	.ls-reflection__num {
		font-size: clamp(4.25rem, 16vw, 6.5rem);
		color: rgba(201,151,90,0.48);
	}

	.ls-reflection--left .ls-reflection__num,
	.ls-reflection--center .ls-reflection__num {
		left: calc(100% + 14px);
	}

	.ls-reflection--right .ls-reflection__num {
		right: calc(100% + 14px);
	}

	.ls-philosophy__grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.ls-reflections,
	.ls-philosophy,
	.ls-statement {
		padding: 72px 0;
	}

	.ls-cluster {
		min-height: 500px;
		max-width: 620px;
		margin: 0 auto;
	}

	.ls-philosophy__text {
		align-items: center;
		text-align: center;
		max-width: 620px;
		margin: 0 auto;
	}
}

@media (max-width: 640px) {
	.ls-hero {
		min-height: 620px;
	}

	.ls-hero__media img {
		object-position: center;
		transform: none;
	}

	.ls-hero__content {
		padding-top: 140px;
		padding-bottom: 120px;
		transform: none;
	}

	.ls-hero__title {
		font-size: clamp(3.4rem, 17vw, 4.5rem);
		max-width: 100%;
	}

	.ls-hero__lead {
		font-size: 1.25rem;
	}

	.ls-section-head {
		margin-bottom: 46px;
	}

	.ls-reflections {
		padding-top: 62px;
	}

	.ls-reflection,
	.ls-reflection--center,
	.ls-reflection--right {
		width: 100%;
		margin-bottom: 58px;
	}

	.ls-reflection__image {
		aspect-ratio: 4/5;
		border-radius: 160px 160px 28px 28px;
	}

	.ls-reflection__text {
		position: relative;
		left: auto;
		bottom: auto;
		width: calc(100% - 28px);
		margin: -44px auto 0;
		padding: 22px 20px 24px;
		transform: none;
		border-radius: 24px;
	}

	.ls-reflection__num {
		top: 16px;
		left: auto;
		right: 20px;
		transform: none;
		z-index: 4;
		font-size: clamp(3.75rem, 18vw, 5rem);
		color: rgba(201,151,90,0.55);
	}

	.ls-reflection--left .ls-reflection__num,
	.ls-reflection--center .ls-reflection__num {
		left: auto;
		right: 20px;
	}

	.ls-reflection--right .ls-reflection__num {
		left: 20px;
		right: auto;
	}

	.ls-cluster {
		min-height: auto;
		display: grid;
		gap: 16px;
	}

	.ls-cluster__item,
	.ls-cluster__item--a,
	.ls-cluster__item--b,
	.ls-cluster__item--c {
		position: relative;
		inset: auto;
		width: 100%;
		transform: none;
		aspect-ratio: 4/3;
		border-width: 3px;
		border-radius: 28px;
	}

	.ls-philosophy__text p {
		font-size: 1rem;
		line-height: 1.68;
	}

	.ls-statement blockquote {
		font-size: clamp(1.65rem, 9vw, 2.25rem);
		line-height: 1.28;
	}
}

@media (max-width: 390px) {
	.ls-hero {
		min-height: 560px;
	}

	.ls-reflection__text {
		width: calc(100% - 20px);
		padding-left: 18px;
		padding-right: 18px;
	}

	.ls-reflection__text p {
		font-size: 0.95rem;
		line-height: 1.62;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ls-hero__title {
		animation: none;
	}
}
