/* Elite Image design tokens — merged from the design system bundle */
/* Fonts: Enriqueta (display/text), Lobster (sheen), Overpass (brand), JetBrains Mono (indices) are loaded from Google Fonts in functions.php */
:root{
/* base palette — from "EI szinek" brand sheet */
--blue-700:#0043aa;--blue-600:#0057DA;--blue-500:#2a76e8;--blue-100:#d7e6fb;--blue-050:#eef4fe;
/* gold — sampled from the logo gradient */
--gold-700:#8E6A18;--gold-600:#B0801C;--gold-500:#C9962F;--gold-400:#E0B050;--gold-300:#F0D080;--gold-200:#FFF0B0;--gold-100:#f7ecd2;--gold-050:#fdf8ec;
--gradient-gold:linear-gradient(155deg,#FFF0B0 0%,#E0B050 34%,#C9962F 58%,#8E6A18 100%); /* @kind color */
--navy-900:#202040;
/* legacy aliases */
--orange-600:var(--gold-600);--orange-500:var(--gold-500);--orange-300:var(--gold-400);--orange-100:var(--gold-100);--orange-050:var(--gold-050);
/* neutral grey ramp — no green cast */
--ink-900:#17191C;--ink-800:#1F2226;--ink-700:#2B2F34;--ink-500:#6B7075;--ink-400:#9AA0A6;--ink-300:#C4C8CC;--ink-200:#DFE2E5;--ink-100:#EFF1F2;
--paper:#FBFBFC;--white:#ffffff;

--ink-950:#0F1114;

/* ===== semantic — DARK is the default theme ===== */
--surface-page:var(--ink-900);
--surface-card:var(--ink-800);
--surface-subtle:#292D32;
--surface-raised:#33383E;
--surface-deep:var(--ink-950);
--surface-inverse:var(--paper);
--surface-inverse-raised:var(--white);
--surface-accent:var(--gold-500);
--surface-accent-soft:rgba(201,150,47,.14);
--surface-brand:var(--blue-600);

--text-heading:var(--paper);
--text-body:#C9CDD2;
--text-muted:var(--ink-400);
--text-faint:#7B8085;
--text-on-inverse:var(--ink-900);
--text-on-inverse-muted:var(--ink-500);
--text-on-brand:var(--paper);
--text-on-accent:var(--ink-900);
--text-accent:var(--gold-400);
--text-accent-on-dark:var(--gold-400);
--text-link:var(--gold-400);
--text-link-hover:var(--gold-300);

--border-subtle:rgba(252,255,252,.12);
--border-strong:rgba(252,255,252,.24);
--border-inverse:rgba(28,35,33,.14);
--focus-ring:var(--gold-400);

--status-info:var(--blue-500);
--status-success:#2fbf94;
--status-warning:var(--gold-400);
--status-danger:#e8695b;
}

/* ===== light scope — for print, e-mail and light sections ===== */
.theme-light{
--surface-page:var(--paper);--surface-card:var(--white);--surface-subtle:var(--ink-100);--surface-raised:var(--white);
--surface-deep:var(--ink-900);--surface-inverse:var(--ink-900);--surface-inverse-raised:var(--ink-800);
--text-heading:var(--ink-900);--text-body:var(--ink-700);--text-muted:var(--ink-500);--text-faint:var(--ink-400);
--text-on-inverse:var(--paper);--text-on-inverse-muted:var(--ink-300);--text-accent:var(--gold-600);
--text-link:var(--gold-600);--text-link-hover:var(--gold-700);
--border-subtle:var(--ink-200);--border-strong:var(--ink-300);--border-inverse:rgba(252,255,252,.14);
--focus-ring:var(--blue-500);--status-success:#0f7a5a;--status-danger:#c0392b;
}
:root{
--font-display:"Outfit",system-ui,sans-serif;
--font-text:"Public Sans",system-ui,sans-serif;
--font-mono:"JetBrains Mono",ui-monospace,monospace;

--text-display-1:clamp(48px,6.4vw,84px);
--text-display-2:clamp(38px,4.6vw,60px);
--text-h1:44px;--text-h2:34px;--text-h3:26px;--text-h4:20px;
--text-lead:19px;--text-body:16px;--text-small:14px;--text-micro:12px;
--text-eyebrow:12px;

--leading-tight:1.04;--leading-snug:1.18;--leading-normal:1.55;--leading-loose:1.7;
--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;
--tracking-display:-0.03em;--tracking-heading:-0.015em;--tracking-body:0em;--tracking-eyebrow:0.16em;
}
:root{
--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;
--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-32:128px;
--gutter:24px;--container:1200px;--container-narrow:760px;
--section-y:clamp(64px,8vw,128px); /* @kind spacing */
}
:root{
--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-2xl:40px;--radius-pill:999px;
--radius-card:var(--radius-lg);--radius-control:var(--radius-pill);--radius-input:var(--radius-sm);
}
:root{
--shadow-none:none;
--shadow-xs:0 1px 2px rgba(28,35,33,.06);
--shadow-sm:0 2px 8px rgba(28,35,33,.06);
--shadow-md:0 8px 24px rgba(28,35,33,.08);
--shadow-lg:0 20px 48px rgba(28,35,33,.12);
--shadow-inverse:0 20px 48px rgba(0,0,0,.45);
--ring-focus:0 0 0 3px rgba(42,118,232,.35);
--glow-accent:0 10px 30px rgba(201,150,47,.32);
}
:root{
--ease-standard:cubic-bezier(.2,.7,.2,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--ease-in-out:cubic-bezier(.65,0,.35,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:360ms; /* @kind other */
--dur-reveal:640ms; /* @kind other */
--hover-lift:-2px;
--press-scale:.985; /* @kind other */
}
