:root {
  --bg:       #111111;
  --surface:  #181818;
  --card:     #1e1e1e;
  --border:   rgba(255, 255, 255, 0.07);
  --red:      #c0272d;
  --red-hot:  #e8323a;
  --red-dim:  rgba(192, 39, 45, 0.15);
  --white:    #f2ede8;
  --muted:    #888;
  --faint:    rgba(242, 237, 232, 0.55);
  --radius:   2px;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Poppins', system-ui, sans-serif;

  --nav-height:    72px;
  --section-pad:   clamp(72px, 9vw, 128px);
  --container:     1200px;
  --container-pad: clamp(20px, 4vw, 60px);
}
