/* tokens.css — Coaras LP Design Tokens (wave3 pillar copy) */
:root {
  --max-site: 72rem;
  --pad: clamp(1rem, 5vw, 2rem);
  --header-h: 4rem;
  --coaras-bar-h: 2.25rem;
  --hero-min-h: 32rem;
  --section-gap: clamp(3.5rem, 8vw, 6rem);
  --max-text: 40rem;

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

  --font-display: 'Zen Old Mincho', 'Yu Mincho', serif;
  --font-body: 'Manrope', 'Hiragino Sans', 'Segoe UI', sans-serif;
  --text-caption: 0.8rem;
  --text-small: 0.9rem;
  --text-body: 1rem;
  --text-lead: 1.15rem;
  --text-display-s: clamp(1.5rem, 3.5vw, 2rem);
  --text-display: clamp(1.75rem, 4.5vw, 2.75rem);

  --color-paper: #faf9f7;
  --color-paper-bright: #ffffff;
  --color-paper-deep: #f5f5f7;
  --color-ink: #0c2444;
  --color-ink-soft: #0c2444;
  --color-muted: rgba(12, 36, 68, 0.55);
  --color-accent: #001489;
  --color-accent-hover: #001070;
  --color-accent-sky: #e8eef2;
  --color-accent-rose: #c75050;
  --color-accent-slate: #7d8597;
  --color-focus: #00a3ff;
  --color-on-accent: #ffffff;
  --color-band: #001489;
  --color-on-band: #ffffff;
  --color-rule: rgba(12, 36, 68, 0.1);
  --color-rule-strong: rgba(12, 36, 68, 0.18);
  --shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.08);

  --dur-fast: 120ms;
  --dur-med: 220ms;
  --dur-slow: 480ms;
  --ease-out: cubic-bezier(0.2, 0, 0, 1);
  --motion-reveal-y: 1.5rem;
  --motion-mesh: 0;

  --radius-sm: 0.5rem;
  --radius-md: 1rem;
}
