:root {
	--kr-color-obsidian: #04090c;
	--kr-color-night: #071018;
	--kr-color-forest: #0d1b19;
	--kr-color-panel: rgba(8, 18, 25, 0.82);
	--kr-color-panel-strong: rgba(10, 23, 31, 0.94);
	--kr-color-line: rgba(224, 173, 95, 0.2);
	--kr-color-line-strong: rgba(224, 173, 95, 0.42);
	--kr-color-gold-300: #f5d18b;
	--kr-color-gold-400: #e9b760;
	--kr-color-gold-500: #d99a3d;
	--kr-color-gold-600: #b8792e;
	--kr-color-amber-400: #ffb65c;
	--kr-color-copper: #9b6135;
	--kr-color-ivory: #f7efe3;
	--kr-color-text: #e8dfd2;
	--kr-color-muted: #a99f92;
	--kr-color-faint: #716a61;
	--kr-color-success: #8fd19e;
	--kr-color-warning: #f2bd6b;
	--kr-color-error: #d99a3d;
	--kr-color-focus: #f3c36f;

	--kr-font-display: Georgia, "Times New Roman", serif;
	--kr-font-body: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	--kr-font-accent: var(--kr-font-body);

	--kr-text-xs: 0.75rem;
	--kr-text-sm: 0.875rem;
	--kr-text-base: 1rem;
	--kr-text-md: 1.0625rem;
	--kr-text-lg: 1.25rem;
	--kr-text-xl: 1.5rem;
	--kr-text-2xl: 2rem;
	--kr-text-3xl: 2.75rem;
	--kr-text-hero: clamp(3rem, 6vw, 5.75rem);

	--kr-line-tight: 1.05;
	--kr-line-heading: 1.15;
	--kr-line-body: 1.65;

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

	--kr-radius-xs: 0.25rem;
	--kr-radius-sm: 0.375rem;
	--kr-radius-md: 0.5rem;
	--kr-radius-lg: 0.75rem;
	--kr-radius-round: 999px;

	--kr-container-content: 74rem;
	--kr-container-wide: 86rem;
	--kr-container-narrow: 56rem;
	--kr-container-pad: clamp(1rem, 3vw, 2rem);

	--kr-button-height-sm: 2.5rem;
	--kr-button-height-md: 3rem;
	--kr-button-height-lg: 3.5rem;
	--kr-button-pad-x: 1.5rem;

	--kr-shadow-soft: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
	--kr-shadow-card: 0 1rem 2.5rem rgba(0, 0, 0, 0.22);
	--kr-shadow-gold: 0 0 2rem rgba(217, 154, 61, 0.24);
	--kr-shadow-focus: 0 0 0 0.1875rem rgba(243, 195, 111, 0.24);

	--kr-glow-soft: 0 0 1.25rem rgba(233, 183, 96, 0.24);
	--kr-glow-strong: 0 0 2.5rem rgba(255, 182, 92, 0.34);

	--kr-duration-fast: 160ms;
	--kr-duration-base: 260ms;
	--kr-duration-slow: 620ms;
	--kr-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
	--kr-ease-emphasis: cubic-bezier(0.2, 0.8, 0.2, 1);

	--kr-z-header: 50;
	--kr-z-overlay: 100;
}

@media (max-width: 1199px) {
	:root {
		--kr-container-wide: 72rem;
		--kr-space-4xl: 5rem;
	}
}

@media (max-width: 1023px) {
	:root {
		--kr-text-hero: clamp(2.625rem, 8vw, 4.5rem);
		--kr-space-3xl: 3.5rem;
		--kr-space-4xl: 4rem;
	}
}

@media (max-width: 767px) {
	:root {
		--kr-container-pad: 1rem;
		--kr-text-2xl: 1.75rem;
		--kr-text-3xl: 2.125rem;
		--kr-text-hero: clamp(2.375rem, 13vw, 3.75rem);
		--kr-space-2xl: 2.25rem;
		--kr-space-3xl: 3rem;
		--kr-button-height-md: 2.875rem;
	}
}
