'),e}(),r=i&&i.contentDocument||document,d=r.body,l=r!==document;(t=r.createElement("div")).style.cssText="width: 1px; height: 1px; position: relative; top: 0px; left: 32000px;",l||(e=function(){var e,t,o=document.documentElement,n=document.body,i=a?window.getComputedStyle(o,null):o.currentStyle,r=a?window.getComputedStyle(n,null):n.currentStyle,d=(i.overflowX||i.overflow||"visible").toLowerCase(),l="hidden"!==(r.overflowX||r.overflow||"visible").toLowerCase(),u="visible"===d,c={documentElement:{modified:u},body:{modified:l}};u&&(e=o.style,c.documentElement.styleOverflowX=e.overflowX,e.overflowX="auto");l&&(t=n.style,c.body.styleOverflowX=t.overflowX,t.overflowX="hidden");return c}()),o=d.scrollWidth,d.appendChild(t),n=o!==d.scrollWidth,d.removeChild(t),l||function(e){e.documentElement.modified&&(document.documentElement.style.overflowX=e.documentElement.styleOverflowX);e.body.modified&&(document.body.style.overflowX=e.body.styleOverflowX)}(e),u=n?"documentElement":"body",i&&document.body.removeChild(i)}function v(e,t){var o=t.documentElement;return Math.max(o.body["scroll"+e],t["scroll"+e],o.body["offset"+e],t["offset"+e],t["client"+e])}function y(e){return h("Width",e)}function h(e,t){var o,n,i=(t||window).visualViewport?(t||window).visualViewport[e.toLowerCase()]:(t||window)["inner"+e];return i&&(o=i,r||((n=o)!==+n||n===(0|n))||(r=!0)),i}function b(){return!!r}function g(e){return null!=e&&e.window==e}function x(e){return"string"==typeof e||e&&"object"==typeof e&&"[object String]"===Object.prototype.toString.call(e)||!1}function E(){var e;return void 0===n&&(n=!1,e=navigator&&navigator.userAgent,navigator&&"Microsoft Internet Explorer"===navigator.appName&&e&&null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(e)&&(n=parseFloat(RegExp.$1))),n}if(e.documentWidth=function(t){var o;t||(t=document);try{void 0===u&&s(),o=t[u].scrollWidth}catch(e){o=v("Width",t)}return o},e.documentHeight=function(t){var o;t||(t=document);try{void 0===u&&s(),o=t[u].scrollHeight}catch(e){o=v("Height",t)}return o},e.windowWidth=function(e,t){return d("Width",l(arguments))},e.windowHeight=function(e,t){return d("Height",l(arguments))},e.pinchZoomFactor=function(e){return w(e)},e.scrollbarWidth=p,"function"==typeof e&&!((i=E())&&i<8)&&9!==E())try{e(function(){void 0===u&&s(),p()})}catch(e){}}("undefined"!=typeof jQuery?jQuery:"undefined"!=typeof Zepto?Zepto:$); //# sourceMappingURL=jquery.documentsize.min.js.map // jQuery.isInView, v1.0.6 // Copyright (c) 2014-2017 Michael Heim, Zeilenwechsel.de // Distributed under MIT license // http://github.com/hashchange/jquery.isinview !function(a){"use strict";function b(b,c){var d,e,f,g,h,i,j,k={target:{}},o={},p={},q=b[0];if(b=b.eq(0),c||(c="both"),k.getBoth="both"===c,k.getHorizontal="horizontal"===c||k.getBoth,k.getVertical="vertical"===c||k.getBoth,"horizontal"!==c&&"vertical"!==c&&"both"!==c)throw new Error("Invalid parameter value: axis = "+c);if(b.length)return k.target.isWindow=a.isWindow(q),k.target.isWindow?p.document=q.document:9===q.nodeType?(p.document=q,k.target.isWindow=!0):q===q.ownerDocument.documentElement?(p.document=q.ownerDocument,k.target.isWindow=!0):1===q.nodeType&&"iframe"===q.tagName.toLowerCase()?(p.document=q.contentDocument||q.contentWindow.document,k.target.isWindow=!0):q===q.ownerDocument.body&&(p.document=q.ownerDocument,k.target.isBody=!0),(k.target.isWindow||k.target.isBody)&&(p.window=p.document.defaultView||p.document.parentWindow,p.$document=a(p.document),p.documentElement=p.document.documentElement,p.body=p.document.body,q=b=void 0),k.target.isWindow?o=l(k,p):k.target.isBody?(f=m(k,p).body,d=a(p.body),k.getHorizontal&&(o.horizontal=f.overflowScrollX||f.overflowAutoX&&p.body.clientHeight0&&(e.overflowScrollX||e.overflowAutoX&&(g=b.innerWidth())0&&(e.overflowScrollY||e.overflowAutoY&&(h=b.innerHeight())0&&a.offsetHeight>0)&&(b.useHorizontal&&(c=s(k,b.containerIsWindow,l)),b.useVertical&&(d=t(k,b.containerIsWindow,l)),e=void 0!==l.hTolerance?l.hTolerance:l.hTolerance="add"===b.toleranceType?b.tolerance:c*b.tolerance,f=void 0!==l.vTolerance?l.vTolerance:l.vTolerance="add"===b.toleranceType?b.tolerance:d*b.tolerance,g=b.borderBox?a.getBoundingClientRect():j(a),b.containerIsWindow||(g=i(g,k,l)),b.partially?(b.useVertical&&(m=g.top-f),b.useHorizontal&&(m=m&&g.left-e)):(b.useVertical&&(m=g.top>=-f&&g.top-f&&g.bottom<=d+f),b.useHorizontal&&(m=m&&g.left>=-e&&g.left-e&&g.right<=c+e)),m)}function i(a,b,c){var d;return c&&c.containerPaddingRectRoot?d=c.containerPaddingRectRoot:(d=k(b[0]),c&&(c.containerPaddingRectRoot=d)),{top:a.top-d.top,bottom:a.bottom-d.top,left:a.left-d.left,right:a.right-d.left}}function j(a){var b=a.getBoundingClientRect(),c=w(a,["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","paddingTop","paddingRight","paddingBottom","paddingLeft"],{toFloat:!0});return{top:b.top+c.paddingTop+c.borderTopWidth,right:b.right-(c.paddingRight+c.borderRightWidth),bottom:b.bottom-(c.paddingBottom+c.borderBottomWidth),left:b.left+c.paddingLeft+c.borderLeftWidth}}function k(a){var b=a.getBoundingClientRect(),c=w(a,["borderTopWidth","borderLeftWidth"],{toFloat:!0});return{top:b.top+c.borderTopWidth,left:b.left+c.borderLeftWidth}}function l(b,c){var d,e,f,g=a.scrollbarWidth(),h={},i=!b.getHorizontal,j=!b.getVertical;return b.getHorizontal&&g>0&&(d=c.window.innerHeight)>10&&(h.horizontal=d>c.documentElement.clientHeight,i=!0),b.getVertical&&g>0&&(e=c.window.innerWidth)>10&&(h.vertical=e>c.documentElement.clientWidth,j=!0),i&&j||(f=m(b,c).window,!i&&f.overflowScrollX&&(h.horizontal=i=!0),!j&&f.overflowScrollY&&(h.vertical=j=!0),!i&&f.overflowHiddenX&&(h.horizontal=!1,i=!0),!j&&f.overflowHiddenY&&(h.vertical=!1,j=!0),i||(h.horizontal=c.documentElement.clientWidth Skip to main content

Stop Saying Branding!

Abstract depiction of colorful geometric shape in motion, flying towards a round, equally colorful target.
© yuccazucci x Studio Waldbach

There’s a word designers and clients throw around constantly, in briefs, in pitches, in strategy documents that nobody reads past page three.

Branding.

Andrea Trabucco-Campos, a partner at Pentagram — arguably the most respected design firm on the planet — says he doesn’t love it. In a recent interview, he put it plainly: he doesn’t love “the idea that it’s something that’s superimposed onto something else.”

He prefers identity.

And honestly? Same.

This isn’t just semantics. The word you choose shapes how you think about the work. And how you think about the work shapes what you actually do.

Branding implies a cattle iron. You take something — a company, a product, a service — and you stamp it with something. You impose. You apply. You slap a logo on it and call it a day.

Identity, on the other hand, implies something that already exists. Something to be understood, drawn out, amplified. As Trabucco-Campos puts it: “You’re trying to engage with it so you truly understand its essence and amplify it. Amplify things as they exist, not as I want them to exist.”

Two different words. Two completely different relationships with a client.

This distinction isn’t new. It’s just been forgotten.

Back in the 1940s, a German-born designer named Walter Landor set up his studio on a retired ferryboat in San Francisco harbour — because of course he did — and spent the next five decades quietly building the foundations of what we now call brand identity. Coca-Cola. Levi’s. FedEx. British Airways. The man left fingerprints on half the visual culture of the twentieth century.

His famous line: “Products are made in the factory, but brands are created in the mind.”

Not in the studio. Not in the brief. In the mind — of the person experiencing it.

Marty Neumeier built on that foundation decades later. In his conversations with Chris Do on The Futur, Neumeier defines a brand as a customer’s “gut feeling” about a product, service, or company. Not a logo. Not a promise. Not a product. A gut feeling — visceral, emotional, and entirely out of your control.

You can’t design a gut feeling. You can only create the conditions for one.

So here’s the question worth sitting with: if the brand ultimately lives in someone else’s mind, what exactly is our job?

Trabucco-Campos’s answer is the most useful one I’ve heard: your job is to engage deeply enough to understand the real essence of what you’re working with, then amplify it honestly. Not invent it. Not impose it. Amplify it.

That’s a fundamentally different brief.

It means the most important thing you can do at the start of a project isn’t open Figma. It’s ask questions and actually listen to the answers. It means the research isn’t a formality you get through before the fun part. It is the fun part.

Of course, there are a few things making this harder than it needs to be right now.

The first is the format.

Social media has compressed everything into one consumable image. Half a second of attention, then it’s gone. Trabucco-Campos is right that an identity is a large system — and in that largeness there’s complexity, richness, things that cannot be communicated in a single image. But try telling that to an algorithm. Try explaining to a client that their identity needs room to breathe when their CMO is measuring everything in impressions and engagement rates.

The constraint of the format and the speed of consumption are actively working against what identity design can actually do.

The second problem is mimicry.

Ask any brand who they admire and they’ll say Apple. Nike. Maybe Oatly if they’re feeling adventurous. So designers are briefed to make something “like Apple” — clean, minimal, confident. Which produces work that looks like every other brand that was briefed to look like Apple.

There’s even a name for this now: blanding. The creeping homogenisation of visual identity into a sea of geometric sans-serifs, muted palettes, and logos that could belong to anyone. A SaaS company, a wellness brand, a law firm — same font, slightly different shade of dusty blue, done.

What makes this particularly ironic is that Apple and Nike are not made up of one thing. They’re the accumulated result of years of many different campaigns, many different objects, many different decisions — most of which involved taking a risk. Copying the aesthetic without the underlying conviction is like buying someone else’s confidence. It doesn’t fit. And everybody can tell.

Trabucco-Campos calls this a “flattening.” Things replicating other things that are successful. Risk aversion dressed up as strategy.

He thinks it’s a bad state of things.

He’s right.

But here’s the part that doesn’t get said enough: the flattening is also an opportunity. When everything looks the same, looking different doesn’t just get you noticed — it gets you remembered. The bar for genuine distinctiveness has never been lower, precisely because everyone is racing to clear a different, much safer bar.

The brands and the designers willing to take a chance right now have a lot of room to run.

So what does this mean in practice?

It means the next time a client hands you a brief that starts with “we want something clean and modern,” you push back — gently, constructively, but clearly. Clean and modern is a description of half the internet. What do they actually stand for? What is genuinely true about them that nobody else could claim?

It means treating research as an act of listening, not as a box to tick.

It means building systems, not just logos. Identity that works across complexity, not just on a business card.

And it means using the right word. Not branding — with its implication of something imposed — but identity. Something discovered. Something real. Something that was already there, waiting for a good designer to come along and help it be seen.

Walter Landor figured this out on a ferryboat in 1941.

We could probably remember it now.


The interview with Pentagram partner Andrea Trabucco-Campos:

Inside the iconic Pentagram Design studio in New York

© Studio Waldbach 2026