/**
 * Cobalt Tide — Wedding Site Builder pack
 * Layout: tide
 * Composition: classic
 */

:root {
	--wsb-bg: #0f1a28;
	--wsb-bg-deep: #081018;
	--wsb-ink: #e8eef4;
	--wsb-ink-soft: #9aabbc;
	--wsb-brass: #5b8fbf;
	--wsb-brass-bright: #7aabd4;
	--wsb-paper: #f4f8fc;
	--wsb-line: rgba(0, 0, 0, 0.12);
	--wsb-font-display: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	--wsb-font-body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	--wsb-max: 72rem;
	--wsb-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.wsb-pack-cobalt-tide {
	background: var(--wsb-bg);
	color: var(--wsb-ink);
	font-family: var(--wsb-font-body);
	font-size: 1.05rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.wsb-pack-cobalt-tide #page,
body.wsb-pack-cobalt-tide .wp-site-blocks { position: relative; z-index: 1; background: transparent; }
/* Homepage pack canvas only — keep interior pages (Sample Page, Travel, etc.) readable */
body.wsb-pack-cobalt-tide.home .entry-content { max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.wsb-pack-cobalt-tide.home .entry-content.has-global-padding { padding-left: 0 !important; padding-right: 0 !important; }
body.wsb-pack-cobalt-tide.home .entry-content.is-layout-constrained > * { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
body.wsb-pack-cobalt-tide.home .wp-site-blocks { padding-left: 0 !important; padding-right: 0 !important; }
body.wsb-pack-cobalt-tide.home .entry-header,
body.wsb-pack-cobalt-tide.home .wp-block-post-title,
body.wsb-pack-cobalt-tide.home .wp-block-post-featured-image { display: none !important; }
body.wsb-pack-cobalt-tide:not(.home) .entry-content,
body.wsb-pack-cobalt-tide:not(.home) .entry-content p,
body.wsb-pack-cobalt-tide:not(.home) .wp-block-quote,
body.wsb-pack-cobalt-tide:not(.home) .wp-block-quote p,
body.wsb-pack-cobalt-tide:not(.home) .wp-block-post-title {
	color: var(--wsb-ink) !important;
}
body.wsb-pack-cobalt-tide:not(.home) .wp-block-quote {
	background: var(--wsb-paper);
	border-color: var(--wsb-line);
}
body.wsb-pack-cobalt-tide .wp-block-site-title a,
body.wsb-pack-cobalt-tide .wp-block-navigation a {
	font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--wsb-ink) !important; text-decoration: none;
}
body.wsb-pack-cobalt-tide .wp-block-navigation a:hover { color: var(--wsb-brass) !important; }
/* Dark pack: header must use bg (not paper) or light nav text washes out. */
body.wsb-pack-cobalt-tide header.wp-block-template-part,
body.wsb-pack-cobalt-tide header.wp-block-template-part .has-base-background-color,
body.wsb-pack-cobalt-tide header.wp-block-template-part .has-background {
	background: color-mix(in srgb, var(--wsb-bg) 94%, transparent) !important;
	background-color: color-mix(in srgb, var(--wsb-bg) 94%, transparent) !important;
	backdrop-filter: blur(8px);
	border-bottom: 1px solid color-mix(in srgb, var(--wsb-ink) 14%, transparent);
}
body.wsb-pack-cobalt-tide header.wp-block-template-part .wp-block-site-title a,
body.wsb-pack-cobalt-tide header.wp-block-template-part .wp-block-navigation a {
	color: var(--wsb-ink) !important;
}
body.wsb-pack-cobalt-tide footer.wp-block-template-part .wp-block-columns,
body.wsb-pack-cobalt-tide footer.wp-block-template-part nav { display: none; }

.wsb-hero {
	min-height: calc(100svh - 5rem);
	display: flex; flex-direction: column; justify-content: center;
	padding: clamp(1.5rem, 4vw, 3rem);
	position: relative; overflow: hidden; isolation: isolate;
	color: var(--wsb-paper);
	background:
		linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.55)),
		linear-gradient(145deg, var(--wsb-bg-deep), var(--wsb-ink));
	background-size: cover; background-position: center;
}
body.wsb-has-hero-image .wsb-hero {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.62)),
		var(--wsb-hero-image),
		linear-gradient(145deg, var(--wsb-bg-deep), var(--wsb-ink));
	background-size: cover, cover, cover;
	background-position: center;
}
.wsb-hero, .wsb-hero h1, .wsb-hero h2, .wsb-hero p, .wsb-hero a { color: var(--wsb-paper) !important; }
.wsb-hero__eyebrow { font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; }
.wsb-hero__names {
	font-family: var(--wsb-font-display); font-weight: 500;
	font-size: clamp(3rem, 10vw, 6.5rem); line-height: 0.95;
	letter-spacing: -0.02em; margin: 0.65rem 0 1rem; max-width: 14ch;
}
.wsb-hero__meta { font-size: 1rem; letter-spacing: 0.06em; opacity: 0.9; }
.wsb-hero__meta span { display: inline-block; margin-right: 0.75rem; }
.wsb-hero__meta span + span::before { content: "·"; margin-right: 0.75rem; opacity: 0.5; }
.wsb-hero__cta {
	margin-top: 2rem; display: inline-flex; width: fit-content;
	padding: 0.95rem 1.6rem; border: 1px solid rgba(255,255,255,0.55);
	color: var(--wsb-paper) !important; text-decoration: none !important;
	font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
	transition: background 0.35s var(--wsb-ease), color 0.35s var(--wsb-ease);
}
.wsb-hero__cta:hover { background: var(--wsb-paper); color: var(--wsb-ink) !important; }

/* Layout: invite — centered cream card */
.wsb-hero--invite {
	align-items: center; text-align: center;
	background: radial-gradient(ellipse at 50% 30%, #081018, #0f1a28);
	color: var(--wsb-ink) !important;
}
.wsb-hero--invite, .wsb-hero--invite h1, .wsb-hero--invite p, .wsb-hero--invite a { color: var(--wsb-ink) !important; }
.wsb-hero--invite .wsb-hero__frame {
	background: var(--wsb-paper); padding: clamp(2rem, 5vw, 3.5rem);
	border: 1px solid var(--wsb-line); box-shadow: 0 24px 60px rgba(44,42,38,0.08);
	max-width: 36rem; width: 100%;
}
.wsb-hero--invite .wsb-hero__cta { border-color: var(--wsb-brass); color: var(--wsb-ink) !important; margin-left: auto; margin-right: auto; }
.wsb-hero--invite .wsb-hero__cta:hover { background: var(--wsb-brass); color: var(--wsb-paper) !important; }
body.wsb-has-hero-image .wsb-hero--invite {
	background-image: linear-gradient(180deg, rgba(250,247,242,0.82), rgba(250,247,242,0.92)), var(--wsb-hero-image);
}

/* Layout: botanical — soft left stack + leaf accent */
.wsb-hero--botanical::after {
	content: ""; position: absolute; right: -10%; top: 10%; width: 48%; height: 80%;
	border-radius: 60% 40% 55% 45%;
	background: radial-gradient(circle at 30% 30%, rgba(95,122,88,0.35), transparent 70%);
	pointer-events: none;
}
.wsb-hero--botanical .wsb-hero__frame { position: relative; z-index: 1; max-width: 28rem; }

/* Layout: glam — tall stacked centered champagne */
.wsb-hero--glam { align-items: center; text-align: center; }
.wsb-hero--glam .wsb-hero__names { max-width: none; font-size: clamp(3.5rem, 12vw, 8rem); }
.wsb-hero--glam .wsb-hero__frame { border-top: 1px solid rgba(197,184,160,0.45); border-bottom: 1px solid rgba(197,184,160,0.45); padding: 2rem 1rem; }
.wsb-hero--glam .wsb-hero__cta { margin-left: auto; margin-right: auto; border-color: var(--wsb-brass); }

/* Layout: desert — wide band, low hero */
.wsb-hero--desert { min-height: 78svh; justify-content: flex-end; padding-bottom: 4rem; }
.wsb-hero--desert .wsb-hero__names { max-width: 18ch; font-size: clamp(2.8rem, 8vw, 5.5rem); letter-spacing: 0.02em; }
.wsb-hero--desert .wsb-hero__frame { border-left: 4px solid var(--wsb-brass); padding-left: 1.25rem; }

/* Layout: coastal — airy split */
.wsb-hero--coastal {
	display: grid; grid-template-columns: 1fr; align-items: stretch;
	background: var(--wsb-bg); color: var(--wsb-ink) !important; min-height: 85svh;
}
.wsb-hero--coastal, .wsb-hero--coastal h1, .wsb-hero--coastal p, .wsb-hero--coastal a { color: var(--wsb-ink) !important; }
.wsb-hero--coastal .wsb-hero__frame {
	display: flex; flex-direction: column; justify-content: center;
	padding: clamp(2rem, 6vw, 5rem); background: var(--wsb-paper);
}
.wsb-hero--coastal .wsb-hero__cta { border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }
.wsb-hero--coastal .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--coastal {
	background-image: none; background: var(--wsb-bg);
}
body.wsb-has-hero-image .wsb-hero--coastal::before {
	content: ""; grid-row: 1; min-height: 42vh;
	background: var(--wsb-hero-image) center/cover no-repeat;
}
@media (min-width: 900px) {
	.wsb-hero--coastal { grid-template-columns: 1.05fr 0.95fr; }
	body.wsb-has-hero-image .wsb-hero--coastal::before { grid-column: 1; grid-row: 1; min-height: 100%; }
	.wsb-hero--coastal .wsb-hero__frame { grid-column: 2; grid-row: 1; }
}

/* Layout: noir — cinematic black */
.wsb-hero--noir { align-items: center; text-align: center; background: #050505; }
.wsb-hero--noir .wsb-hero__frame { max-width: 40rem; }
.wsb-hero--noir .wsb-hero__names { letter-spacing: 0.04em; text-transform: none; }
.wsb-hero--noir .wsb-hero__eyebrow { color: var(--wsb-brass) !important; }
.wsb-hero--noir::after {
	content: ""; position: absolute; inset: 1.5rem;
	border: 1px solid rgba(196,166,94,0.35); pointer-events: none;
}
.wsb-hero--noir .wsb-hero__cta { border-color: var(--wsb-brass); margin-left: auto; margin-right: auto; }

/* Layout: romance — soft full-bleed blush overlay */
.wsb-hero--romance { align-items: center; text-align: center; }
.wsb-hero--romance .wsb-hero__names {
	font-style: italic; font-weight: 400; max-width: none;
	font-size: clamp(3.2rem, 11vw, 7rem);
}
.wsb-hero--romance .wsb-hero__frame { max-width: 38rem; }
.wsb-hero--romance .wsb-hero__cta {
	border-radius: 999px; margin-left: auto; margin-right: auto;
	border-color: rgba(255,255,255,0.7);
}
body.wsb-has-hero-image .wsb-hero--romance {
	background-image:
		linear-gradient(180deg, rgba(196,122,138,0.28), rgba(58,42,46,0.55)),
		var(--wsb-hero-image);
}

/* Layout: minimal — huge asymmetric type */
.wsb-hero--minimal {
	background: var(--wsb-bg); color: var(--wsb-ink) !important; min-height: 88svh;
	justify-content: flex-end; padding-bottom: clamp(3rem, 8vw, 6rem);
}
.wsb-hero--minimal, .wsb-hero--minimal h1, .wsb-hero--minimal p, .wsb-hero--minimal a { color: var(--wsb-ink) !important; }
.wsb-hero--minimal .wsb-hero__names {
	max-width: 12ch; font-size: clamp(3.5rem, 12vw, 8.5rem);
	letter-spacing: -0.04em; text-transform: uppercase; font-weight: 600;
}
.wsb-hero--minimal .wsb-hero__eyebrow { letter-spacing: 0.4em; }
.wsb-hero--minimal .wsb-hero__cta {
	border: 0; background: var(--wsb-ink); color: var(--wsb-paper) !important; padding: 1rem 1.8rem;
}
.wsb-hero--minimal .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--minimal {
	background-image:
		linear-gradient(100deg, rgba(244,245,247,0.94) 0%, rgba(244,245,247,0.72) 48%, rgba(244,245,247,0.2) 100%),
		var(--wsb-hero-image);
	background-size: cover; background-position: right center;
}

/* Layout: rustic — warm stacked band */
.wsb-hero--rustic { justify-content: center; }
.wsb-hero--rustic .wsb-hero__frame {
	background: color-mix(in srgb, var(--wsb-paper) 88%, transparent);
	color: var(--wsb-ink) !important;
	padding: clamp(1.75rem, 4vw, 2.75rem);
	border-top: 3px solid var(--wsb-brass);
	max-width: 34rem;
	box-shadow: 0 18px 50px rgba(46,36,28,0.18);
}
.wsb-hero--rustic, .wsb-hero--rustic .wsb-hero__frame h1,
.wsb-hero--rustic .wsb-hero__frame p, .wsb-hero--rustic .wsb-hero__frame a { color: var(--wsb-ink) !important; }
.wsb-hero--rustic .wsb-hero__names { font-size: clamp(2.6rem, 7vw, 4.8rem); max-width: 16ch; }
.wsb-hero--rustic .wsb-hero__cta { border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }
.wsb-hero--rustic .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }

/* Layout: deco — geometric gilt frame */
.wsb-hero--deco { align-items: center; text-align: center; background: #0a0908; }
.wsb-hero--deco .wsb-hero__frame {
	position: relative; max-width: 36rem; padding: 2.5rem 2rem;
	border: 1px solid rgba(212,175,55,0.55);
}
.wsb-hero--deco .wsb-hero__frame::before,
.wsb-hero--deco .wsb-hero__frame::after {
	content: ""; position: absolute; width: 1.25rem; height: 1.25rem;
	border: 2px solid var(--wsb-brass);
}
.wsb-hero--deco .wsb-hero__frame::before { top: -0.4rem; left: -0.4rem; border-right: 0; border-bottom: 0; }
.wsb-hero--deco .wsb-hero__frame::after { bottom: -0.4rem; right: -0.4rem; border-left: 0; border-top: 0; }
.wsb-hero--deco .wsb-hero__names {
	letter-spacing: 0.08em; text-transform: uppercase;
	font-size: clamp(2.4rem, 7vw, 4.5rem); max-width: none;
}
.wsb-hero--deco .wsb-hero__eyebrow { color: var(--wsb-brass) !important; letter-spacing: 0.35em; }
.wsb-hero--deco .wsb-hero__cta { border-color: var(--wsb-brass); margin-left: auto; margin-right: auto; }

/* Layout: tropical — leafy airy light */
.wsb-hero--tropical {
	background: linear-gradient(180deg, #0f1a28, #081018);
	color: var(--wsb-ink) !important; align-items: flex-start; min-height: 88svh;
}
.wsb-hero--tropical, .wsb-hero--tropical h1, .wsb-hero--tropical p, .wsb-hero--tropical a { color: var(--wsb-ink) !important; }
.wsb-hero--tropical::after {
	content: ""; position: absolute; right: -5%; bottom: -8%; width: 55%; height: 70%;
	background: radial-gradient(circle at 40% 40%, rgba(47,111,94,0.22), transparent 68%);
	pointer-events: none;
}
.wsb-hero--tropical .wsb-hero__frame { position: relative; z-index: 1; max-width: 30rem; padding-top: 2rem; }
.wsb-hero--tropical .wsb-hero__names { letter-spacing: -0.01em; }
.wsb-hero--tropical .wsb-hero__cta {
	background: var(--wsb-brass); border-color: var(--wsb-brass); color: #fff !important;
}
.wsb-hero--tropical .wsb-hero__cta:hover { background: var(--wsb-ink); border-color: var(--wsb-ink); }
body.wsb-has-hero-image .wsb-hero--tropical {
	background-image:
		linear-gradient(115deg, rgba(242,248,245,0.92) 0%, rgba(242,248,245,0.55) 55%, rgba(242,248,245,0.15) 100%),
		var(--wsb-hero-image);
	background-size: cover; background-position: center;
}

/* Layout: lavender — misty soft lilac */
.wsb-hero--lavender { align-items: center; text-align: center; }
.wsb-hero--lavender .wsb-hero__names {
	font-weight: 400; letter-spacing: 0.01em; max-width: none;
	font-size: clamp(3rem, 10vw, 6.5rem);
}
.wsb-hero--lavender .wsb-hero__frame {
	max-width: 36rem;
	padding: 1.5rem 1rem;
	border-top: 1px solid rgba(255,255,255,0.45);
	border-bottom: 1px solid rgba(255,255,255,0.45);
}
.wsb-hero--lavender .wsb-hero__cta { margin-left: auto; margin-right: auto; border-radius: 999px; }
body.wsb-has-hero-image .wsb-hero--lavender {
	background-image:
		linear-gradient(180deg, rgba(139,111,168,0.35), rgba(44,36,51,0.55)),
		var(--wsb-hero-image);
}

/* Layout: winter — quiet evergreen stack */
.wsb-hero--winter { justify-content: flex-end; padding-bottom: 4.5rem; min-height: 88svh; }
.wsb-hero--winter .wsb-hero__names {
	max-width: 16ch; font-size: clamp(2.8rem, 8vw, 5.5rem); letter-spacing: 0.01em;
}
.wsb-hero--winter .wsb-hero__eyebrow { letter-spacing: 0.32em; }
.wsb-hero--winter .wsb-hero__frame {
	border-left: 2px solid rgba(255,255,255,0.55); padding-left: 1.5rem;
}
body.wsb-has-hero-image .wsb-hero--winter {
	background-image:
		linear-gradient(180deg, rgba(26,36,32,0.15), rgba(26,36,32,0.62)),
		var(--wsb-hero-image);
}

/* Layout: toile — french blue invitation card */
.wsb-hero--toile {
	align-items: center; text-align: center;
	background: radial-gradient(ellipse at 50% 40%, #081018, #0f1a28);
	color: var(--wsb-ink) !important;
}
.wsb-hero--toile, .wsb-hero--toile h1, .wsb-hero--toile p, .wsb-hero--toile a { color: var(--wsb-ink) !important; }
.wsb-hero--toile .wsb-hero__frame {
	background: var(--wsb-paper);
	padding: clamp(2rem, 5vw, 3.25rem);
	border: 2px double var(--wsb-brass);
	max-width: 34rem; width: 100%;
	box-shadow: 0 20px 50px rgba(30,42,58,0.1);
}
.wsb-hero--toile .wsb-hero__names {
	font-size: clamp(2.4rem, 7vw, 4.2rem); letter-spacing: 0.04em;
	text-transform: uppercase; max-width: none;
}
.wsb-hero--toile .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important;
	margin-left: auto; margin-right: auto;
}
.wsb-hero--toile .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--toile {
	background-image:
		linear-gradient(180deg, rgba(244,246,249,0.88), rgba(244,246,249,0.94)),
		var(--wsb-hero-image);
}

/* Layout: loft — industrial bold left stack */
.wsb-hero--loft {
	background: var(--wsb-bg); color: var(--wsb-ink) !important; min-height: 90svh;
	justify-content: center;
}
.wsb-hero--loft, .wsb-hero--loft h1, .wsb-hero--loft p, .wsb-hero--loft a { color: var(--wsb-ink) !important; }
.wsb-hero--loft .wsb-hero__names {
	font-weight: 700; text-transform: uppercase; letter-spacing: -0.03em;
	font-size: clamp(3.2rem, 11vw, 7.5rem); max-width: 10ch; line-height: 0.92;
}
.wsb-hero--loft .wsb-hero__eyebrow { letter-spacing: 0.35em; color: var(--wsb-brass) !important; }
.wsb-hero--loft .wsb-hero__cta {
	border: 0; background: var(--wsb-ink); color: var(--wsb-paper) !important;
	letter-spacing: 0.18em;
}
.wsb-hero--loft .wsb-hero__cta:hover { background: var(--wsb-brass); }
.wsb-hero--loft .wsb-hero__frame {
	max-width: 28rem;
	border-bottom: 4px solid var(--wsb-brass);
	padding-bottom: 1.5rem;
}
body.wsb-has-hero-image .wsb-hero--loft {
	background-image:
		linear-gradient(95deg, rgba(240,238,236,0.95) 0%, rgba(240,238,236,0.78) 42%, rgba(240,238,236,0.2) 100%),
		var(--wsb-hero-image);
	background-size: cover; background-position: right center;
}

/* Layout: sakura — soft petal-centered spring */
.wsb-hero--sakura { align-items: center; text-align: center; }
.wsb-hero--sakura .wsb-hero__names {
	font-weight: 400; font-style: italic; max-width: none;
	font-size: clamp(3rem, 10vw, 6.8rem);
}
.wsb-hero--sakura .wsb-hero__frame { max-width: 38rem; }
.wsb-hero--sakura .wsb-hero__cta {
	margin-left: auto; margin-right: auto; border-radius: 999px;
	border-color: rgba(255,255,255,0.75);
}
.wsb-hero--sakura::after {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(circle at 80% 20%, rgba(212,138,154,0.28), transparent 45%),
		radial-gradient(circle at 15% 85%, rgba(212,138,154,0.18), transparent 40%);
	pointer-events: none;
}
body.wsb-has-hero-image .wsb-hero--sakura {
	background-image:
		linear-gradient(180deg, rgba(212,138,154,0.25), rgba(58,42,48,0.5)),
		var(--wsb-hero-image);
}

/* Layout: boho — warm meadow stack */
.wsb-hero--boho { justify-content: flex-end; min-height: 86svh; padding-bottom: 3.5rem; }
.wsb-hero--boho .wsb-hero__frame {
	background: color-mix(in srgb, var(--wsb-paper) 90%, transparent);
	color: var(--wsb-ink) !important;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	max-width: 32rem;
	border-radius: 1.5rem 1.5rem 0.25rem 0.25rem;
}
.wsb-hero--boho, .wsb-hero--boho .wsb-hero__frame h1,
.wsb-hero--boho .wsb-hero__frame p, .wsb-hero--boho .wsb-hero__frame a { color: var(--wsb-ink) !important; }
.wsb-hero--boho .wsb-hero__names { font-size: clamp(2.6rem, 7vw, 4.8rem); max-width: 14ch; }
.wsb-hero--boho .wsb-hero__cta { border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }
.wsb-hero--boho .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }

/* Layout: alpine — mountain mist left stack */
.wsb-hero--alpine { justify-content: center; min-height: 90svh; }
.wsb-hero--alpine .wsb-hero__names {
	max-width: 12ch; font-size: clamp(3rem, 9vw, 6rem); letter-spacing: -0.02em;
}
.wsb-hero--alpine .wsb-hero__frame {
	max-width: 28rem;
	padding-left: 1.25rem;
	border-left: 3px solid rgba(255,255,255,0.65);
}
.wsb-hero--alpine .wsb-hero__eyebrow { letter-spacing: 0.3em; }
body.wsb-has-hero-image .wsb-hero--alpine {
	background-image:
		linear-gradient(100deg, rgba(26,34,40,0.55) 0%, rgba(26,34,40,0.25) 55%, rgba(26,34,40,0.35) 100%),
		var(--wsb-hero-image);
}

/* Layout: rosegold — dark metallic glam */
.wsb-hero--rosegold { align-items: center; text-align: center; background: #0e0a0b; }
.wsb-hero--rosegold .wsb-hero__frame {
	max-width: 38rem; padding: 2rem 1.25rem;
	border-top: 1px solid rgba(201,149,122,0.55);
	border-bottom: 1px solid rgba(201,149,122,0.55);
}
.wsb-hero--rosegold .wsb-hero__names {
	font-style: italic; font-weight: 400; max-width: none;
	font-size: clamp(3.2rem, 11vw, 7rem);
	background: linear-gradient(120deg, #f6ede8, #c9957a, #f6ede8);
	-webkit-background-clip: text; background-clip: text;
	color: transparent !important;
}
.wsb-hero--rosegold .wsb-hero__eyebrow { color: var(--wsb-brass) !important; letter-spacing: 0.32em; }
.wsb-hero--rosegold .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto;
}
body.wsb-has-hero-image .wsb-hero--rosegold {
	background-image:
		linear-gradient(180deg, rgba(26,20,22,0.45), rgba(14,10,11,0.72)),
		var(--wsb-hero-image);
}

/* Layout: olive — mediterranean sun-washed */
.wsb-hero--olive { justify-content: flex-end; min-height: 86svh; padding-bottom: 3.5rem; }
.wsb-hero--olive .wsb-hero__names {
	max-width: 16ch; font-size: clamp(2.8rem, 8vw, 5.5rem); letter-spacing: 0.01em;
}
.wsb-hero--olive .wsb-hero__frame {
	max-width: 30rem;
	border-bottom: 3px solid var(--wsb-brass);
	padding-bottom: 1.25rem;
}
body.wsb-has-hero-image .wsb-hero--olive {
	background-image:
		linear-gradient(180deg, rgba(31,42,34,0.2), rgba(31,42,34,0.58)),
		var(--wsb-hero-image);
}

/* Layout: sunset — warm horizon band */
.wsb-hero--sunset { align-items: center; text-align: center; }
.wsb-hero--sunset .wsb-hero__names {
	max-width: none; font-size: clamp(3rem, 10vw, 6.5rem); font-weight: 500;
}
.wsb-hero--sunset .wsb-hero__frame {
	max-width: 36rem;
	background: color-mix(in srgb, var(--wsb-paper) 18%, transparent);
	padding: 1.75rem 1.25rem;
	backdrop-filter: blur(2px);
}
.wsb-hero--sunset .wsb-hero__cta {
	margin-left: auto; margin-right: auto; border-radius: 999px;
}
body.wsb-has-hero-image .wsb-hero--sunset {
	background-image:
		linear-gradient(180deg, rgba(215,106,90,0.28), rgba(58,38,32,0.55)),
		var(--wsb-hero-image);
}

/* Layout: velvet — deep jewel centered */
.wsb-hero--velvet { align-items: center; text-align: center; background: #08110e; }
.wsb-hero--velvet .wsb-hero__frame {
	max-width: 38rem; padding: 2.25rem 1.5rem;
	border: 1px solid rgba(197,168,106,0.45);
}
.wsb-hero--velvet .wsb-hero__names {
	max-width: none; letter-spacing: 0.03em;
	font-size: clamp(2.8rem, 9vw, 6rem);
}
.wsb-hero--velvet .wsb-hero__eyebrow { color: var(--wsb-brass) !important; }
.wsb-hero--velvet .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto;
}
body.wsb-has-hero-image .wsb-hero--velvet {
	background-image:
		linear-gradient(180deg, rgba(15,26,22,0.45), rgba(8,17,14,0.75)),
		var(--wsb-hero-image);
}

/* Layout: heritage — antique paper card */
.wsb-hero--heritage {
	align-items: center; text-align: center;
	background: radial-gradient(ellipse at 50% 35%, #081018, #0f1a28);
	color: var(--wsb-ink) !important;
}
.wsb-hero--heritage, .wsb-hero--heritage h1, .wsb-hero--heritage p, .wsb-hero--heritage a { color: var(--wsb-ink) !important; }
.wsb-hero--heritage .wsb-hero__frame {
	background: var(--wsb-paper);
	padding: clamp(2rem, 5vw, 3.25rem);
	border: 1px solid var(--wsb-line);
	box-shadow: 0 18px 48px rgba(42,34,24,0.12);
	max-width: 34rem; width: 100%;
}
.wsb-hero--heritage .wsb-hero__names {
	font-size: clamp(2.4rem, 7vw, 4.5rem); letter-spacing: 0.02em; max-width: none;
}
.wsb-hero--heritage .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important;
	margin-left: auto; margin-right: auto;
}
.wsb-hero--heritage .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--heritage {
	background-image:
		linear-gradient(180deg, rgba(243,235,216,0.88), rgba(243,235,216,0.94)),
		var(--wsb-hero-image);
}

/* Layout: eucalyptus — cool mint airy split */
.wsb-hero--eucalyptus {
	background: var(--wsb-bg); color: var(--wsb-ink) !important; min-height: 88svh;
	display: grid; grid-template-columns: 1fr; align-items: stretch;
}
.wsb-hero--eucalyptus, .wsb-hero--eucalyptus h1, .wsb-hero--eucalyptus p, .wsb-hero--eucalyptus a { color: var(--wsb-ink) !important; }
.wsb-hero--eucalyptus .wsb-hero__frame {
	display: flex; flex-direction: column; justify-content: center;
	padding: clamp(2rem, 6vw, 5rem); background: var(--wsb-paper);
}
.wsb-hero--eucalyptus .wsb-hero__names { max-width: 12ch; letter-spacing: -0.02em; }
.wsb-hero--eucalyptus .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important; width: fit-content;
}
.wsb-hero--eucalyptus .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--eucalyptus { background-image: none; background: var(--wsb-bg); }
body.wsb-has-hero-image .wsb-hero--eucalyptus::before {
	content: ""; grid-row: 1; min-height: 42vh;
	background: var(--wsb-hero-image) center/cover no-repeat;
}
@media (min-width: 900px) {
	.wsb-hero--eucalyptus { grid-template-columns: 0.95fr 1.05fr; }
	body.wsb-has-hero-image .wsb-hero--eucalyptus::before { grid-column: 2; grid-row: 1; min-height: 100%; }
	.wsb-hero--eucalyptus .wsb-hero__frame { grid-column: 1; grid-row: 1; }
}

/* Layout: editorial — bold black/white magazine */
.wsb-hero--editorial {
	background: var(--wsb-bg); color: var(--wsb-ink) !important; min-height: 90svh;
	justify-content: flex-end; padding-bottom: clamp(3rem, 8vw, 5.5rem);
}
.wsb-hero--editorial, .wsb-hero--editorial h1, .wsb-hero--editorial p, .wsb-hero--editorial a { color: var(--wsb-ink) !important; }
.wsb-hero--editorial .wsb-hero__names {
	max-width: 11ch; font-size: clamp(3.5rem, 12vw, 8rem);
	letter-spacing: -0.045em; text-transform: uppercase; font-weight: 600; line-height: 0.9;
}
.wsb-hero--editorial .wsb-hero__eyebrow { letter-spacing: 0.4em; }
.wsb-hero--editorial .wsb-hero__cta {
	border: 0; background: #111; color: #fff !important; padding: 1rem 1.8rem;
}
.wsb-hero--editorial .wsb-hero__cta:hover { background: #444; }
body.wsb-has-hero-image .wsb-hero--editorial {
	background-image:
		linear-gradient(105deg, rgba(247,245,242,0.96) 0%, rgba(247,245,242,0.78) 46%, rgba(247,245,242,0.18) 100%),
		var(--wsb-hero-image);
	background-size: cover; background-position: right center;
	filter: none;
}

/* Layout: harvest — golden field warmth */
.wsb-hero--harvest { justify-content: flex-end; min-height: 86svh; padding-bottom: 3.5rem; }
.wsb-hero--harvest .wsb-hero__frame {
	background: color-mix(in srgb, var(--wsb-paper) 88%, transparent);
	color: var(--wsb-ink) !important;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	max-width: 34rem;
	border-top: 4px solid var(--wsb-brass);
}
.wsb-hero--harvest, .wsb-hero--harvest .wsb-hero__frame h1,
.wsb-hero--harvest .wsb-hero__frame p, .wsb-hero--harvest .wsb-hero__frame a { color: var(--wsb-ink) !important; }
.wsb-hero--harvest .wsb-hero__names { font-size: clamp(2.6rem, 7vw, 4.8rem); max-width: 14ch; }
.wsb-hero--harvest .wsb-hero__cta { border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }
.wsb-hero--harvest .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }

/* Layout: orchid — deep purple centered glam */
.wsb-hero--orchid { align-items: center; text-align: center; background: #0d0a12; }
.wsb-hero--orchid .wsb-hero__frame {
	max-width: 38rem; padding: 2rem 1.25rem;
	border-top: 1px solid rgba(180,139,196,0.5);
	border-bottom: 1px solid rgba(180,139,196,0.5);
}
.wsb-hero--orchid .wsb-hero__names {
	font-style: italic; font-weight: 400; max-width: none;
	font-size: clamp(3.2rem, 11vw, 7rem);
}
.wsb-hero--orchid .wsb-hero__eyebrow { color: var(--wsb-brass) !important; letter-spacing: 0.32em; }
.wsb-hero--orchid .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto;
}
body.wsb-has-hero-image .wsb-hero--orchid {
	background-image:
		linear-gradient(180deg, rgba(23,18,28,0.4), rgba(13,10,18,0.72)),
		var(--wsb-hero-image);
}

/* Layout: highlands — misty left stack */
.wsb-hero--highlands { justify-content: center; min-height: 90svh; }
.wsb-hero--highlands .wsb-hero__names {
	max-width: 14ch; font-size: clamp(2.8rem, 8vw, 5.5rem); letter-spacing: 0.01em;
}
.wsb-hero--highlands .wsb-hero__frame {
	max-width: 28rem;
	padding-left: 1.25rem;
	border-left: 2px solid rgba(255,255,255,0.55);
}
.wsb-hero--highlands .wsb-hero__eyebrow { letter-spacing: 0.3em; }
body.wsb-has-hero-image .wsb-hero--highlands {
	background-image:
		linear-gradient(100deg, rgba(28,34,40,0.55) 0%, rgba(28,34,40,0.28) 55%, rgba(28,34,40,0.4) 100%),
		var(--wsb-hero-image);
}

/* Layout: champagne — soft centered pale gold */
.wsb-hero--champagne { align-items: center; text-align: center; }
.wsb-hero--champagne .wsb-hero__names {
	max-width: none; font-weight: 400;
	font-size: clamp(3rem, 10vw, 6.5rem);
}
.wsb-hero--champagne .wsb-hero__frame {
	max-width: 36rem; padding: 1.75rem 1rem;
	border-top: 1px solid rgba(255,255,255,0.45);
	border-bottom: 1px solid rgba(255,255,255,0.45);
}
.wsb-hero--champagne .wsb-hero__cta {
	margin-left: auto; margin-right: auto; border-radius: 999px;
	border-color: rgba(255,255,255,0.7);
}
body.wsb-has-hero-image .wsb-hero--champagne {
	background-image:
		linear-gradient(180deg, rgba(184,154,98,0.28), rgba(42,36,24,0.5)),
		var(--wsb-hero-image);
}

/* Layout: magnolia — cream garden card */
.wsb-hero--magnolia {
	align-items: center; text-align: center;
	background: radial-gradient(ellipse at 50% 35%, #081018, #0f1a28);
	color: var(--wsb-ink) !important;
}
.wsb-hero--magnolia, .wsb-hero--magnolia h1, .wsb-hero--magnolia p, .wsb-hero--magnolia a { color: var(--wsb-ink) !important; }
.wsb-hero--magnolia .wsb-hero__frame {
	background: var(--wsb-paper);
	padding: clamp(2rem, 5vw, 3.25rem);
	border: 1px solid var(--wsb-line);
	box-shadow: 0 18px 48px rgba(42,40,36,0.1);
	max-width: 34rem; width: 100%;
}
.wsb-hero--magnolia .wsb-hero__names {
	font-size: clamp(2.4rem, 7vw, 4.5rem); max-width: none; font-weight: 400;
}
.wsb-hero--magnolia .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important;
	margin-left: auto; margin-right: auto;
}
.wsb-hero--magnolia .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--magnolia {
	background-image:
		linear-gradient(180deg, rgba(247,244,238,0.88), rgba(247,244,238,0.94)),
		var(--wsb-hero-image);
}

/* Layout: tide — deep cobalt coastal */
.wsb-hero--tide { justify-content: flex-end; min-height: 88svh; padding-bottom: 4rem; background: #081018; }
.wsb-hero--tide .wsb-hero__names {
	max-width: 14ch; font-size: clamp(2.8rem, 8vw, 5.5rem);
	letter-spacing: -0.02em; text-transform: uppercase; font-weight: 600;
}
.wsb-hero--tide .wsb-hero__eyebrow { color: var(--wsb-brass) !important; letter-spacing: 0.28em; }
.wsb-hero--tide .wsb-hero__cta { border-color: var(--wsb-brass); }
body.wsb-has-hero-image .wsb-hero--tide {
	background-image:
		linear-gradient(180deg, rgba(15,26,40,0.25), rgba(8,16,24,0.7)),
		var(--wsb-hero-image);
}

/* Layout: crystal — frosted airy center */
.wsb-hero--crystal { align-items: center; text-align: center; }
.wsb-hero--crystal .wsb-hero__names {
	max-width: none; font-weight: 400;
	font-size: clamp(3rem, 10vw, 6.5rem); letter-spacing: 0.02em;
}
.wsb-hero--crystal .wsb-hero__frame {
	max-width: 36rem; padding: 1.75rem 1rem;
	border: 1px solid rgba(255,255,255,0.45);
	backdrop-filter: blur(3px);
	background: color-mix(in srgb, var(--wsb-paper) 12%, transparent);
}
.wsb-hero--crystal .wsb-hero__cta {
	margin-left: auto; margin-right: auto; border-radius: 999px;
}
body.wsb-has-hero-image .wsb-hero--crystal {
	background-image:
		linear-gradient(180deg, rgba(122,155,176,0.3), rgba(26,38,48,0.5)),
		var(--wsb-hero-image);
}

/* Layout: canyon — wide low red-rock band */
.wsb-hero--canyon { min-height: 78svh; justify-content: flex-end; padding-bottom: 4rem; }
.wsb-hero--canyon .wsb-hero__names {
	max-width: 18ch; font-size: clamp(2.8rem, 8vw, 5.5rem); letter-spacing: 0.02em;
}
.wsb-hero--canyon .wsb-hero__frame {
	border-left: 4px solid var(--wsb-brass); padding-left: 1.25rem; max-width: 32rem;
}
body.wsb-has-hero-image .wsb-hero--canyon {
	background-image:
		linear-gradient(180deg, rgba(46,32,24,0.2), rgba(46,32,24,0.62)),
		var(--wsb-hero-image);
}

/* Layout: peony — soft romantic centered blooms */
.wsb-hero--peony { align-items: center; text-align: center; }
.wsb-hero--peony .wsb-hero__names {
	font-style: italic; font-weight: 400; max-width: none;
	font-size: clamp(3.2rem, 11vw, 7rem);
}
.wsb-hero--peony .wsb-hero__frame { max-width: 38rem; }
.wsb-hero--peony .wsb-hero__cta {
	margin-left: auto; margin-right: auto; border-radius: 999px;
	border-color: rgba(255,255,255,0.7);
}
body.wsb-has-hero-image .wsb-hero--peony {
	background-image:
		linear-gradient(180deg, rgba(196,138,146,0.28), rgba(50,40,42,0.52)),
		var(--wsb-hero-image);
}

/* Layout: silver — cool moonlit centered */
.wsb-hero--silver { align-items: center; text-align: center; background: #0a0c10; }
.wsb-hero--silver .wsb-hero__frame {
	max-width: 38rem; padding: 2rem 1.25rem;
	border-top: 1px solid rgba(168,180,192,0.5);
	border-bottom: 1px solid rgba(168,180,192,0.5);
}
.wsb-hero--silver .wsb-hero__names {
	max-width: none; letter-spacing: 0.04em;
	font-size: clamp(2.8rem, 9vw, 6rem);
}
.wsb-hero--silver .wsb-hero__eyebrow { color: var(--wsb-brass) !important; letter-spacing: 0.32em; }
.wsb-hero--silver .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto;
}
body.wsb-has-hero-image .wsb-hero--silver {
	background-image:
		linear-gradient(180deg, rgba(18,21,26,0.4), rgba(10,12,16,0.72)),
		var(--wsb-hero-image);
}

/* Layout: willow — soft riverside left stack */
.wsb-hero--willow { justify-content: center; min-height: 88svh; }
.wsb-hero--willow .wsb-hero__names {
	max-width: 14ch; font-size: clamp(2.8rem, 8vw, 5.5rem); font-weight: 400;
}
.wsb-hero--willow .wsb-hero__frame { max-width: 28rem; }
.wsb-hero--willow::after {
	content: ""; position: absolute; right: -8%; bottom: -10%; width: 50%; height: 70%;
	background: radial-gradient(circle at 40% 40%, rgba(106,127,104,0.28), transparent 68%);
	pointer-events: none;
}
body.wsb-has-hero-image .wsb-hero--willow {
	background-image:
		linear-gradient(105deg, rgba(30,40,34,0.45) 0%, rgba(30,40,34,0.22) 55%, rgba(30,40,34,0.35) 100%),
		var(--wsb-hero-image);
}

/* Layout: villa — sunlit courtyard card */
.wsb-hero--villa {
	align-items: center; text-align: center;
	background: radial-gradient(ellipse at 50% 35%, #081018, #0f1a28);
	color: var(--wsb-ink) !important;
}
.wsb-hero--villa, .wsb-hero--villa h1, .wsb-hero--villa p, .wsb-hero--villa a { color: var(--wsb-ink) !important; }
.wsb-hero--villa .wsb-hero__frame {
	background: var(--wsb-paper);
	padding: clamp(2rem, 5vw, 3.25rem);
	border-top: 3px solid var(--wsb-brass);
	box-shadow: 0 18px 48px rgba(44,33,28,0.12);
	max-width: 34rem; width: 100%;
}
.wsb-hero--villa .wsb-hero__names {
	font-size: clamp(2.4rem, 7vw, 4.5rem); max-width: none; letter-spacing: 0.02em;
}
.wsb-hero--villa .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important;
	margin-left: auto; margin-right: auto;
}
.wsb-hero--villa .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--villa {
	background-image:
		linear-gradient(180deg, rgba(246,237,230,0.86), rgba(246,237,230,0.93)),
		var(--wsb-hero-image);
}

/* Layout: poppy — joyful field centered */
.wsb-hero--poppy { align-items: center; text-align: center; }
.wsb-hero--poppy .wsb-hero__names {
	max-width: none; font-size: clamp(3rem, 10vw, 6.5rem); font-weight: 500;
}
.wsb-hero--poppy .wsb-hero__frame { max-width: 36rem; }
.wsb-hero--poppy .wsb-hero__cta {
	margin-left: auto; margin-right: auto; border-radius: 999px;
	background: var(--wsb-brass); border-color: var(--wsb-brass); color: #fff !important;
}
.wsb-hero--poppy .wsb-hero__cta:hover { background: var(--wsb-ink); border-color: var(--wsb-ink); }
body.wsb-has-hero-image .wsb-hero--poppy {
	background-image:
		linear-gradient(180deg, rgba(201,74,58,0.28), rgba(42,30,26,0.55)),
		var(--wsb-hero-image);
}

/* Layout: cedar — deep woodland centered */
.wsb-hero--cedar { align-items: center; text-align: center; background: #0a0e0c; }
.wsb-hero--cedar .wsb-hero__frame {
	max-width: 38rem; padding: 2rem 1.25rem;
	border: 1px solid rgba(138,154,114,0.4);
}
.wsb-hero--cedar .wsb-hero__names {
	max-width: none; letter-spacing: 0.02em;
	font-size: clamp(2.8rem, 9vw, 6rem);
}
.wsb-hero--cedar .wsb-hero__eyebrow { color: var(--wsb-brass) !important; }
.wsb-hero--cedar .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto;
}
body.wsb-has-hero-image .wsb-hero--cedar {
	background-image:
		linear-gradient(180deg, rgba(18,24,22,0.4), rgba(10,14,12,0.72)),
		var(--wsb-hero-image);
}

/* Layout: azure — mediterranean blue courtyard */
.wsb-hero--azure {
	background: var(--wsb-bg); color: var(--wsb-ink) !important; min-height: 88svh;
	display: grid; grid-template-columns: 1fr; align-items: stretch;
}
.wsb-hero--azure, .wsb-hero--azure h1, .wsb-hero--azure p, .wsb-hero--azure a { color: var(--wsb-ink) !important; }
.wsb-hero--azure .wsb-hero__frame {
	display: flex; flex-direction: column; justify-content: center;
	padding: clamp(2rem, 6vw, 5rem); background: var(--wsb-paper);
}
.wsb-hero--azure .wsb-hero__names { max-width: 12ch; letter-spacing: -0.01em; }
.wsb-hero--azure .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important; width: fit-content;
}
.wsb-hero--azure .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--azure { background-image: none; background: var(--wsb-bg); }
body.wsb-has-hero-image .wsb-hero--azure::before {
	content: ""; grid-row: 1; min-height: 42vh;
	background: var(--wsb-hero-image) center/cover no-repeat;
}
@media (min-width: 900px) {
	.wsb-hero--azure { grid-template-columns: 1fr 1fr; }
	body.wsb-has-hero-image .wsb-hero--azure::before { grid-column: 2; grid-row: 1; min-height: 100%; }
	.wsb-hero--azure .wsb-hero__frame { grid-column: 1; grid-row: 1; }
}

/* Layout: amber — warm golden-hour band */
.wsb-hero--amber { justify-content: flex-end; min-height: 86svh; padding-bottom: 3.5rem; }
.wsb-hero--amber .wsb-hero__frame {
	background: color-mix(in srgb, var(--wsb-paper) 88%, transparent);
	color: var(--wsb-ink) !important;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	max-width: 34rem;
	border-top: 4px solid var(--wsb-brass);
}
.wsb-hero--amber, .wsb-hero--amber .wsb-hero__frame h1,
.wsb-hero--amber .wsb-hero__frame p, .wsb-hero--amber .wsb-hero__frame a { color: var(--wsb-ink) !important; }
.wsb-hero--amber .wsb-hero__names { font-size: clamp(2.6rem, 7vw, 4.8rem); max-width: 14ch; }
.wsb-hero--amber .wsb-hero__cta { border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }
.wsb-hero--amber .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }

/* Layout: cloud — ultra soft minimal */
.wsb-hero--cloud {
	background: var(--wsb-bg); color: var(--wsb-ink) !important; min-height: 90svh;
	align-items: center; text-align: center; justify-content: center;
}
.wsb-hero--cloud, .wsb-hero--cloud h1, .wsb-hero--cloud p, .wsb-hero--cloud a { color: var(--wsb-ink) !important; }
.wsb-hero--cloud .wsb-hero__names {
	max-width: none; font-weight: 400; letter-spacing: -0.02em;
	font-size: clamp(3rem, 10vw, 6.5rem);
}
.wsb-hero--cloud .wsb-hero__eyebrow { letter-spacing: 0.35em; color: var(--wsb-brass) !important; }
.wsb-hero--cloud .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important;
	margin-left: auto; margin-right: auto;
}
.wsb-hero--cloud .wsb-hero__cta:hover { background: var(--wsb-ink); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--cloud {
	background-image:
		linear-gradient(180deg, rgba(248,247,245,0.78), rgba(248,247,245,0.9)),
		var(--wsb-hero-image);
}

/* Layout: patina — dark copper industrial soft */
.wsb-hero--patina { align-items: center; text-align: center; background: #0a100e; }
.wsb-hero--patina .wsb-hero__frame {
	max-width: 38rem; padding: 2rem 1.25rem;
	border: 1px solid rgba(176,106,72,0.45);
}
.wsb-hero--patina .wsb-hero__names {
	max-width: none; letter-spacing: 0.03em;
	font-size: clamp(2.8rem, 9vw, 6rem);
}
.wsb-hero--patina .wsb-hero__eyebrow { color: var(--wsb-brass) !important; }
.wsb-hero--patina .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto;
}
body.wsb-has-hero-image .wsb-hero--patina {
	background-image:
		linear-gradient(180deg, rgba(20,26,24,0.4), rgba(10,16,14,0.72)),
		var(--wsb-hero-image);
}

/* Layout: fern — lush organic left stack */
.wsb-hero--fern { justify-content: center; min-height: 88svh; }
.wsb-hero--fern .wsb-hero__names {
	max-width: 14ch; font-size: clamp(2.8rem, 8vw, 5.5rem); font-weight: 400;
}
.wsb-hero--fern .wsb-hero__frame { max-width: 28rem; position: relative; z-index: 1; }
.wsb-hero--fern::after {
	content: ""; position: absolute; right: -10%; top: 8%; width: 48%; height: 80%;
	border-radius: 55% 45% 60% 40%;
	background: radial-gradient(circle at 30% 30%, rgba(79,122,88,0.35), transparent 70%);
	pointer-events: none;
}
body.wsb-has-hero-image .wsb-hero--fern {
	background-image:
		linear-gradient(105deg, rgba(26,38,30,0.5) 0%, rgba(26,38,30,0.25) 55%, rgba(26,38,30,0.4) 100%),
		var(--wsb-hero-image);
}

/* Layout: storm — bold moody modern */
.wsb-hero--storm {
	background: var(--wsb-bg); color: var(--wsb-ink) !important; min-height: 90svh;
	justify-content: flex-end; padding-bottom: clamp(3rem, 8vw, 5.5rem);
}
.wsb-hero--storm, .wsb-hero--storm h1, .wsb-hero--storm p, .wsb-hero--storm a { color: var(--wsb-ink) !important; }
.wsb-hero--storm .wsb-hero__names {
	max-width: 11ch; font-size: clamp(3.5rem, 12vw, 8rem);
	letter-spacing: -0.04em; text-transform: uppercase; font-weight: 700; line-height: 0.9;
}
.wsb-hero--storm .wsb-hero__eyebrow { letter-spacing: 0.4em; color: var(--wsb-brass) !important; }
.wsb-hero--storm .wsb-hero__cta {
	border: 0; background: var(--wsb-brass); color: #111 !important; padding: 1rem 1.8rem;
}
.wsb-hero--storm .wsb-hero__cta:hover { background: #fff; }
body.wsb-has-hero-image .wsb-hero--storm {
	background-image:
		linear-gradient(105deg, rgba(26,30,36,0.92) 0%, rgba(26,30,36,0.55) 50%, rgba(26,30,36,0.25) 100%),
		var(--wsb-hero-image);
	background-size: cover; background-position: right center;
}

/* Layout: lace — delicate ivory invitation card */
.wsb-hero--lace {
	align-items: center; text-align: center;
	background: radial-gradient(ellipse at 50% 35%, #081018, #0f1a28);
	color: var(--wsb-ink) !important;
}
.wsb-hero--lace, .wsb-hero--lace h1, .wsb-hero--lace p, .wsb-hero--lace a { color: var(--wsb-ink) !important; }
.wsb-hero--lace .wsb-hero__frame {
	background: var(--wsb-paper);
	padding: clamp(2rem, 5vw, 3.5rem);
	border: 1px solid var(--wsb-line);
	box-shadow: 0 20px 50px rgba(44,42,38,0.08);
	max-width: 34rem; width: 100%;
	outline: 1px solid rgba(160,144,128,0.25);
	outline-offset: 6px;
}
.wsb-hero--lace .wsb-hero__names {
	font-style: italic; font-weight: 400; max-width: none;
	font-size: clamp(2.6rem, 8vw, 5rem);
}
.wsb-hero--lace .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important;
	margin-left: auto; margin-right: auto; border-radius: 999px;
}
.wsb-hero--lace .wsb-hero__cta:hover { background: var(--wsb-brass); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--lace {
	background-image:
		linear-gradient(180deg, rgba(250,247,242,0.88), rgba(250,247,242,0.94)),
		var(--wsb-hero-image);
}

/* Layout: indigo — deep night centered glam */
.wsb-hero--indigo { align-items: center; text-align: center; background: #0a0e1a; }
.wsb-hero--indigo .wsb-hero__frame {
	max-width: 38rem; padding: 2rem 1.25rem;
	border-top: 1px solid rgba(197,176,122,0.5);
	border-bottom: 1px solid rgba(197,176,122,0.5);
}
.wsb-hero--indigo .wsb-hero__names {
	max-width: none; letter-spacing: 0.03em;
	font-size: clamp(2.8rem, 9vw, 6rem);
}
.wsb-hero--indigo .wsb-hero__eyebrow { color: var(--wsb-brass) !important; letter-spacing: 0.32em; }
.wsb-hero--indigo .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto;
}
body.wsb-has-hero-image .wsb-hero--indigo {
	background-image:
		linear-gradient(180deg, rgba(18,24,42,0.4), rgba(10,14,26,0.72)),
		var(--wsb-hero-image);
}

/* Layout: harbor — misty coastal left stack */
.wsb-hero--harbor { justify-content: center; min-height: 88svh; }
.wsb-hero--harbor .wsb-hero__names {
	max-width: 12ch; font-size: clamp(2.8rem, 8vw, 5.5rem); letter-spacing: -0.02em;
}
.wsb-hero--harbor .wsb-hero__frame {
	max-width: 28rem;
	padding-left: 1.25rem;
	border-left: 2px solid rgba(255,255,255,0.55);
}
.wsb-hero--harbor .wsb-hero__eyebrow { letter-spacing: 0.3em; }
body.wsb-has-hero-image .wsb-hero--harbor {
	background-image:
		linear-gradient(100deg, rgba(28,36,40,0.55) 0%, rgba(28,36,40,0.28) 55%, rgba(28,36,40,0.4) 100%),
		var(--wsb-hero-image);
}

/* Layout: sunflower — joyful field centered */
.wsb-hero--sunflower { align-items: center; text-align: center; }
.wsb-hero--sunflower .wsb-hero__names {
	max-width: none; font-size: clamp(3rem, 10vw, 6.5rem); font-weight: 500;
}
.wsb-hero--sunflower .wsb-hero__frame { max-width: 36rem; }
.wsb-hero--sunflower .wsb-hero__cta {
	margin-left: auto; margin-right: auto; border-radius: 999px;
	background: var(--wsb-brass); border-color: var(--wsb-brass); color: #fff !important;
}
.wsb-hero--sunflower .wsb-hero__cta:hover { background: var(--wsb-ink); border-color: var(--wsb-ink); }
body.wsb-has-hero-image .wsb-hero--sunflower {
	background-image:
		linear-gradient(180deg, rgba(212,160,32,0.28), rgba(42,36,20,0.55)),
		var(--wsb-hero-image);
}

/* Layout: marble — cool luxury centered card */
.wsb-hero--marble {
	align-items: center; text-align: center;
	background: radial-gradient(ellipse at 50% 35%, #081018, #0f1a28);
	color: var(--wsb-ink) !important;
}
.wsb-hero--marble, .wsb-hero--marble h1, .wsb-hero--marble p, .wsb-hero--marble a { color: var(--wsb-ink) !important; }
.wsb-hero--marble .wsb-hero__frame {
	background: var(--wsb-paper);
	padding: clamp(2rem, 5vw, 3.25rem);
	border: 1px solid var(--wsb-line);
	box-shadow: 0 18px 48px rgba(34,34,34,0.08);
	max-width: 34rem; width: 100%;
}
.wsb-hero--marble .wsb-hero__names {
	font-size: clamp(2.4rem, 7vw, 4.5rem); max-width: none; letter-spacing: 0.04em;
	text-transform: uppercase;
}
.wsb-hero--marble .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important;
	margin-left: auto; margin-right: auto;
}
.wsb-hero--marble .wsb-hero__cta:hover { background: var(--wsb-ink); color: #fff !important; }
body.wsb-has-hero-image .wsb-hero--marble {
	background-image:
		linear-gradient(180deg, rgba(246,245,243,0.86), rgba(246,245,243,0.93)),
		var(--wsb-hero-image);
}

/* Layout: rosewood — deep warm wood centered */
.wsb-hero--rosewood { align-items: center; text-align: center; background: #0e0a08; }
.wsb-hero--rosewood .wsb-hero__frame {
	max-width: 38rem; padding: 2rem 1.25rem;
	border: 1px solid rgba(168,104,80,0.45);
}
.wsb-hero--rosewood .wsb-hero__names {
	max-width: none; letter-spacing: 0.02em;
	font-size: clamp(2.8rem, 9vw, 6rem);
}
.wsb-hero--rosewood .wsb-hero__eyebrow { color: var(--wsb-brass) !important; }
.wsb-hero--rosewood .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto;
}
body.wsb-has-hero-image .wsb-hero--rosewood {
	background-image:
		linear-gradient(180deg, rgba(26,18,16,0.4), rgba(14,10,8,0.72)),
		var(--wsb-hero-image);
}

.wsb-section { padding: clamp(3.5rem, 9vw, 7rem) clamp(1.25rem, 4vw, 3rem); max-width: var(--wsb-max); margin: 0 auto; }
.wsb-section--split { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 4rem); }
@media (min-width: 900px) { .wsb-section--split { grid-template-columns: 0.9fr 1.1fr; } }
.wsb-kicker { font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--wsb-brass); margin: 0 0 0.75rem; }
.wsb-heading { font-family: var(--wsb-font-display); font-weight: 500; font-size: clamp(2.4rem, 5vw, 3.75rem); line-height: 1.05; margin: 0 0 1rem; color: var(--wsb-ink); }
.wsb-lede { font-size: 1.1rem; color: var(--wsb-ink-soft); max-width: 36rem; margin: 0; }
.wsb-rule { width: 3.5rem; height: 1px; background: var(--wsb-brass); margin: 1.5rem 0; border: 0; }
.wsb-timeline { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--wsb-line); }
.wsb-timeline li { position: relative; padding: 0 0 2rem 1.75rem; }
.wsb-timeline li:last-child { padding-bottom: 0; }
.wsb-timeline li::before { content: ""; position: absolute; left: -0.3rem; top: 0.35rem; width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--wsb-brass); box-shadow: 0 0 0 4px var(--wsb-bg); }
.wsb-timeline__time { display: block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--wsb-brass); margin-bottom: 0.25rem; }
.wsb-timeline__title { font-family: var(--wsb-font-display); font-size: 1.65rem; margin: 0 0 0.25rem; }
.wsb-timeline__detail { margin: 0; color: var(--wsb-ink-soft); }
.wsb-rsvp-band, .wp-block-group.wsb-rsvp-band {
	background: var(--wsb-ink); color: var(--wsb-paper);
	padding: clamp(3.5rem, 9vw, 6.5rem) clamp(1.25rem, 4vw, 3rem); max-width: none !important;
}
.wsb-rsvp-band .wsb-heading, .wp-block-group.wsb-rsvp-band .wsb-heading { color: var(--wsb-paper); }
.wsb-rsvp-band .wsb-lede, .wp-block-group.wsb-rsvp-band .wsb-lede { color: rgba(255,255,255,0.78); margin-bottom: 2rem; }
.wsb-rsvp-band__inner, .wp-block-group.wsb-rsvp-band > .wp-block-shortcode, .wp-block-group.wsb-rsvp-band > .wp-block-html {
	position: relative; max-width: 40rem; margin-left: auto; margin-right: auto; z-index: 1;
}
.wsb-rsvp-band form, .wp-block-group.wsb-rsvp-band form {
	background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.16);
	padding: clamp(1.25rem, 3vw, 2rem);
}
.wsb-rsvp-band label, .wsb-rsvp-band p, .wsb-rsvp-band h2, .wsb-rsvp-band h3 { color: rgba(255,255,255,0.9) !important; }
.wsb-rsvp-band input[type="text"], .wsb-rsvp-band input[type="email"], .wsb-rsvp-band input[type="tel"],
.wsb-rsvp-band select, .wsb-rsvp-band textarea {
	background: rgba(255,255,255,0.08) !important; border: 1px solid rgba(255,255,255,0.22) !important;
	color: #fff !important; border-radius: 0 !important;
}
.wsb-rsvp-band button, .wsb-rsvp-band input[type="submit"], .wsb-rsvp-band .button {
	background: var(--wsb-brass) !important; border: 0 !important; color: #fff !important;
	border-radius: 0 !important; letter-spacing: 0.12em; text-transform: uppercase;
	font-size: 0.78rem !important; padding: 0.9rem 1.4rem !important;
}
.wsb-panel { background: var(--wsb-paper); padding: clamp(1.75rem, 4vw, 2.5rem); border-top: 3px solid var(--wsb-brass); color: #e8eef4; }
.wsb-reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity 0.9s var(--wsb-ease), transform 0.9s var(--wsb-ease); }
.wsb-reveal.is-visible { opacity: 1; transform: none; }
.wsb-footer-note { text-align: center; padding: 3rem 1.25rem 4rem; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wsb-ink-soft); }
.wsb-party { padding: clamp(3.5rem, 9vw, 7rem) clamp(1.25rem, 4vw, 3rem); max-width: var(--wsb-max); margin: 0 auto; }
.wsb-party__grid { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
@media (min-width: 800px) { .wsb-party__grid { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.wsb-party__item { margin: 0; position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--wsb-bg-deep); }
.wsb-party__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wsb-party__caption { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 1.5rem 0.75rem 0.65rem; background: linear-gradient(transparent, rgba(0,0,0,0.7)); color: #fff; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
.wsb-party__placeholders { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0.75rem; margin-top: 1.75rem; }
@media (min-width: 800px) { .wsb-party__placeholders { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.wsb-party__ph { aspect-ratio: 4/5; background: var(--wsb-bg-deep); border: 1px dashed var(--wsb-line); }
.wsb-party__empty .wsb-lede { color: var(--wsb-ink-soft); }

@media (prefers-reduced-motion: reduce) {
	.wsb-reveal { opacity: 1 !important; transform: none !important; }
}
/* Layout: bridgerton — formal stationery invitation */
.wsb-hero--bridgerton {
	align-items: center; justify-content: center; text-align: center;
	background: radial-gradient(ellipse at 50% 40%, #f4efe6 0%, #e8dfd0 55%, #d9cdb8 100%);
	color: #2a241c !important; min-height: calc(100svh - 4rem);
}
.wsb-hero--bridgerton, .wsb-hero--bridgerton h1, .wsb-hero--bridgerton h2, .wsb-hero--bridgerton p, .wsb-hero--bridgerton a {
	color: #2a241c !important;
}
.wsb-hero--bridgerton .wsb-invite {
	max-width: 34rem; margin: 0 auto; padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.75rem);
	background: #faf6ef; border: 1px solid rgba(42,36,28,0.18);
	box-shadow: 0 24px 60px rgba(42,36,28,0.12);
}
.wsb-hero--bridgerton .wsb-invite__mono {
	font-family: var(--wsb-font-display); font-size: 2.5rem; margin: 0 0 0.5rem; color: var(--wsb-brass) !important;
}
.wsb-hero--bridgerton .wsb-invite__rule { width: 4rem; height: 1px; border: 0; background: var(--wsb-brass); margin: 1.25rem auto; }
.wsb-hero--bridgerton .wsb-invite__date { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.85rem; }
.wsb-hero--bridgerton .wsb-invite__venue { margin: 0.75rem 0 0; color: var(--wsb-ink-soft) !important; }
.wsb-hero--bridgerton .wsb-invite__venue span { font-size: 0.92rem; }
.wsb-hero--bridgerton .wsb-hero__names { max-width: none; font-size: clamp(2.4rem, 7vw, 4.2rem); }
.wsb-hero--bridgerton .wsb-hero__cta {
	border-color: var(--wsb-ink); color: var(--wsb-ink) !important; margin-left: auto; margin-right: auto;
}
.wsb-hero--bridgerton .wsb-hero__cta:hover { background: var(--wsb-ink); color: var(--wsb-paper) !important; }
body.wsb-has-hero-image .wsb-hero--bridgerton {
	background-image:
		linear-gradient(180deg, rgba(244,239,230,0.88), rgba(232,223,208,0.92)),
		var(--wsb-hero-image);
	background-size: cover; background-position: center;
}

/* Layout: photospread — full-bleed magazine cover */
.wsb-hero--photospread {
	min-height: 92svh; justify-content: flex-end; padding-bottom: clamp(2.5rem, 8vw, 5rem);
}
.wsb-hero--photospread .wsb-hero__names {
	max-width: 18ch; font-size: clamp(3.2rem, 11vw, 7.5rem); letter-spacing: -0.03em;
}
.wsb-hero--photospread .wsb-hero__cta { display: none; }
body.wsb-has-hero-image .wsb-hero--photospread {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.7)),
		var(--wsb-hero-image);
}

/* Layout: moderntabs — compact utility hero */
.wsb-hero--moderntabs {
	min-height: 52svh; align-items: flex-start; justify-content: flex-end;
	padding: clamp(2rem, 5vw, 3.5rem);
}
.wsb-hero--moderntabs .wsb-hero__names {
	font-size: clamp(2.4rem, 7vw, 4.5rem); max-width: 16ch; letter-spacing: -0.03em;
	text-transform: uppercase;
}
.wsb-hero--moderntabs .wsb-hero__cta {
	background: var(--wsb-paper); color: var(--wsb-ink) !important; border-color: var(--wsb-paper);
}
body.wsb-has-hero-image .wsb-hero--moderntabs {
	background-image:
		linear-gradient(105deg, rgba(20,24,28,0.82) 0%, rgba(20,24,28,0.35) 55%, rgba(20,24,28,0.15) 100%),
		var(--wsb-hero-image);
}

/* Layout: storyfirst — soft story cover */
.wsb-hero--storyfirst {
	align-items: center; text-align: center; min-height: 78svh;
}
.wsb-hero--storyfirst .wsb-hero__frame { max-width: 40rem; margin: 0 auto; }
.wsb-hero--storyfirst .wsb-hero__names { max-width: none; font-size: clamp(2.8rem, 8vw, 5.5rem); }
.wsb-hero--storyfirst .wsb-hero__cta { display: none; }
body.wsb-has-hero-image .wsb-hero--storyfirst {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.55)),
		var(--wsb-hero-image);
}

/* Layout: atelier — true 50/50 split with media column */
.wsb-hero--atelier {
	display: grid; grid-template-columns: 1fr; min-height: calc(100svh - 4.5rem);
	padding: 0; color: var(--wsb-ink) !important;
	background: var(--wsb-paper);
}
.wsb-hero--atelier, .wsb-hero--atelier h1, .wsb-hero--atelier h2, .wsb-hero--atelier p, .wsb-hero--atelier a {
	color: var(--wsb-ink) !important;
}
.wsb-hero--atelier .wsb-hero__media {
	min-height: 42svh; background:
		linear-gradient(145deg, var(--wsb-bg-deep), var(--wsb-ink));
	background-size: cover; background-position: center;
}
body.wsb-has-hero-image .wsb-hero--atelier .wsb-hero__media {
	background-image: var(--wsb-hero-image);
}
body.wsb-has-hero-image .wsb-hero--atelier {
	background-image: none; background: var(--wsb-paper);
}
.wsb-hero--atelier .wsb-hero__frame {
	display: flex; flex-direction: column; justify-content: center;
	padding: clamp(2rem, 6vw, 4.5rem); max-width: none;
}
.wsb-hero--atelier .wsb-hero__names { max-width: 12ch; font-size: clamp(2.8rem, 7vw, 5rem); }
.wsb-hero--atelier .wsb-hero__cta {
	border-color: var(--wsb-ink); color: var(--wsb-ink) !important; width: fit-content;
}
.wsb-hero--atelier .wsb-hero__cta:hover { background: var(--wsb-ink); color: var(--wsb-paper) !important; }
@media (min-width: 900px) {
	.wsb-hero--atelier { grid-template-columns: 1.05fr 0.95fr; }
	.wsb-hero--atelier .wsb-hero__media { min-height: 100%; }
}

/* Layout: gardenfolio — botanical chapter cover */
.wsb-hero--gardenfolio {
	align-items: flex-start; justify-content: flex-end; min-height: 85svh;
}
.wsb-hero--gardenfolio .wsb-hero__frame {
	max-width: 36rem; padding: 1.75rem 1.5rem;
	background: color-mix(in srgb, var(--wsb-paper) 88%, transparent);
	border: 1px solid rgba(255,255,255,0.35);
	backdrop-filter: blur(6px);
}
.wsb-hero--gardenfolio, .wsb-hero--gardenfolio h1, .wsb-hero--gardenfolio p, .wsb-hero--gardenfolio a {
	color: var(--wsb-ink) !important;
}
.wsb-hero--gardenfolio .wsb-hero__names { max-width: none; font-size: clamp(2.6rem, 8vw, 5rem); }
.wsb-hero--gardenfolio .wsb-hero__cta {
	border-color: var(--wsb-brass); color: var(--wsb-ink) !important;
}
body.wsb-has-hero-image .wsb-hero--gardenfolio {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.35)),
		var(--wsb-hero-image);
}

/* Layout: horizon — save-the-date giant date */
.wsb-hero--horizon {
	align-items: center; text-align: center; min-height: 88svh;
	justify-content: center;
}
.wsb-hero--horizon .wsb-std-date {
	font-family: var(--wsb-font-display);
	font-size: clamp(2.4rem, 8vw, 5rem); letter-spacing: 0.08em;
	text-transform: uppercase; margin: 0.5rem 0 1rem; line-height: 1.1;
	color: var(--wsb-paper) !important;
}
.wsb-hero--horizon .wsb-hero__names {
	max-width: none; font-size: clamp(2rem, 6vw, 3.75rem); font-weight: 400;
}
.wsb-hero--horizon .wsb-hero__cta { margin-left: auto; margin-right: auto; }
body.wsb-has-hero-image .wsb-hero--horizon {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.6)),
		var(--wsb-hero-image);
}

/* Layout: giftlane — clean utility hero */
.wsb-hero--giftlane {
	min-height: 58svh; align-items: flex-start; justify-content: flex-end;
}
.wsb-hero--giftlane .wsb-hero__names {
	font-size: clamp(2.4rem, 7vw, 4.8rem); text-transform: none; max-width: 14ch;
}
body.wsb-has-hero-image .wsb-hero--giftlane {
	background-image:
		linear-gradient(120deg, rgba(20,24,28,0.78) 0%, rgba(20,24,28,0.25) 70%),
		var(--wsb-hero-image);
}

/* Layout: countdown — centered countdown hero */
.wsb-hero--countdown {
	align-items: center; text-align: center; min-height: 80svh;
}
.wsb-hero--countdown .wsb-hero__frame { max-width: 42rem; margin: 0 auto; }
.wsb-hero--countdown .wsb-hero__names { max-width: none; }
.wsb-hero--countdown .wsb-countdown {
	display: flex; justify-content: center; gap: 1rem; margin: 1.5rem 0 0.5rem;
}
.wsb-hero--countdown .wsb-countdown__cell {
	padding: 1rem 1.35rem; border: 1px solid rgba(255,255,255,0.35);
	background: rgba(0,0,0,0.25); min-width: 10rem;
}
.wsb-hero--countdown .wsb-countdown__num {
	display: block; font-family: var(--wsb-font-display); font-size: 1.15rem; letter-spacing: 0.06em;
}
.wsb-hero--countdown .wsb-countdown__label {
	display: block; margin-top: 0.35rem; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.8;
}
.wsb-hero--countdown .wsb-hero__cta { margin-left: auto; margin-right: auto; }
body.wsb-has-hero-image .wsb-hero--countdown {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0.65)),
		var(--wsb-hero-image);
}

/* Layout: mapjourney — split journey hero */
.wsb-hero--mapjourney {
	display: grid; grid-template-columns: 1fr; min-height: calc(100svh - 4.5rem);
	padding: 0; background: var(--wsb-bg); color: var(--wsb-ink) !important;
}
.wsb-hero--mapjourney, .wsb-hero--mapjourney h1, .wsb-hero--mapjourney p, .wsb-hero--mapjourney a {
	color: var(--wsb-ink) !important;
}
.wsb-hero--mapjourney .wsb-hero__media {
	min-height: 40svh;
	background: linear-gradient(145deg, var(--wsb-bg-deep), var(--wsb-ink));
	background-size: cover; background-position: center;
}
body.wsb-has-hero-image .wsb-hero--mapjourney .wsb-hero__media { background-image: var(--wsb-hero-image); }
body.wsb-has-hero-image .wsb-hero--mapjourney { background-image: none; background: var(--wsb-bg); }
.wsb-hero--mapjourney .wsb-hero__frame {
	display: flex; flex-direction: column; justify-content: center;
	padding: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--mapjourney .wsb-hero__cta {
	border-color: var(--wsb-ink); color: var(--wsb-ink) !important; width: fit-content;
}
.wsb-hero--mapjourney .wsb-hero__cta:hover { background: var(--wsb-ink); color: var(--wsb-paper) !important; }
@media (min-width: 900px) {
	.wsb-hero--mapjourney { grid-template-columns: 0.9fr 1.1fr; }
	.wsb-hero--mapjourney .wsb-hero__media { min-height: 100%; order: 2; }
}

/* Layout: filmreel — cinematic bottom type */
.wsb-hero--filmreel {
	min-height: 90svh; justify-content: flex-end; padding-bottom: clamp(2rem, 7vw, 4.5rem);
}
.wsb-hero--filmreel .wsb-hero__names {
	max-width: 16ch; font-size: clamp(3rem, 10vw, 6.5rem); letter-spacing: -0.03em;
}
.wsb-hero--filmreel .wsb-hero__cta { display: none; }
body.wsb-has-hero-image .wsb-hero--filmreel {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.72)),
		var(--wsb-hero-image);
}

/* Layout: velvetmenu — dark evening menu card */
.wsb-hero--velvetmenu {
	align-items: center; justify-content: center; text-align: center;
	background: #120f14; min-height: calc(100svh - 4rem);
}
.wsb-hero--velvetmenu .wsb-menu-card {
	max-width: 34rem; margin: 0 auto; padding: clamp(2rem, 5vw, 3.25rem);
	border: 1px solid rgba(212, 175, 120, 0.45);
	background: rgba(18, 15, 20, 0.72);
}
.wsb-hero--velvetmenu .wsb-menu-card__rule {
	width: 3.5rem; height: 1px; border: 0; background: var(--wsb-brass); margin: 1.25rem auto;
}
.wsb-hero--velvetmenu .wsb-menu-card__date {
	letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.8rem; color: var(--wsb-brass) !important;
}
.wsb-hero--velvetmenu .wsb-menu-card__venue { color: rgba(255,255,255,0.75) !important; margin: 0.5rem 0 0; }
.wsb-hero--velvetmenu .wsb-hero__names { max-width: none; font-size: clamp(2.4rem, 7vw, 4.4rem); }
.wsb-hero--velvetmenu .wsb-hero__cta {
	border-color: var(--wsb-brass); margin-left: auto; margin-right: auto; color: var(--wsb-paper) !important;
}
body.wsb-has-hero-image .wsb-hero--velvetmenu {
	background-image:
		linear-gradient(180deg, rgba(18,15,20,0.55), rgba(18,15,20,0.82)),
		var(--wsb-hero-image);
	background-size: cover; background-position: center;
}

/* Layout: aerogram — postcard card */
.wsb-hero--aerogram {
	align-items: center; justify-content: center; min-height: calc(100svh - 4rem);
	background: #d9cfc0;
}
.wsb-hero--aerogram, .wsb-hero--aerogram h1, .wsb-hero--aerogram p, .wsb-hero--aerogram a {
	color: #2a241c !important;
}
.wsb-hero--aerogram .wsb-postcard {
	position: relative; max-width: 36rem; width: 100%;
	margin: 0 auto; padding: clamp(2rem, 5vw, 3rem);
	background: #f7f1e6; border: 1px solid rgba(42,36,28,0.2);
	box-shadow: 8px 12px 0 rgba(42,36,28,0.08);
}
.wsb-hero--aerogram .wsb-postcard__stamp {
	position: absolute; top: 1.25rem; right: 1.25rem;
	width: 3.25rem; height: 3.75rem;
	background:
		linear-gradient(145deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02)),
		var(--wsb-hero-image, #c4b8a4);
	background-size: cover; background-position: center;
	border: 2px dashed rgba(42,36,28,0.35);
}
.wsb-hero--aerogram .wsb-postcard__date {
	letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.8rem; margin: 0.75rem 0;
}
.wsb-hero--aerogram .wsb-postcard__address {
	margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(42,36,28,0.15);
	color: var(--wsb-ink-soft) !important;
}
.wsb-hero--aerogram .wsb-postcard__address p { margin: 0.2rem 0; color: inherit !important; }
.wsb-hero--aerogram .wsb-hero__names { max-width: none; font-size: clamp(2.2rem, 6vw, 3.8rem); }
.wsb-hero--aerogram .wsb-hero__cta {
	border-color: var(--wsb-ink); color: var(--wsb-ink) !important;
}
body.wsb-has-hero-image .wsb-hero--aerogram {
	background-image:
		linear-gradient(180deg, rgba(217,207,192,0.88), rgba(217,207,192,0.94)),
		var(--wsb-hero-image);
	background-size: cover; background-position: center;
}

/* Layout: quickdock — compact app-like hero */
.wsb-hero--quickdock {
	min-height: 62svh; justify-content: flex-end; padding-bottom: 5.5rem;
}
.wsb-hero--quickdock .wsb-hero__names {
	font-size: clamp(2.6rem, 8vw, 5rem); max-width: 14ch; letter-spacing: -0.03em;
}
.wsb-hero--quickdock .wsb-hero__cta { display: none; }
body.wsb-has-hero-image .wsb-hero--quickdock {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.62)),
		var(--wsb-hero-image);
}

/* Layout: mosaic — photo-first short hero */
.wsb-hero--mosaic {
	min-height: 55svh; align-items: center; text-align: center;
}
.wsb-hero--mosaic .wsb-hero__frame { max-width: 40rem; margin: 0 auto; }
.wsb-hero--mosaic .wsb-hero__names { max-width: none; }
.wsb-hero--mosaic .wsb-hero__cta { margin-left: auto; margin-right: auto; }
body.wsb-has-hero-image .wsb-hero--mosaic {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.55)),
		var(--wsb-hero-image);
}

/* Layout: ribbonrail — soft centered */
.wsb-hero--ribbonrail {
	align-items: flex-start; justify-content: flex-end; min-height: 70svh;
}
.wsb-hero--ribbonrail .wsb-hero__names { font-size: clamp(2.6rem, 8vw, 5.2rem); }
body.wsb-has-hero-image .wsb-hero--ribbonrail {
	background-image:
		linear-gradient(100deg, rgba(20,20,20,0.72) 0%, rgba(20,20,20,0.2) 65%),
		var(--wsb-hero-image);
}

/* Layout: manifesto — type-led light hero */
.wsb-hero--manifesto {
	min-height: 85svh; align-items: center; text-align: left;
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	padding: clamp(3rem, 8vw, 6rem) clamp(1.25rem, 5vw, 4rem);
}
.wsb-hero--manifesto, .wsb-hero--manifesto h1, .wsb-hero--manifesto p, .wsb-hero--manifesto a {
	color: var(--wsb-ink) !important;
}
.wsb-hero--manifesto .wsb-manifesto {
	font-family: var(--wsb-font-display);
	font-size: clamp(1.8rem, 5vw, 3rem); line-height: 1.2;
	max-width: 18ch; margin: 0 0 1.5rem;
}
.wsb-hero--manifesto .wsb-hero__names {
	font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: 0.08em;
	text-transform: uppercase; max-width: none;
}
.wsb-hero--manifesto .wsb-hero__cta {
	border-color: var(--wsb-ink); color: var(--wsb-ink) !important;
}
body.wsb-has-hero-image .wsb-hero--manifesto {
	background-image:
		linear-gradient(90deg, rgba(250,249,246,0.94) 0%, rgba(250,249,246,0.78) 45%, rgba(250,249,246,0.35) 100%),
		var(--wsb-hero-image);
	background-size: cover; background-position: center;
}

/* Layout: weekend — bright weekend cover */
.wsb-hero--weekend {
	min-height: 75svh; align-items: center; text-align: center;
}
.wsb-hero--weekend .wsb-hero__frame { max-width: 40rem; margin: 0 auto; }
.wsb-hero--weekend .wsb-hero__names { max-width: none; }
.wsb-hero--weekend .wsb-hero__cta { margin-left: auto; margin-right: auto; }
body.wsb-has-hero-image .wsb-hero--weekend {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.55)),
		var(--wsb-hero-image);
}

/* Layout: crestframe — monogram crest card */
.wsb-hero--crestframe {
	align-items: center; justify-content: center; text-align: center;
	min-height: calc(100svh - 4rem); background: var(--wsb-bg-deep);
}
.wsb-hero--crestframe, .wsb-hero--crestframe h1, .wsb-hero--crestframe p, .wsb-hero--crestframe a {
	color: var(--wsb-ink) !important;
}
.wsb-hero--crestframe .wsb-monogram__card {
	max-width: 34rem; margin: 0 auto; padding: clamp(2.5rem, 6vw, 4rem);
	background: var(--wsb-paper); border: 1px solid var(--wsb-line);
	box-shadow: 0 24px 48px rgba(0,0,0,0.08);
}
.wsb-hero--crestframe .wsb-monogram__seal {
	width: 4.5rem; height: 4.5rem; margin: 0 auto 1.25rem;
	border: 1px solid var(--wsb-brass); border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-family: var(--wsb-font-display); font-size: 1.75rem; color: var(--wsb-brass) !important;
}
.wsb-hero--crestframe .wsb-monogram__rule {
	width: 4rem; height: 1px; border: 0; background: var(--wsb-brass); margin: 1rem auto;
}
.wsb-hero--crestframe .wsb-monogram__date {
	letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.78rem;
}
.wsb-hero--crestframe .wsb-hero__eyebrow {
	letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.68rem;
}
.wsb-hero--crestframe .wsb-hero__names { max-width: none; font-size: clamp(2.2rem, 6vw, 3.6rem); }
.wsb-hero--crestframe .wsb-hero__cta { margin: 1.25rem auto 0; border-color: var(--wsb-ink); }

/* Layout: chapterspine — bound book cover */
.wsb-hero--chapterspine {
	display: grid; grid-template-columns: 0.35fr 1fr; min-height: 80svh;
	background: var(--wsb-bg); color: var(--wsb-ink) !important;
}
.wsb-hero--chapterspine .wsb-chapters__spine {
	background: var(--wsb-brass);
	box-shadow: inset -4px 0 12px rgba(0,0,0,0.15);
}
.wsb-hero--chapterspine .wsb-chapters__cover {
	display: flex; flex-direction: column; justify-content: center;
	padding: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--chapterspine .wsb-chapters__date {
	letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.8rem; margin: 0.75rem 0;
}
.wsb-hero--chapterspine .wsb-hero__names { max-width: 14ch; font-size: clamp(2.4rem, 7vw, 4.5rem); }
.wsb-hero--chapterspine .wsb-hero__cta { width: fit-content; border-color: var(--wsb-ink); color: var(--wsb-ink) !important; }
@media (max-width: 700px) {
	.wsb-hero--chapterspine { grid-template-columns: 0.2fr 1fr; }
}

/* Layout: suitefold — tri-fold invitation */
.wsb-hero--suitefold {
	align-items: center; justify-content: center; min-height: 85svh;
	background: var(--wsb-bg-deep); padding: clamp(1rem, 4vw, 2rem);
}
.wsb-hero--suitefold .wsb-suite__fold {
	display: grid; gap: 0; max-width: 52rem; width: 100%; margin: 0 auto;
	grid-template-columns: 1fr;
}
@media (min-width: 800px) {
	.wsb-hero--suitefold .wsb-suite__fold { grid-template-columns: 1fr 1.4fr 1fr; }
}
.wsb-hero--suitefold .wsb-suite__panel {
	padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--wsb-paper);
	border: 1px solid var(--wsb-line); color: var(--wsb-ink) !important;
}
.wsb-hero--suitefold .wsb-suite__panel--center { text-align: center; border-left: 0; border-right: 0; }
.wsb-hero--suitefold .wsb-suite__date {
	letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.75rem; margin: 0.75rem 0;
}
.wsb-hero--suitefold .wsb-hero__names { max-width: none; font-size: clamp(1.8rem, 5vw, 3rem); }
.wsb-hero--suitefold .wsb-hero__cta { margin: 1rem auto 0; border-color: var(--wsb-ink); color: var(--wsb-ink) !important; }

/* Layout: ledgersheet — ruled register */
.wsb-hero--ledgersheet {
	align-items: flex-start; justify-content: center; min-height: 75svh;
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	padding: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--ledgersheet .wsb-ledger__sheet {
	max-width: 40rem; width: 100%; margin: 0 auto;
	padding: 2rem 1.5rem;
	background:
		repeating-linear-gradient(transparent, transparent 2.4rem, var(--wsb-line) 2.4rem, var(--wsb-line) calc(2.4rem + 1px));
}
.wsb-hero--ledgersheet .wsb-ledger__header {
	font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; margin: 0 0 1rem;
	color: var(--wsb-brass) !important;
}
.wsb-hero--ledgersheet .wsb-ledger__date { font-family: var(--wsb-font-display); font-size: 1.1rem; margin: 0.5rem 0; }
.wsb-hero--ledgersheet .wsb-hero__names { max-width: none; font-size: clamp(2rem, 6vw, 3.5rem); }
.wsb-hero--ledgersheet .wsb-hero__cta { border-color: var(--wsb-ink); color: var(--wsb-ink) !important; }

/* Layout: waxseal — envelope with seal */
.wsb-hero--waxseal {
	align-items: center; justify-content: center; text-align: center;
	min-height: calc(100svh - 4rem); background: var(--wsb-bg-deep);
}
.wsb-hero--waxseal .wsb-sealwax__envelope {
	position: relative; max-width: 32rem; margin: 0 auto;
	padding: clamp(2.5rem, 6vw, 4rem) clamp(2rem, 5vw, 3rem);
	background: var(--wsb-paper); border: 1px solid var(--wsb-line);
	color: var(--wsb-ink) !important;
}
.wsb-hero--waxseal .wsb-sealwax__wax {
	position: absolute; bottom: -1.5rem; left: 50%; transform: translateX(-50%);
	width: 3.5rem; height: 3.5rem; border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, var(--wsb-brass_b), var(--wsb-brass));
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), inset 0 2px 4px rgba(255,255,255,0.25);
}
.wsb-hero--waxseal .wsb-sealwax__date {
	letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.78rem;
}
.wsb-hero--waxseal .wsb-hero__names { max-width: none; font-size: clamp(2rem, 6vw, 3.4rem); }
.wsb-hero--waxseal .wsb-hero__cta { margin-top: 1.5rem; border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }

/* Layout: programfold — booklet cover */
.wsb-hero--programfold {
	align-items: center; justify-content: center; text-align: center;
	min-height: 80svh; background: var(--wsb-bg);
}
.wsb-hero--programfold .wsb-program__booklet {
	max-width: 28rem; margin: 0 auto; padding: clamp(2.5rem, 6vw, 4rem);
	border: 2px double var(--wsb-brass); background: var(--wsb-paper);
	color: var(--wsb-ink) !important;
}
.wsb-hero--programfold .wsb-program__label {
	font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase;
	color: var(--wsb-brass) !important; margin: 0 0 1rem;
}
.wsb-hero--programfold .wsb-program__date { letter-spacing: 0.14em; margin: 0.75rem 0; }
.wsb-hero--programfold .wsb-hero__names { max-width: none; font-size: clamp(2rem, 5vw, 3.2rem); }
.wsb-hero--programfold .wsb-hero__cta { margin: 1.25rem auto 0; border-color: var(--wsb-ink); }

/* Layout: coverfull — magazine cover */
.wsb-hero--coverfull {
	min-height: 92svh; align-items: flex-end; justify-content: flex-start;
	padding: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--coverfull .wsb-coverstory__masthead {
	position: absolute; top: 1.5rem; left: 50%; transform: translateX(-50%);
	font-size: 0.72rem; letter-spacing: 0.35em; text-transform: uppercase;
	border-top: 2px solid var(--wsb-paper); border-bottom: 2px solid var(--wsb-paper);
	padding: 0.35rem 1rem; color: var(--wsb-paper) !important;
}
.wsb-hero--coverfull .wsb-coverstory__deck {
	font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
	color: var(--wsb-brass) !important; margin: 0 0 0.75rem;
}
.wsb-hero--coverfull .wsb-coverstory__blurb {
	max-width: 28ch; font-size: 1.05rem; line-height: 1.45; margin: 0.75rem 0 0;
}
.wsb-hero--coverfull .wsb-hero__names {
	font-size: clamp(3rem, 10vw, 7rem); max-width: 12ch; line-height: 0.95;
	letter-spacing: -0.03em;
}
body.wsb-has-hero-image .wsb-hero--coverfull {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.75) 100%),
		var(--wsb-hero-image);
}

/* Layout: magasym — asymmetric spread hero */
.wsb-hero--magasym {
	min-height: 75svh; align-items: center; background: var(--wsb-paper);
	color: var(--wsb-ink) !important; padding: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--magasym .wsb-magspread__cols {
	display: grid; gap: 2rem; max-width: var(--wsb-max); margin: 0 auto; width: 100%;
}
@media (min-width: 800px) {
	.wsb-hero--magasym .wsb-magspread__cols { grid-template-columns: 0.45fr 0.55fr; align-items: end; }
}
.wsb-hero--magasym .wsb-magspread__lede {
	font-family: var(--wsb-font-display); font-size: clamp(1.4rem, 3.5vw, 2.2rem); line-height: 1.3;
	margin: 0 0 1.25rem;
}
.wsb-hero--magasym .wsb-hero__names { max-width: none; font-size: clamp(2.8rem, 8vw, 5.5rem); }
.wsb-hero--magasym .wsb-hero__cta { border-color: var(--wsb-ink); color: var(--wsb-ink) !important; }

/* Layout: pulldecklay — quote-led hero */
.wsb-hero--pulldecklay {
	min-height: 85svh; align-items: center; text-align: center;
	padding: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--pulldecklay .wsb-pulldeck__hero-quote {
	margin: 0 auto 2rem; max-width: 22ch;
	font-family: var(--wsb-font-display); font-size: clamp(1.6rem, 4vw, 2.8rem);
	line-height: 1.2; border: 0; padding: 0;
}
.wsb-hero--pulldecklay .wsb-hero__names { max-width: none; font-size: clamp(2rem, 5vw, 3.5rem); }
.wsb-hero--pulldecklay .wsb-hero__cta { margin: 1rem auto 0; }
body.wsb-has-hero-image .wsb-hero--pulldecklay {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.65)),
		var(--wsb-hero-image);
}

/* Layout: columnrail — newspaper dateline */
.wsb-hero--columnrail {
	min-height: 70svh; align-items: flex-end; padding: clamp(2rem, 5vw, 3.5rem);
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	border-bottom: 4px double var(--wsb-ink);
}
.wsb-hero--columnrail .wsb-columnist__dateline {
	font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
	border-bottom: 1px solid var(--wsb-line); padding-bottom: 0.75rem; margin: 0 0 1rem;
}
.wsb-hero--columnrail .wsb-hero__names {
	font-size: clamp(2.8rem, 9vw, 6rem); max-width: none; line-height: 0.95;
}
.wsb-hero--columnrail .wsb-columnist__byline {
	font-style: italic; color: var(--wsb-ink-soft) !important; margin: 0.75rem 0 1rem;
}
.wsb-hero--columnrail .wsb-hero__cta { border-color: var(--wsb-ink); color: var(--wsb-ink) !important; }

/* Layout: foliospine — TOC hero */
.wsb-hero--foliospine {
	min-height: 65svh; align-items: center; text-align: left;
	background: var(--wsb-bg); color: var(--wsb-ink) !important;
	padding: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--foliospine .wsb-hero__frame { max-width: 36rem; }
.wsb-hero--foliospine .wsb-hero__eyebrow {
	font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase;
}
.wsb-hero--foliospine .wsb-hero__names { font-size: clamp(2.4rem, 7vw, 4.5rem); max-width: none; }
.wsb-hero--foliospine .wsb-hero__cta { border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }

/* Layout: captionstrip — photo + rail */
.wsb-hero--captionstrip {
	display: grid; grid-template-columns: 1fr; min-height: 75svh; padding: 0;
}
.wsb-hero--captionstrip .wsb-captionrail__layout {
	display: grid; min-height: inherit; width: 100%;
}
@media (min-width: 900px) {
	.wsb-hero--captionstrip .wsb-captionrail__layout { grid-template-columns: 1.1fr 0.9fr; }
}
.wsb-hero--captionstrip .wsb-captionrail__photo {
	min-height: 40svh;
	background: var(--wsb-hero-image, linear-gradient(145deg, var(--wsb-bg-deep), var(--wsb-ink)));
	background-size: cover; background-position: center;
}
.wsb-hero--captionstrip .wsb-captionrail__copy {
	display: flex; flex-direction: column; justify-content: center;
	padding: clamp(2rem, 5vw, 3rem); background: var(--wsb-paper); color: var(--wsb-ink) !important;
}
.wsb-hero--captionstrip .wsb-captionrail__caption {
	font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--wsb-brass) !important; margin: 0 0 1rem;
}
.wsb-hero--captionstrip .wsb-hero__names { max-width: none; font-size: clamp(2rem, 5vw, 3.5rem); }
.wsb-hero--captionstrip .wsb-hero__cta { border-color: var(--wsb-ink); color: var(--wsb-ink) !important; width: fit-content; }

/* Layout: ticketframe — admission ticket */
.wsb-hero--ticketframe {
	align-items: center; justify-content: center; min-height: 80svh;
	background: var(--wsb-bg-deep); padding: clamp(1.5rem, 4vw, 2.5rem);
}
.wsb-hero--ticketframe .wsb-ticket__stub {
	max-width: 38rem; width: 100%; margin: 0 auto;
	padding: clamp(2rem, 5vw, 3rem);
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	border: 2px solid var(--wsb-ink); border-radius: 0;
	position: relative;
}
.wsb-hero--ticketframe .wsb-ticket__stub::before,
.wsb-hero--ticketframe .wsb-ticket__stub::after {
	content: ""; position: absolute; top: 50%; width: 1.25rem; height: 1.25rem;
	background: var(--wsb-bg-deep); border-radius: 50%; transform: translateY(-50%);
}
.wsb-hero--ticketframe .wsb-ticket__stub::before { left: -0.65rem; }
.wsb-hero--ticketframe .wsb-ticket__stub::after { right: -0.65rem; }
.wsb-hero--ticketframe .wsb-ticket__serial {
	font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
	font-family: var(--wsb-font-body); margin: 0 0 1rem;
}
.wsb-hero--ticketframe .wsb-hero__names {
	font-family: var(--wsb-font-display); font-size: clamp(2rem, 6vw, 3.5rem);
	max-width: none; text-transform: uppercase; letter-spacing: 0.04em;
}
.wsb-hero--ticketframe .wsb-ticket__venue { font-weight: 700; margin: 0.5rem 0; }
.wsb-hero--ticketframe .wsb-ticket__time { font-size: 0.9rem; color: var(--wsb-ink-soft) !important; }
.wsb-hero--ticketframe .wsb-hero__cta { margin-top: 1.25rem; border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }

/* Layout: stubstrip — perforated stub */
.wsb-hero--stubstrip {
	align-items: center; justify-content: center; min-height: 75svh;
	background: var(--wsb-bg); padding: 1.5rem;
}
.wsb-hero--stubstrip .wsb-stubstrip__ticket {
	display: grid; max-width: 44rem; width: 100%; margin: 0 auto;
	grid-template-columns: 1fr auto 6rem;
	background: var(--wsb-paper); border: 2px solid var(--wsb-ink); color: var(--wsb-ink) !important;
}
.wsb-hero--stubstrip .wsb-stubstrip__main { padding: clamp(1.5rem, 4vw, 2.5rem); }
.wsb-hero--stubstrip .wsb-stubstrip__tear {
	width: 0; border-left: 2px dashed var(--wsb-ink); margin: 0.75rem 0;
}
.wsb-hero--stubstrip .wsb-stubstrip__stub {
	padding: 1rem 0.75rem; writing-mode: vertical-rl; text-align: center;
	font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
	background: var(--wsb-bg-deep); display: flex; flex-direction: column; justify-content: center;
}
.wsb-hero--stubstrip .wsb-hero__names { max-width: none; font-size: clamp(1.8rem, 5vw, 3rem); }
@media (max-width: 600px) {
	.wsb-hero--stubstrip .wsb-stubstrip__ticket { grid-template-columns: 1fr; }
	.wsb-hero--stubstrip .wsb-stubstrip__tear { width: auto; height: 0; border-left: 0; border-top: 2px dashed var(--wsb-ink); margin: 0 0.75rem; }
	.wsb-hero--stubstrip .wsb-stubstrip__stub { writing-mode: horizontal-tb; }
}

/* Layout: passportcover */
.wsb-hero--passportcover {
	align-items: center; justify-content: center; min-height: 85svh;
	background: var(--wsb-brass); padding: 2rem;
}
.wsb-hero--passportcover .wsb-passport__cover {
	max-width: 22rem; width: 100%; padding: clamp(2.5rem, 6vw, 3.5rem);
	background: var(--wsb-bg-deep); color: var(--wsb-paper) !important;
	border: 3px solid rgba(255,255,255,0.15); text-align: center;
}
.wsb-hero--passportcover .wsb-passport__type {
	font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; margin: 0 0 1.25rem;
}
.wsb-hero--passportcover .wsb-passport__stamp {
	display: inline-flex; width: 3rem; height: 3rem; align-items: center; justify-content: center;
	border: 3px double var(--wsb-brass); border-radius: 50%; margin: 1rem auto;
	font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; transform: rotate(-12deg);
}
.wsb-hero--passportcover .wsb-hero__names { max-width: none; font-size: clamp(1.6rem, 4vw, 2.4rem); }
.wsb-hero--passportcover .wsb-hero__cta { border-color: var(--wsb-brass); margin-top: 1rem; }

/* Layout: dockboard — LED-style sign */
.wsb-hero--dockboard {
	align-items: center; justify-content: center; min-height: 70svh;
	background: var(--wsb-ink); padding: 2rem;
}
.wsb-hero--dockboard .wsb-dockboard__sign {
	max-width: 40rem; width: 100%; padding: clamp(2rem, 5vw, 3rem);
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	border: 4px solid var(--wsb-brass); text-align: center;
}
.wsb-hero--dockboard .wsb-dockboard__header {
	font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase;
	background: var(--wsb-ink); color: var(--wsb-paper) !important;
	padding: 0.5rem 1rem; margin: -0.5rem auto 1.25rem; display: inline-block;
}
.wsb-hero--dockboard .wsb-hero__names {
	font-family: var(--wsb-font-display); font-size: clamp(2.2rem, 6vw, 3.8rem);
	text-transform: uppercase; max-width: none;
}
.wsb-hero--dockboard .wsb-dockboard__meta { margin: 0.75rem 0; font-size: 0.95rem; }
.wsb-hero--dockboard .wsb-hero__cta { border-color: var(--wsb-ink); color: var(--wsb-ink) !important; }

/* Layout: checklistpad */
.wsb-hero--checklistpad {
	align-items: flex-start; justify-content: center; min-height: 72svh;
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	padding: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--checklistpad .wsb-checklist__pad {
	max-width: 36rem; width: 100%; margin: 0 auto; padding: 2rem 1.5rem;
	border: 2px solid var(--wsb-line);
	background:
		repeating-linear-gradient(transparent, transparent 2rem, var(--wsb-line) 2rem, var(--wsb-line) calc(2rem + 1px));
}
.wsb-hero--checklistpad .wsb-checklist__title {
	font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 1rem;
}
.wsb-hero--checklistpad .wsb-hero__names { max-width: none; font-size: clamp(2rem, 5vw, 3.2rem); }
.wsb-hero--checklistpad .wsb-checklist__date { margin: 0.5rem 0 1rem; }
.wsb-hero--checklistpad .wsb-hero__cta { border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }

/* Layout: wayfindsign — directional post */
.wsb-hero--wayfindsign {
	align-items: center; justify-content: center; min-height: 80svh;
	background: var(--wsb-bg-deep); padding: 2rem;
}
.wsb-hero--wayfindsign .wsb-wayfinding__signpost {
	position: relative; max-width: 32rem; width: 100%; text-align: center;
	padding: clamp(3rem, 8vw, 5rem) clamp(2rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	border: 3px solid var(--wsb-ink);
}
.wsb-hero--wayfindsign .wsb-wayfinding__arm {
	position: absolute; padding: 0.5rem 1.25rem; background: var(--wsb-brass);
	color: var(--wsb-paper) !important; font-size: 0.72rem; letter-spacing: 0.12em;
	text-transform: uppercase; font-weight: 700;
}
.wsb-hero--wayfindsign .wsb-wayfinding__arm--ceremony { top: 1rem; left: -0.5rem; transform: rotate(-8deg); }
.wsb-hero--wayfindsign .wsb-wayfinding__arm--reception { top: 1rem; right: -0.5rem; transform: rotate(8deg); }
.wsb-hero--wayfindsign .wsb-hero__names { max-width: none; font-size: clamp(2rem, 5vw, 3.4rem); margin-top: 1.5rem; }
.wsb-hero--wayfindsign .wsb-wayfinding__date { letter-spacing: 0.14em; margin: 0.75rem 0; }
.wsb-hero--wayfindsign .wsb-hero__cta { border-color: var(--wsb-ink); color: var(--wsb-ink) !important; }

/* Layout: aislewalk — centered aisle runner */
.wsb-hero--aislewalk {
	align-items: center; justify-content: center; text-align: center;
	min-height: 90svh; position: relative;
}
.wsb-hero--aislewalk .wsb-aisle__runner {
	position: absolute; inset: 0; z-index: 0;
	background:
		linear-gradient(90deg, transparent 0%, transparent calc(50% - 4rem), rgba(255,255,255,0.12) calc(50% - 4rem), rgba(255,255,255,0.12) calc(50% + 4rem), transparent calc(50% + 4rem)),
		var(--wsb-hero-image, linear-gradient(180deg, var(--wsb-bg-deep), var(--wsb-ink)));
	background-size: cover; background-position: center;
}
.wsb-hero--aislewalk .wsb-hero__frame { position: relative; z-index: 1; max-width: 36rem; margin: 0 auto; }
.wsb-hero--aislewalk .wsb-aisle__vows {
	font-family: var(--wsb-font-display); font-size: clamp(1.1rem, 2.5vw, 1.45rem);
	font-style: italic; line-height: 1.6; margin: 1rem 0;
}
.wsb-hero--aislewalk .wsb-hero__names { max-width: none; font-size: clamp(2.4rem, 7vw, 4.5rem); line-height: 1.15; }
.wsb-hero--aislewalk .wsb-hero__cta { margin: 1.25rem auto 0; }
body.wsb-has-hero-image .wsb-hero--aislewalk .wsb-aisle__runner {
	background-image:
		linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) calc(50% - 4rem), rgba(0,0,0,0.25) calc(50% - 4rem), rgba(0,0,0,0.25) calc(50% + 4rem), rgba(0,0,0,0.5) calc(50% + 4rem)),
		var(--wsb-hero-image);
}

/* Layout: altarframe — soft altar glow */
.wsb-hero--altarframe {
	align-items: center; justify-content: center; text-align: center;
	min-height: 88svh; background: var(--wsb-bg);
}
.wsb-hero--altarframe .wsb-altar__frame {
	position: relative; max-width: 34rem; margin: 0 auto;
	padding: clamp(3rem, 8vw, 5rem) clamp(2rem, 5vw, 3rem);
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	border: 1px solid var(--wsb-line); box-shadow: 0 24px 60px rgba(0,0,0,0.06);
}
.wsb-hero--altarframe .wsb-altar__light {
	position: absolute; top: -2rem; left: 50%; transform: translateX(-50%);
	width: 6rem; height: 6rem; border-radius: 50%;
	background: radial-gradient(circle, rgba(212,175,120,0.35), transparent 70%);
}
.wsb-hero--altarframe .wsb-altar__date {
	letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.78rem; margin: 0.75rem 0;
}
.wsb-hero--altarframe .wsb-hero__names { max-width: none; font-size: clamp(2.2rem, 6vw, 3.8rem); }
.wsb-hero--altarframe .wsb-hero__cta { margin: 1.25rem auto 0; border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }

/* Layout: processional — centered classical */
.wsb-hero--processional {
	align-items: center; justify-content: center; text-align: center;
	min-height: 80svh;
}
.wsb-hero--processional .wsb-hero__frame { max-width: 40rem; margin: 0 auto; }
.wsb-hero--processional .wsb-hero__eyebrow { letter-spacing: 0.22em; text-transform: uppercase; }
.wsb-hero--processional .wsb-hero__names {
	font-size: clamp(2.4rem, 7vw, 4.8rem); max-width: none; line-height: 1.1;
}
.wsb-hero--processional .wsb-hero__cta { margin: 1.25rem auto 0; }
body.wsb-has-hero-image .wsb-hero--processional {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.6)),
		var(--wsb-hero-image);
}

/* Layout: toaststack — warm reception hero */
.wsb-hero--toaststack {
	align-items: flex-end; justify-content: center; text-align: center;
	min-height: 75svh; padding-bottom: clamp(2rem, 6vw, 4rem);
}
.wsb-hero--toaststack .wsb-hero__names { max-width: none; font-size: clamp(2.6rem, 8vw, 5rem); }
.wsb-hero--toaststack .wsb-hero__cta { margin: 1rem auto 0; }
body.wsb-has-hero-image .wsb-hero--toaststack {
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.65)),
		var(--wsb-hero-image);
}

/* Layout: vowbook — open book spread */
.wsb-hero--vowbook {
	align-items: center; justify-content: center; min-height: 85svh;
	background: var(--wsb-bg-deep); padding: clamp(1.5rem, 4vw, 2.5rem);
}
.wsb-hero--vowbook .wsb-vowbook__spread {
	display: grid; max-width: 52rem; width: 100%; margin: 0 auto;
	grid-template-columns: 1fr;
}
@media (min-width: 800px) {
	.wsb-hero--vowbook .wsb-vowbook__spread { grid-template-columns: 1fr 1fr; }
}
.wsb-hero--vowbook .wsb-vowbook__page {
	padding: clamp(2rem, 5vw, 3rem); background: var(--wsb-paper); color: var(--wsb-ink) !important;
	border: 1px solid var(--wsb-line);
}
.wsb-hero--vowbook .wsb-vowbook__page--left {
	display: flex; align-items: center; justify-content: center; text-align: center;
}
.wsb-hero--vowbook .wsb-vowbook__verse {
	font-family: var(--wsb-font-display); font-size: clamp(1.2rem, 3vw, 1.8rem);
	font-style: italic; line-height: 1.5; margin: 0;
}
.wsb-hero--vowbook .wsb-vowbook__page--right { text-align: center; }
.wsb-hero--vowbook .wsb-vowbook__date { letter-spacing: 0.14em; margin: 0.75rem 0; }
.wsb-hero--vowbook .wsb-hero__names { max-width: none; font-size: clamp(1.8rem, 5vw, 3rem); }
.wsb-hero--vowbook .wsb-hero__cta { margin: 1rem auto 0; border-color: var(--wsb-brass); color: var(--wsb-ink) !important; }

/* Layout: pewcard — small ceremonial card */
.wsb-hero--pewcard {
	align-items: center; justify-content: center; min-height: 78svh;
	background: var(--wsb-bg); padding: 2rem;
}
.wsb-hero--pewcard .wsb-pewcards__holder {
	max-width: 26rem; width: 100%; text-align: center;
	padding: clamp(2.5rem, 6vw, 3.5rem);
	background: var(--wsb-paper); color: var(--wsb-ink) !important;
	border: 1px solid var(--wsb-brass); box-shadow: 0 8px 32px rgba(0,0,0,0.05);
}
.wsb-hero--pewcard .wsb-pewcards__label {
	font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase;
	color: var(--wsb-brass) !important; margin: 0 0 1rem;
}
.wsb-hero--pewcard .wsb-pewcards__date { font-family: var(--wsb-font-display); margin: 0.75rem 0; }
.wsb-hero--pewcard .wsb-hero__names { max-width: none; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.2; }
.wsb-hero--pewcard .wsb-hero__cta { margin: 1.25rem auto 0; border-color: var(--wsb-ink); color: var(--wsb-ink) !important; }

/* Layout: arcadelights */
.wsb-hero--arcadelights {
	align-items: center; justify-content: center; text-align: center;
	min-height: 90svh; background: #120f14; position: relative; overflow: hidden;
}
.wsb-hero--arcadelights .wsb-arcade__lights {
	position: absolute; inset: 0; z-index: 0;
	background:
		repeating-linear-gradient(90deg, rgba(212,175,120,0.15) 0, rgba(212,175,120,0.15) 2px, transparent 2px, transparent 48px),
		repeating-linear-gradient(0deg, rgba(255,100,150,0.08) 0, rgba(255,100,150,0.08) 2px, transparent 2px, transparent 64px),
		#120f14;
}
.wsb-hero--arcadelights .wsb-hero__frame { position: relative; z-index: 1; }
.wsb-hero--arcadelights .wsb-arcade__date {
	letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.78rem; color: #d4af78 !important;
}
.wsb-hero--arcadelights .wsb-hero__names {
	font-size: clamp(2.8rem, 9vw, 6rem); max-width: none; letter-spacing: -0.02em;
	color: #f3ede6 !important;
}
.wsb-hero--arcadelights .wsb-hero__cta { border-color: #d4af78; color: #f3ede6 !important; margin: 1.25rem auto 0; }
body.wsb-has-hero-image .wsb-hero--arcadelights {
	background-image:
		linear-gradient(180deg, rgba(18,15,20,0.55), rgba(18,15,20,0.88)),
		var(--wsb-hero-image);
	background-size: cover;
}

/* Layout: neondark */
.wsb-hero--neondark {
	align-items: center; justify-content: center; text-align: center;
	min-height: 85svh; background: #0a080c;
}
.wsb-hero--neondark .wsb-neonmarquee__sign {
	max-width: 40rem; margin: 0 auto; padding: clamp(2rem, 5vw, 3rem);
	border: 3px solid #d4af78; background: rgba(18,15,20,0.92);
	box-shadow: 0 0 24px rgba(212,175,120,0.25), inset 0 0 40px rgba(212,175,120,0.05);
}
.wsb-hero--neondark .wsb-neonmarquee__blink {
	font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase;
	color: #d4af78 !important; animation: wsb-neon-pulse 2s ease-in-out infinite;
}
@keyframes wsb-neon-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.55; } }
.wsb-hero--neondark .wsb-hero__names {
	font-size: clamp(2.4rem, 8vw, 5.5rem); max-width: none; color: #f3ede6 !important;
	text-shadow: 0 0 20px rgba(212,175,120,0.35);
}
.wsb-hero--neondark .wsb-neonmarquee__subtitle { color: rgba(243,237,230,0.75) !important; margin: 0.75rem 0; }
.wsb-hero--neondark .wsb-hero__cta { border-color: #d4af78; color: #f3ede6 !important; margin-top: 1.25rem; }

/* Layout: candleglow */
.wsb-hero--candleglow {
	align-items: center; justify-content: center; text-align: center;
	min-height: 88svh; background: #120f14; position: relative;
}
.wsb-hero--candleglow .wsb-candlelit__glow {
	position: absolute; top: 20%; left: 50%; transform: translateX(-50%);
	width: 20rem; height: 20rem; border-radius: 50%;
	background: radial-gradient(circle, rgba(212,175,120,0.2) 0%, transparent 65%);
}
.wsb-hero--candleglow .wsb-hero__frame { position: relative; z-index: 1; max-width: 36rem; margin: 0 auto; }
.wsb-hero--candleglow .wsb-candlelit__date { letter-spacing: 0.16em; color: #d4af78 !important; }
.wsb-hero--candleglow .wsb-hero__names { font-size: clamp(2.4rem, 7vw, 4.5rem); color: #f3ede6 !important; max-width: none; }
.wsb-hero--candleglow .wsb-hero__cta { border-color: #d4af78; color: #f3ede6 !important; margin: 1.25rem auto 0; }
body.wsb-has-hero-image .wsb-hero--candleglow {
	background-image:
		linear-gradient(180deg, rgba(18,15,20,0.6), rgba(18,15,20,0.9)),
		var(--wsb-hero-image);
	background-size: cover;
}

/* Layout: starnight */
.wsb-hero--starnight {
	align-items: center; justify-content: center; text-align: center;
	min-height: 92svh; background: #0a080c; position: relative;
}
.wsb-hero--starnight .wsb-stargaze__sky {
	position: absolute; inset: 0;
	background:
		radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,0.8), transparent),
		radial-gradient(1px 1px at 60% 20%, rgba(255,255,255,0.6), transparent),
		radial-gradient(1px 1px at 80% 60%, rgba(255,255,255,0.7), transparent),
		radial-gradient(1px 1px at 40% 70%, rgba(255,255,255,0.5), transparent),
		linear-gradient(180deg, #0a080c, #120f14);
}
.wsb-hero--starnight .wsb-hero__frame { position: relative; z-index: 1; }
.wsb-hero--starnight .wsb-stargaze__date { letter-spacing: 0.18em; color: #d4af78 !important; }
.wsb-hero--starnight .wsb-hero__names { font-size: clamp(2.6rem, 8vw, 5rem); color: #f3ede6 !important; max-width: none; }
.wsb-hero--starnight .wsb-hero__cta { border-color: #d4af78; color: #f3ede6 !important; margin: 1.25rem auto 0; }

/* Layout: afterdark — party hero */
.wsb-hero--afterdark {
	align-items: flex-end; justify-content: center; text-align: center;
	min-height: 88svh; padding-bottom: clamp(2.5rem, 7vw, 4.5rem);
	background: #120f14;
}
.wsb-hero--afterdark .wsb-afterparty__tagline {
	font-family: var(--wsb-font-display); font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	color: #d4af78 !important; margin: 0.75rem 0;
}
.wsb-hero--afterdark .wsb-hero__names {
	font-size: clamp(3rem, 10vw, 6.5rem); max-width: none; color: #f3ede6 !important;
}
.wsb-hero--afterdark .wsb-hero__cta { border-color: #d4af78; color: #f3ede6 !important; margin: 1rem auto 0; }
body.wsb-has-hero-image .wsb-hero--afterdark {
	background-image:
		linear-gradient(180deg, rgba(18,15,20,0.2), rgba(18,15,20,0.85)),
		var(--wsb-hero-image);
	background-size: cover;
}

/* Layout: velvetnight2 — dark menu card */
.wsb-hero--velvetnight2 {
	align-items: center; justify-content: center; text-align: center;
	background: #120f14; min-height: calc(100svh - 4rem);
}
.wsb-hero--velvetnight2 .wsb-velvetmenu2__card {
	max-width: 34rem; margin: 0 auto; padding: clamp(2rem, 5vw, 3.25rem);
	border: 1px solid rgba(212, 175, 120, 0.45);
	background: rgba(18, 15, 20, 0.94); color: #f3ede6 !important;
}
.wsb-hero--velvetnight2 .wsb-velvetmenu2__rule {
	width: 3.5rem; height: 1px; border: 0; background: #d4af78; margin: 1.25rem auto;
}
.wsb-hero--velvetnight2 .wsb-velvetmenu2__date {
	letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.8rem; color: #d4af78 !important;
}
.wsb-hero--velvetnight2 .wsb-velvetmenu2__venue { color: rgba(243,237,230,0.75) !important; margin: 0.5rem 0 0; }
.wsb-hero--velvetnight2 .wsb-hero__names { max-width: none; font-size: clamp(2.4rem, 7vw, 4.4rem); color: #f3ede6 !important; }
.wsb-hero--velvetnight2 .wsb-hero__cta { border-color: #d4af78; color: #f3ede6 !important; margin: 1.25rem auto 0; }
body.wsb-has-hero-image .wsb-hero--velvetnight2 {
	background-image:
		linear-gradient(180deg, rgba(18,15,20,0.55), rgba(18,15,20,0.82)),
		var(--wsb-hero-image);
	background-size: cover; background-position: center;
}
