/* 4 Spec Studio — title block, photo plates, intake */
.lp-v4{
  --bg:#f2f0ea;--ink:#161616;--muted:#5c5852;--card:#fff;--line:#d9d4c8;
  --accent:#e4572e;--accent-ink:#fff;--radius:0;
}
.lp-v4 .lp-head{background:#161616;color:#f2f0ea;border-bottom:0}
.lp-v4 .lp-brand em,.lp-v4 .lp-word em{color:#e4572e;opacity:1;letter-spacing:.2em}
.lp-v4 .lp-word strong{letter-spacing:.16em;text-transform:uppercase;font-size:.72rem}
.lp-v4 .lp-mark-svg{color:#f2f0ea;width:44px;height:44px}
.lp-v4 .lp-cta{background:#e4572e;color:#fff!important;border-radius:0;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}
.lp-v4 .st-hero{display:grid;grid-template-columns:1fr 1.3fr;min-height:calc(100vh - 76px)}
.lp-v4 .st-plate{padding:56px 40px;background:#f2f0ea;display:flex;flex-direction:column;justify-content:center;border-right:2px solid #161616}
.lp-v4 .st-plate h1{font-family:var(--sans);text-transform:uppercase;letter-spacing:.04em;font-size:clamp(1.8rem,3.2vw,2.8rem);line-height:1.1;margin:0 0 16px}
.lp-v4 .st-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;list-style:none;padding:0;margin:28px 0}
.lp-v4 .st-stats li{border-top:2px solid #161616;padding-top:10px}
.lp-v4 .st-stats strong{display:block;font-family:var(--serif);font-size:2rem;line-height:1}
.lp-v4 .st-stats span{font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}
.lp-v4 .st-hero-photo{margin:0}
.lp-v4 .st-hero-photo img{width:100%;height:100%;min-height:calc(100vh - 76px);object-fit:cover}
.lp-v4 .st-plates{background:#fff}
.lp-v4 .st-plates article{display:grid;grid-template-columns:1.1fr .9fr;min-height:70vh;border-bottom:2px solid #161616}
.lp-v4 .st-plates article.st-rev{grid-template-columns:.9fr 1.1fr}
.lp-v4 .st-plates article.st-rev figure{order:2}
.lp-v4 .st-plates figure{margin:0}
.lp-v4 .st-plates img{width:100%;height:100%;min-height:70vh;object-fit:cover}
.lp-v4 .st-plates div{padding:48px;display:flex;flex-direction:column;justify-content:center}
.lp-v4 .st-plates span{font-family:var(--serif);font-size:2.4rem;color:#e4572e}
.lp-v4 .st-intake{padding:80px 0;background:#f2f0ea}
.lp-v4 .st-intake .lp-form-shell{border:2px solid #161616;box-shadow:10px 10px 0 #e4572e;border-radius:0}
.lp-v4 .lp-next,.lp-v4 .lp-submit,.lp-v4 .lp-sticky{background:#e4572e;color:#fff;border-radius:0;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}
@media(max-width:900px){
  .lp-v4 .st-hero,.lp-v4 .st-plates article,.lp-v4 .st-plates article.st-rev{grid-template-columns:1fr}
  .lp-v4 .st-plates article.st-rev figure{order:0}
  .lp-v4 .st-hero-photo img,.lp-v4 .st-plates img{min-height:42vh;height:42vh}
  .lp-v4 .st-stats{grid-template-columns:1fr}
}
