/* SV Botanica — Simplified Chinese (/zh/) locale overrides.
   Load AFTER the page's main stylesheet on every /zh/ page:
   <link rel="stylesheet" href="/css/chinese.css">

   FONTS (decision 2026-09-06)
   CJK fonts are not self-hosted: a single weight of Noto Sans SC is ~10 MB,
   and every mainland / Taiwan / HK / SG device already ships a high-quality
   Simplified Chinese face (PingFang SC on Apple, Microsoft YaHei on Windows,
   Noto Sans CJK on Android / Chrome OS). Latin words keep the brand faces
   (Jost body, Playfair Display headings) and CJK glyphs fall through to the
   system face — the stack is ordered so that happens per glyph, not per line.
*/
html body{font-family:'Jost','PingFang SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑','Noto Sans CJK SC','Source Han Sans SC','WenQuanYi Micro Hei',system-ui,sans-serif}
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6{
  font-family:'Playfair Display','Noto Serif CJK SC','Source Han Serif SC','Songti SC','STSong','SimSun',Georgia,serif;line-height:1.5}
.nav-logo-name,.b-name{font-family:'Playfair Display','Songti SC','SimSun',Georgia,serif}
.nav-search input,.mob-search input{font-family:'Jost','PingFang SC','Microsoft YaHei','Noto Sans CJK SC',sans-serif}

/* Chinese labels are short but the nav items still must not wrap */
.nav-links>a,.nav-cta,.mob-cta{white-space:nowrap}

/* CJK text reads better with generous leading and no tracking */
p,li,td{line-height:1.9}
.nav-links a,.mobile-menu a,.nav-cta,.mob-cta,
.hero-eyebrow,.badge,.btn-primary,.btn-secondary,.cta-btn,
.grade-tag,.cert-badge,.article-cat-tag,.related-card-tag,.related-card a,
.footer-col h3{letter-spacing:normal}
.spec-table th,.grades-table th,.specs-table th{letter-spacing:0.5px}

/* uppercase transforms are meaningless for CJK and shout at the Latin terms */
.hero-eyebrow,.grade-tag,.cert-badge{text-transform:none}

/* skip-to-content link (2026-09-05) */
.skip-link{position:absolute;left:-9999px;top:0;z-index:5000;background:#3D4A1E;color:#F0EDD5;padding:.6rem 1rem;font-size:14px;border-radius:0 0 6px 0;text-decoration:none}.skip-link:focus{left:0;outline:2px solid #CFB055}

/* consent bar (2026-09-05) */
#svb-cc[hidden]{display:none!important}#svb-cc{position:fixed;left:0;right:0;bottom:0;z-index:4000;background:#3D4A1E;color:#F0EDD5;font-family:'Jost','PingFang SC','Microsoft YaHei','Noto Sans CJK SC',sans-serif;font-size:13.5px;line-height:1.5;padding:12px 20px;display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;justify-content:center;box-shadow:0 -6px 24px rgba(0,0,0,.25)}#svb-cc p{margin:0;max-width:640px}#svb-cc a{color:#CFB055;text-decoration:underline}#svb-cc div{display:flex;gap:8px}#svb-cc button{font:inherit;font-size:12.5px;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;border-radius:4px;padding:8px 14px}#svb-cc-no{background:transparent;color:#F0EDD5;border:1px solid rgba(240,237,213,.6)}#svb-cc-yes{background:#CFB055;color:#3D4A1E;border:1px solid #CFB055;font-weight:600}@media(max-width:600px){#svb-cc{font-size:12.5px;padding:10px 14px}}
