/* ==========================================================================
   Sale page — layered on main.css tokens (see :root there).
   ========================================================================== */

.bz-sale-page {
	padding-bottom: 5rem;
}

.bz-sale-hero {
	max-width: 900px;
	margin: 0 auto;
	padding: 5rem 1.5rem 3.5rem;
	text-align: center;
}

.bz-sale-hero .bz-eyebrow {
	display: block;
	margin-bottom: 1rem;
}

.bz-sale-hero-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 2rem;
	flex-wrap: wrap;
}

.bz-sale-hero-row h1 {
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 2.9rem);
	line-height: 1.14;
}

/* The one signature move on this page: the deepest current discount, set
   as an oversized display-serif numeral like a magazine issue folio —
   quiet in weight, loud in scale — rather than a boxed "stat card" or a
   starburst badge. Blush ties it to the sale color used everywhere else
   on the site (badges, struck-through prices). */
.bz-sale-stat {
	display: flex;
	align-items: flex-start;
	line-height: 0.8;
	margin: 0;
	font-family: var(--bz-font-display);
	color: var(--bz-blush);
	user-select: none;
}

.bz-sale-stat-number {
	font-size: clamp(3.5rem, 9vw, 6.5rem);
	font-weight: 500;
}

.bz-sale-stat-percent {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	margin-top: 0.4em;
	font-weight: 500;
}

.bz-sale-hero-copy {
	margin: 1.5rem auto 0;
	max-width: 46ch;
	font-size: 1rem;
	color: var(--bz-ink);
	opacity: 0.75;
}

.bz-sale-ends {
	margin: 0.9rem 0 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bz-champagne);
}

.bz-sale-grid {
	margin-top: 1rem;
}

.bz-sale-empty {
	max-width: 480px;
	margin: 0 auto;
	padding: 2rem 1.5rem 0;
	text-align: center;
	color: var(--bz-ink);
	opacity: 0.65;
	font-size: 0.95rem;
}

@media (max-width: 640px) {
	.bz-sale-hero {
		padding: 3.5rem 1.25rem 2.5rem;
	}

	.bz-sale-hero-row {
		flex-direction: column;
		gap: 0.75rem;
	}
}
