/* Hallmark · macrostructure: Marquee Hero · genre: atmospheric · theme: Midnight
 * H1 hero knobs: size=xxl, alignment=left-bias, underlay=photographic full-bleed + rule below
 * nav: N9 Edge-aligned · footer: Ft5 Statement · work: F6 product-grid (4/3-wide, 3-up, action=none)
 * services: F3 spec-sheet (2-col, rules every row) · stats: T4 (3-up, display nums)
 * enrichment: real project stills (user assets) — no generated imagery
 * fonts: Tomorrow (display) + Geist (body) + Geist Mono (meta role)
 * accent: indigo oklch(74% 0.11 272) ≤3% footprint · paper: oklch(14% 0.012 260)
 * audience: agencias, marcas, promotoras y productoras (ES) · use: contacto/encargo · tone: atmospheric-cinematic
 * pre-emit critique: P4 H5 E4 S5 R4 V4
 */

:root {
  /* color — Midnight, anchor hue 260 */
  --color-paper:    oklch(14% 0.012 260);
  --color-paper-2:  oklch(17.5% 0.014 260);
  --color-paper-3:  oklch(21% 0.014 260);
  --color-rule:     oklch(30% 0.012 260);
  --color-rule-2:   oklch(38% 0.012 260);
  --color-muted:    oklch(70% 0.010 260);
  --color-ink-2:    oklch(86% 0.008 260);
  --color-ink:      oklch(94% 0.008 260);
  --color-accent:   oklch(74% 0.11 272);
  --color-focus:    oklch(74% 0.15 272);
  --color-scrim:    oklch(10% 0.012 260 / 0.55);

  /* type */
  --font-display: "Tomorrow", "Avenir Next Condensed", ui-sans-serif, sans-serif;
  --font-body:    "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-mono:    "Geist Mono", ui-monospace, "Cascadia Mono", monospace;

  --text-sm:   0.8rem;
  --text-base: 1rem;
  --text-md:   1.25rem;
  --text-lg:   1.5625rem;
  --text-xl:   1.9531rem;
  --text-2xl:  2.4414rem;
  --text-3xl:  3.0518rem;
  --text-display-s: clamp(2rem, 3.2vw + 1rem, 3.4rem);
  --text-display:   clamp(2.75rem, 5vw + 1rem, 5.25rem);

  --tracking-tight: -0.025em;
  --tracking-label: 0.10em;

  /* space — 4pt */
  --space-2xs: 0.25rem;
  --space-xs:  0.5rem;
  --space-sm:  0.75rem;
  --space-md:  1rem;
  --space-lg:  1.5rem;
  --space-xl:  2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;
  --page-gutter: clamp(1rem, 4.5vw, 3.5rem);

  /* motion */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:     cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long:  420ms;

  /* misc */
  --rule-hair: 1px;
  --rule-thick: 3px;
  --z-base: 1;
  --z-raised: 10;
}
