@font-face {
  font-family: 'Be Vietnam Pro'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/be-vietnam-pro-700-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Be Vietnam Pro'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/be-vietnam-pro-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'XiangqiGlyphs'; font-weight: 400; font-display: swap;
  src: url('../fonts/xiangqi-glyphs.woff2') format('woff2');
}
:root {
  color-scheme: light;
  --paper: #faf9f4; --white: #fffefb; --ink: #203d34; --muted: #626a61;
  --jade: #173f35; --jade-hover: #285a46; --line: #dedfd4;
  --sage: #e9ecdf; --gold: #d8bd83; --red: #963f32;
  --heading: 'Be Vietnam Pro', system-ui, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--body); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--heading); font-weight: 700; }
h1, h2 { letter-spacing: -.055em; }
h2 { font-size: clamp(28px, 3.1vw, 42px); line-height: 1.35; }
h3 { font-size: 20px; line-height: 1.45; letter-spacing: -.035em; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 15px 26px; border: 1px solid transparent; border-radius: 8px; font-size: 15px; font-family: var(--heading); text-decoration: none; transition: background .2s, box-shadow .2s; }
.btn-primary { color: var(--white); background: var(--jade); box-shadow: 0 5px 12px #173f3512; }
.btn-primary:hover { background: var(--jade-hover); box-shadow: 0 7px 16px #173f3525; }
.btn-small { min-height: 46px; padding: 10px 18px; font-size: 13px; gap: 18px; }
.btn-light { background: #f5efde; color: var(--jade); }
.btn-light:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 15px; min-height: 48px; font-weight: 600; text-decoration: none; font-size: 14px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link span { font-size: 22px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.7; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 12px 20px; background: var(--jade); color: white; z-index: 20; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #ae6825; outline-offset: 5px; }
@media (max-width: 900px) { .wrap { width: calc(100% - 48px); } }
@media (max-width: 540px) {
  .wrap { width: calc(100% - 40px); }
  .btn { gap: 18px; }
  h3 { font-size: 21px; }
}
