:root {
  /* Clinic interior palette */
  --bg: #f2f3f4;
  --surface: #ffffff;
  --surface-soft: #e6e8ea;
  --text: #242629;
  --text-muted: #5e646b;
  --primary: #6b5241;
  --primary-deep: #3f3026;
  --accent: #dbe1e4;
  --accent-deep: #adb7bd;
  --ring: #7a5e4a;
  --border: #cfd5d9;

  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  --container: min(1120px, 92vw);
  --shadow-soft: 0 18px 40px -24px rgb(32 37 43 / 25%);
  --shadow-card: 0 12px 24px -18px rgb(35 30 26 / 22%);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Rubik', 'Segoe UI', sans-serif;

  --h1: clamp(2.2rem, 7.5vw, 5.8rem);
  --h2: clamp(1.75rem, 4.4vw, 3.2rem);
  --h3: clamp(1.25rem, 2.2vw, 1.6rem);
  --body: clamp(1rem, 1.2vw, 1.125rem);

  --header-height: 72px;
}
