/* ============================================================
   Codeswitch Studio · 通譯 — Traditional Chinese localization layer
   Loaded AFTER style.css. Mainland Mandarin vocabulary, Traditional glyphs.
   Overrides Latin type stacks with CJK-safe fallbacks (Inter/Fraunces/JetBrains
   have no CJK → would render tofu without these).
   ============================================================ */
@import url('fonts-zh-cn.css');

/* --- base swaps --- */
body{font-family:'Noto Sans SC','Inter',sans-serif; letter-spacing:0;}
h1,h2,h3,h4{font-family:'Noto Serif SC','Fraunces',serif; letter-spacing:0; line-height:1.34;}
.cjk,.vname{font-family:'Noto Sans SC',sans-serif;}
.brush{font-family:'Brush','Noto Serif SC',serif;}
.brush-run,.classic{font-family:'Noto Serif SC',serif;}
.chow-panel .dish{font-family:'Noto Serif SC',serif; font-weight:900;}

/* mono/label surfaces: keep JetBrains for Latin, add TC for the Chinese */
.mono,.eyebrow,.tag,.pillar .idx,.node-col .tag2,.detail-panel .dp-tag,.detail-panel .ex,
.stack .cap,.pill,.classic .src,footer .copy,.vcol{font-family:'JetBrains Mono','Noto Sans SC',monospace;}
.pill b{font-family:'Noto Sans SC',sans-serif;}

/* sans UI surfaces that were Inter/Fraunces and carry Chinese */
.btn,.more-link,.nav .links a,.card .link,.node-col .hint,.pillar h3,.pillar p,
.card p,.detail-panel p,.hero .sub,.lede,.consult p{font-family:'Noto Sans SC',sans-serif;}
.brandlock .word,.node-col .title,.detail-panel h4{font-family:'Noto Serif SC','Fraunces',serif;}

/* --- CJK typographic tuning --- */
.hero h1{font-size:54px; line-height:1.32; letter-spacing:.01em; font-weight:900;}
.hero h1 .em{font-style:normal; font-weight:900;}
.hero .sub{font-size:17.5px; line-height:1.82; letter-spacing:.01em;}
.eyebrow{letter-spacing:.1em; font-weight:500;}
.mission h2,.products h2,.build h2,.consult h2{line-height:1.36; letter-spacing:.005em;}
.mission .lede,.products .lede,.build .lede{line-height:1.8;}
.pillar h3{line-height:1.4;}
.pillar p,.card p,.detail-panel p,.consult p{line-height:1.85;}
.card.listed p{line-height:1.8;}
.classic{font-size:25px; letter-spacing:.08em; line-height:1.5;}
.node-col .title{font-size:16px;}
.detail-panel h4{font-size:17px;}
.hero-figure .vcol{letter-spacing:.28em; font-size:12px;}
.hero-figure .vname{letter-spacing:.28em;}
/* product English names keep the Latin serif (brand names unchanged) */
.card h3{font-family:'Fraunces',serif;}
