// Generative SVG portrait + image abstractions for cards.
// Uses brand accent + paper tones; intentionally editorial, not photographic.
const Portrait = ({ accent = "#b4321f" }) => (
);
const PostArt1 = ({ accent }) => (
);
const PostArt2 = ({ accent }) => (
);
const PostArt3 = ({ accent }) => (
);
const PostArt4 = ({ accent }) => (
);
window.Portrait = Portrait;
window.PostArt1 = PostArt1;
window.PostArt2 = PostArt2;
window.PostArt3 = PostArt3;
window.PostArt4 = PostArt4;