/* Original logo footprint; only the CONCEPTS line is enlarged by 50%. */
.brand:has(.brand-lockup){display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;letter-spacing:normal}
.brand .brand-lockup{display:block;position:relative;width:100px;height:94px;overflow:hidden}
.brand .brand-lockup img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:contain;max-width:none}
.brand .brand-lockup .brand-logo{clip-path:inset(0 0 16% 0)}
.brand .brand-lockup .brand-concepts{clip-path:inset(84% 20% 9% 20%);transform:scale(1.5);transform-origin:50% 87%}
footer .brand .brand-lockup{width:120px;height:112px}
@media(max-width:700px){.brand .brand-lockup{width:80px;height:75px}footer .brand .brand-lockup{width:100px;height:94px}}

.owner-link{font:12px/1.5 system-ui,sans-serif;opacity:.7;text-decoration:underline;text-underline-offset:3px}
