/* Kelsey J Patel - Pure Joy Theme */

/* Adobe Typekit Fonts - Elegant serif + clean sans
   Using Berthold Baskerville Pro for headings and Presicav for body
   NOTE: Typekit link must be in header.html:
   <link rel="stylesheet" href="https://use.typekit.net/obe5ybw.css">
*/

/* =================================================================
   THEME CONFIGURATION - Kelsey's Joy-Inspired Brand
   ================================================================= */
:root {
    /* =================================================================
       COLOR PALETTE SWITCHER
       Uncomment the palette you want to use and comment out the other
       ================================================================= */

    /* ========== PALETTE: Terracotta/Beige Theme (ACTIVE) ========== */
    --brand-primary: #D68A6B;    /* Terracotta - Primary brand color */
    --brand-primary-rgb: 214, 138, 107;  /* RGB values for opacity usage */
    --brand-dark: #2B3A42;       /* Deep blue-gray - Authority, depth */
    --brand-dark-rgb: 43, 58, 66;        /* RGB values for opacity usage */
    --brand-light: #FDFBF9;      /* Almost white cream - Cleaner backgrounds */
    --brand-accent: #D6B89F;     /* Light terracotta - Accent and highlights */
    --brand-accent-rgb: 214, 184, 159;   /* RGB values for opacity usage */
    --brand-neutral: #7A6B66;    /* Warm gray - Body text */

    /* Opacity-based backgrounds for Terracotta Theme */
    --brand-accent-10: rgba(214, 138, 107, 0.1);   /* 10% opacity */
    --brand-accent-15: rgba(214, 138, 107, 0.15);  /* 15% opacity */
    --brand-primary-hover: #C17456;                 /* Darker terracotta for hover */

    /* Gradient Colors for Terracotta Theme */
    --gradient-purple-light: #D6B89F;     /* Light terracotta for radial gradient */
    --gradient-purple-pale: #E8D5C4;      /* Very light terracotta end */
    --gradient-purple-transparent: #E8D5C4; /* Pale terracotta for gradient fade */
    --gradient-white-warm: #FBF8F5;       /* Warm white start */
    --gradient-white-pure: #FFFCFA;       /* Pure white middle */

    /* ========== SHARED COLORS (Same for both palettes) ========== */
    --text-dark: #2B1810;        /* Dark brown - Hero and prominent text */
    --text-black: #000;          /* Pure black - High contrast elements */
    --text-gray: #333;           /* Dark gray - Secondary text */

    /* Secondary Palette */
    --color-sage: #8FAA88;        /* Sage green - Balance, wellness */
    --color-sage-v2: #8faa88d0;   /* Lighter sage - Balance, wellness */
    --color-blush: #F5F1EB;       /* Soft cream blush - Gentle highlights */
    --color-terracotta: #9B8B7E;  /* Muted earth tone - Emphasis */
    --color-sand: #F0EBE3;        /* Warm sand - Alternative backgrounds */
    --color-sand-hover: #E5DFD6;  /* Darker sand for hover states */
    --color-slate: #3D4F5C;       /* Medium blue-gray - Depth, grounding */
    --color-charcoal: #1F2937;    /* Rich charcoal - Maximum contrast, sophistication */
    --image-border: #7A9B76;

    /* Button Colors */
    --color-warm-rose: #E88B7B;   /* Warm rose - Primary button */
    --color-warm-rose-hover: #D67A6A; /* Darker warm rose for hover */
    --button-primary-bg: var(--color-warm-rose);
    --button-primary-text: white;
    --button-secondary-bg: var(--color-sand);
    --button-secondary-text: var(--brand-dark);

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
    --gradient-soft: linear-gradient(135deg, #F5F1EB 0%, #FDFBF9 100%);
    --gradient-overlay: linear-gradient(180deg, rgba(122, 155, 118, 0.9) 0%, rgba(232, 227, 216, 0.85) 100%);
    --gradient-dark: linear-gradient(135deg, var(--brand-dark) 0%, var(--color-slate) 100%);
    --gradient-contrast: linear-gradient(135deg, var(--color-charcoal) 0%, var(--brand-dark) 100%);
    --gradient-joy: linear-gradient(var(--gradient-white-warm), var(--gradient-white-pure) 66%, var(--gradient-purple-pale));

    /* =================================================================
       MULTI-LAYER BACKGROUND GRADIENTS (5 Layers Each)
       Usage: background: var(--bg-gradient-name);
       ================================================================= */

    /* Current Kelsey Gradient - Using Terracotta Theme */
    --bg-gradient-current: var(--bg-gradient-terracotta);

    /* Option 1: Purple Elegance - Enhanced purple palette */
    --bg-gradient-purple-elegance:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(160, 100, 180, 0.5) 0px, rgba(160, 100, 180, 0.2) 27%, rgba(160, 100, 180, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(250, 232, 255) 50%, rgba(250, 232, 255, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 254) 0px, rgb(218, 171, 235) 15%, rgba(196, 181, 253, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(253, 251, 249), rgb(227, 218, 249));

    /* Option 2: Sage Serenity - Wellness & balance */
    --bg-gradient-sage-serenity:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(143, 170, 136, 0.5) 0px, rgba(143, 170, 136, 0.2) 27%, rgba(143, 170, 136, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(245, 241, 235) 50%, rgba(245, 241, 235, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 254) 0px, rgb(218, 171, 235) 15%, rgba(143, 170, 136, 0.6) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(248, 250, 243), rgb(240, 235, 227));

    /* Option 3: Warm Blush - Soft & nurturing */
    --bg-gradient-warm-blush:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(245, 241, 235, 0.8) 0px, rgba(245, 241, 235, 0.3) 27%, rgba(245, 241, 235, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(240, 235, 227) 50%, rgba(240, 235, 227, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 250) 0px, rgb(218, 171, 235) 15%, rgba(240, 235, 227, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(253, 251, 249), rgb(245, 241, 235));

    /* Option 4: Deep Mystique - Rich & mysterious */
    --bg-gradient-deep-mystique:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(43, 58, 66, 0.3) 0px, rgba(43, 58, 66, 0.1) 27%, rgba(43, 58, 66, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(227, 218, 249) 50%, rgba(227, 218, 249, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 254) 0px, rgb(160, 100, 180) 15%, rgba(61, 79, 92, 0.5) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(248, 250, 243), rgb(227, 218, 249));

    /* Option 5: Lavender Dream - Light & airy */
    --bg-gradient-lavender-dream:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(218, 171, 235, 0.6) 0px, rgba(218, 171, 235, 0.2) 27%, rgba(218, 171, 235, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(253, 251, 249) 50%, rgba(253, 251, 249, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 254) 0px, rgb(227, 218, 249) 15%, rgba(218, 171, 235, 0.5) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(254, 254, 254), rgb(243, 238, 251));

    /* Option 6: Sage & Lavender Harmony - Balanced wellness */
    --bg-gradient-harmony:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(218, 171, 235, 0.4) 0px, rgba(218, 171, 235, 0.15) 27%, rgba(218, 171, 235, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(245, 241, 235) 50%, rgba(245, 241, 235, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 254) 0px, rgb(143, 170, 136) 15%, rgba(218, 171, 235, 0.6) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(248, 250, 243), rgb(240, 238, 245));

    /* Option 7: Terracotta Warmth - Earthy & grounded */
    --bg-gradient-terracotta:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(214, 138, 107, 0.5) 0px, rgba(214, 138, 107, 0.2) 27%, rgba(214, 138, 107, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(251, 248, 245) 50%, rgba(251, 248, 245, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 250) 0px, rgb(214, 184, 159) 15%, rgba(155, 98, 91, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(255, 252, 250), rgb(232, 213, 196));

    /* Option 8: Ethereal Bliss - Multi-dimensional magic */
    --bg-gradient-ethereal:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(167, 151, 249, 0.6) 0px, rgba(167, 151, 249, 0.2) 27%, rgba(167, 151, 249, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(246, 231, 249) 50%, rgba(246, 231, 249, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 254) 0px, rgb(189, 247, 248) 15%, rgba(179, 211, 249, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(252, 248, 252), rgb(218, 222, 249));

    /* Option 9: Sunset Paradise - Warm & vibrant */
    --bg-gradient-sunset:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(255, 159, 124, 0.6) 0px, rgba(255, 159, 124, 0.2) 27%, rgba(255, 159, 124, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(255, 228, 240) 50%, rgba(255, 228, 240, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 248, 252) 0px, rgb(255, 193, 168) 15%, rgba(186, 143, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(255, 245, 238), rgb(255, 224, 230));

    /* Option 10: Ocean Breeze - Cool & refreshing */
    --bg-gradient-ocean:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(94, 234, 212, 0.6) 0px, rgba(94, 234, 212, 0.2) 27%, rgba(94, 234, 212, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(224, 247, 250) 50%, rgba(224, 247, 250, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(248, 254, 255) 0px, rgb(165, 243, 252) 15%, rgba(147, 197, 253, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(240, 253, 250), rgb(219, 234, 254));

    /* Option 11: Spring Meadow - Fresh & uplifting */
    --bg-gradient-spring:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(134, 239, 172, 0.6) 0px, rgba(134, 239, 172, 0.2) 27%, rgba(134, 239, 172, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(254, 249, 231) 50%, rgba(254, 249, 231, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 254) 0px, rgb(251, 207, 232) 15%, rgba(196, 181, 253, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(247, 254, 231), rgb(243, 232, 255));

    /* Option 12: Royal Elegance - Rich & sophisticated */
    --bg-gradient-royal:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(192, 132, 252, 0.6) 0px, rgba(192, 132, 252, 0.2) 27%, rgba(192, 132, 252, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(250, 232, 255) 50%, rgba(250, 232, 255, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 254) 0px, rgb(232, 121, 249) 15%, rgba(129, 140, 248, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(250, 245, 255), rgb(224, 231, 255));

    /* Option 13: Peach Glow - Soft & radiant */
    --bg-gradient-peach:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(254, 215, 170, 0.6) 0px, rgba(254, 215, 170, 0.2) 27%, rgba(254, 215, 170, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(255, 237, 213) 50%, rgba(255, 237, 213, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(254, 252, 250) 0px, rgb(253, 186, 116) 15%, rgba(251, 146, 146, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(255, 251, 235), rgb(254, 226, 226));

    /* Option 14: Forest Cream - Earthy & warm */
    --bg-gradient-forest-cream:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(89, 123, 96, 0.5) 0px, rgba(89, 123, 96, 0.2) 27%, rgba(89, 123, 96, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(253, 242, 220) 50%, rgba(253, 242, 220, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(253, 242, 220) 0px, rgb(89, 123, 96) 15%, rgba(223, 214, 198, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(253, 242, 220), rgb(223, 214, 198));

    /* Option 15: Ocean Mist - Cool & calming */
    --bg-gradient-ocean-mist:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(167, 204, 211, 0.6) 0px, rgba(167, 204, 211, 0.2) 27%, rgba(167, 204, 211, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(223, 214, 198) 50%, rgba(223, 214, 198, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(253, 242, 220) 0px, rgb(80, 144, 168) 15%, rgba(167, 204, 211, 0.7) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(240, 248, 250), rgb(223, 214, 198));

    /* Option 16: Natural Harmony - Balanced earth & sky */
    --bg-gradient-natural:
        url('https://static.fasterhq.com/effects/gradients/noise-refined.svg'),
        radial-gradient(60% 70% at 0px 0px, rgba(89, 123, 96, 0.4) 0px, rgba(89, 123, 96, 0.15) 27%, rgba(89, 123, 96, 0) 100%),
        radial-gradient(65% 65% at 0px 100%, rgb(255, 255, 255) 0px, rgb(253, 242, 220) 50%, rgba(253, 242, 220, 0) 100%),
        radial-gradient(121% 141% at 100% 0px, rgb(253, 242, 220) 0px, rgb(167, 204, 211) 15%, rgba(80, 144, 168, 0.5) 50%, rgba(255, 255, 255, 0.4) 100%),
        linear-gradient(rgb(253, 242, 220), rgb(223, 214, 198));

    /* Typography Scale - Clean, Modern (aligned with strategy) */
    --font-heading: 'berthold-baskerville-pro', Georgia, serif;
    --font-body: 'presicav', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-sans: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;
    --text-7xl: 4.5rem;
    
    /* Spacing Scale */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;
    
    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;
    --radius-2xl: 2rem;
    --radius-full: 9999px;
    
    /* Shadows - Softer, more minimal */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.12);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.04);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.08), 0 6px 10px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    --shadow-glow: 0 0 30px rgba(244, 192, 111, 0.2);
}

/* =================================================================
   UNIVERSAL CMS CLASSES - Required for Faster CMS
   ================================================================= */

/* Page Background - Terracotta Gradient */
body,
html {
    background: var(--bg-gradient-terracotta);
    background-attachment: fixed;
    min-height: 100vh;
}

/* Scoped Reset - Only affects theme components */
#ai_header *,
#ai_body *,
#ai_footer *,
.ai-page-content * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body styles - scoped to avoid conflicts */
#ai_header,
#ai_body,
#ai_footer,
.ai-page-content {
    font-family: var(--font-body);
    font-size: var(--text-base);
    line-height: 1.6;
    color: var(--brand-dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Typography Base - Scoped with !important to override CMS Inter font */
#ai_header h1, #ai_header h2, #ai_header h3, #ai_header h4, #ai_header h5, #ai_header h6,
#ai_body h1, #ai_body h2, #ai_body h3, #ai_body h4, #ai_body h5, #ai_body h6,
#ai_footer h1, #ai_footer h2, #ai_footer h3, #ai_footer h4, #ai_footer h5, #ai_footer h6,
.ai-page-content h1, .ai-page-content h2, .ai-page-content h3, .ai-page-content h4, .ai-page-content h5, .ai-page-content h6 {
    font-family: var(--font-heading) !important; /* berthold-baskerville-pro for all headings */
    font-weight: 500;
    line-height: 1.3;
    color: var(--brand-dark);
    margin-bottom: var(--space-6);
    letter-spacing: -0.02em;
}

#ai_header h1, #ai_body h1, #ai_footer h1, .ai-page-content h1 { font-size: var(--text-5xl); }
#ai_header h2, #ai_body h2, #ai_footer h2, .ai-page-content h2 { font-size: var(--text-4xl); }
#ai_header h3, #ai_body h3, #ai_footer h3, .ai-page-content h3 { font-size: var(--text-3xl); }
#ai_header h4, #ai_body h4, #ai_footer h4, .ai-page-content h4 {
    font-size: var(--text-sm); /* 14px */
    font-family: var(--font-sans) !important; /* Open Sans for h4 */
}
#ai_header h5, #ai_body h5, #ai_footer h5, .ai-page-content h5 { font-size: var(--text-xl); }
#ai_header h6, #ai_body h6, #ai_footer h6, .ai-page-content h6 { font-size: var(--text-lg); }

#ai_header p, #ai_body p, #ai_footer p, .ai-page-content p {
    font-family: var(--font-sans) !important;
    font-weight: 300;
    margin-bottom: var(--space-6);
    line-height: 1.8;
    color: var(--brand-neutral);
}

#ai_header a, #ai_body a, #ai_footer a, .ai-page-content a {
    color: var(--brand-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

#ai_header a:hover, #ai_body a:hover, #ai_footer a:hover, .ai-page-content a:hover {
    color: var(--color-terracotta);
}

/* Background Colors - CMS Required */
.cms-bg-primary { background-color: var(--brand-primary) !important; }
.cms-bg-dark { background-color: var(--brand-dark) !important; }
.cms-bg-light { background-color: var(--brand-light) !important; }
.cms-bg-accent { background-color: var(--brand-accent) !important; }
.cms-bg-neutral { background-color: var(--brand-neutral) !important; }
.cms-bg-white { background-color: #FFFFFF !important; }

/* Text Colors - CMS Required */
.cms-text-primary { color: var(--brand-primary) !important; }
.cms-text-dark { color: var(--brand-dark) !important; }
.cms-text-light { color: var(--brand-light) !important; }
.cms-text-accent { color: var(--brand-accent) !important; }
.cms-text-neutral { color: var(--brand-neutral) !important; }
.cms-text-white { color: #FFFFFF !important; }

/* Border Colors - CMS Required */
.cms-border-primary { border-color: var(--brand-primary) !important; }
.cms-border-dark { border-color: var(--brand-dark) !important; }
.cms-border-light { border-color: var(--brand-light) !important; }
.cms-border-accent { border-color: var(--brand-accent) !important; }
.cms-border-neutral { border-color: var(--brand-neutral) !important; }

/* Button Component */
.cms-btn {
    display: inline-block;
    padding: var(--space-3) var(--space-6);
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: var(--radius-full);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.cms-btn-primary {
    background: var(--button-primary-bg, var(--color-warm-rose));
    color: var(--button-primary-text, white);
    box-shadow: var(--shadow-md);
}

.cms-btn-primary:hover {
    background: var(--color-warm-rose-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.cms-btn-secondary {
    background: var(--button-secondary-bg, var(--color-sand));
    color: var(--button-secondary-text, var(--brand-dark));
    border-color: var(--color-sand);
}

.cms-btn-secondary:hover {
    background: var(--color-sand-hover);
}

/* Card Component - Cleaner, more editorial */
.cms-card {
    background: white;
    border-radius: 0; /* Sharp edges for editorial look */
    padding: var(--space-10);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cms-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Form Controls */
.cms-form-control {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    font-family: var(--font-body);
    font-size: var(--text-base);
    border: 2px solid #E5E5E5;
    border-radius: var(--radius-lg);
    background: white;
    transition: all 0.3s ease;
}

.cms-form-control:focus {
    outline: none;
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(122, 155, 118, 0.15);
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}

/* Responsive Typography */
@media (max-width: 768px) {
    h1 { font-size: var(--text-4xl); }
    h2 { font-size: var(--text-3xl); }
    h3 { font-size: var(--text-2xl); }
    h4 { font-size: var(--text-xl); }
    h5 { font-size: var(--text-lg); }
    h6 { font-size: var(--text-base); }
    
    .container {
        padding: 0 var(--space-4);
    }
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-4 { margin-top: var(--space-4); }
.mb-4 { margin-bottom: var(--space-4); }
.mt-8 { margin-top: var(--space-8); }
.mb-8 { margin-bottom: var(--space-8); }

/* Animation Classes */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.animate-fadeIn {
    animation: fadeIn 0.6s ease-out;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

/* Transformation-Inspired Elements - Global utility class */
.joy-burst {
    background: radial-gradient(circle at center, var(--brand-primary) 0%, transparent 70%);
    opacity: 0.08;
    position: absolute;
    pointer-events: none;
}
