/* SOFT preset — balanced, calm, trust-forward. Primary preset for this site. */
:root {
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --display-weight: 500;
  --brand-weight: 600;
  --body-weight: 400;
  --display-tracking: -0.015em;

  --bg: #F6F2EA;
  --surface: #FFFFFF;
  --surface-tint: #EFE8DB;
  --ink: #2A2621;
  --muted-ink: #6D6D6D;
  --accent: #D63C97;
  --accent-2: #2A2621;
  --accent-ink: #FFFFFF;

  --border: #E7E0D4;
  --border-strong: #D8CFBE;
  --border-w: 1px;
  --radius: 14px;

  --header-bg: rgba(246,242,234,0.86);
  --call-bg: #FFFFFF;
  --call-ink: #2A2621;

  --btn-shadow: 0 6px 18px rgba(214,60,151,0.18);
  --card-shadow: 0 2px 10px rgba(42,38,33,0.05);
  --card-shadow-hover: 0 12px 28px rgba(42,38,33,0.10);

  --section-pad: clamp(3rem, 7vw, 5.5rem);
  --maxw: 1160px;

  --footer-bg: #211D19;
  --footer-ink: #F6F2EA;
  --footer-border: rgba(246,242,234,0.16);
}
