/* ==========================================================================
   Pleasant Ridge Dunkard Brethren Church — design tokens
   The locked palette + shared primitives, referenced by both site.css
   (public) and admin.css (admin). Recoloring the whole site — public and
   admin — is a one-file, one-block change here.
   ========================================================================== */

:root {
    --color-bg:               #F6F2EA; /* page background (warm off-white) */
    --color-surface:          #FFFFFF; /* cards */
    --color-surface-alt:      #EDE7DB; /* alternating ministry/leadership sections */
    --color-border:           #DED6C7; /* hairlines */
    --color-text:             #2B2620; /* headings + body */
    --color-text-muted:       #6E6656; /* secondary text */
    --color-accent:           #46586B; /* buttons, links, Contact button */
    --color-accent-hover:     #374757;
    --color-accent-contrast:  #FFFFFF; /* text on accent */

    /* Warm brick accent (from the church walls) — secondary accent */
    --color-brick:            #A24A2C; /* brick fill: primary CTA, badges (white text) */
    --color-brick-hover:      #84381F;
    --color-brick-ink:        #7C3320; /* brick-colored text/links/eyebrows on light */
    --color-brick-tint:       #F1E1D8; /* soft brick wash for badges/pills */

    --font-heading: Georgia, 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', serif;
    --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

    --container-width: 1200px;
    --radius: 6px;
    --shadow-card: 0 1px 3px rgba(43, 38, 32, 0.08), 0 1px 2px rgba(43, 38, 32, 0.06);

    /* Muted brown map tint (Home + Contact), admin-toggleable via
       map_tint — see .map-embed--tinted in site.css. Single source, so
       it's a one-line tune to go lighter/darker/warmer later. */
    --map-tint-filter: sepia(0.72) saturate(0.64) brightness(0.92) contrast(1.03) hue-rotate(-12deg);
}
