/* THEME: Rose & Blush — hồng phấn + coral, nữ tính sang trọng.
   Rút màu từ card visit "Beauty & Gesundheit" (hồng phấn chuyển peach, chữ script).
   Dùng cho: nail studio, lash, spa, beauty (huyen-nails).
   Font: Playfair Display (tiêu đề, gợi nét thanh lịch) + Nunito Sans (thân bài).
   Ghi chú: GIỮ NGUYÊN tên biến (--sage/--caramel...) để base.css dùng chung,
   chỉ đổi GIÁ TRỊ. "sage" ở đây mang sắc hồng rose đậm, "caramel" mang sắc coral. */
:root{
  --sage:#c25d7e; --sage-d:#a94868; --sage-dd:#8f3a56;
  --cream:#fdecf2; --cream-2:#fbdfea; --paper:#fff6fa;
  --ink:#3b2530; --ink-soft:#7c5b68;
  --caramel:#e08a6d; --caramel-d:#cf7255;
  --line:rgba(59,37,48,.14);
  --shadow:0 22px 55px -26px rgba(194,93,126,.5);
  --disp:'Playfair Display',Georgia,serif;
  --body:'Nunito Sans',system-ui,sans-serif;
}
