/* =========================================================
   GLOBAL THEME STYLES
========================================================= */

/* ===== VARIABLES GLOBALES ===== */
:root{
  /* fondos */
  --sta-bg:#f5f5f5;
  --sta-surface:#FFFFFF;
  --sta-surface-soft:#EEE7DC;
  --sta-bg-soft:#FAF9F6;

  /* texto */
  --sta-text:#2F2F2F;
  --sta-text-soft:#676259;
  --sta-muted:#555;
  --sta-heading:#1F1F1F;
  --sta-text-light:#E8E3D5;

  /* marca */
  --sta-green-dark:#3C4434;
  --sta-green:#566052;
  --sta-green-soft:#616F5D;
  --sta-green-hover:#596655;

  --sta-gold:#C3A890;
  --sta-gold-hover:#B0957D;
  --sta-gold-soft:#DAC2AB;

  --sta-border:#E9E5E1;
  --sta-line:#D8D0C4;
  --sta-line-dark:#545F4F;

  /* layout */
  --sta-container:1200px;
  --sta-container-wide:1360px;

  --sta-radius-sm:12px;
  --sta-radius-md:20px;
  --sta-radius-lg:32px;
  --sta-radius-xl:40px;

  --sta-shadow-sm:0 6px 20px rgba(0,0,0,.05);
  --sta-shadow-md:0 12px 30px rgba(0,0,0,.08);

  /* tipografías */
  --sta-font-body:"Poppins","Inter","Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --sta-font-serif:"Playfair Display","Noto Serif TC","Songti TC","PMingLiU",Georgia,"Times New Roman",serif;
  --sta-font-cjk-serif:"Noto Serif TC","Songti TC","PMingLiU","PingFang TC","Microsoft JhengHei",serif;
  --sta-font-cjk-sans:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Poppins","Inter",system-ui,sans-serif;
  --sta-font-zh-cn-serif:"Noto Serif SC","Source Han Serif SC","Songti SC","STSong","SimSun",serif;
  --sta-font-zh-cn-sans:"Noto Sans SC","Source Han Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Heiti SC",system-ui,sans-serif;
  --sta-font-ko-serif:"Noto Serif KR","Source Han Serif K","Apple SD Gothic Neo","Malgun Gothic",serif;
  --sta-font-ko-sans:"Noto Sans KR","Source Han Sans K","Apple SD Gothic Neo","Malgun Gothic","Poppins","Inter",system-ui,sans-serif;
  --sta-font-ja-serif:"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif;
  --sta-font-ja-sans:"Noto Sans JP","Hiragino Sans","Yu Gothic","Meiryo","MS PGothic","Poppins","Inter",system-ui,sans-serif;

  /* espaciados */
  --sta-section-space:clamp(56px, 8vw, 110px);
  --sta-block-space:clamp(20px, 3vw, 36px);
}
