/* Photo-led practice cards. Functional navigation symbols remain intact. */
.nx-card-photo{display:block;width:100%;margin:0 0 22px;padding:0;min-width:0;border:0;background:none;box-sizing:border-box}
.nx-card-photo img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:center;border-radius:12px;background:#f0efeb}
.nx-card-photo.portrait img{object-position:center 22%;aspect-ratio:4/3}
.nx-card-photo figcaption{font-size:.7rem;line-height:1.4;color:var(--muted,#59615b);margin-top:6px;letter-spacing:.015em}
.why-item:has(>.nx-card-photo),.svc:has(>.nx-card-photo){min-width:0}
.why-item:has(>.nx-card-photo) h3,.svc:has(>.nx-card-photo) h3{margin-top:0}
@media(max-width:600px){.nx-card-photo{margin-bottom:18px}.nx-card-photo img{border-radius:10px}}

/* Display-only crop of the original 900px-square equipment photograph, excluding faces. */
.nx-equipment-detail{position:relative;width:100%;aspect-ratio:3/2;overflow:hidden;border-radius:12px;background:#efeee9}.nx-card-photo .nx-equipment-detail img{position:absolute;width:214.285714%;max-width:none;height:auto;aspect-ratio:auto;left:-42.857143%;top:-160.714286%;border-radius:0}
