/* Hallmark · macrostructure: Portfolio Grid · H2 Split Diptych · genre: modern-minimal · nav: N5 · footer: Ft2
 * theme: custom · vibe: "desarrollo web, preciso, moderno" · paper: oklch(98% 0.006 190) · accent: oklch(68% 0.18 55)
 * display: Geist Sans 600 · body: Geist Sans 400 · axes: light / geometric-sans / chromatic-amber
 * enrichment: Tier-A CSS art · studied: no · context: explicit · v1.0.0 */

:root {
  /* Paper */
  --color-paper: oklch(98% 0.006 190);
  --color-paper-2: oklch(95% 0.008 190);
  --color-paper-3: oklch(92% 0.010 190);

  /* Ink */
  --color-ink: oklch(17.5% 0.028 195);
  --color-ink-2: oklch(40% 0.020 195);

  /* Accent */
  --color-accent: oklch(68% 0.18 55);
  --color-accent-ink: oklch(17.5% 0.028 195);

  /* Focus */
  --color-focus: oklch(66% 0.22 55);

  /* Neutrals */
  --color-rule: oklch(82% 0.012 190);
  --color-muted: oklch(52% 0.015 190);
  --color-neutral: oklch(42% 0.018 190);

  /* Fonts */
  --font-display: 'Geist Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Geist Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'Geist Mono', 'SF Mono', Monaco, monospace;

  /* Type scale */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: clamp(2rem, 3.5vw + 0.5rem, 3rem);
  --text-display: clamp(2.5rem, 5vw + 0.5rem, 4.5rem);
  --text-display-s: clamp(1.75rem, 3vw + 0.5rem, 2.5rem);
  --text-hero-preamble: clamp(0.875rem, 1.2vw + 0.25rem, 1.125rem);

  /* Spacing (4pt scale) */
  --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;
  --space-5xl: 8rem;

  /* Easings */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);

  /* Durations */
  --dur-fast: 150ms;
  --dur-base: 250ms;
  --dur-slow: 400ms;

  /* Radii */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 999px;

  /* Rules */
  --rule-hair: 1px;
  --rule-thin: 2px;

  /* Shadows */
  --shadow-sm: 0 1px 2px oklch(0% 0 0 / 0.04);
  --shadow-md: 0 4px 12px oklch(0% 0 0 / 0.06);
  --shadow-lg: 0 8px 24px oklch(0% 0 0 / 0.08);

  /* Overlay */
  --color-overlay: oklch(0% 0 0 / 0.4);
  --color-overlay-light: oklch(100% 0 0 / 0.3);

  /* Layout */
  --content-max: 1200px;
  --content-padding: clamp(1rem, 4vw, 2rem);
  --nav-z: 100;
}
