/* ============================================================
   CannabisSouthCarolina.org — Lowcountry Magnolia + Palmetto Gold Theme
   ============================================================
   South Carolina "Lowcountry Magnolia" anchored on Tailwind
   purple-800 (#6b21a8) with a Palmetto Gold accent (Tailwind
   amber-600 #d97706 / amber-100 #fef3c7). The palette evokes
   the magnolia/wisteria/Spanish-moss palette of Charleston's
   Lowcountry, the legislative purple of S.C.'s historic State
   House, and the gold of the Palmetto State seal. Distinct from
   existing themes: NE Cornhusker Red (red-700), ND Peace Garden
   Indigo (indigo-800), AK Aurora Indigo (#4338ca), WI Northwoods
   Emerald (green-800), SD Black Hills Pine (green-700), KS
   Sunflower Gold (yellow-700), AR Razorback Crimson, AL Heart-of-
   Dixie Garnet (red-800), ID Sawtooth Granite Slate, MT Mountain
   Sage, IA Heartland Slate, PA Keystone Blue (blue-800), VT Green
   Mountain (green-800). Purple-800 is unused in the network.
   The palette reflects South Carolina's prohibition-strict
   posture, the "Compassionate Care Act" 12-year stall, the
   Lowcountry / Upstate / Midlands cultural divide, the federal-
   installation density (Joint Base Charleston, MCRD Parris
   Island, Fort Jackson, Shaw AFB, MCAS Beaufort), the Gullah-
   Geechee Sea Island heritage, and the absence of citizen-
   initiated ballot initiative.
   ============================================================ */

:root {
    /* Primary: Lowcountry Magnolia (Tailwind purple-800-anchored) */
    --cs-primary-950: #3b0764;
    --cs-primary-900: #581c87;
    --cs-primary-800: #6b21a8;
    --cs-primary-700: #7e22ce;
    --cs-primary-600: #9333ea;
    --cs-primary-500: #a855f7;
    --cs-primary-400: #c084fc;
    --cs-primary-300: #d8b4fe;
    --cs-primary-200: #e9d5ff;
    --cs-primary-100: #f3e8ff;
    --cs-primary-50:  #faf5ff;

    /* Accent: Palmetto Gold (Tailwind amber-600 / amber-100) */
    --cs-accent: #d97706;
    --cs-accent-light: #fef3c7;

    /* Buff: Palmetto Sand */
    --cs-buff: #fef3c7;
    --cs-buff-light: #fefce8;

    /* Semantic mappings */
    --cs-primary: var(--cs-primary-800);
    --cs-primary-hover: var(--cs-primary-900);
    --cs-primary-active: var(--cs-primary-950);
    --cs-text-heading: var(--cs-primary-900);
    --cs-bg-section: var(--cs-primary-50);
    --cs-link: var(--cs-primary-800);
    --cs-link-hover: var(--cs-primary-950);
}
