.blq-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.blq-promo-overlay {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: rgba(46, 34, 28, 0.72);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.blq-promo-overlay[hidden] {
	display: none !important;
}

.blq-promo-overlay.is-visible {
	opacity: 1;
}

.blq-promo-modal {
	position: relative;
	max-width: 440px;
	width: 100%;
	max-height: 92vh;
	overflow-y: auto;
	background: var(--blq-cream);
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(46, 34, 28, 0.35);
	transform: scale(0.96) translateY(8px);
	transition: transform 0.25s ease;
}

.blq-promo-overlay.is-visible .blq-promo-modal {
	transform: scale(1) translateY(0);
}

.blq-promo-modal::before,
.blq-promo-modal::after {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	border: 2px solid var(--blq-gold);
	z-index: 2;
	pointer-events: none;
}
.blq-promo-modal::before { top: 10px; left: 10px; border-right: none; border-bottom: none; }
.blq-promo-modal::after { bottom: 10px; right: 10px; border-left: none; border-top: none; }

.blq-promo-ghost {
	position: absolute;
	top: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--blq-font-display);
	font-weight: 600;
	font-style: italic;
	font-size: clamp(2.75rem, 12vw, 3.75rem);
	color: transparent;
	-webkit-text-stroke: 1px rgba(189, 154, 104, 0.18);
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
	z-index: 0;
	line-height: 1;
}

.blq-promo-close {
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	width: 2.25rem;
	height: 2.25rem;
	border: none;
	border-radius: 50%;
	background: rgba(250, 245, 240, 0.92);
	color: var(--blq-ink);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.blq-promo-close:hover,
.blq-promo-close:focus-visible {
	background: var(--blq-cream);
	outline: 2px solid var(--blq-ring);
	outline-offset: 2px;
}

.blq-promo-body {
	position: relative;
	z-index: 1;
	padding: 2.5rem 2rem 2rem;
	text-align: center;
}

.blq-promo-body .blq-eyebrow {
	justify-content: center;
	margin-bottom: 0.85rem;
}

.blq-promo-heading {
	font-family: var(--blq-font-display);
	font-size: clamp(1.9rem, 6vw, 2.4rem);
	line-height: 1.15;
	color: var(--blq-ink);
	margin: 0 0 0.75rem;
	position: relative;
}
.blq-promo-heading::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background: var(--blq-gold);
	margin: 0.85rem auto 0;
}

.blq-promo-sub {
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--blq-ink-readable);
	max-width: 34ch;
	margin: 0 auto 1.35rem;
}

.blq-promo-list {
	list-style: none;
	margin: 0 0 1.1rem;
	padding: 0;
	border-top: 1px solid var(--blq-rule);
}
.blq-promo-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.65rem 0.1rem;
	border-bottom: 1px solid var(--blq-rule);
	font-size: 0.9rem;
}
.blq-promo-list li span {
	color: var(--blq-ink);
	font-weight: 500;
}
.blq-promo-list li b {
	font-family: var(--blq-font-body);
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--blq-gold-deep);
	background: rgba(189, 154, 104, 0.16);
	padding: 0.25rem 0.6rem;
	border-radius: 4px;
	font-size: 0.78rem;
}

.blq-promo-dates {
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--blq-ink-muted);
	margin: 0 0 1.35rem;
}

.blq-promo-cta {
	width: 100%;
	margin-bottom: 0.75rem;
}

.blq-promo-urgency {
	font-size: 0.8rem;
	color: var(--blq-ink-readable);
	margin: 0 0 1.1rem;
}

.blq-promo-terms {
	font-size: 0.68rem;
	line-height: 1.5;
	color: var(--blq-ink-muted);
	margin: 0;
	border-top: 1px solid var(--blq-rule);
	padding-top: 0.85rem;
}

@media (max-width: 480px) {
	.blq-promo-body { padding: 2.25rem 1.35rem 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
	.blq-promo-overlay,
	.blq-promo-modal {
		transition: none;
	}
}

/* ---- Sitewide announcement bar (lives inside the fixed header) ---- */
.blq-promo-bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	background: var(--blq-espresso);
	color: var(--blq-ink-invert);
	padding: 0.55rem 2.5rem;
	text-align: center;
}
.blq-promo-bar p {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}
.blq-promo-bar a {
	color: var(--blq-gold);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.blq-promo-bar-close {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: var(--blq-ink-invert-mu);
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.35rem;
}
.blq-promo-bar-close:hover,
.blq-promo-bar-close:focus-visible {
	color: var(--blq-ink-invert);
}
.blq-promo-bar[hidden] { display: none !important; }
@media (max-width: 640px) {
	.blq-promo-bar { padding: 0.55rem 2.25rem; }
	.blq-promo-bar p { font-size: 0.7rem; }
}

/* ---- Inline page banner ---- */
.blq-promo-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
	border: 1px solid var(--blq-gold);
	border-radius: 10px;
	padding: 1.5rem 1.75rem;
	background: rgba(189, 154, 104, 0.08);
}
.blq-promo-banner-copy {
	margin: 0.4rem 0 0;
	font-size: 0.95rem;
	color: var(--blq-ink);
	max-width: 48ch;
}
.blq-promo-banner .blq-btn {
	flex-shrink: 0;
}
@media (max-width: 640px) {
	.blq-promo-banner { flex-direction: column; align-items: stretch; text-align: center; }
	.blq-promo-banner .blq-btn { width: 100%; }
}
