/* =========================================================
   LumiPink — Single Product Shop (TỐI ƯU)
   Bỏ sticky, bỏ tilt ảnh, nới ô số lượng, nút gọn.
   ========================================================= */

.lp-shop {
	background:
		radial-gradient(920px 520px at 94% 10%, rgba(245,184,204,0.14), transparent 60%),
		radial-gradient(780px 480px at 0% 46%, rgba(232,200,120,0.13), transparent 62%),
		var(--lp-bg);
}

.lp-shop-hero {
	padding: 96px 0 112px;
}

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

/* Bỏ sticky hoàn toàn — cuộn bình thường */
.lp-shop-hero__media-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.lp-shop-hero__glow {
	position: absolute;
	width: 78%;
	aspect-ratio: 1;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(232,200,120,0.42), rgba(245,184,204,0.22) 45%, transparent 68%);
	opacity: 0.88;
	z-index: 0;
	pointer-events: none;
}

.lp-shop-hero__media {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	aspect-ratio: 4/5;
	overflow: hidden;
	border-radius: var(--lp-radius-royal);
	background: #fff;
	box-shadow: var(--lp-shadow);
	border: 1px solid rgba(201,151,90,0.22);
}

.lp-shop-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.lp-shop-hero__badge {
	position: absolute;
	top: 28px;
	left: 28px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 999px;
	background: var(--lp-charcoal);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	box-shadow: 0 18px 36px rgba(61,43,54,0.18);
}

.lp-shop-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 18px;
	padding: 0;
}

.lp-shop-hero__title {
	font-family: var(--lp-font-serif);
	font-size: clamp(3rem, 6vw, 6rem);
	font-weight: 700;
	line-height: 1.02;
	margin: 0;
	white-space: nowrap;
	background: linear-gradient(
		100deg,
		var(--lp-charcoal) 0%,
		var(--lp-charcoal) 40%,
		#C9975A 48%,
		#E8C878 50%,
		#E08A3C 52%,
		var(--lp-charcoal) 60%,
		var(--lp-charcoal) 100%
	);
	background-size: 250% 100%;
	background-position: 150% 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: lp-shimmer 3s linear infinite;
}

.lp-shop-hero__subtitle {
	font-family: var(--lp-font-serif);
	font-size: clamp(1.55rem, 2.6vw, 2.4rem);
	line-height: 1.18;
	color: var(--lp-charcoal);
	margin: 0;
}

.lp-shop-hero__meta {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--lp-gold);
	margin: 0;
}

.lp-shop-hero__price,
.lp-shop-closing__price {
	font-size: 1.55rem;
	font-weight: 700;
	color: var(--lp-charcoal);
}

.lp-shop-hero__price del,
.lp-shop-closing__price del {
	color: rgba(61,43,54,0.45);
	margin-right: 10px;
}

.lp-shop-hero__price ins,
.lp-shop-closing__price ins {
	text-decoration: none;
	color: var(--lp-charcoal);
}

.lp-shop-hero__lead {
	font-size: 1.1rem;
	line-height: 1.8;
	color: rgba(61,43,54,0.72);
	max-width: 42rem;
	margin: 0;
}

.lp-shop-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	justify-content: start;
	align-items: center;
	gap: 10px;
	margin: 8px 0 12px;
}

.lp-shop-hero__facts span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lp-gold);
	border: 1px solid rgba(201,151,90,0.28);
	border-radius: 999px;
	padding: 8px 14px;
	background: rgba(255,255,255,0.58);
	white-space: nowrap;
	text-align: center;
}

/* ===== Form mua ===== */
.lp-shop-buy-form {
	display: flex;
	align-items: stretch;
	gap: 14px;
	width: auto;
	margin-top: 10px;
}

/* Ô số lượng — nới rộng, nhập số lớn thoải mái */
.lp-shop-qty {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 60px;
	padding: 0 20px;
	border: 1px solid rgba(201,151,90,0.28);
	border-radius: 999px;
	background: rgba(255,255,255,0.76);
	box-shadow: 0 14px 34px rgba(201,151,90,0.10);
	color: var(--lp-gold);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lp-shop-qty input {
	width: 72px;
	min-width: 0;
	border: 0;
	background: transparent;
	color: var(--lp-charcoal);
	font: inherit;
	font-size: 0.95rem;
	letter-spacing: 0;
	text-align: center;
	outline: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

.lp-shop-qty input::-webkit-outer-spin-button,
.lp-shop-qty input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

/* Nút — padding vừa đủ, không kéo dài */
.lp-shop-buy-form .lp-btn {
	flex: 0 0 auto;
	margin-left: 0;
	border: 0;
	cursor: pointer;
	padding: 20px 44px;
	white-space: nowrap;
}

.lp-shop-buy-form--compact {
	justify-content: flex-end;
	width: auto;
	margin-top: 0;
}

/* ===== Gallery thumbnails ===== */
.lp-shop-thumbs {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	width: 100%;
	max-width: 520px;
	z-index: 1;
}
.lp-shop-thumb {
	aspect-ratio: 1;
	border-radius: 14px;
	overflow: hidden;
	border: 2px solid transparent;
	background: #fff;
	cursor: pointer;
	padding: 0;
	transition: border-color 0.3s ease, transform 0.3s ease;
}
.lp-shop-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-shop-thumb:hover { transform: translateY(-3px); }
.lp-shop-thumb.is-active { border-color: var(--lp-gold); }
#lp-shop-main-img { transition: opacity 0.3s ease; }

/* ===== Hover nút ===== */
.lp-btn--primary,
.lp-btn--primary:link,
.lp-btn--primary:visited {
	color: var(--lp-charcoal);
}
.lp-btn--primary:hover,
.lp-btn--primary:focus,
.lp-btn--primary:active {
	background: #F0D89A;
	color: #2A1D24;
	transform: scale(1.05);
}

/* ===== Experience / timeline ===== */
.lp-shop-experience {
	position: relative;
	padding: 50px 0 130px;
	background: #FAF5ED;
	overflow: hidden;
}

.lp-shop-section-head {
	max-width: 46rem;
	margin: 0 auto 84px;
	text-align: center;
}

.lp-shop-section-head .lp-h2 {
	margin: 18px 0 18px;
}

.lp-shop-section-head p {
	font-size: 1.1rem;
	line-height: 1.75;
	color: rgba(61,43,54,0.68);
	margin: 0 auto;
	max-width: 34rem;
}

.lp-shop-timeline {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.lp-shop-timeline__line {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 50%;
	width: 1px;
	background: linear-gradient(to bottom, transparent, rgba(201,151,90,0.34), rgba(245,184,204,0.3), transparent);
}

.lp-shop-step {
	position: relative;
	width: 50%;
	display: flex;
}

.lp-shop-step::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--lp-primary);
	box-shadow: 0 0 0 8px rgba(232,200,120,0.18), 0 0 28px rgba(232,200,120,0.52);
	transform: translateY(-50%);
	z-index: 2;
}

.lp-shop-step--left {
	align-self: flex-start;
	justify-content: flex-end;
	padding-right: 54px;
}

.lp-shop-step--right {
	align-self: flex-end;
	justify-content: flex-start;
	padding-left: 54px;
}

.lp-shop-step--left::before { right: -9px; }
.lp-shop-step--right::before { left: -9px; }

/* Card timeline — layout so le, nhưng CHỮ luôn căn trái */
.lp-shop-step__inner {
	position: relative;
	width: min(100%, 520px);
	min-height: 250px;
	padding: 38px;
	border-radius: 28px;
	background: rgba(255,255,255,0.92);
	border: 1px solid rgba(201,151,90,0.18);
	box-shadow: 0 18px 46px rgba(201,151,90,0.10);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.lp-shop-step__head {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}
.lp-shop-step__head .lp-shop-step__icon {
	margin-bottom: 0;
	flex-shrink: 0;
}
.lp-shop-step__head h3 { margin: 0; }

.lp-shop-step p { text-align: left; }

.lp-shop-step__num {
	position: absolute;
	top: 22px;
	right: 28px;
	font-family: var(--lp-font-serif);
	font-size: 5.25rem;
	font-weight: 700;
	line-height: 1;
	color: rgba(201,151,90,0.12);
}

.lp-shop-step__icon {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	font-size: 2.35rem;
	color: var(--lp-gold);
}

.lp-shop-step h3 {
	position: relative;
	z-index: 2;
	font-family: var(--lp-font-serif);
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	line-height: 1.12;
	color: var(--lp-charcoal);
	margin: 0;
}

.lp-shop-step p,
.lp-shop-ingredient-note,
.lp-shop-directions li p {
	position: relative;
	z-index: 2;
	font-size: 1.2rem;
	line-height: 1.75;
	color: rgba(61,43,54,0.70);
	margin: 0;
}

.lp-shop-details {
	padding: 116px 0 126px;
	background:
		radial-gradient(720px 440px at 90% 0%, rgba(232,200,120,0.14), transparent 62%),
		#FAF5ED;
}

.lp-shop-details__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	align-items: stretch;
}

.lp-shop-actives,
.lp-shop-directions {
	padding: 42px;
	border-radius: var(--lp-radius-soft);
	background: rgba(255,255,255,0.92);
	border: 1px solid rgba(201,151,90,0.16);
	box-shadow: 0 16px 42px rgba(201,151,90,0.08);
}

.lp-shop-actives .lp-h2,
.lp-shop-directions .lp-h2 {
	margin: 16px 0 28px;
	font-size: clamp(1.8rem, 2.6vw, 2.4rem);
	line-height: 1.15;
}

.lp-shop-active-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 26px;
}

.lp-shop-active-list div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(252,248,242,0.78);
	border: 1px solid rgba(201,151,90,0.16);
}

.lp-shop-active-list strong { font-size: 0.95rem; color: var(--lp-charcoal); }
.lp-shop-active-list span {
	flex: 0 0 auto;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--lp-gold);
}

.lp-shop-directions ol {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.lp-shop-directions li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	align-items: start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(201,151,90,0.14);
}
.lp-shop-directions li:last-child { border-bottom: 0; }

.lp-shop-directions li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: var(--lp-primary);
	color: var(--lp-charcoal);
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.08em;
	margin-top: 10px;
}

.lp-shop-closing {
	padding: 84px 0 96px;
	background:
		linear-gradient(135deg, rgba(232,200,120,0.38), rgba(245,184,204,0.26)),
		var(--lp-bg);
}

.lp-shop-closing__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.lp-shop-closing h2 {
	font-family: var(--lp-font-serif);
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: 1;
	color: var(--lp-charcoal);
	margin: 16px 0 0;
}

.lp-shop-closing__buy {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 18px;
}

[data-lp-shop-reveal],
[data-lp-shop-step] { opacity: 1; }

.js-gsap [data-lp-shop-reveal],
.js-gsap [data-lp-shop-step] { opacity: 0; }

@media (max-width: 980px) {
	.lp-shop-hero { padding: 118px 0 84px; }

	.lp-shop-hero__grid,
	.lp-shop-details__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.lp-shop-hero__content {
		align-items: center;
		text-align: center;
		padding: 0;
	}

	.lp-shop-hero__facts {
		grid-template-columns: repeat(2, max-content);
		justify-content: center;
	}

	.lp-shop-hero__facts span:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: center;
	}

	.lp-shop-timeline__line { left: 22px; }

	.lp-shop-step,
	.lp-shop-step--left,
	.lp-shop-step--right {
		width: 100%;
		align-self: stretch;
		justify-content: flex-start;
		padding-left: 64px;
		padding-right: 0;
	}

	.lp-shop-step--left::before,
	.lp-shop-step--right::before { left: 13px; right: auto; }

	.lp-shop-closing__inner { flex-direction: column; text-align: center; }
	.lp-shop-closing__buy { align-items: center; }

	.lp-shop-buy-form,
	.lp-shop-buy-form--compact {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.lp-shop-hero {
		padding: 104px 0 64px;
	}

	.lp-shop-hero__grid {
		gap: 32px;
	}

	.lp-shop-hero__media {
		max-width: min(100%, 360px);
		border-radius: 30px;
	}

	.lp-shop-hero__badge {
		top: 18px;
		left: 18px;
		width: 58px;
		height: 58px;
		font-size: 10px;
	}

	.lp-shop-hero__content {
		gap: 14px;
	}

	.lp-shop-hero__title {
		white-space: normal;
		font-size: clamp(2.6rem, 12vw, 4rem);
	}

	.lp-shop-hero__subtitle {
		font-size: clamp(1.25rem, 7vw, 1.65rem);
	}

	.lp-shop-hero__lead,
	.lp-shop-section-head p,
	.lp-shop-step p,
	.lp-shop-ingredient-note,
	.lp-shop-directions li p {
		font-size: 1rem;
		line-height: 1.65;
	}

	.lp-shop-hero__facts {
		grid-template-columns: 1fr;
		width: min(100%, 260px);
		gap: 9px;
		margin: 4px auto 8px;
	}

	.lp-shop-hero__facts span,
	.lp-shop-hero__facts span:nth-child(3) {
		grid-column: auto;
		justify-self: stretch;
		width: 100%;
		padding: 9px 14px;
	}

	.lp-shop-experience {
		padding: 64px 0 74px;
	}

	.lp-shop-section-head {
		margin-bottom: 48px;
	}

	.lp-shop-timeline {
		gap: 24px;
	}

	.lp-shop-timeline__line,
	.lp-shop-step::before {
		display: none;
	}

	.lp-shop-active-list { grid-template-columns: 1fr; }

	.lp-shop-details {
		padding: 64px 0;
	}

	.lp-shop-actives,
	.lp-shop-directions,
	.lp-shop-step__inner {
		padding: 26px;
		border-radius: 24px;
	}

	.lp-shop-step,
	.lp-shop-step--left,
	.lp-shop-step--right {
		padding-left: 0;
		padding-right: 0;
	}

	.lp-shop-step__inner {
		width: 100%;
		min-height: 0;
	}

	.lp-shop-step__num {
		top: 18px;
		right: 20px;
		font-size: 3.6rem;
	}

	.lp-shop-step__head {
		align-items: flex-start;
		padding-right: 54px;
	}

	.lp-shop-step h3 {
		font-size: 1.35rem;
	}

	.lp-shop-active-list div {
		padding: 14px 16px;
	}

	.lp-shop-directions li {
		grid-template-columns: 40px 1fr;
		gap: 14px;
	}

	.lp-shop-directions li span {
		width: 40px;
		height: 40px;
		margin-top: 4px;
	}

	.lp-shop-closing {
		padding: 64px 0 72px;
	}

	.lp-shop-closing h2 {
		font-size: clamp(2.2rem, 12vw, 3.6rem);
	}

	.lp-shop-thumbs { gap: 8px; }
	.lp-shop-thumb { border-radius: 10px; }

	.lp-shop-buy-form,
	.lp-shop-buy-form--compact {
		flex-direction: column;
		width: 100%;
	}

	.lp-shop-qty,
	.lp-shop-buy-form .lp-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 390px) {
	.lp-shop-hero {
		padding-top: 96px;
	}

	.lp-shop-actives,
	.lp-shop-directions,
	.lp-shop-step__inner {
		padding: 22px;
	}

	.lp-shop-active-list div {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lp-shop-hero__title {
		animation: none;
		color: var(--lp-charcoal);
		-webkit-text-fill-color: var(--lp-charcoal);
	}
}

.lp-shop-closing .lp-btn,
.lp-shop-hero__content .lp-btn { white-space: nowrap; }
