/* Bleand Notes — Roman identity (approved direction): horizontal stone-grey card, inscription capitals (Cinzel) for signature
   and date, classical text (Cormorant Garamond), restrained red/black accents, the FINAL logo as the only laurel/monogram.
   Keeps the site's floating finish (12px radius, 0 12px 34px shadow, .3s border transition). Scale with --bn-u. */
.bn-card{--bn-u:1px;--bn-stone:#d8d3ca;--bn-ink:#151412;--bn-muted:#5e5a53;--bn-line:#bfb8ad;--bn-accent:#a3161d;--bn-mark:rgba(163,22,29,.13);
  position:relative;box-sizing:border-box;background:var(--bn-stone);color:var(--bn-ink);border:1px solid var(--bn-line);border-radius:calc(12 * var(--bn-u));
  padding:calc(26 * var(--bn-u)) calc(34 * var(--bn-u)) calc(24 * var(--bn-u));box-shadow:0 calc(12 * var(--bn-u)) calc(34 * var(--bn-u)) rgba(0,0,0,.55);
  font-family:'Cormorant Garamond',Georgia,'Times New Roman',serif;transition:border-color .3s ease}
.bn-card *{box-sizing:border-box}
.bn-card .bn-head{display:flex;align-items:center;justify-content:space-between;gap:calc(14 * var(--bn-u));padding-bottom:calc(14 * var(--bn-u));
  border-bottom:1px solid var(--bn-accent)}
.bn-card .bn-logo{height:calc(58 * var(--bn-u));width:auto;display:block;flex:none}
.bn-card .bn-lang{display:inline-flex;align-items:center;gap:calc(6 * var(--bn-u));padding:calc(5 * var(--bn-u)) calc(8 * var(--bn-u)) calc(5 * var(--bn-u)) calc(6 * var(--bn-u));
  background:#101010;border:1px solid #424242;border-radius:2px;                      /* the site's own language square */
  font-family:'Cinzel',serif;font-size:calc(10.5 * var(--bn-u));line-height:1;letter-spacing:.16em;color:#d8d3ca;white-space:nowrap}
.bn-card .bn-flag{display:block;width:calc(13 * var(--bn-u));height:calc(13 * var(--bn-u));opacity:.92}
.bn-card .bn-text{margin:calc(22 * var(--bn-u)) 0;font-size:calc(25 * var(--bn-u));line-height:1.38;font-weight:500;color:var(--bn-ink);text-wrap:pretty}
.bn-card .bn-text mark{background:var(--bn-mark);color:inherit;padding:0 .06em;border-radius:calc(2 * var(--bn-u));box-decoration-break:clone;-webkit-box-decoration-break:clone}
.bn-card .bn-foot{display:flex;align-items:baseline;justify-content:space-between;gap:calc(12 * var(--bn-u));font-family:'Cinzel',serif;font-weight:500;
  font-size:calc(11.5 * var(--bn-u));letter-spacing:.18em;text-transform:uppercase;color:var(--bn-muted)}
.bn-card .bn-date{letter-spacing:.2em;color:var(--bn-ink);white-space:nowrap}
.bn-card .bn-date .sep{color:var(--bn-accent);margin:0 .35em}
.bn-card:lang(zh) .bn-text{font-family:'Noto Serif TC','Songti TC','PMingLiU',serif;font-weight:600;font-size:calc(21 * var(--bn-u));line-height:1.7;letter-spacing:.02em}
.bn-card:lang(zh) .bn-lang{font-family:'Noto Serif TC','Cinzel',serif;letter-spacing:.06em}
