/* ===========================================================
   Shepherd Energy — Simplified Chinese typography overrides
   Loaded AFTER styles.css on /zh/ pages. Keeps EB Garamond for
   the English wordmark; uses Noto Serif SC for Chinese body text.
   =========================================================== */
:root{
  --serif:'Noto Serif SC','Songti SC','EB Garamond', Georgia, serif;
}
body{font-size:18px;line-height:1.75}

/* The wide Latin letter-spacing looks wrong on Chinese glyphs — tighten it */
h1,h2,h3,h4{letter-spacing:0;line-height:1.32}
.lead{line-height:1.7}
.eyebrow,.btn,.nav-cta,.tag,.cst-sub,.statrow .lbl,.gtile span,.pill,
.footer-cols h4,.side h4,.menu a{letter-spacing:.06em}
.eyebrow{letter-spacing:.12em}
.quote{font-style:normal;line-height:1.7}
.spec td:first-child{letter-spacing:0}

/* Keep the English brand wordmark and the EN switcher in Garamond */
.wordmark{font-family:'EB Garamond',Georgia,serif}
.menu .lang a{font-family:'EB Garamond',Georgia,serif;letter-spacing:.08em}

/* SVG diagram labels use the CJK stack too */
.cst-label,.cst-sub,.cst-temp{font-family:var(--serif)}
