/*
Theme Name:  My Familia
Theme URI:   https://myfamilia.com.au
Author:      Lamoureux Lane
Description: My Familia — however a family is shaped, at every stage of its story. Tokens live here; the look is assembled from them by the Lamoureux parent theme.
Version:     0.2.0
Requires PHP: 8.2
Template:    lamoureux
Text Domain: my-familia
*/

/*
 * Third pass, 1 September 2026 — her words: "white, silver, and
 * claret," and "no beauty, no love, no hope." The second pass fixed
 * the colour and still missed the point: her own live site's real
 * signature is photography — real faces, silver skin, deep claret —
 * and this had none. Claret read off her own published backdrop, not
 * guessed. No black anywhere.
 */

:root {
	/* Ground — white, full stop */
	--ground: #FFFFFF;
	--cream: #FFFFFF;
	--satin: #F6F1F2;

	/* Claret — read directly off her own published photography */
	--claret: #B03236;
	--claret-deep: #7A1F23;
	--anchor-ink: #B03236;
	--card-pay-ink: #B03236;
	--live-ink: #B03236;
	--focus: #B03236;

	/* True silver — cool metal, used as a line, a texture, a surface */
	--satin-silver: #B7BABE;
	--silver-bright: #D8DADC;
	--card-shadow: rgba(30, 8, 15, 0.10);
	--card-shadow-lift: rgba(30, 8, 15, 0.16);
	--surface-shadow: rgba(30, 8, 15, 0.07);
	--surface-shadow-soft: rgba(30, 8, 15, 0.04);

	/* Ink — a whisper of claret in the dark, never flat black */
	--card-ink: #241014;
	--card-title-ink: #241014;
	--card-body-ink: #4A2C33;
	--card-meta-ink: #8C7A7E;
	--door-ink: #241014;
	--org-ink: #8C7A7E;
	--pill-ink: #FFFFFF;
	--row-ink: #241014;
	--row-ink-soft: #8C7A7E;
	--num-ink: #241014;
	--count-ink: #241014;
	--count-figure: #B03236;
	--count-note: #8C7A7E;
	--anchor-space: 1.5rem;

	/* Chrome */
	--top-ground: #FFFFFF;
	--top-rule: #E9DFE1;
	--foot-ground: #B03236;
	--foot-ink: #FFFFFF;
	--act-ground: #B03236;
	--act-ink: #FFFFFF;
	--act-shadow: rgba(176, 50, 54, 0.32);
	--act-quiet-rule: rgba(255, 255, 255, 0.3);

	/* Row / note / number surfaces */
	--row-ground: #FFFFFF;
	--note-ground: #F6F1F2;
	--note-ink: #4A2C33;
	--num-ground: #FFFFFF;

	/* Chips */
	--chip-ink: #4A2C33;
	--chip-ink-hover: #B03236;
	--chip-rule: #E9DFE1;
	--chip-rule-hover: #B03236;
	--chip-current: #B03236;

	/* Seek / search */
	--seek-ground: #FFFFFF;
	--seek-ink: #241014;
	--seek-placeholder: #B7A9AC;
	--seek-rule: #E9DFE1;
	--seek-sheen: rgba(176, 50, 54, 0.08);
	--seek-button: #B03236;
	--seek-button-ink: #FFFFFF;

	/* Skip link */
	--skip-ground: #B03236;
	--skip-ink: #FFFFFF;

	/* MA — the space before. White, not a cream wash */
	--ma-ground: #FFFFFF;

	/* Mark / logo */
	--mark-image: url('assets/branding/my-familia-logo-M-hands.jpg');
	--mark-ratio: 1 / 1;
	--mark-space: 0.75rem;
	--mark-shadow: none;

	/* Type */
	--font-head: 'Cormorant Garamond', 'Georgia', serif;
	--font-util: 'Frank Ruhl Libre', 'Georgia', serif;
	--measure: 60ch;

	/* Motion (parent's float/entrance system) */
	--float-time: 0.8s;
	--float-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--float-rise: 24px;
	--float-stagger: 0.08s;
	--entrance: #B03236;
	--entrance-fade: #B03236;
	--entrance-fade-height: 14vh;
	--entrance-gap: 2rem;

	/* Bloom / arrival / later / second / after */
	--bloom: #B03236;
	--bloom-soft: rgba(176, 50, 54, 0.12);
	--arrival: #FFFFFF;
	--later: #8C7A7E;
	--second: #4A2C33;
	--after: #E9DFE1;
	--lift: -4px;
}
