/*
Theme Name: IVA Consulting
Theme URI: https://iva-consulting.ru/
Author: Teya
Author URI: https://iva-consulting.ru/
Description: Personal expert landing for Екатерина Иванчик — IVA Consulting.
Version: 2.2.0
License: Proprietary
Text Domain: iva-consulting
*/

/*
 * Restored light system (critical #2 token drift fix).
 * No dead dark/Unbounded tokens. Colors used by the live UI.
 */

:root {
    --color-bg: #F8FAFC;
    --color-bg-white: #FFFFFF;
    --color-bg-muted: #F1F5F9;
    --color-ink: #0F172A;
    --color-ink-2: #334155;
    --color-muted: #64748B;
    --color-muted-2: #94A3B8;
    --color-rule: #E2E8F0;
    --color-primary: #2563EB;
    --color-primary-dark: #1D4ED8;
    --color-primary-soft: #EFF6FF;
    --color-primary-border: #BFDBFE;
    --color-gold: #D97706;
    --color-gold-soft: #FEF3C7;
    --color-green: #059669;
    --color-danger: #DC2626;
    --color-focus: #2563EB;

    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Manrope", "Golos Text", system-ui, sans-serif;

    --radius-card: 0.875rem;
    --radius-btn: 0.625rem;
    --shadow-card: 0 4px 12px rgba(15, 23, 42, 0.04);
    --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
    --banner-height: 4.5rem;

    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --dur-short: 160ms;
    --dur-med: 220ms;

    --z-nav: 300;
    --z-modal: 400;
    --z-float: 450;
    --z-cookie: 500;
}

html {
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-bg-white);
    color: var(--color-ink-2);
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.6;
    overflow-x: clip;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--color-primary);
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    color: var(--color-ink);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

:focus-visible {
    outline: 2px solid var(--color-focus);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
