Render Flow - Function definition with @function
Read @function declaration
Parse function name and parameters
Store function logic
Wait for function call
Execute function code
Return computed value
Use returned value in styles
The browser reads the @function in Sass, stores it, and when called, runs the code to return a value used in CSS.