/* Coachingspraktijk — logo: #ff843e, #f6d94a (+ warm support) */
:root {
  --brand-orange: #ff843e;
  --brand-yellow: #f6d94a;
  --brand-peach: #ffc48a;

  --bg: #1a100a;
  --bg-elevated: #27170e;
  --text: #fff7ef;
  --text-muted: #d4b49c;
  --accent: #ff843e;
  --accent-2: #f6d94a;
  --accent-3: #ffc48a;
  --border: rgba(255, 132, 62, 0.22);
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Figtree", system-ui, sans-serif;
}

.hero-coach {
  background:
    radial-gradient(ellipse 70% 55% at 90% 15%, rgba(246, 217, 74, 0.3), transparent 55%),
    radial-gradient(ellipse 55% 45% at 5% 80%, rgba(255, 132, 62, 0.26), transparent 50%),
    linear-gradient(155deg, #1a100a 0%, #2b160c 50%, #3a1c10 100%);
}

.hero-coach::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-yellow), var(--brand-peach));
}
