:root {
  --tt-bg: #050607;
  --tt-bg-soft: #090a0c;
  --tt-bg-elevated: #0d0f11;
  --tt-surface: #101214;
  --tt-surface-light: #151719;
  --tt-text: #f4f1eb;
  --tt-muted: #aaa7a0;
  --tt-gold: #d1a64d;
  --tt-gold-light: #e7c56e;
  --tt-gold-dark: #9a7229;
  --tt-line: rgba(255, 255, 255, 0.08);
  --tt-gold-line: rgba(209, 166, 77, 0.32);
  --tt-container: 1240px;
  --tt-wide: 1480px;
  --tt-gutter: clamp(20px, 3vw, 48px);
  --tt-section: clamp(96px, 10vw, 144px);
  --tt-radius-small: 2px;
  --tt-radius-medium: 4px;
  --tt-header: 108px;
  --tt-header-open: 108px;
  --tt-header-compact: 80px;
  --tt-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --tt-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --tt-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --tt-ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --tt-ease-ui: var(--tt-ease-out);
}
