What is Dawn theme's equivalent to site-nav.liquid?

I’m following this tutorial to try and add a mega menu
https://happypoints.io/how-to-add-mega-menu-in-shopify-c2-stt-80/

But the settings are for debut theme (I’m not even sure if this will work for dawn theme)

What is Dawn theme’s equivalent to site-nav.liquid from Debut theme?

Nav is in dawns header.liquid section

https://github.com/Shopify/dawn/blob/main/sections/header.liquid#L96

https://github.com/Shopify/dawn/blob/main/sections/header.liquid#L352

You might also want to get a copy of Debut and follow the theme migration tutorial as it can help learn how to interpret such vintage tutorials for OS2 themes

https://shopify.dev/themes/migration

@Kitruin - please check header file

The navigation is at the header.liquid under section folder. Find the tag, that is where the links are. Check this mega menu code. No need for app or subscription. Code is at video description