/**
 * Wag'n Tails 2026 design tokens  -  bridge for Kadence child.
 * Maps theme.json presets so home-2026.css + wnt-components.css work without FSE.
 */
:root {
	/* Colors */
	--wp--preset--color--purple: #603387;
	--wp--preset--color--purple-deep: #3a1a5c;
	--wp--preset--color--purple-dark: #4a2769;
	--wp--preset--color--navy: #2b2140;
	--wp--preset--color--aqua: #8ad6cc;
	--wp--preset--color--aqua-bright: #6fe0d2;
	--wp--preset--color--aqua-deep: #3d8f86;
	--wp--preset--color--coral: #ed6d88;
	--wp--preset--color--coral-deep: #c94d68;
	--wp--preset--color--sun: #edb757;
	--wp--preset--color--sun-deep: #c48a2e;
	--wp--preset--color--cream: #f7f4ee;
	--wp--preset--color--cream-warm: #fbf7f0;
	--wp--preset--color--lavender: #f3ecfb;
	--wp--preset--color--mint: #eef8f6;
	--wp--preset--color--mist: #f5f2f8;
	--wp--preset--color--footer: #ebe8f1;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--ink: #3a3048;
	--wp--preset--color--ink-muted: #5e5568;
	--wp--preset--color--ink-faint: #8a8296;
	--wp--preset--color--on-dark: #ffffff;
	--wp--preset--color--on-brand: #ffffff;
	--wp--preset--color--focus: #6fe0d2;

	/* Gradients */
	--wp--preset--gradient--horizon: linear-gradient(135deg, #4a2769 0%, #603387 38%, #3d8f86 78%, #4aa99c 100%);
	--wp--preset--gradient--dusk: linear-gradient(135deg, #5a2f82 0%, #6f4499 42%, #3d8f86 100%);
	--wp--custom--gradient--cta: linear-gradient(135deg, #5a2f82 0%, #6f4499 40%, #3d8f86 100%);
	--wp--preset--gradient--road: linear-gradient(90deg, transparent, #8ad6cc, #603387, transparent);
	--wp--preset--gradient--glow-purple: radial-gradient(circle at 30% 40%, rgba(96, 51, 135, 0.35), transparent 60%);
	--wp--preset--gradient--glow-aqua: radial-gradient(circle at 70% 60%, rgba(138, 214, 204, 0.35), transparent 55%);

	/* Typography */
	--wp--preset--font-family--outfit: "Outfit", "Onest", Arial, Helvetica, sans-serif;
	--wp--preset--font-family--onest: "Onest", Arial, Helvetica, sans-serif;
	--wp--preset--font-size--display-xl: clamp(2.75rem, 6vw, 4.5rem);
	--wp--preset--font-size--display: clamp(2.25rem, 4.5vw, 3.5rem);
	--wp--preset--font-size--h-1: clamp(1.85rem, 3.2vw, 2.5rem);
	--wp--preset--font-size--h-2: clamp(1.5rem, 2.4vw, 2rem);
	--wp--preset--font-size--h-3: clamp(1.25rem, 1.8vw, 1.5rem);
	--wp--preset--font-size--lead: clamp(1.125rem, 1.4vw, 1.25rem);
	--wp--preset--font-size--body: 1.0625rem;
	--wp--preset--font-size--body-sm: 0.9375rem;
	--wp--preset--font-size--caption: 0.8125rem;
	--wp--preset--font-size--eyebrow: 0.75rem;

	/* Spacing */
	--wp--preset--spacing--3xs: 0.25rem;
	--wp--preset--spacing--2xs: 0.5rem;
	--wp--preset--spacing--xs: 0.75rem;
	--wp--preset--spacing--sm: 1rem;
	--wp--preset--spacing--md: 1.5rem;
	--wp--preset--spacing--lg: 2rem;
	--wp--preset--spacing--xl: 3rem;
	--wp--preset--spacing--2xl: 4rem;
	--wp--preset--spacing--3xl: 5.5rem;
	--wp--preset--spacing--section: clamp(3.5rem, 8vw, 6.5rem);
	--wp--preset--spacing--section-tight: clamp(2.25rem, 5vw, 4rem);

	/* Shadows */
	--wp--preset--shadow--sm: 0 4px 14px rgba(42, 26, 64, 0.08);
	--wp--preset--shadow--md: 0 12px 32px rgba(42, 26, 64, 0.12);
	--wp--preset--shadow--lg: 0 24px 60px rgba(26, 16, 48, 0.14);
	--wp--preset--shadow--sticker: 0 8px 20px rgba(96, 51, 135, 0.22);

	/* Custom */
	--wp--custom--page-gutter: clamp(1.25rem, 4vw, 2.5rem);
	--wp--custom--container-wide: 1280px;
	--wp--custom--header-h: 4.5rem;
	--wp--custom--measure: 38rem;
	--wp--custom--radius--sm: 8px;
	--wp--custom--radius--md: 12px;
	--wp--custom--radius--lg: 16px;
	--wp--custom--radius--xl: 24px;
	--wp--custom--radius--2xl: 32px;
	--wp--custom--radius--pill: 999px;
	--wp--custom--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--wp--custom--ease-editorial: cubic-bezier(0.16, 1, 0.3, 1);
	--wp--custom--motion-button: 0.2s;
	--wp--custom--motion-card: 0.32s;
	--wp--custom--line--default: rgba(96, 51, 135, 0.12);
	--wp--custom--line--strong: rgba(96, 51, 135, 0.22);
	--wp--custom--line--on-dark: rgba(255, 255, 255, 0.18);
	--wp--custom--shadow--lg: 0 24px 60px rgba(26, 16, 48, 0.12);
}
