:root {
  --bg: #f8f8f8;
  --bg-soft: #efefef;
  --surface: #ffffff;
  --ink: #131313;
  --muted: #6b6b6b;
  --line: #e2e2e2;
  --accent: #1a6b6b;
  --accent-soft: #e6f2f2;
  --hero-overlay: rgba(10, 14, 18, 0.42);
  --max: 1180px;
  --header-h: 72px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --ease: 0.4s ease-in-out;
  --ease-fast: 0.25s ease-in-out;
  --space-section: clamp(4rem, 8vw, 6.5rem);
}