/* =========================================================
   Loyalty Scheme page styles
   ========================================================= */

.loyalty-hero {
	min-height: 900px;
	background-color: var(--lb-ink);
	background-size: cover;
	background-position: center;
}
.loyalty-hero .hero__content { padding-top: 360px; }

/* ---------- PROMISE ---------- */
.section-promise { background: var(--lb-off-white); padding-block: 130px 150px; }
.promise__inner { max-width: 880px; margin-inline: auto; text-align: center; }
.promise__copy { display: flex; flex-direction: column; gap: 20px; align-items: center; }
.promise__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-ink); margin-top: 8px;
}
.promise__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.promise__copy > p {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 17px;
	line-height: 1.8; color: var(--lb-grey-500);
	max-width: 760px; margin-top: 28px;
}

/* ---------- TREATCARD ---------- */
.section-treatcard { background: var(--lb-white); padding-block: 140px; }
.treatcard__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-ink); margin-top: 20px;
}
.treatcard__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.treatcard__lead { max-width: 720px; margin: 24px auto 0; font-family: var(--lb-font-body); font-weight: 300; font-size: 17px; line-height: 1.8; color: var(--lb-grey-500); }
.treatcard__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; margin-bottom: 64px; }
.treatcard-step {
	border: 1px solid rgba(253,235,187,0.9); /* thin cream frame per Figma */
	background: var(--lb-white);
	padding: 56px 36px 60px; text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.treatcard-step__icon { width: 55px; height: auto; margin-bottom: 14px; }
.treatcard-step h3 { font-family: var(--lb-font-body); font-weight: 600; font-size: 19px; color: var(--lb-ink); }
.treatcard-step__badge {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 34px;
	color: var(--lb-grey-500); line-height: 1;
}
.treatcard-step p { font-family: var(--lb-font-body); font-weight: 300; font-size: 14px; line-height: 1.8; color: var(--lb-grey-500); max-width: 360px; margin-top: 6px; }

.treatcard__video {
	position: relative; max-width: 950px; margin-inline: auto;
	aspect-ratio: 896/504;
	background-size: cover; background-position: center;
	display: flex; align-items: center; justify-content: center;
}
.treatcard__video-play {
	width: 84px; height: 84px; border-radius: 50%;
	background: rgba(255,255,255,0.55); color: var(--lb-ink);
	border: 0; cursor: pointer; font-size: 26px;
	display: flex; align-items: center; justify-content: center;
	padding-left: 6px;
	transition: background .2s ease;
}
.treatcard__video-play:hover { background: rgba(255,255,255,0.8); }
.treatcard__video-caption {
	position: absolute; left: 0; right: 0; bottom: 0;
	padding: 18px 26px 16px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.55));
	text-align: left;
}
.treatcard__video-caption p { font-family: var(--lb-font-body); font-weight: 600; font-size: 17px; color: var(--lb-white); }
.treatcard__video-caption span { font-family: var(--lb-font-body); font-weight: 300; font-size: 13px; color: var(--lb-white-70); }

/* ---------- REDEMPTION ---------- */
.section-redemption {
	background-color: var(--lb-ink); color: var(--lb-white);
	background-size: cover; background-position: center;
	padding-block: 110px 130px;
}
.redemption__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-white); margin-top: 20px;
}
.redemption__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.redemption__lead { max-width: 640px; margin: 24px auto 0; color: var(--lb-white-90); font-size: 17px; font-weight: 300; line-height: 1.8; font-family: var(--lb-font-body); }
.redemption__tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; align-items: stretch; }
/* Figma: glass cards — white ~50% fill, cream border, backdrop blur */
.redemption-tier {
	padding: 56px 44px 64px;
	background: rgba(255,255,255,0.5);
	border: 2px solid rgba(253,235,187,0.85);
	backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.redemption-tier h3 {
	font-family: var(--lb-font-body); font-weight: 600; font-size: 34px;
	color: var(--lb-ink); text-align: center;
}
.redemption-tier__points {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 16px;
	color: rgba(26,26,26,0.65); text-align: center; margin: 10px 0 44px;
}
.redemption-tier ul { list-style: none; display: flex; flex-direction: column; gap: 19px; padding: 0; margin: 0; }
.redemption-tier li {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 15px;
	color: #2a2a2a; position: relative; padding-left: 36px;
}
.redemption-tier li::before {
	content: ""; position: absolute; left: 0; top: 0.62em;
	width: 18px; height: 1px; background: rgba(26,26,26,0.55);
}

/* ---------- REFERRAL ---------- */
.section-referral { background: var(--lb-white); padding-block: 150px; }
.referral__inner {
	display: grid; grid-template-columns: 1fr 1fr; gap: 110px;
	align-items: center;
}
.referral__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-ink); margin: 22px 0 32px;
}
.referral__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.referral__lead {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 16px;
	line-height: 1.9; color: var(--lb-grey-500); max-width: 640px;
	margin-bottom: 44px;
}
.referral__steps { display: flex; flex-direction: column; gap: 34px; margin-bottom: 52px; }
.referral-step { display: flex; gap: 26px; align-items: flex-start; }
.referral-step__num {
	flex-shrink: 0; width: 46px; height: 46px;
	background: var(--lb-cream);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--lb-font-body); font-weight: 600; font-size: 17px;
	color: var(--lb-ink);
}
.referral-step__body h3 { font-family: var(--lb-font-body); font-weight: 600; font-size: 21px; color: var(--lb-ink); margin-bottom: 10px; }
.referral-step__body p { font-family: var(--lb-font-body); font-weight: 300; font-size: 15px; line-height: 1.8; color: var(--lb-grey-500); max-width: 600px; }
.referral-step__body strong { font-weight: 600; color: var(--lb-ink); }
.referral__cta-btn {
	display: inline-block;
	background: var(--lb-ink); color: var(--lb-white);
	font-family: var(--lb-font-body); font-weight: 500; font-size: 13px;
	letter-spacing: 2.5px; text-transform: uppercase;
	padding: 22px 42px;
	transition: background .2s ease;
}
.referral__cta-btn:hover { background: #333; }
.referral__media { margin: 0; aspect-ratio: 552/690; overflow: hidden; }
.referral__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- TRACK & REDEEM ---------- */
.section-track {
	background-color: var(--lb-ink); color: var(--lb-white);
	background-size: cover; background-position: center;
	padding-block: 110px 130px;
}
.track__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-white); margin-top: 20px;
}
.track__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.track__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: stretch; }
.track-card {
	padding: 48px 44px 56px;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.3);
	backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.track-card__head { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.track-card__icon {
	flex-shrink: 0; width: 36px; height: 36px;
	background: var(--lb-cream);
	display: flex; align-items: center; justify-content: center;
}
.track-card h3 { font-family: var(--lb-font-body); font-weight: 600; font-size: 22px; color: var(--lb-white); }
.track-card p { font-family: var(--lb-font-body); font-weight: 300; font-size: 14.5px; line-height: 1.9; color: var(--lb-white-90); margin-bottom: 36px; }
.track-card ul { list-style: none; display: flex; flex-direction: column; gap: 17px; padding: 0; margin: 0; }
.track-card li {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 15px;
	color: var(--lb-white); padding-left: 36px; position: relative;
}
.track-card li::before {
	content: ""; position: absolute; left: 0; top: 0.62em;
	width: 18px; height: 1px; background: rgba(255,255,255,0.55);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1180px) {
	.treatcard__steps { grid-template-columns: 1fr; }
	.referral__inner { grid-template-columns: 1fr; gap: 48px; }
	.redemption__tiers { grid-template-columns: repeat(2, 1fr); }
	.track__grid { grid-template-columns: 1fr; }
}
@media (max-width: 880px) {
	.loyalty-hero { min-height: 600px; }
	.loyalty-hero .hero__content { padding-top: 220px; }
	.section-promise, .section-treatcard, .section-redemption, .section-referral, .section-track { padding-block: 80px; }
}
@media (max-width: 600px) {
	.redemption__tiers { grid-template-columns: 1fr; }
}
