/* ==========================================================================
   VOODOO VODKA — routes/where-to-buy.css
   Final visual pass (owner) — the locator IS the page: hero → picker →
   honest result → capture → raise. The old Online/Delivery status-ledger
   trio was cut with its markup; this file now owns only the locator sub.

   Loaded after pages.css on /where-to-buy (vv_route_css_slug → 'where-to-buy').
   ========================================================================== */

/* The locator's head carries the one-line honest status (replaces the
   removed Online/Delivery ledger stubs). */
.vv-wtb__locator { padding-top: clamp(3rem, 6vh, 5rem); }
.vv-wtb__locator-sub {
	font-family: var(--vv-font-body); font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.7; color: var(--vv-bone-70); max-width: 58ch;
	margin: 14px auto 0;
}

/* The capture block rendered in the browser's fallback sans (pre-existing
   gap, fixed in the final visual pass) — put it in the brand faces. */
.vv-wtb__coming-title {
	font-family: var(--vv-font-display); font-weight: 400;
	font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--vv-bone); margin: 0 0 10px;
}
.vv-wtb__coming > p:not([class]) {
	font-family: var(--vv-font-body); font-size: clamp(1.05rem, 1.7vw, 1.2rem);
	line-height: 1.7; color: var(--vv-bone-70); margin: 0 0 18px;
}
.vv-wtb__coming-consent {
	font-family: var(--vv-font-ui); font-size: 12px; line-height: 1.6;
	color: var(--vv-silver); margin-top: 12px;
}
