/* Only the two founder introductions and the pictured branding brief. */
.paper-site .paper-brand-brief{margin-top:28px;padding:23px 25px;background:#f6efdc;border:1px solid #cdbfa3;border-top:3px solid #bba771;box-shadow:3px 4px 0 #d5c6a940}
.paper-site .paper-brand-brief .paper-brief-title{display:inline-block;margin:0 0 15px;padding:3px 8px;background:#ecdfac;color:#493d27;font-size:13px;font-weight:600}
.paper-site .paper-brand-brief dl{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;margin:0}
.paper-site .paper-brand-brief dl>div{border-top:1px solid #d6c9ae;padding-top:13px}
.paper-site .paper-brand-brief dt{font-size:14px;font-weight:650;color:#30291f}
.paper-site .paper-brand-brief dd{margin:6px 0 0;font-size:14px;line-height:1.8;color:#635542;word-break:keep-all}
.paper-site .paper-founder-signature{display:flex;align-items:center;gap:20px;margin:27px 0 23px;min-width:0}
.paper-site .paper-founder-portrait{position:relative;flex:0 0 108px;width:108px;padding:6px;margin:0;background:#faf5e9;box-shadow:3px 4px 0 #cfbea080}
.paper-site .paper-founder-portrait:before{content:'';position:absolute;top:-5px;left:34px;width:40px;height:12px;background:#cab08870;transform:rotate(-5deg)}
.paper-site .paper-founder-portrait img{display:block;width:96px;height:128px;max-width:100%;object-fit:cover;object-position:center 15%;border-radius:0}
.paper-site .paper-founder-signature .founder-profile__identity{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0;margin:0}
.paper-site .paper-founder-signature .founder-profile__identity strong{font-size:27px;line-height:1.4}
.paper-site .paper-founder-signature .founder-profile__identity span{font-size:13px;line-height:1.6;color:#665b4c}
@media(max-width:480px){
  .paper-site .paper-brand-brief{padding:20px}
  .paper-site .paper-brand-brief dl{grid-template-columns:1fr;gap:12px}
  .paper-site .paper-brand-brief dl>div{display:grid;grid-template-columns:80px minmax(0,1fr);gap:12px}
  .paper-site .paper-brand-brief dd{margin:0;font-size:13px}
  .paper-site .paper-founder-signature{gap:18px;margin:24px 0 21px}
  .paper-site .paper-founder-signature .founder-profile__identity strong{font-size:25px}
  .paper-site .paper-founder-signature .founder-profile__identity span{font-size:12px}
}
