/* Hallmark · pre-emit critique: P5 H4 E5 S5 R5 V5 */
/* Gengoka Lab · custom theme · paper mid · roman-serif · cool-slate accent */

:root {
	--font-display: 'Zen Old Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	--font-body: 'Zen Kaku Gothic New', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic UI',
		Meiryo, sans-serif;
	--font-en: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;

	--color-paper: oklch(97% 0.01 85);
	--color-paper-bright: oklch(99% 0.005 90);
	--color-paper-deep: oklch(93% 0.02 80);
	--color-ink: oklch(22% 0.02 50);
	--color-ink-soft: oklch(38% 0.02 55);
	--color-muted: oklch(52% 0.02 60);
	--color-accent: oklch(42% 0.06 240);
	--color-accent-hover: oklch(36% 0.07 240);
	--color-accent-warm: oklch(62% 0.08 65);
	--color-accent-sky: oklch(94% 0.03 220);
	--color-rule: oklch(22% 0.02 50 / 0.08);
	--color-rule-strong: oklch(22% 0.02 50 / 0.14);
	--color-focus: oklch(42% 0.06 240);
	--color-on-accent: oklch(99% 0.005 90);

	--space-xs: 4px;
	--space-sm: 8px;
	--space-md: 16px;
	--space-lg: 24px;
	--space-xl: 32px;
	--space-2xl: 48px;
	--space-3xl: 64px;
	--space-4xl: 96px;

	--text-display: clamp(1.75rem, 4.2vw, 2.65rem);
	--text-display-s: clamp(1.35rem, 3vw, 1.85rem);
	--text-lead: clamp(1.05rem, 2vw, 1.2rem);
	--text-body: 1.0625rem;
	--text-small: 0.875rem;
	--text-caption: 0.8125rem;

	--max-site: min(94vw, 1200px);
	--max-text: 42rem;
	--pad: clamp(1.25rem, 4vw, 2rem);
	--header-h: 4.25rem;

	--radius-sm: 6px;
	--radius-md: 12px;
	--radius-lg: 16px;

	--shadow-soft: 0 28px 56px oklch(22% 0.02 50 / 0.07), 0 10px 28px oklch(22% 0.02 50 / 0.05);
	--shadow-lift: 0 36px 72px oklch(22% 0.02 50 / 0.09);

	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
	--dur-fast: 180ms;
	--dur-med: 420ms;
	--dur-slow: 680ms;

	color-scheme: light only;
}

@media (prefers-reduced-motion: reduce) {
	:root {
		--dur-fast: 0ms;
		--dur-med: 0ms;
		--dur-slow: 0ms;
	}
}
