.njsp-projects { margin-block: clamp(48px,7vw,96px); color: inherit; }
.njsp-projects h2 { font-size: clamp(32px,4vw,56px); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 32px; }
.njsp-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,320px),1fr)); gap: 32px; }
.njsp-card { min-width: 0; border-bottom: 1px solid var(--njs-line,rgba(32,32,31,.18)); }
.njsp-card-image { display:block; width:100%; height:auto; aspect-ratio: 16/10; object-fit:cover; }
.njsp-card-copy { padding-block: 24px 32px; }
.njsp-card h3 { font-size:clamp(24px,2.5vw,34px); line-height:1.15; margin: 12px 0; letter-spacing:-.025em; }
.njsp-card h3 a { color:inherit; text-decoration:none; }
.njsp-card p { margin: 0 0 16px; }
.njsp-status { font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.njsp-projects a:focus-visible,.njsp-details a:focus-visible { outline:2px solid currentColor; outline-offset:5px; }
.njsp-facts { display:flex; flex-wrap:wrap; gap:24px 48px; margin-block:24px 40px; padding-block:24px; border-block:1px solid var(--njs-line,rgba(32,32,31,.18)); }
.njsp-facts dt { font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.njsp-facts dd { margin:8px 0 0; font-weight:600; }
.njsp-plan { display:block; width:100%; height:auto; }
.njsp-gallery { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr)); gap:20px; }
.njsp-gallery img { width:100%; height:auto; display:block; }
.njsp-enquiry { border-top:1px solid var(--njs-line,rgba(32,32,31,.18)); margin-top:48px; padding-top:32px; }
@media (min-width: 800px) {
  .njsp-card:only-child { display:grid; grid-template-columns:1.2fr 1fr; gap:40px; align-items:center; padding-bottom:32px; }
  .njsp-card:only-child .njsp-card-copy { padding:16px 0; }
}
