/* Scheme J — Brand: Forest & Sage on Mint (matches the logo) */
:root {
  --bg: #f1f5f2;
  --bg-soft: #e6efe9;
  --bg-card: #ffffff;
  --card-2: #f4f8f6;
  --ink: #1e2a23;
  --muted: #59685f;
  --muted-soft: #8a988f;
  --accent-rgb: 28, 91, 60;
  --gold: #1c5b3c;
  --gold-bright: #2f7d57;
  --gold-deep: #134529;
  --on-accent: #f1f5f2;
  --nav-bg: rgba(241, 245, 242, 0.86);
  --line: rgba(28, 43, 35, 0.14);
  --line-strong: rgba(28, 43, 35, 0.26);
  --sage: #7fa78f;
  --font-display: "Lora", Georgia, serif;
}

/* logo mark + two-tone serif wordmark, echoing the brand */
.brand__logo { display: inline-flex; flex-shrink: 0; line-height: 0; }
.brand__name { font-family: var(--font-display); color: var(--gold); font-weight: 600; }
.brand__the { color: var(--sage); }

/* portrait ring tinted to the brand greens */
.portrait { background: radial-gradient(120% 120% at 30% 20%, #dbe7df, #c4d6cb) !important; }
