/* Bluestem Landscape — warm, editorial */
:root {
  --bg: #f8f5ee; --bg-2: #efeade; --surface: #fffdf8;
  --ink: #1f2a22; --ink-2: #55625a; --ink-3: #85908a; --line: #e1dccd;
  --accent: #2f6b45; --accent-ink: #fff; --accent-soft: #e6eee6;
  --dark: #1c2b22; --dark-ink: #f4f3ec; --dark-muted: #aab8ad;
  --radius: 26px;
  --font-head: "Fraunces", Georgia, serif;
  --hero-focus: 50% 55%;
}
h1, h2, h3 { font-weight: 500; letter-spacing: -.02em; }
h1 { font-size: clamp(44px, 6.4vw, 84px); }
