:root {
  --tf-primary: #B91C1C;
  --tf-secondary: #1C1917;
  --tf-accent: #B45309;
  --tf-bg: #FFFFFF;
  --tf-text: #292524;
  --tf-radius: 8px;
  --tf-shadow: 0 2px 12px rgba(28, 25, 23, 0.08);
  --tf-header-h: 72px;
  --tf-section-space: 4.5rem;
  --tf-font-heading: "Playfair Display", Georgia, serif;
  --tf-font-body: "Source Sans 3", system-ui, sans-serif;
}
body { background: #fff; color: var(--tf-text); font-family: var(--tf-font-body); }
.tf-header { background: var(--tf-secondary); }
.tf-footer { background: var(--tf-secondary); }
.tf-logo, .tf-section-title, .tf-hero__title, .tf-editorial__title { font-family: var(--tf-font-heading); }
.tf-product-card { border-radius: var(--tf-radius); box-shadow: var(--tf-shadow); }
.button,.btn{text-transform:uppercase;letter-spacing:.06em}
.tf-product-card{background:#fff}

.tf-home .tf-product-grid:first-child { padding-top: 2.5rem; }
.tf-logo { letter-spacing: 0.05em; text-transform: uppercase; font-size: 1.15rem; }
.tf-section-title { letter-spacing: 0.02em; }

