:root {
	--jai-color-bg: #ffffff;
	--jai-color-surface: #f6f8fb;
	--jai-color-surface-strong: #eef3f8;
	--jai-color-text: #111827;
	--jai-color-muted: #5f6b7a;
	--jai-color-border: rgba(17, 24, 39, 0.12);
	--jai-color-primary: #0f172a;
	--jai-color-primary-soft: #1e293b;
	--jai-color-accent: #2563eb;
	--jai-color-accent-2: #f97316;
	--jai-color-success: #0f9f6e;
	--jai-color-white: #ffffff;

	--jai-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--jai-font-size-sm: 0.875rem;
	--jai-font-size-base: 1rem;
	--jai-font-size-lg: 1.125rem;
	--jai-line-height: 1.65;
	--jai-line-height-tight: 1.12;

	--jai-container: 1180px;
	--jai-container-wide: 1360px;
	--jai-container-content: 760px;

	--jai-space-2xs: 0.25rem;
	--jai-space-xs: 0.5rem;
	--jai-space-sm: 0.75rem;
	--jai-space-md: 1rem;
	--jai-space-lg: 1.5rem;
	--jai-space-xl: 2rem;
	--jai-space-2xl: 3rem;
	--jai-space-3xl: 4.5rem;
	--jai-space-4xl: 6rem;

	--jai-radius-sm: 0.375rem;
	--jai-radius-md: 0.5rem;
	--jai-radius-lg: 0.75rem;
	--jai-radius-xl: 1rem;

	--jai-shadow-soft: 0 18px 60px rgba(15, 23, 42, 0.08);
	--jai-shadow-card: 0 12px 35px rgba(15, 23, 42, 0.1);

	--jai-z-header: 50;
	--jai-z-menu: 60;

	--jai-transition: 180ms ease;

	/* ===== Polat Kuyumculuk brand tokens ===== */
	--polat-font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--polat-font-sans: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	/* Ink */
	--polat-ink: #1a1a1a;
	--polat-ink-soft: #2a2620;
	--polat-ink-3: #3a3631;
	--polat-ink-mute: #6a6358;
	--polat-ink-faint: #8a8275;
	--polat-ink-light: #a89e8c;

	/* Gold */
	--polat-gold: #b8954a;
	--polat-gold-light: #e4c97e;
	--polat-gold-dark: #9a7b38;
	--polat-gold-grad: linear-gradient(100deg, #9a7b38, #e4c97e 45%, #b8954a 60%, #9a7b38);
	--polat-cta-grad: linear-gradient(100deg, #b8954a, #e4c97e, #b8954a);

	/* Night surfaces */
	--polat-night: #0e0c0a;
	--polat-night-deep: #0c0a08;
	--polat-night-2: #141210;
	--polat-night-3: #16130f;
	--polat-night-4: #1c1813;

	/* Cream surfaces */
	--polat-cream: #faf8f4;
	--polat-cream-2: #f4f0e8;
	--polat-cream-3: #f7f3eb;
	--polat-cream-warm: #fbf6ea;

	/* Lines */
	--polat-line: #efebe2;
	--polat-line-2: #e2dbcd;
	--polat-line-3: #dcd6ca;
	--polat-line-dark: #2a251c;
	--polat-line-dark-2: #221e18;
	--polat-line-gold: #3a3220;

	/* Text on dark */
	--polat-dark-text: #d8d2c6;
	--polat-dark-text-2: #c8c1b4;
	--polat-dark-text-3: #b8b2a6;
	--polat-dark-cream: #e8dfc9;

	/* Status */
	--polat-success: #5bd78b;
	--polat-live: #e84848;
	--polat-live-soft: #ff9a9a;

	--polat-shadow-card: 0 22px 60px -30px rgba(40, 30, 10, 0.3);
	--polat-shell: 1340px;
	--polat-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
