/* ==========================================================================
   THEME · Nature  —  earthy, organic, calm. Wellness, food, eco brands.
   Forest green / Terracotta / Sand / Bark. Soft serif display, rounded.
   ========================================================================== */
body.theme-nature {
  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Work Sans", system-ui, sans-serif;

  --color-bg:        #f3efe4;
  --color-surface:   #fbf8f0;
  --color-surface-2: #eae3d2;
  --color-text:      #2c3327;
  --color-muted:     #6d7263;
  --color-border:    #d3cab3;

  --color-primary:          #2f5d3a;   /* forest */
  --color-primary-contrast: #f6f3e8;
  --color-secondary:        #7d9a5f;   /* moss */
  --color-accent:           #c96f4a;   /* terracotta */

  --color-success: #4c8b52;
  --color-warn:    #cf9440;
  --color-error:   #b4503c;

  --radius-sm: 8px;
  --radius:    16px;
  --radius-lg: 26px;
  --border-width: 1.5px;
  --shadow-sm: 0 2px 6px rgba(47, 93, 58, 0.10);
  --shadow:    0 12px 28px rgba(47, 93, 58, 0.14);
  --shadow-lg: 0 22px 50px rgba(47, 93, 58, 0.18);
}

/* Personality: organic soft corners, leafy gradients, warm serif display */
body.theme-nature {
  background-image: radial-gradient(circle at 8% 10%, rgba(125, 154, 95, 0.14), transparent 30%),
                    radial-gradient(circle at 92% 88%, rgba(201, 111, 74, 0.12), transparent 32%);
}
body.theme-nature h1, body.theme-nature h2, body.theme-nature h3,
body.theme-nature .card-title, body.theme-nature .hero h3 { font-weight: 500; }
body.theme-nature .btn { border-radius: 999px; font-weight: 600; }
body.theme-nature .btn:hover { transform: translateY(-2px); }
body.theme-nature .badge { border-radius: 999px; }
body.theme-nature .card,
body.theme-nature .pricing,
body.theme-nature .testimonial { border-radius: 22px; }
body.theme-nature .card-media {
  background: linear-gradient(135deg, #2f5d3a, #7d9a5f 60%, #c96f4a);
}
body.theme-nature .input, body.theme-nature .textarea, body.theme-nature .select { border-radius: 12px; }
body.theme-nature .doc-canvas { background: #f3efe4; }
