/* Lieflat charts adapted to Andreza's approved typography and flat surfaces. */
.project-chart{container-type:inline-size;margin:40px 0 44px;padding:32px;background:var(--gold-soft);color:var(--dark);scroll-margin-top:150px}
.project-chart-heading h2{font-family:var(--serif);font-size:clamp(30px,3vw,38px);line-height:1.15;font-weight:300;margin:0 0 18px;max-width:none}
.project-chart-heading p{font-size:20px;line-height:1.5;margin:0}
.project-chart-graphic{margin:32px 0 24px}
.project-chart-graphic svg{display:block;width:100%;height:auto;overflow:visible}
.project-chart-graphic circle[data-chart-motion="dot"]{transform-box:fill-box;transform-origin:center}
.project-chart-mobile{display:none;max-width:340px;margin-inline:auto}
.project-chart-legend{font-size:18px;line-height:1.5;margin:0}
.project-chart-description{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.project-chart+.prose>p:first-child{margin-top:24px}
@container(max-width:600px){.project-chart-wide{display:none}.project-chart-mobile{display:block}}
@media(max-width:760px){.project-chart{padding:24px 18px;margin-block:32px}.project-chart-heading h2{font-size:30px}.project-chart-heading p{font-size:18px}.project-chart-graphic{margin-block:26px}.project-chart-legend{font-size:17px}}
@media print{.project-chart{break-inside:avoid}.project-chart [data-chart-motion]{opacity:1!important;transform:none!important;stroke-dasharray:none!important}}
@media(prefers-reduced-motion:reduce){.project-chart [data-chart-motion]{animation:none!important;transition:none!important}}
