:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:#0d0d0c;color:#f3ede2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}.papers-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,72px);background:rgba(13,13,12,.94);border-bottom:1px solid #322e28;backdrop-filter:blur(16px)}.papers-brand{color:#f3ede2;text-decoration:none;font-weight:850;letter-spacing:.08em}.papers-header nav{display:flex;gap:8px;flex-wrap:wrap}.papers-header nav a{color:#bfb5a7;text-decoration:none;padding:8px 11px;border-radius:9px;font-size:.88rem;font-weight:700}.papers-header nav a:hover,.papers-header nav a.active{background:#28231e;color:#d8aa67}.papers-shell{width:min(1160px,calc(100% - 36px));margin:0 auto;padding:clamp(48px,8vw,96px) 0}.papers-hero{max-width:850px;margin-bottom:42px}.eyebrow,.paper-meta{color:#c99252;font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.papers-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,8vw,6rem);line-height:.95;margin:14px 0 22px}.papers-hero>p{font-size:clamp(1.05rem,2vw,1.3rem);color:#c7bdb0}.papers-note{border-left:3px solid #9b6838;padding:4px 0 4px 18px;font-size:.95rem!important}.papers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.paper-card{display:flex;flex-direction:column;padding:26px;border:1px solid #38322b;border-radius:18px;background:linear-gradient(145deg,#191816,#121210);box-shadow:0 16px 38px rgba(0,0,0,.2)}.paper-card h2{font-family:Georgia,serif;font-size:1.55rem;line-height:1.2;margin:8px 0}.paper-card p{color:#bdb3a6}.paper-dates{color:#d2a368!important;font-size:.78rem;font-weight:750}.paper-actions{display:flex;gap:10px;margin-top:auto;padding-top:16px}.paper-actions a{display:inline-flex;text-decoration:none;background:#a76f38;color:#fff8ee;border:1px solid #bd8246;border-radius:10px;padding:9px 13px;font-weight:800;font-size:.84rem}.paper-actions a.download{background:transparent;color:#d5c8b7;border-color:#51483d}footer{border-top:1px solid #322e28;padding:32px clamp(20px,5vw,72px);color:#a99f92}footer p{font-size:.82rem}@media(max-width:760px){.papers-header{align-items:flex-start;flex-direction:column}.papers-header nav{width:100%;overflow-x:auto;flex-wrap:nowrap}.papers-grid{grid-template-columns:1fr}.papers-shell{width:min(100% - 28px,1160px);padding-top:46px}.paper-card{padding:22px}}

/* Keep the dark library, but restore a complete, deliberate title treatment. */
.papers-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.papers-brand::before {
  content: '';
  flex: 0 0 32px;
  width: 32px;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 170, 103, .42);
  border-radius: 50%;
  background: #181613 url('/assets/piper-app-192.png') center / 26px 26px no-repeat;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .24);
}
.papers-hero {
  position: relative;
  padding-left: 2px;
}
.papers-hero h1 {
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: visible;
  padding: 0 .08em .04em .06em;
  margin-left: -.06em;
  color: #f4eee4;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: -.025em;
}
.papers-hero h1::after {
  content: '';
  display: block;
  width: 54px;
  height: 3px;
  margin: 18px 0 0 .03em;
  border-radius: 99px;
  background: #bd8246;
}
.papers-hero > p:not(.papers-note) {
  max-width: 820px;
  margin-top: 0;
  line-height: 1.62;
}
.papers-note {
  max-width: 850px;
  margin-top: 22px;
  color: #aaa093 !important;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .papers-brand::before {
    flex-basis: 28px;
    width: 28px;
    background-size: 22px 22px;
  }
  .papers-hero h1 {
    font-size: clamp(3.2rem, 18vw, 5.4rem);
  }
}


/* Match the main-site masthead mark and typography. */
.papers-brand {
  gap: 13px;
  color: var(--brand-ivory, #eee9df);
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1;
}
.papers-brand::before {
  flex-basis: 46px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: var(--brand-icon);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(238, 233, 223, .16);
}
.papers-header nav a {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .035em;
}
@media (max-width: 760px) {
  .papers-brand {
    font-size: .9rem;
    letter-spacing: .1em;
  }
  .papers-brand::before {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    background-size: cover;
  }
}

.papers-header+.papers-shell{}footer nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}footer nav a{color:#d2a368;text-decoration:none;font-size:.78rem}footer nav a:hover{text-decoration:underline;text-underline-offset:3px}