/* Hallmark · genre: civic (luxury register) · macrostructure: Photographic · theme: Sterling (bronze variant) · display-font: Cormorant Garamond · nav: N9 · footer: Ft1 */
/* Marco Luxe Motor Condos · design tokens · v1 mockup 2026-09-13
   Palette anchored on the rendering: ivory stucco paper, bronze door accent, warm charcoal band. */
:root {
  /* colour · paper + ink */
  --color-paper:      oklch(96.5% 0.010 85);
  --color-paper-2:    oklch(93% 0.014 85);
  --color-paper-3:    oklch(89.5% 0.016 82);
  --color-rule:       oklch(84% 0.012 80);
  --color-rule-2:     oklch(74% 0.014 78);
  --color-neutral:    oklch(54% 0.012 75);
  --color-muted:      oklch(44% 0.012 70);
  --color-ink:        oklch(22% 0.008 70);
  --color-ink-2:      oklch(32% 0.010 70);

  /* colour · accent (bronze, from the sectional doors) */
  --color-accent:     oklch(46% 0.075 60);
  --color-accent-ink: oklch(97% 0.010 85);
  --color-accent-soft:oklch(78% 0.060 80);   /* champagne, used only on the dark band */

  /* colour · dark band */
  --color-dark:       oklch(20% 0.010 70);
  --color-dark-2:     oklch(25% 0.012 70);
  --color-on-dark:    oklch(94% 0.008 85);
  --color-on-dark-muted: oklch(76% 0.010 82);

  /* colour · state */
  --color-focus:      oklch(48% 0.13 250);
  --color-error:      oklch(50% 0.17 27);
  --color-success:    oklch(45% 0.09 150);

  /* type */
  --font-display: "Cormorant Garamond", "Cormorant", ui-serif, Georgia, serif;
  --font-body:    "Figtree", ui-sans-serif, system-ui, sans-serif;

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

  /* space · 4pt */
  --space-3xs: 0.125rem;
  --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(1.25rem, 5vw, 4.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;

  /* rules + radius */
  --rule-hair: 1px solid var(--color-rule);
  --rule-ink:  1px solid var(--color-ink);
  --radius-0: 0;
  --radius-1: 2px;

  /* z */
  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}
