.cchl-figures.pf-detail{background:var(--bg)}.cchl-figures .pf-hero{position:relative;overflow:hidden;background:var(--dark);color:var(--on-dark)}.cchl-figures .pf-hero:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(120% 90% at 78% 0,rgba(169,120,31,.16),transparent 55%),radial-gradient(90% 80% at 0 100%,rgba(168,30,36,.14),transparent 60%),linear-gradient(180deg,var(--dark),var(--dark-2))}.cchl-figures .pf-hero-fg{position:relative;z-index:1}.cchl-figures .pf-crumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:13px;color:var(--on-dark-muted);padding:20px 0 8px}.cchl-figures .pf-crumb a{color:var(--on-dark-soft)}.cchl-figures .pf-crumb a:hover{color:var(--accent)}.cchl-figures .pf-crumb .sep{color:var(--on-dark-muted)}.cchl-figures .pf-crumb .cur{max-width:40ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--on-dark)}.cchl-figures .pf-hero-inner{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:center;padding:22px 0 54px}.cchl-figures .pf-hero-inner>*{opacity:0;animation:pfUp .8s cubic-bezier(.22,.7,.2,1) forwards}.cchl-figures .pf-hero-portrait{animation-delay:.05s}.cchl-figures .pf-hero-text{animation-delay:.16s}@keyframes pfUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.cchl-figures .pf-hero-inner>*{opacity:1;animation:none}}.cchl-figures .pf-hero-portrait{aspect-ratio:3/4;border-radius:18px;overflow:hidden;background:linear-gradient(150deg,#2a221b,#4a3a29 55%,#8a6c45);box-shadow:0 22px 50px rgba(0,0,0,.45);border:1px solid rgba(243,236,224,.14)}.cchl-figures .pf-hero-portrait img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;display:block}.cchl-figures .pf-hero-portrait-fallback{width:100%;height:100%;display:grid;place-items:center;color:rgba(243,236,224,.4)}.cchl-figures .pf-hero-portrait-fallback svg{width:64px;height:64px}.cchl-figures .pf-hero-cat{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:rgba(217,164,65,.14);border:1px solid rgba(217,164,65,.3);padding:6px 14px;border-radius:999px;margin-bottom:16px}.cchl-figures .pf-hero-name{font-family:var(--serif);font-weight:500;font-size:clamp(30px,4.5vw,50px);line-height:1.08;letter-spacing:-.5px;color:var(--on-dark)}.cchl-figures .pf-hero-span{margin-top:8px;font-size:16px;font-weight:500;color:var(--accent)}.cchl-figures .pf-hero-lead{margin-top:16px;font-size:17px;line-height:1.62;color:var(--on-dark-soft);max-width:60ch}.cchl-figures .pf-hero-tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px}.cchl-figures .pf-hero-tag{font-size:12.5px;font-weight:600;color:var(--on-dark);background:rgba(243,236,224,.08);border:1px solid rgba(243,236,224,.18);border-radius:999px;padding:6px 13px;transition:.15s}.cchl-figures .pf-hero-tag:hover{border-color:var(--accent);color:var(--accent)}.cchl-figures .pf-hero-stats{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px 24px;font-size:13.5px;color:var(--on-dark-muted)}.cchl-figures .pf-stat{display:inline-flex;align-items:center;gap:7px}.cchl-figures .pf-stat svg{width:16px;height:16px;flex:none;color:var(--accent)}.cchl-figures .pf-article.art{padding-top:48px}.cchl-figures .pf-sec-title{font-family:var(--serif);font-weight:600;font-size:clamp(20px,2.4vw,26px);color:var(--ink);margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid var(--line);position:relative}.cchl-figures .pf-sec-title:after{content:"";position:absolute;left:0;bottom:-1px;width:52px;height:3px;border-radius:2px;background:var(--brand)}.cchl-figures .pf-timeline{margin:44px 0}.cchl-figures .pf-tl-list{position:relative;padding-left:30px;display:flex;flex-direction:column;gap:26px}.cchl-figures .pf-tl-list:before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:2px;background:linear-gradient(180deg,var(--brand),var(--accent))}.cchl-figures .pf-tl-item{position:relative}.cchl-figures .pf-tl-item:before{content:"";position:absolute;left:-30px;top:3px;width:14px;height:14px;border-radius:50%;background:var(--brand);border:3px solid var(--bg);box-shadow:0 0 0 2px var(--brand-soft)}.cchl-figures .pf-tl-year{font-family:var(--sans);font-weight:700;font-size:13px;letter-spacing:.03em;color:var(--brand);text-transform:uppercase}.cchl-figures .pf-tl-title{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink);margin:4px 0}.cchl-figures .pf-tl-desc{color:var(--ink-soft);font-size:14.5px;line-height:1.6}.cchl-figures .pf-gallery{margin:44px 0}.cchl-figures .pf-gal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cchl-figures .pf-gal-item{aspect-ratio:1/1;overflow:hidden;border-radius:12px;border:1px solid var(--line);background:linear-gradient(150deg,#29211a,#856b4d 71%);cursor:zoom-in}.cchl-figures .pf-gal-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.cchl-figures .pf-gal-item:hover img{transform:scale(1.06)}.cchl-figures .pf-stories{margin:52px 0 20px}.cchl-figures .pf-stories .cchl-lib{padding:0;background:none}.cchl-figures .pf-stories-empty{color:var(--muted);font-size:14.5px;padding:32px 20px;text-align:center;background:var(--surface-2);border:1px dashed var(--line-strong);border-radius:14px}@media(max-width:900px){.cchl-figures .pf-hero-inner{grid-template-columns:1fr;gap:26px;padding:16px 0 44px;text-align:center;justify-items:center}.cchl-figures .pf-hero-portrait{width:min(240px,72vw)}.cchl-figures .pf-hero-lead{margin-inline:auto}.cchl-figures .pf-hero-stats,.cchl-figures .pf-hero-tags{justify-content:center}}@media(max-width:640px){.cchl-figures .pf-gal-grid{grid-template-columns:repeat(2,1fr)}.cchl-figures .pf-crumb .cur{max-width:22ch}}