/* Selective Chapter Page presentation layer */
/* Standalone entry titles deliberately match Full Biography thread heading scale. */
.entry-page-hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.05em;max-width:820px;font-weight:700}
.entry-page-hero .entry-breadcrumbs{margin:0 0 22px}
.entry-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:var(--muted);font-size:.78rem}
.entry-breadcrumbs a{color:var(--soft);text-decoration:none}
.entry-breadcrumbs a:hover,.entry-breadcrumbs a:focus-visible{color:var(--text)}
.entry-breadcrumbs span[aria-current="page"]{color:var(--muted)}
.entry-topic-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}
.entry-topic{display:inline-flex;align-items:center;min-height:29px;padding:5px 10px;border:1px solid rgba(211,164,160,.32);border-radius:999px;background:rgba(155,47,47,.08);color:#e8bbb7;font-size:.72rem;font-weight:760;letter-spacing:.01em}
.entry-page-shell{max-width:920px}
.entry-page-body{max-width:820px;margin:0 auto}
.entry-page-body>.thread-media:first-child{margin-top:0}
.entry-page-body .page-tools{margin-top:44px}
@media(max-width:640px){.entry-page-hero .entry-breadcrumbs{margin-bottom:17px}.entry-breadcrumbs{font-size:.74rem}.entry-topic-row{margin-top:14px}}
@media print{.entry-breadcrumbs,.entry-topic-row{display:none}.entry-page-shell,.entry-page-body{max-width:none}}

/* Album archive extensions — full players live on standalone album pages. */
.entry-page-body .album-audio-library{margin-top:38px;scroll-margin-top:96px}
.entry-page-body .album-audio-library__bonus{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,98,92,.38)}
.entry-page-body .album-audio-library__bonus .video-library__label strong{color:#ff625c}
@media(max-width:580px){.entry-page-body .album-audio-library{margin-top:30px;scroll-margin-top:78px}}
