/*
Design tokens for the .bsw- design system.
Values pulled from the 5 existing bsw- pages (Press Room, About the Film,
Blood Star Reviews, Making Blood Star, Cast & Filmmakers) — this is the
canonical source going forward, individual pages should not redefine colors,
spacing or radii locally.
*/
:root{
	/* -- color: brand + surfaces -- */
	--bsw-red:#CD0704;
	--bsw-black:#000000;
	--bsw-black-alt:#000000; /* 2026-08-10: client asked for one flat background color site-wide — was #0a0a0a, the alternating-band shade behind .bsw-alt sections and .bsw-site-footer. Kept as a separate token (not deleted/merged into --bsw-black) so the two usages stay easy to re-split later if alternating bands come back. */
	--bsw-card-bg:#161616;

	/* -- color: borders -- */
	--bsw-border:#333333;
	--bsw-border-soft:#2c2c2c;
	--bsw-outline:#555555;

	/* -- color: text (brightest to dimmest) -- */
	--bsw-text-bright:#ffffff;
	--bsw-text:#e6e6e6;
	--bsw-text-body:#d9d9d9;
	--bsw-text-muted:#c9c9c9;
	--bsw-text-dim:#999999;
	--bsw-text-faint:#888888;
	--bsw-text-ghost:#777777;

	/* -- type --
	   Client spec: Headings = Bebas Neue, supporting uppercase text (nav,
	   buttons, kickers, labels) = Oswald, body copy = Montserrat. Loaded via
	   Google Fonts link in header.php. Each has a plausible system-font
	   fallback stack in case the link is ever blocked/slow. */
	--bsw-font-heading:'Bebas Neue',Impact,'Arial Narrow',sans-serif;
	--bsw-font-support:'Oswald',"Segoe UI",Roboto,sans-serif;
	--bsw-font:'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	--bsw-font-serif:Georgia,serif;

	--bsw-h1-size:64px;
	--bsw-h1-size-mobile:40px;
	--bsw-h2-size:46px;
	--bsw-h2-size-mobile:30px;
	--bsw-h3-size:24px;
	--bsw-lead-size:18px;

	/* -- layout -- */
	--bsw-container:1100px;
	--bsw-container-wide:1320px;
	--bsw-section-pad:80px;
	--bsw-section-pad-tight:50px;
	--bsw-section-pad-mobile:56px;
	--bsw-gap:24px;

	/* -- shape -- */
	--bsw-radius-sm:4px;
	--bsw-radius:12px;
	--bsw-radius-lg:14px;

	/* -- elevation -- */
	--bsw-shadow-card:0 14px 32px -14px rgba(0,0,0,.75);
	--bsw-shadow-card-soft:0 10px 26px -12px rgba(0,0,0,.7);
	--bsw-shadow-figure:0 8px 30px rgba(0,0,0,.5);
	--bsw-shadow-avatar:0 4px 20px rgba(0,0,0,.5);
}
