/* ==========================================================================
   VOODOO VODKA — routes/stories.css
   Rev6 · Grand Design §4.12 — Journal, restaged.

   Loaded after pages.css on the Journal index + singles (vv_route_css_slug →
   'stories'). Index copy (H1 "Notes from the House.", eyebrow "Journal") is in
   the templates; this file holds the single's editorial measure (68ch), the
   read-time marginalia treatment, and a drop-cap reinforcement.
   ========================================================================== */

/* Single — a comfortable editorial measure. */
.vv-story-single__body { max-width: 68ch; }

/* The dateline eyebrow now carries theme · date · read-time; keep it quiet but
   AA-legible on Bone (brass fails as text on Bone → dark-amber, 5.5:1). */
.vv-story-single__head .vv-page__eyebrow { color: color-mix(in srgb, var(--vv-marigold-deep) 62%, var(--vv-ink)); }

/* Drop cap — Abril display, brass, on the first paragraph (reinforce the
   pages.css rule against content wrappers some editors add). */
.vv-story-single__body > p:first-of-type::first-letter,
.vv-story-single__body > .wp-block-paragraph:first-of-type::first-letter {
	font-family: var(--vv-font-display);
	color: var(--vv-brass);
	float: left;
	font-size: 3.1em;
	line-height: 0.66;
	margin: 0.06em 0.08em -0.04em 0;
}
