This project covered the swing tags and product labels for a small-batch lifestyle brand. We designed a flexible label system that scales from a tiny price tag to a full…
For an eco-minded grocery brand we designed a kraft paper bag that could double as the packaging and the billboard. The brief was to cut plastic without losing the sense…
A muted, grey-toned brand film produced to introduce a new enamelware collection without a hard sell. We scripted a short, calm sequence that follows the product through an ordinary morning,…
A bright, blue-accented promo video created to launch an apparel capsule with plenty of energy. We storyboarded a fast, rhythmic edit that cuts between studio detail shots and movement, all…
Complete the short enquiry below and we’ll compare business finance options from our panel of trusted UK lenders.
🔒 Your enquiry is secure and won’t affect your credit score.
Business Finance Calculator
Adjust the amount, interest rate and term to see an estimated monthly repayment.
£
%
Years
<button
type=”button”
onclick=”
var p=parseFloat(document.getElementById(‘mw-loan-amount’).value)||0;
var r=parseFloat(document.getElementById(‘mw-interest-rate’).value)||0;
var y=parseFloat(document.getElementById(‘mw-loan-term’).value)||0;
var n=y*12;
var m=r/100/12;
var pay=0;