/*! Still Waters — a Ventus template (ventus.works)
 *  Free license: keep the Ventus badge visible. That's the whole deal.
 *  Want it badge-free? Commercial license: shop.ventus.works
 */
:root {
  --color-bg:#f2f0e8; --color-bg-alt:#e1e8df; --color-surface:#faf9f5;
  --color-text:#46524c; --color-heading:#253d35; --color-muted:#748078;
  --color-primary:#477565; --color-primary-hover:#355a4e;
  --color-accent:#c88f65; --color-border:#ced5cc; --color-on-primary:#f2f0e8;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:Georgia, 'Times New Roman', serif; --font-body:'Segoe UI', Arial, sans-serif;
  --radius-sm:12.6px; --radius-md:28px; --radius-lg:44.8px;
  --shadow:0 18px 50px rgba(37,61,53,.11); --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:radial-gradient(ellipse at 50% -10%, rgba(71,117,101,.18), transparent 45%);
}
