Architecture is how the scripts in a Unity project fit together once there are more than a handful of them. It decides whether a new feature takes an afternoon or a week, whether a bug stays inside one file or leaks across the project, and whether a teammate can read your code without you sitting next to them.