/*
Theme Name:        Entitle Guard
Theme URI:         https://entitleguard.com
Description:       Custom child theme for the Entitle Guard marketing website. Emotion-led, multi-audience, AU residential post-purchase entitlements platform.
Author:            Entitle Guard Pty Ltd
Author URI:        https://entitleguard.com
Template:          kadence
Version:           1.0.0
Requires at least: 6.5
Requires PHP:      8.2
License:           Proprietary
Text Domain:       entitleguard
Tags:              custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Design tokens — single source of truth, mirrored in theme.json. */
:root {
    /* Brand */
    --eg-blue: #3B5BFE;
    --eg-blue-700: #2842D9;
    --eg-blue-50: #EEF2FF;
    --eg-teal: #2DD4BF;
    --eg-teal-700: #14B8A6;
    --eg-near-black: #0F172A;

    /* Slate scale */
    --eg-slate-700: #334155;
    --eg-slate-500: #64748B;
    --eg-slate-300: #CBD5E1;
    --eg-slate-200: #E2E8F0;
    --eg-slate-100: #F1F5F9;
    --eg-slate-50: #F8FAFC;
    --eg-white: #FFFFFF;

    /* Semantic */
    --eg-amber: #F59E0B;
    --eg-success: #10B981;

    /* Audience accents (used only on pillar pages) */
    --eg-builders: #3B5BFE;
    --eg-homeowners: #2DD4BF;
    --eg-merchants: #F59E0B;
    --eg-oems: #334155;

    /* Typography */
    --eg-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --eg-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    --eg-text-base: 17px;
    --eg-text-mobile: 16px;
    --eg-leading-body: 1.7;
    --eg-leading-tight: 1.1;
    --eg-track-tight: -0.02em;

    /* Layout */
    --eg-content-max: 1200px;
    --eg-prose-max: 720px;
    --eg-radius-sm: 6px;
    --eg-radius: 12px;
    --eg-radius-lg: 20px;
    --eg-radius-pill: 999px;

    /* Spacing scale (rem) */
    --eg-space-1: 0.25rem;
    --eg-space-2: 0.5rem;
    --eg-space-3: 0.75rem;
    --eg-space-4: 1rem;
    --eg-space-5: 1.5rem;
    --eg-space-6: 2rem;
    --eg-space-8: 3rem;
    --eg-space-10: 4rem;
    --eg-space-12: 5rem;
    --eg-space-16: 6.5rem;

    /* Elevation */
    --eg-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
    --eg-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
    --eg-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.12);

    /* Transitions */
    --eg-ease: cubic-bezier(0.2, 0, 0, 1);
    --eg-dur: 200ms;

    /* Header */
    --eg-header-h: 76px;
    --eg-sticky-bar-h: 64px;
}
