/* 讚好校園 theme overlay.
   Warmer palette than the Hudson theme, and CJK-first typography: Chinese
   text needs more line-height and looser tracking than the Latin defaults. */
:root{
  --brand:#c8442f; --brand-dark:#a53522; --accent:#f0a92c;
  --ink:#23201d; --ink-soft:#4a443e; --muted:#7a716a;
  --line:#e9e2d9; --bg-soft:#fbf7f1; --bg-deep:#2b2521;
  --font:-apple-system,BlinkMacSystemFont,"PingFang HK","Hiragino Sans CNS",
         "Microsoft JhengHei","Noto Sans CJK TC","Segoe UI",sans-serif;
  --serif:"Songti TC","Noto Serif CJK TC",Georgia,serif;
}
body{line-height:1.85;letter-spacing:.01em}
h1,h2,h3{letter-spacing:0;line-height:1.35}
.prose{line-height:1.9}
.prose li{margin-bottom:.6em}
.brand-name{color:var(--brand)}
.hero{background:linear-gradient(150deg,#2b2521 0%,#7d3423 55%,#c8442f 100%)}
.btn-primary{background:var(--accent);color:#2b2116}
.btn-primary:hover{background:#dd9a22;color:#2b2116}
.lead-block{background:linear-gradient(155deg,#2b2521,#8a3a26)}
.primary-nav .nav-cta a{background:var(--accent);color:#2b2116}
.card-icon{font-size:1.8rem}
/* The nav is a flat list of sections here, so no dropdown affordances. */
.primary-nav .sub{display:none !important}
