/* 5 Coastal — ranch, sage (no second teal) */
body.lp-v5{
  --bg:#eef3ee;--ink:#2d3a33;--muted:#66756c;--card:#fbfaf6;--line:#d5e0d6;
  --accent:#3d5c4a;--accent-ink:#fbfaf6;--radius:0;--rule:1px;
}
.lp-v5 .rn-title{padding:56px 0 24px}
.lp-v5 .rn-title h1{max-width:16ch}
.lp-v5 .rn-hero img{object-position:72% 42%}
.lp-v5 .rn-line img{object-position:68% 48%}
.lp-v5 .rn-stats{
  display:grid;grid-template-columns:repeat(3,1fr);list-style:none;
  padding:0;margin:0 0 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)
}
.lp-v5 .rn-stats li{padding:28px 8px;border-right:1px solid var(--ink)}
.lp-v5 .rn-stats li:last-child{border-right:0}
.lp-v5 .rn-stats strong{display:block;font-family:var(--serif);font-size:1.6rem;line-height:1;margin-bottom:6px}
.lp-v5 .rn-stats span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
@media(max-width:900px){
  .lp-v5 .rn-stats{grid-template-columns:1fr;border-bottom:0}
  .lp-v5 .rn-stats li{border-right:0;border-bottom:1px solid var(--ink);padding:18px 0}
}
