/*
 * Studio Moderna - Design tokens : DORMEO (navy)
 * Loaded per-site by sm-chrome.php based on blog_id (see sm_brand_tokens_rel()).
 * chrome.css references these variable NAMES only, never raw colors.
 *
 * Brand-coupled tokens (--brand*, --brand-tint, --heading) differ per brand.
 * Shared tokens (--sale, --sky-accent, --success, --ink, --muted, surfaces,
 * --line, footer/copy neutrals) are identical across all four brand files.
 */
:root{
	/* type */
	--font:'PT Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

	/* brand primary (was --navy) - buttons, badges, surfaces, brand text */
	--brand:#00285F;
	--brand-700:#001B45;     /* hover / darker */
	--split-bg:#001B45;      /* full-bleed dark promo banner (sm-split default) */
	--brand-tint:#E8F1FB;    /* pale brand wash - USP chip bg, club5 band (was --sky) */

	/* heading role - footer/section headings. Dormeo: same as brand. */
	--heading:#00285F;
	--card-title:#00285F;   /* product-card title */
	--card-price-ink:#00285F;
	--cta:#00285F;          /* CTA = brand (no orange on Dormeo) */
	/* product card */
	--card-radius:0;
	--badge-radius:0;
	--btn-bg:#00285F;       /* solid navy filled */
	--btn-fg:#FFFFFF;
	--btn-border:#00285F;
	--accent:transparent;   /* no brand accent bar */

	/* shared accents (identical in every brand file) */
	--sky-accent:#1E88E5;    /* links, KAMPANJA AKTIVE */
	--sale:#E11D2E;          /* sale price, OFERTA MUJORE, savings */
	--filter-clear:#FF6A2C;   /* clear-filters link - warm accent per Figma archive (Pastro link) */
	--success:#1E9E5A;       /* in-stock, free-shipping ticks */

	/* shared text */
	--ink:#1A1A1A;
	--home-heading:#1A1A1A;   /* homepage section titles + light-split heading - dark ink, all brands */
	--muted:#6B7280;

	/* shared surfaces */
	--surface:#FFFFFF;
	--bg:#F5F6F8;
	--line:#E5E7EB;

	/* shared chrome neutrals */
	--footer-link:#4E5763;
	--copy-link:#C7D2E2;
	--copy-dim:#5C7BA8;
	--co-opt-bg:#F7F8FA;   /* selected payment/shipping option: very light grey (all brands) */

	/* cart drawer */
	--cart-ship-bg:rgba(0,40,95,.06);
	--cart-track:#d3e2f2;
	--cart-bar:var(--brand);
	--cart-thumb-r:4px;
	--cart-qty-r:2px;
	--cart-cta-r:0;
	--cart-qty-border:1px solid #d8dee6;
	--cart-ink:#00285F;
	--cart-ship-hl:#00285F;
	--cart-panel-r:0;
	--badge-bg:var(--brand);
	--btn-radius:0;
	/* header (audited vs Figma 34:16) */
	--topbar-bg:#00285F;
	--header-ink:#00285F;
	--search-radius:0;

	/* Tooltip (filter info + product-card CLUB5) - Dormeo: clean white card with
	   a light border. Navy title, muted body; arrow matches the white fill and
	   border; chip becomes a light brand-tinted pill so it reads on white. */
	--tip-bg:#FFFFFF;
	--tip-ink:#00285F;
	--tip-body:#5B6472;
	--tip-chip-bg:var(--brand-tint);
	--tip-chip-ink:#00285F;
	--tip-border:#E5E7EB;
	--tip-arrow:#FFFFFF;
	--tip-shadow:0 12px 28px rgba(0,15,46,.16);
	--tip-radius:calc(var(--card-radius) * .5);
}
