/**
 * Shop — Foundation close (v13 light-register catalog page).
 *
 * B3 retirement (docs/briefs/2026-08-16-shop-embeddable-catalog.md):
 * ports the retired `rhinory/shop-foundation-strip` block's `.sa-foundation`
 * rule (former assets/css/shop-all.css, deleted in the same slice) onto a
 * core/group + core/heading + core/paragraph composition. Values are copied
 * literally rather than reaching for the `.shop-all` scope's token block,
 * since that scope no longer exists anywhere on /shop/.
 */
.rhinory-foundation-close {
	/* THE SEAM. The section is a sibling of `winery/gift-sets` inside the page's
	   default-layout main, which spaces its children on the theme's 24px
	   block-gap — and 24px of page paper between the gift band and this dark
	   band reads as a lighter strip, not as a gap. v13 butts them. */
	margin-top: 0;
	position: relative;
	overflow: hidden;
	background: #1a1512;
	color: #fbf7ee;
	padding: 96px 44px;
	text-align: center;
}
.rhinory-foundation-close::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(60% 80% at 50% 0%, rgba(232, 201, 160, 0.08), transparent 70%);
}
.rhinory-foundation-close > * {
	position: relative;
	z-index: 2;
}
/* Kept for the same reason as the promo eyebrow (shop-catalog-slot.css): the
   paragraph is an operator-editable core block, so the paint outlives the copy.
   It now carries the gap to the heading, which used to sit on the heading. */
.rhinory-foundation-close__eyebrow {
	margin: 0 0 18px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: "Josefin Sans", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(232, 201, 160, 0.85);
}
.rhinory-foundation-close__eyebrow::before {
	content: "";
	width: 24px;
	height: 1px;
	background: rgba(232, 201, 160, 0.6);
}
/* SPLIT HEADER + no eyebrow above it: the 18px offset went with the eyebrow,
   and the 20ch measure went with the authored `<br>` — capping the line would
   wrap a headline that already carries its own break. */
.rhinory-foundation-close__heading {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	font-size: clamp(40px, 5.4vw, 76px);
	line-height: 1.04;
	letter-spacing: -0.01em;
	margin: 0 auto;
	max-width: none;
	color: #fbf7ee;
}
.rhinory-foundation-close__heading em {
	font-style: italic;
	font-weight: 500;
	color: #e8c9a0;
}
.rhinory-foundation-close__body {
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	line-height: 1.62;
	color: rgba(241, 228, 206, 0.9);
	max-width: 56ch;
	margin: 20px auto 0 auto;
}
.rhinory-foundation-close__stat {
	margin: 28px 0 0 0;
	text-align: center;
}
.rhinory-foundation-close__stat-fig {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-style: italic;
	font-weight: 500;
	font-size: clamp(44px, 5vw, 60px);
	line-height: 1;
	color: #e8c9a0;
}
.rhinory-foundation-close__stat-label {
	display: block;
	margin-top: 4px;
	font-family: "Josefin Sans", system-ui, sans-serif;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(241, 228, 206, 0.82);
}
.rhinory-foundation-close__sig {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-style: italic;
	font-weight: 500;
	font-size: 30px;
	color: #fbf7ee;
	display: inline-block;
	margin-top: 26px;
	padding: 16px 38px;
	border-top: 1px solid rgba(241, 228, 206, 0.25);
	border-bottom: 1px solid rgba(241, 228, 206, 0.25);
}
