:root {
  --font-serif:    "Shippori Mincho", serif;
  --font-serif-ja: "リュウミン R-KL", "Ryumin Regular KL", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Shippori Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  --font-display:  "Cormorant Garamond", serif;
  --font-ui:       "Zen Kaku Gothic New", sans-serif;

  --bg-base:   #08111e;
  --bg-hero:   radial-gradient(130% 100% at 50% 2%, #16273f 0%, #0a1627 44%, #070f1d 100%);
  --bg-green:  radial-gradient(120% 100% at 50% 40%, #14271b 0%, #0e1f16 50%, #0a1712 100%);
  --bg-deep:   radial-gradient(130% 100% at 30% 20%, #0e1d31 0%, #0a1627 60%, #08121f 100%);
  --bg-nav:    rgba(8,17,30,0.72);

  --text-primary:   #f1ece0;
  --text-secondary: #ece7da;
  --text-logo:      #e7e0d2;
  --text-body:      rgba(225,219,205,0.82);
  --text-muted:     rgba(225,219,205,0.68);
  --text-faint:     rgba(225,219,205,0.42);

  --gold:           #c8a96a;
  --gold-bright:    #e0c485;
  --gold-dark:      #b08a4a;
  --gold-label:     rgba(200,169,106,0.82);
  --gold-selection: rgba(200,169,106,0.22);

  --border-gold:   rgba(200,169,106,0.18);
  --border-subtle: rgba(236,231,218,0.13);
  --border-faint:  rgba(236,231,218,0.08);
  --border-grid:   rgba(236,231,218,0.1);

  --section-y:      clamp(100px, 14vh, 170px);
  --section-y-lg:   clamp(120px, 18vh, 210px);
  --section-x:      clamp(24px, 5vw, 64px);
  --section-x-wide: clamp(28px, 6vw, 96px);
  --content-max:    1140px;
  --content-text:   680px;
  --grid-gap:       clamp(40px, 6vw, 96px);

  --text-hero:    clamp(30px, 4.4vw, 62px);
  --text-h1-page: clamp(26px, 3.5vw, 48px);
  --text-h2:      clamp(24px, 3.1vw, 44px);
  --text-h3:      clamp(21px, 2.4vw, 30px);
  --text-lead:    clamp(21px, 2.6vw, 32px);
  --text-body-sz: 15px;
  --text-small:   13px;
  --text-label:   10.5px;
  --text-micro:   9.5px;
}
