:root {
  --bg: #ffffff;
  --bg-soft: #f4f4f4;
  --bg-mute: #ececec;
  --ink: #222222;
  --body: #555555;
  --muted: #8a8a8a;
  --white: #ffffff;
  --accent: #e86b1f;
  --accent-deep: #d45a12;
  --accent-soft: #f4a06a;
  --gold: #e86b1f;
  --gold-deep: #d45a12;
  --gold-soft: #f4a06a;
  --gold-glow: rgba(232, 107, 31, 0.28);
  --navy: #141414;
  --navy-mid: #1c1c1c;
  --navy-lift: #262626;
  --navy-soft: #333333;
  --line: #e6e6e6;
  --line-soft: rgba(0, 0, 0, 0.08);
  --danger: #c44b4b;
  --wa: #1f8a5b;
  --wa-hover: #27a56e;

  --font-display: "Montserrat", "Noto Sans TC", sans-serif;
  --font-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;

  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.0625rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.65rem;
  --fs-2xl: clamp(1.7rem, 3vw, 2.35rem);
  --fs-3xl: clamp(1.85rem, 4vw, 2.75rem);
  --fs-hero: clamp(2.6rem, 8vw, 5.4rem);
  --fs-watermark: clamp(4.2rem, 14vw, 9.5rem);

  --lh-tight: 1.12;
  --lh-snug: 1.45;
  --lh-body: 1.9;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 7.5rem;

  --container: 1140px;
  --container-wide: 1280px;
  --header-h: 84px;
  --radius-pill: 0;
  --radius-md: 0;
  --shadow-glow: none;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --z-header: 2100;
  --z-menu: 2000;
  --z-backtop: 1500;
}

@media (max-width: 900px) {
  :root {
    --header-h: 68px;
    --space-8: 3.25rem;
    --space-9: 4.75rem;
  }
}
