/* ==========================================================
   TAM TAM STREET — FUTURE DESIGN TOKENS
   Scope: solo pagine con body.tss-future-ui / .tts-future-ui
   ========================================================== */
:root {
  --tts-white: #ffffff;
  --tts-canvas: #f5f5f3;
  --tts-surface: #efefec;
  --tts-surface-2: #e8e8e4;
  --tts-ink: #0b0b0b;
  --tts-ink-2: #343434;
  --tts-muted: #7b7b76;
  --tts-line: rgba(11, 11, 11, 0.12);
  --tts-line-strong: rgba(11, 11, 11, 0.22);
  --tts-radius-xs: 8px;
  --tts-radius-sm: 12px;
  --tts-radius-md: 18px;
  --tts-radius-lg: 28px;
  --tts-container: 1440px;
  --tts-content: 1180px;
  --tts-gutter: clamp(20px, 4vw, 64px);
  --tts-section: clamp(72px, 9vw, 148px);
  --tts-display: clamp(3.2rem, 8.4vw, 8.8rem);
  --tts-h1: clamp(2.6rem, 6vw, 6.4rem);
  --tts-h2: clamp(2rem, 4.2vw, 4.4rem);
  --tts-h3: clamp(1.35rem, 2vw, 2rem);
  --tts-body: clamp(0.98rem, 1.15vw, 1.14rem);
  --tts-caption: 0.72rem;
  --tts-ease: cubic-bezier(.22, 1, .36, 1);
  --tts-shadow-soft: 0 24px 70px rgba(0,0,0,.07);
}
