/* Arian Ramirez · personal Toyota sales site
 * theme: light · accent: Toyota red #EB0A1E
 * display: DM Sans · body: Inter
 */

:root {
  --color-paper: #ffffff;
  --color-paper-2: #f7f7f7;
  --color-paper-3: #efefef;
  --color-rule: #e3e3e3;
  --color-neutral: #6b6b6b;
  --color-muted: #5c5c5c;
  --color-ink: #1a1a1a;
  --color-accent: #eb0a1e;
  --color-accent-dark: #c40010;
  --color-accent-ink: #ffffff;
  --color-focus: #eb0a1e;
  --color-white: #ffffff;

  --color-border: rgb(26 26 26 / 0.1);
  --color-border-light: rgb(26 26 26 / 0.06);
  --color-surface-glass: rgb(255 255 255 / 0.9);
  --color-header-sticky: rgb(255 255 255 / 0.97);
  --color-shadow-sm: 0 4px 24px rgb(0 0 0 / 0.06);
  --color-shadow-md: 0 12px 40px rgb(235 10 30 / 0.12);
  --color-shadow-lg: 0 20px 50px rgb(0 0 0 / 0.08);

  --font-display: "DM Sans", Inter, "Segoe UI", sans-serif;
  --font-body: Inter, "Segoe UI", sans-serif;

  --text-display: clamp(2.75rem, 8vw, 5.5rem);
  --text-display-s: clamp(2rem, 4.5vw, 3.5rem);
  --text-4xl: clamp(1.75rem, 3vw, 2.5rem);
  --text-2xl: 1.5rem;
  --text-xl: 1.25rem;
  --text-lg: 1.125rem;
  --text-md: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;

  --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;

  --tcm-site-max: 90rem; /* 1440px */
  --tcm-site-pad: clamp(1.25rem, 4vw, 2.5rem);

  --measure: 40rem;
  --radius-sm: 8px;
  --radius-btn: 6px;
  --radius-pill: 999px;
  --rule: 1px;

  --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;

  --z-base: 1;
  --z-nav: 50;
}
