/* GrowPath theme — warm green parenting surface */
:root {
  --gp-accent: #5a8f7a;
  --gp-accent-soft: rgba(90, 143, 122, 0.18);
  --gp-accent-deep: #3d6b5a;
  --gp-surface: #f0f6f2;
  --gp-paper: #fafcf9;
  --gp-ink: #1a2822;
  --gp-ink-muted: rgba(26, 40, 34, 0.62);
  --gp-radius: 14px;
  --gp-radius-xl: 22px;
}

.gp-brand {
  /* Page canvas matches Aurikle home; green accent stays in GrowPath content. */
  background: transparent;
  --product-hero-accent: var(--gp-accent);
  --product-hero-accent-deep: var(--gp-accent-deep);
}

.gp-accent-wash {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 55% at 5% -5%, rgba(90, 143, 122, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 45% at 95% 15%, rgba(56, 178, 172, 0.08), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(90, 143, 122, 0.06), transparent 45%);
}

.gp-shell {
  position: relative;
  z-index: 1;
}

.gp-surface {
  color: var(--gp-ink);
}
