body.home{background:#fafafa}
.home-hero{padding:4.5rem 0 0}
.home-hero h1{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:400;letter-spacing:-.02em;line-height:1.25;max-width:14em;margin-bottom:1.2rem}
.home-hero .lead{margin-bottom:1.6rem}
.home-links{display:flex;flex-direction:column;gap:.7rem;align-items:flex-start;margin-bottom:2.4rem}
.hero-rule{height:1px;background:#111;margin:0}
.hero-pic{margin:0}
.hero-pic img{width:100%;max-height:380px;object-fit:cover}
.kpi-line{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #e6e6e6;background:#fff}
.kpi-line div{padding:1.1rem 0;text-align:center;font-size:.72rem;color:#666;border-right:1px solid #e6e6e6}
.kpi-line div:last-child{border-right:none}
.kpi-line strong{display:block;color:#111;font-size:1.15rem;font-weight:500;margin-bottom:.15rem}

.stack3{display:flex;flex-direction:column}
.stack3 article{display:grid;grid-template-columns:28px 1fr;gap:1rem;padding:1.4rem 0;border-top:1px solid #e6e6e6}
.stack3 article:last-child{border-bottom:1px solid #e6e6e6}
.stack3 h3{font-size:.95rem;font-weight:500;margin-bottom:.25rem}

.path-col{max-width:520px}
.path-col li{display:grid;grid-template-columns:3.2rem 1fr;gap:1rem;padding:1.2rem 0;border-top:1px solid #e6e6e6}
.path-col li:last-child{border-bottom:1px solid #e6e6e6}
.path-col .n{font-size:1.4rem;font-weight:400;letter-spacing:.08em}

.split-lists{display:grid;grid-template-columns:1fr 1px 1fr;gap:0 2.2rem}
.vline{background:#111}
.split-lists h3{font-size:.78rem;letter-spacing:.16em;font-weight:500;margin-bottom:.8rem}
.split-lists li{padding:.35rem 0;font-size:.88rem;color:#333}
.home-shot{margin-top:2.5rem;border-top:1px solid #e6e6e6;padding-top:1.5rem}

.home-cta{padding:5rem 0;text-align:left;border-top:1px solid #111}
.home-cta h2{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:400;margin-bottom:.8rem}
.home-cta .home-links{flex-direction:row;gap:1.8rem;margin:0}

@media(max-width:768px){
  .kpi-line,.split-lists{grid-template-columns:1fr}
  .vline{display:none}
  .home-cta .home-links{flex-direction:column}
}
