body.dl{background:#fff}
.dl-shell{display:grid;grid-template-columns:200px 1fr;min-height:70vh}
.dl-index{border-right:1px solid #e6e6e6;padding:2.4rem 1.4rem 2.4rem 0}
.dl-index p{font-size:.68rem;letter-spacing:.2em;color:#888;margin-bottom:1.2rem}
.dl-index a{display:block;font-size:.82rem;padding:.45rem 0;color:#666;border-bottom:1px solid #f0f0f0}
.dl-index a:hover,.dl-index a.on{color:#111}
.dl-main{padding:2.4rem 0 2.4rem 2.4rem}
.dl-main h1{font-size:clamp(1.3rem,2.8vw,1.85rem);font-weight:400;line-height:1.3;margin:.3rem 0 1rem}
.kpi-inline{display:flex;gap:0;border-top:1px solid #111;border-bottom:1px solid #111;margin:1.2rem 0 1.6rem;width:max-content}
.kpi-inline div{padding:.55rem 1rem;font-size:.72rem;color:#666;border-right:1px solid #e6e6e6}
.kpi-inline div:last-child{border-right:none}
.kpi-inline strong{color:#111;font-weight:500;margin-right:.25rem}
.dl-pic{max-width:420px;margin-bottom:2rem}

.bars{display:flex;flex-direction:column;gap:0}
.bars article{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1.1rem 0;border-top:1px solid #e6e6e6}
.bars article:last-child{border-bottom:1px solid #e6e6e6}
.bars h3{font-size:.92rem;font-weight:500}
.bars span{font-size:.72rem;letter-spacing:.16em;color:#999}

.dash-path{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0}
.dash-path article{flex:1 1 180px;padding:0 1.2rem 0 0}
.dash-path .em{font-size:1.1rem;letter-spacing:.2em;color:#bbb;display:block;padding-top:1.4rem}
.dash-path h3{font-size:.9rem;font-weight:500;margin:.3rem 0}

.list-stack .block{padding:1.4rem 0;border-top:1px solid #e6e6e6}
.list-stack .block:last-of-type{border-bottom:1px solid #e6e6e6}
.list-stack h3{font-size:.78rem;letter-spacing:.16em;font-weight:500;margin-bottom:.6rem}
.list-stack li{font-size:.88rem;padding:.22rem 0}
.dl-shot{margin-top:1.6rem;max-width:560px}

.dl-cta{padding:3.5rem 0 4rem;border-top:1px solid #111}
.dl-cta h2{font-weight:400;font-size:1.25rem;margin-bottom:.8rem}
.dl-cta nav{display:flex;flex-direction:column;gap:.65rem}

@media(max-width:768px){
  .dl-shell{grid-template-columns:1fr}
  .dl-index{border-right:none;border-bottom:1px solid #e6e6e6;padding:1.2rem 0}
  .dl-main{padding:1.6rem 0}
}
