:root {
    /* Core Layout & Dimensions */
    --headerH: 74px;
    --heroMinH: 780px;
    --heroPadY: 64px;
    --max: 1180px;
    --radius: 18px;
    --radiusLg: 26px;

    /* Base Colors */
    --bg: #faf8f5;
    --site-page-bg: none;
    --text: #1f1116;
    --muted: #6f565d;

    /* Brand Colors */
    --maroon: #5a0011;
    --maroon2: #3f000c;
    --yellow: #f6c74c;
    --yellow2: #f2b61f;

    /* Theme / Glass System (Based on Success Stories favorite) */
    --theme-bg: #faf8f5;
    --theme-card: rgba(255, 255, 255, .84);
    --theme-card-strong: rgba(255, 255, 255, .92);
    --theme-border: rgba(90, 0, 17, .10);
    --theme-border-strong: rgba(90, 0, 17, .18);
    --theme-shadow-sm: 0 14px 30px rgba(15, 23, 42, .06);
    --theme-shadow-md: 0 20px 50px rgba(15, 23, 42, .10);
    --theme-shadow-lg: 0 28px 70px rgba(15, 23, 42, .14);

    /* Legacy / Fallback aliases */
    --card: #ffffff;
    --border: var(--theme-border);
    --shadow: var(--theme-shadow-sm);
    --shadow2: var(--theme-shadow-md);
}
