/* ==========================================================================
   VOODOO VODKA — routes/club.css
   Rev6 · Grand Design §4.11 — The Keeper's List, "the ceremony room."

   Loaded after pages.css on /club (vv_route_css_slug → 'club'). The one place
   plum leads: a deep-plum ground, a wax-seal macro band, and a single honest
   value section. Reuses .vv-macro-band, .vv-eyebrow, .vv-raise; functional
   text is Bone on plum for AA.
   ========================================================================== */

/* Final visual pass (owner): the whole-route plum surface read as "too much
   purple," and the tight acts still stacked to real dead air. The page is
   back on Ink; plum survives as ONE ceremony band behind the head, and the
   route's act padding is halved. */
.vv-kl { position: relative; color: var(--vv-bone); }
.vv-kl .vv-act { --vv-space-act: clamp(3rem, 6vh, 5rem); }

/* Marigold-thread macro band, under the nav */
.vv-kl__seal { margin: 0; }

/* Head — the one plum moment on the site */
.vv-kl__head { text-align: center; background: var(--vv-plum-deep); padding-top: clamp(2.5rem, 6vh, 5rem); }
.vv-kl__head .vv-measure { margin-inline: auto; }
.vv-kl__title {
	font-family: var(--vv-font-display); font-weight: 400;
	font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.02; letter-spacing: -0.01em;
	color: var(--vv-bone); margin: 0.2em 0 0;
}
.vv-kl__sub {
	font-family: var(--vv-font-body); font-style: italic;
	font-size: clamp(1.1rem, 2vw, 1.4rem); color: var(--vv-bone-70);
	margin: 0.9em auto 0; max-width: 40ch;
}

/* Value section */
.vv-kl__value { text-align: center; }
.vv-kl__value .vv-measure { margin-inline: auto; }
.vv-kl__value-title {
	font-family: var(--vv-font-display); font-weight: 400;
	font-size: clamp(1.8rem, 3.6vw, 2.8rem); line-height: 1.08;
	color: var(--vv-bone); margin: 0 0 0.5em;
}
.vv-kl__value-body {
	font-family: var(--vv-font-body);
	font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.55;
	color: var(--vv-bone-90, var(--vv-bone)); margin: 0 auto;
}

/* Signup */
.vv-kl__signup { text-align: center; }
.vv-kl__form { justify-content: center; margin-inline: auto; }
.vv-kl__consent {
	font-family: var(--vv-font-ui); font-size: 0.8125rem; line-height: 1.6;
	color: var(--vv-bone-50); margin: 1rem auto 0; max-width: 46ch;
}
.vv-kl__consent a { color: var(--vv-bone-70); text-underline-offset: 3px; }
.vv-kl__consent a:hover { color: var(--vv-marigold-bright); }
